Advertisement
ExecutorForALLdomain

Untitled

Feb 21st, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local Frame_2 = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Frame_3 = Instance.new("Frame")
  12. local TextBox = Instance.new("TextBox")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local TextButton_3 = Instance.new("TextButton")
  15. local TextButton_4 = Instance.new("TextButton")
  16. local TextButton_5 = Instance.new("TextButton")
  17. local TextButton_6 = Instance.new("TextButton")
  18. local TextButton_7 = Instance.new("TextButton")
  19. local TextButton_8 = Instance.new("TextButton")
  20. local TextButton_9 = Instance.new("TextButton")
  21. local TextButton_10 = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26.  
  27. Frame.Parent = ScreenGui
  28. Frame.BackgroundColor3 = Color3.fromRGB(67, 66, 67)
  29. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. Frame.BorderSizePixel = 0
  31. Frame.Position = UDim2.new(0.0403521657, 0, 0.219354838, 0)
  32. Frame.Size = UDim2.new(0, 398, 0, 21)
  33.  
  34. TextButton.Parent = Frame
  35. TextButton.BackgroundColor3 = Color3.fromRGB(67, 66, 67)
  36. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  37. TextButton.BorderSizePixel = 0
  38. TextButton.Position = UDim2.new(1, 0, 0, 0)
  39. TextButton.Size = UDim2.new(0, -30, 0, 21)
  40. TextButton.Font = Enum.Font.SourceSans
  41. TextButton.Text = "_"
  42. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  43. TextButton.TextSize = 14.000
  44.  
  45. Frame_2.Parent = Frame
  46. Frame_2.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  47. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48. Frame_2.BorderSizePixel = 0
  49. Frame_2.Position = UDim2.new(0, 0, 1, 0)
  50. Frame_2.Size = UDim2.new(0, 398, 0, 63)
  51.  
  52. TextLabel.Parent = Frame_2
  53. TextLabel.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  54. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  55. TextLabel.BorderSizePixel = 0
  56. TextLabel.Size = UDim2.new(0, 398, 0, 29)
  57. TextLabel.Font = Enum.Font.Arial
  58. TextLabel.Text = "FE Hax GUI V1"
  59. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel.TextSize = 24.000
  61.  
  62. Frame_3.Parent = Frame_2
  63. Frame_3.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  64. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  65. Frame_3.BorderSizePixel = 0
  66. Frame_3.Position = UDim2.new(0, 0, 1, 0)
  67. Frame_3.Size = UDim2.new(0, 398, 0, 226)
  68.  
  69. TextBox.Parent = Frame_3
  70. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  72. TextBox.BorderSizePixel = 0
  73. TextBox.Position = UDim2.new(0.248743713, 0, 0.0530973449, 0)
  74. TextBox.Size = UDim2.new(0, 200, 0, 50)
  75. TextBox.Font = Enum.Font.SourceSans
  76. TextBox.Text = ""
  77. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. TextBox.TextSize = 14.000
  79.  
  80. TextButton_2.Parent = Frame_3
  81. TextButton_2.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  82. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  83. TextButton_2.BorderSizePixel = 0
  84. TextButton_2.Position = UDim2.new(0.0100502511, 0, 0.314159304, 0)
  85. TextButton_2.Size = UDim2.new(0, 95, 0, 38)
  86. TextButton_2.Font = Enum.Font.SourceSans
  87. TextButton_2.Text = "Kill"
  88. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. TextButton_2.TextSize = 14.000
  90.  
  91. TextButton_3.Parent = Frame_3
  92. TextButton_3.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  93. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  94. TextButton_3.BorderSizePixel = 0
  95. TextButton_3.Position = UDim2.new(0.266331673, 0, 0.314159304, 0)
  96. TextButton_3.Size = UDim2.new(0, 95, 0, 38)
  97. TextButton_3.Font = Enum.Font.SourceSans
  98. TextButton_3.Text = "Insane"
  99. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. TextButton_3.TextSize = 14.000
  101.  
  102. TextButton_4.Parent = Frame_3
  103. TextButton_4.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  104. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  105. TextButton_4.BorderSizePixel = 0
  106. TextButton_4.Position = UDim2.new(0.512562811, 0, 0.314159304, 0)
  107. TextButton_4.Size = UDim2.new(0, 95, 0, 38)
  108. TextButton_4.Font = Enum.Font.SourceSans
  109. TextButton_4.Text = "Invisble"
  110. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. TextButton_4.TextSize = 14.000
  112.  
  113. TextButton_5.Parent = Frame_3
  114. TextButton_5.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  115. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  116. TextButton_5.BorderSizePixel = 0
  117. TextButton_5.Position = UDim2.new(0.766331673, 0, 0.314159304, 0)
  118. TextButton_5.Size = UDim2.new(0, 86, 0, 38)
  119. TextButton_5.Font = Enum.Font.SourceSans
  120. TextButton_5.Text = "Hat Meme"
  121. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. TextButton_5.TextSize = 14.000
  123.  
  124. TextButton_6.Parent = Frame_3
  125. TextButton_6.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  126. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  127. TextButton_6.BorderSizePixel = 0
  128. TextButton_6.Position = UDim2.new(0.0100502418, 0, 0.508849561, 0)
  129. TextButton_6.Size = UDim2.new(0, 95, 0, 38)
  130. TextButton_6.Font = Enum.Font.SourceSans
  131. TextButton_6.Text = "Shutdown"
  132. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. TextButton_6.TextSize = 14.000
  134.  
  135. TextButton_7.Parent = Frame_3
  136. TextButton_7.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  137. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  138. TextButton_7.BorderSizePixel = 0
  139. TextButton_7.Position = UDim2.new(0.266331673, 0, 0.508849561, 0)
  140. TextButton_7.Size = UDim2.new(0, 95, 0, 38)
  141. TextButton_7.Font = Enum.Font.SourceSans
  142. TextButton_7.Text = "Dance"
  143. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. TextButton_7.TextSize = 14.000
  145.  
  146. TextButton_8.Parent = Frame_3
  147. TextButton_8.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  148. TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  149. TextButton_8.BorderSizePixel = 0
  150. TextButton_8.Position = UDim2.new(0.512562811, 0, 0.508849561, 0)
  151. TextButton_8.Size = UDim2.new(0, 95, 0, 38)
  152. TextButton_8.Font = Enum.Font.SourceSans
  153. TextButton_8.Text = "Floating Head"
  154. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. TextButton_8.TextSize = 14.000
  156.  
  157. TextButton_9.Parent = Frame_3
  158. TextButton_9.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  159. TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
  160. TextButton_9.BorderSizePixel = 0
  161. TextButton_9.Position = UDim2.new(0.766331673, 0, 0.508849561, 0)
  162. TextButton_9.Size = UDim2.new(0, 86, 0, 38)
  163. TextButton_9.Font = Enum.Font.SourceSans
  164. TextButton_9.Text = "Spawn block"
  165. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. TextButton_9.TextSize = 14.000
  167.  
  168. TextButton_10.Parent = Frame_3
  169. TextButton_10.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  170. TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
  171. TextButton_10.BorderSizePixel = 0
  172. TextButton_10.Position = UDim2.new(0.0201005023, 0, 0.738938034, 0)
  173. TextButton_10.Size = UDim2.new(0, 91, 0, 38)
  174. TextButton_10.Font = Enum.Font.SourceSans
  175. TextButton_10.Text = "Disable Animation"
  176. TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  177. TextButton_10.TextSize = 14.000
  178. TextButton_10.TextWrapped = true
  179.  
  180. -- Scripts:
  181.  
  182. local function XKHUGNY_fake_script() -- Frame.Script
  183. local script = Instance.new('Script', Frame)
  184.  
  185. frame = script.Parent
  186. frame.Draggable = true
  187. frame.Active = true
  188. frame.Selectable = true
  189. end
  190. coroutine.wrap(XKHUGNY_fake_script)()
  191. local function DKUOOKR_fake_script() -- TextButton_2.LocalScript
  192. local script = Instance.new('LocalScript', TextButton_2)
  193.  
  194. local button = script.Parent
  195. local Players = game.Players
  196. local function OnClick()
  197. for _, player in pairs(Players:GetPlayers()) do
  198. local playerHead = player.Character and player.Character:WaitForChild("Head")
  199. if playerHead then
  200. playerHead:Destroy()
  201. end
  202. end
  203. end
  204.  
  205. button.MouseButton1Click:Connect(OnClick)
  206.  
  207. end
  208. coroutine.wrap(DKUOOKR_fake_script)()
  209. local function QOYI_fake_script() -- TextButton_3.LocalScript
  210. local script = Instance.new('LocalScript', TextButton_3)
  211.  
  212. local button = script.Parent
  213. local Players = game.Players
  214. local function OnClick()
  215. for _, player in pairs(Players:GetPlayers()) do
  216. local animationId = "rbxassetid://33796059"
  217.  
  218. local Anim = Instance.new("Animation")
  219. Anim.AnimationId = animationId
  220.  
  221. local character = game.Players.LocalPlayer.Character
  222. local humanoid = character:WaitForChild("Humanoid")
  223.  
  224. local track = humanoid:LoadAnimation(Anim)
  225.  
  226. -- Play the animation
  227. track:Play()
  228. end
  229. end
  230.  
  231. button.MouseButton1Click:Connect(OnClick)
  232.  
  233. end
  234. coroutine.wrap(QOYI_fake_script)()
  235. local function PDAKDQQ_fake_script() -- TextButton_4.LocalScript
  236. local script = Instance.new('LocalScript', TextButton_4)
  237.  
  238. local button = script.Parent
  239. local character = game.Players.LocalPlayer.Character
  240.  
  241. local function OnClick()
  242. for _, part in pairs(character:GetDescendants()) do
  243. if part:IsA("BasePart") then
  244. part.Transparency = 1
  245. end
  246. end
  247.  
  248. end
  249. button.MouseButton1Click:Connect(OnClick)
  250. end
  251. coroutine.wrap(PDAKDQQ_fake_script)()
  252. local function PCBSO_fake_script() -- TextButton_5.LocalScript
  253. local script = Instance.new('LocalScript', TextButton_5)
  254.  
  255. local button = script.Parent
  256. local Players = game.Players
  257. local function OnClick()
  258. for _, player in pairs(Players:GetPlayers()) do
  259. local animationId = "rbxassetid://16453994039"
  260.  
  261. local Anim = Instance.new("Animation")
  262. Anim.AnimationId = animationId
  263.  
  264. local character = game.Players.LocalPlayer.Character
  265. local humanoid = character:WaitForChild("Humanoid")
  266.  
  267. local track = humanoid:LoadAnimation(Anim)
  268.  
  269. -- Play the animation
  270. track:Play()
  271. end
  272. end
  273.  
  274. button.MouseButton1Click:Connect(OnClick)
  275. end
  276. coroutine.wrap(PCBSO_fake_script)()
  277. local function HMYVPL_fake_script() -- TextButton_6.LocalScript
  278. local script = Instance.new('LocalScript', TextButton_6)
  279.  
  280. local button = script.Parent
  281.  
  282. local function OnClick()
  283. game.Players.LocalPlayer:Kick("Roblox has shut down the server for maintenance.")
  284. end
  285.  
  286. button.MouseButton1Click:Connect(OnClick)
  287. end
  288. coroutine.wrap(HMYVPL_fake_script)()
  289. local function BBHUQSP_fake_script() -- TextButton_7.LocalScript
  290. local script = Instance.new('LocalScript', TextButton_7)
  291.  
  292. local button = script.Parent
  293. local Players = game.Players
  294. local function OnClick()
  295. local animationId = "rbxassetid://429703734"
  296.  
  297. local Anim = Instance.new("Animation")
  298. Anim.AnimationId = animationId
  299.  
  300. local character = game.Players.LocalPlayer.Character
  301. local humanoid = character:WaitForChild("Humanoid")
  302.  
  303. local track = humanoid:LoadAnimation(Anim)
  304.  
  305. -- Play the animation
  306. track:Play()
  307.  
  308. end
  309.  
  310. button.MouseButton1Click:Connect(OnClick)
  311.  
  312. end
  313. coroutine.wrap(BBHUQSP_fake_script)()
  314. local function GULRXVP_fake_script() -- TextButton_8.LocalScript
  315. local script = Instance.new('LocalScript', TextButton_8)
  316.  
  317. local button = script.Parent
  318. local Players = game.Players
  319. local function OnClick()
  320. local animationId = "rbxassetid://121572214"
  321.  
  322. local Anim = Instance.new("Animation")
  323. Anim.AnimationId = animationId
  324.  
  325. local character = game.Players.LocalPlayer.Character
  326. local humanoid = character:WaitForChild("Humanoid")
  327.  
  328. local track = humanoid:LoadAnimation(Anim)
  329.  
  330. -- Play the animation
  331. track:Play()
  332.  
  333. end
  334.  
  335. button.MouseButton1Click:Connect(OnClick)
  336.  
  337. end
  338. coroutine.wrap(GULRXVP_fake_script)()
  339. local function ZFKQU_fake_script() -- TextButton_9.LocalScript
  340. local script = Instance.new('LocalScript', TextButton_9)
  341.  
  342. local button = script.Parent
  343.  
  344. local function OnClick()
  345. game.Players.LocalPlayer.Character.Humanoid:Remove()
  346. local startTime = tick() -- Enregistrez le temps de début
  347.  
  348. while tick() - startTime < 5 do -- Continuez pendant 2 secondes
  349. local Part = Instance.new("Part")
  350. Part.Size = Vector3.new(2, 2, 2)
  351. Part.Anchored = false
  352. Part.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  353. Part.Parent = game.Workspace
  354. wait(0.001)
  355.  
  356. end
  357.  
  358.  
  359. wait(0.001)
  360. local Humanoid = Instance.new("Humanoid")
  361. Humanoid.Parent = game.Players.LocalPlayer.Character
  362. wait(0.001)
  363. game.Players.LocalPlayer.Character.Head:Remove()
  364. end
  365. button.MouseButton1Click:Connect(OnClick)
  366. end
  367. coroutine.wrap(ZFKQU_fake_script)()
  368. local function HEQFIEO_fake_script() -- TextButton_10.LocalScript
  369. local script = Instance.new('LocalScript', TextButton_10)
  370.  
  371. local button = script.Parent
  372. local Animate = game.Players.LocalPlayer.Character.Animate
  373. local function OnClick()
  374. if Animate then
  375. game.Players.LocalPlayer.Character.Animate:Destroy()
  376. end
  377. end
  378.  
  379. button.MouseButton1Click:Connect(OnClick)
  380. end
  381. coroutine.wrap(HEQFIEO_fake_script)()
  382.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement