Advertisement
ExecutorForALLdomain

FE HAX GUI LOCALPLAYERPLAYER!

Feb 3rd, 2024 (edited)
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Gui = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Gui.Name = "Gui"
  20. Gui.Parent = ScreenGui
  21. Gui.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  22. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  23. Gui.BorderSizePixel = 0
  24. Gui.Position = UDim2.new(0.0329187997, 0, 0.464516133, 0)
  25. Gui.Size = UDim2.new(0, 457, 0, 267)
  26.  
  27. TextButton.Parent = Gui
  28. TextButton.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  29. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. TextButton.BorderSizePixel = 0
  31. TextButton.Position = UDim2.new(0.0251434799, 0, 0.22921741, 0)
  32. TextButton.Size = UDim2.new(0, 120, 0, 50)
  33. TextButton.Font = Enum.Font.FredokaOne
  34. TextButton.Text = "BLOCK"
  35. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextButton.TextSize = 14.000
  37.  
  38. TextLabel.Parent = Gui
  39. TextLabel.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  40. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  41. TextLabel.BorderSizePixel = 0
  42. TextLabel.Position = UDim2.new(0, 0, -0.00364862219, 0)
  43. TextLabel.Size = UDim2.new(0, 456, 0, 50)
  44. TextLabel.Font = Enum.Font.FredokaOne
  45. TextLabel.Text = "FE GUI"
  46. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextLabel.TextSize = 33.000
  48.  
  49. TextButton_2.Parent = Gui
  50. TextButton_2.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  51. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. TextButton_2.BorderSizePixel = 0
  53. TextButton_2.Position = UDim2.new(0.31836012, 0, 0.22921741, 0)
  54. TextButton_2.Size = UDim2.new(0, 120, 0, 50)
  55. TextButton_2.Font = Enum.Font.FredokaOne
  56. TextButton_2.Text = "Hacker"
  57. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. TextButton_2.TextSize = 14.000
  59.  
  60. TextButton_3.Parent = Gui
  61. TextButton_3.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  62. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. TextButton_3.BorderSizePixel = 0
  64. TextButton_3.Position = UDim2.new(0.600635827, 0, 0.22921741, 0)
  65. TextButton_3.Size = UDim2.new(0, 120, 0, 50)
  66. TextButton_3.Font = Enum.Font.FredokaOne
  67. TextButton_3.Text = "Sky"
  68. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. TextButton_3.TextSize = 14.000
  70.  
  71. TextButton_4.Parent = Gui
  72. TextButton_4.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  73. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. TextButton_4.BorderSizePixel = 0
  75. TextButton_4.Position = UDim2.new(0.0251434799, 0, 0.442700565, 0)
  76. TextButton_4.Size = UDim2.new(0, 120, 0, 50)
  77. TextButton_4.Font = Enum.Font.FredokaOne
  78. TextButton_4.Text = "RO XPLOIT"
  79. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton_4.TextSize = 14.000
  81.  
  82. TextButton_5.Parent = Gui
  83. TextButton_5.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  84. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  85. TextButton_5.BorderSizePixel = 0
  86. TextButton_5.Position = UDim2.new(0.31836012, 0, 0.442700565, 0)
  87. TextButton_5.Size = UDim2.new(0, 120, 0, 50)
  88. TextButton_5.Font = Enum.Font.FredokaOne
  89. TextButton_5.Text = "RO XPLOIT"
  90. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextButton_5.TextSize = 14.000
  92.  
  93. -- Scripts:
  94.  
  95. local function ONFFD_fake_script() -- Gui.Dragify
  96. local script = Instance.new('LocalScript', Gui)
  97.  
  98. script.Parent.Active = true
  99. script.Parent.Draggable = true
  100. end
  101. coroutine.wrap(ONFFD_fake_script)()
  102. local function FVWE_fake_script() -- TextButton.Script
  103. local script = Instance.new('Script', TextButton)
  104.  
  105. local button = script.Parent
  106.  
  107. local function OnClick()
  108. local startTime = tick() -- Enregistrez le temps de début
  109.  
  110. while tick() - startTime < 5 do -- Continuez pendant 2 secondes
  111. local Part = Instance.new("Part")
  112. Part.Size = Vector3.new(2, 2, 2)
  113. Part.Anchored = false
  114. Part.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  115. Part.Parent = game.Workspace
  116. wait(0.001)
  117. end
  118. end
  119.  
  120. button.MouseButton1Click:Connect(OnClick)
  121.  
  122. end
  123. coroutine.wrap(FVWE_fake_script)()
  124. local function NVMBWQI_fake_script() -- TextButton_2.Script
  125. local script = Instance.new('Script', TextButton_2)
  126.  
  127. local button = script.Parent
  128. local Players = game.Players
  129. local playerHead = game.Players.LocalPlayer.Character.Head
  130.  
  131. local function OnClick()
  132. local P = Instance.new("ParticleEmitter")
  133. P.Texture = "http://www.roblox.com/asset/?id=3284478282"
  134.  
  135. local Players = game.Players
  136. for _,player in pairs(Players:GetPlayers()) do
  137. local playerHead = player.Character and player.Character:WaitForChild("Head")
  138. local PP = P:Clone()
  139. PP.Parent = playerHead
  140. end
  141. end
  142.  
  143. button.MouseButton1Click:Connect(OnClick)
  144.  
  145. end
  146. coroutine.wrap(NVMBWQI_fake_script)()
  147. local function XMGALYP_fake_script() -- TextButton_3.Script
  148. local script = Instance.new('Script', TextButton_3)
  149.  
  150. local button = script.Parent
  151. local Players = game.Players
  152. local playerHead = game.Players.LocalPlayer.Character.Head
  153.  
  154. local function OnClick()
  155. local Sky = Instance.new("Sky")
  156. Sky.Parent = game.Lighting
  157.  
  158.  
  159. Sky.SkyboxBk = "rbxassetid://9265687294"
  160. Sky.SkyboxDn = "rbxassetid://9265687294"
  161. Sky.SkyboxFt = "rbxassetid://9265687294"
  162. Sky.SkyboxLf = "rbxassetid://9265687294"
  163. Sky.SkyboxRt = "rbxassetid://9265687294"
  164. Sky.SkyboxUp = "rbxassetid://9265687294"
  165.  
  166.  
  167.  
  168.  
  169. end
  170.  
  171. button.MouseButton1Click:Connect(OnClick)
  172.  
  173. end
  174. coroutine.wrap(XMGALYP_fake_script)()
  175. local function WGOWUP_fake_script() -- TextButton_4.Script
  176. local script = Instance.new('Script', TextButton_4)
  177.  
  178. local button = script.Parent
  179. local Players = game.Players
  180. local playerHead = game.Players.LocalPlayer.Character.Head
  181.  
  182. local function OnClick()
  183. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  184. end
  185.  
  186. button.MouseButton1Click:Connect(OnClick)
  187.  
  188. end
  189. coroutine.wrap(WGOWUP_fake_script)()
  190. local function YMDOFDP_fake_script() -- TextButton_5.Script
  191. local script = Instance.new('Script', TextButton_5)
  192.  
  193. local button = script.Parent
  194. local Players = game.Players
  195. local playerHead = game.Players.LocalPlayer.Character.Head
  196.  
  197. local function OnClick()
  198. local Hint = Instance.new("Hint")
  199. Hint.Parent = game.Players.LocalPlayer.PlayerGui
  200. Hint.Text = "HACKED BY RC7 SHEDLETSKY GETTING FIRED TONIGHT!!"
  201. if Hint then
  202. local fire = Instance.new("Fire")
  203. local Players = game.Players
  204.  
  205. if fire and Players then
  206. for _, player in pairs(Players:GetPlayers()) do
  207. local playerHead = player.Character and player.Character:WaitForChild("Head")
  208. local playerFire = fire:Clone()
  209. playerFire.Parent = playerHead
  210. game.Chat:Chat(playerHead,'I AM ON FIRE!')
  211. end
  212. end
  213. end
  214. end
  215.  
  216. button.MouseButton1Click:Connect(OnClick)
  217.  
  218. end
  219. coroutine.wrap(YMDOFDP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement