Advertisement
ExecutorForALLdomain

fe hax gui v3

Oct 16th, 2024 (edited)
1,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.85 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local hax = Instance.new("ScreenGui")
  7. local DragUi = Instance.new("Frame")
  8. local CloseOpen = Instance.new("TextButton")
  9. local FEhaxText = Instance.new("Frame")
  10. local FeHaxText = Instance.new("TextLabel")
  11. local mainscript = Instance.new("Frame")
  12. local TextBox = Instance.new("TextBox")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local TextButton_3 = Instance.new("TextButton")
  16. local TextButton_4 = Instance.new("TextButton")
  17. local TextButton_5 = Instance.new("TextButton")
  18. local TextButton_6 = Instance.new("TextButton")
  19. local TextButton_7 = Instance.new("TextButton")
  20. local TextButton1 = Instance.new("TextButton")
  21. local TextButton_8 = Instance.new("TextButton")
  22. local Stop = Instance.new("Frame")
  23. local TextButton_9 = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25. local LowText = Instance.new("TextLabel")
  26. local MediumText = Instance.new("TextLabel")
  27. local Commands = Instance.new("TextButton")
  28. local CREDITS = Instance.new("TextButton")
  29. local SETTINGS = Instance.new("TextButton")
  30. local line = Instance.new("Frame")
  31. local CreditsFrame = Instance.new("Frame")
  32. local TextLabel_2 = Instance.new("TextLabel")
  33. local Frame = Instance.new("Frame")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local SettingsFrame = Instance.new("Frame")
  36. local TextButton_10 = Instance.new("TextButton")
  37. local TextButton2 = Instance.new("TextButton")
  38.  
  39. --Properties:
  40.  
  41. hax.Name = "hax"
  42. hax.Parent = game:GetService("CoreGui")
  43. hax.DisplayOrder = 999999999
  44. hax.ResetOnSpawn = false
  45.  
  46. DragUi.Name = "DragUi"
  47. DragUi.Parent = hax
  48. DragUi.BackgroundColor3 = Color3.fromRGB(67, 66, 67)
  49. DragUi.BorderColor3 = Color3.fromRGB(0, 0, 0)
  50. DragUi.BorderSizePixel = 0
  51. DragUi.Position = UDim2.new(0.0403521657, 0, 0.219354838, 0)
  52. DragUi.Size = UDim2.new(0, 398, 0, 21)
  53.  
  54. CloseOpen.Name = "CloseOpen"
  55. CloseOpen.Parent = DragUi
  56. CloseOpen.BackgroundColor3 = Color3.fromRGB(67, 66, 67)
  57. CloseOpen.BorderColor3 = Color3.fromRGB(0, 0, 0)
  58. CloseOpen.BorderSizePixel = 0
  59. CloseOpen.Position = UDim2.new(1, 0, 0, 0)
  60. CloseOpen.Size = UDim2.new(0, -30, 0, 21)
  61. CloseOpen.Font = Enum.Font.SourceSans
  62. CloseOpen.Text = "_"
  63. CloseOpen.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. CloseOpen.TextSize = 14.000
  65.  
  66. FEhaxText.Name = "FEhaxText"
  67. FEhaxText.Parent = DragUi
  68. FEhaxText.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  69. FEhaxText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  70. FEhaxText.BorderSizePixel = 0
  71. FEhaxText.Position = UDim2.new(0, 0, 1, 0)
  72. FEhaxText.Size = UDim2.new(0, 398, 0, 63)
  73.  
  74. FeHaxText.Name = "FeHaxText"
  75. FeHaxText.Parent = FEhaxText
  76. FeHaxText.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  77. FeHaxText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  78. FeHaxText.BorderSizePixel = 0
  79. FeHaxText.Size = UDim2.new(0, 398, 0, 29)
  80. FeHaxText.Font = Enum.Font.Arial
  81. FeHaxText.Text = "FE Hax GUI V2.0.1.0.1"
  82. FeHaxText.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. FeHaxText.TextSize = 16.000
  84.  
  85. mainscript.Name = "mainscript"
  86. mainscript.Parent = FEhaxText
  87. mainscript.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  88. mainscript.BorderColor3 = Color3.fromRGB(0, 0, 0)
  89. mainscript.BorderSizePixel = 0
  90. mainscript.Position = UDim2.new(0, 0, 1, 0)
  91. mainscript.Size = UDim2.new(0, 398, 0, 226)
  92.  
  93. TextBox.Parent = mainscript
  94. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  96. TextBox.BorderSizePixel = 0
  97. TextBox.Position = UDim2.new(0.248743713, 0, 0.0530973449, 0)
  98. TextBox.Size = UDim2.new(0, 200, 0, 50)
  99. TextBox.Font = Enum.Font.SourceSans
  100. TextBox.Text = ""
  101. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. TextBox.TextSize = 14.000
  103.  
  104. TextButton.Parent = mainscript
  105. TextButton.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  106. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  107. TextButton.BorderSizePixel = 0
  108. TextButton.Position = UDim2.new(0.0100502511, 0, 0.314159304, 0)
  109. TextButton.Size = UDim2.new(0, 95, 0, 38)
  110. TextButton.Font = Enum.Font.SourceSans
  111. TextButton.Text = "Kill"
  112. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. TextButton.TextSize = 14.000
  114.  
  115. TextButton_2.Parent = mainscript
  116. TextButton_2.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  117. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  118. TextButton_2.BorderSizePixel = 0
  119. TextButton_2.Position = UDim2.new(0.266331673, 0, 0.314159304, 0)
  120. TextButton_2.Size = UDim2.new(0, 95, 0, 38)
  121. TextButton_2.Font = Enum.Font.SourceSans
  122. TextButton_2.Text = "Insane"
  123. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. TextButton_2.TextSize = 14.000
  125.  
  126. TextButton_3.Parent = mainscript
  127. TextButton_3.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  128. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  129. TextButton_3.BorderSizePixel = 0
  130. TextButton_3.Position = UDim2.new(0.512562811, 0, 0.314159304, 0)
  131. TextButton_3.Size = UDim2.new(0, 95, 0, 38)
  132. TextButton_3.Font = Enum.Font.SourceSans
  133. TextButton_3.Text = "Invisble"
  134. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. TextButton_3.TextSize = 14.000
  136.  
  137. TextButton_4.Parent = mainscript
  138. TextButton_4.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  139. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  140. TextButton_4.BorderSizePixel = 0
  141. TextButton_4.Position = UDim2.new(0.766331673, 0, 0.314159304, 0)
  142. TextButton_4.Size = UDim2.new(0, 86, 0, 38)
  143. TextButton_4.Font = Enum.Font.SourceSans
  144. TextButton_4.Text = "Hat Meme"
  145. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. TextButton_4.TextSize = 14.000
  147.  
  148. TextButton_5.Parent = mainscript
  149. TextButton_5.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  150. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  151. TextButton_5.BorderSizePixel = 0
  152. TextButton_5.Position = UDim2.new(0.0100502418, 0, 0.508849561, 0)
  153. TextButton_5.Size = UDim2.new(0, 95, 0, 38)
  154. TextButton_5.Font = Enum.Font.SourceSans
  155. TextButton_5.Text = "Shutdown"
  156. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. TextButton_5.TextSize = 14.000
  158.  
  159. TextButton_6.Parent = mainscript
  160. TextButton_6.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  161. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  162. TextButton_6.BorderSizePixel = 0
  163. TextButton_6.Position = UDim2.new(0.266331673, 0, 0.508849561, 0)
  164. TextButton_6.Size = UDim2.new(0, 95, 0, 38)
  165. TextButton_6.Font = Enum.Font.SourceSans
  166. TextButton_6.Text = "Dance"
  167. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. TextButton_6.TextSize = 14.000
  169.  
  170. TextButton_7.Parent = mainscript
  171. TextButton_7.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  172. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  173. TextButton_7.BorderSizePixel = 0
  174. TextButton_7.Position = UDim2.new(0.512562811, 0, 0.508849561, 0)
  175. TextButton_7.Size = UDim2.new(0, 95, 0, 38)
  176. TextButton_7.Font = Enum.Font.SourceSans
  177. TextButton_7.Text = "Floating Head"
  178. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. TextButton_7.TextSize = 14.000
  180.  
  181. TextButton1.Name = "TextButton1"
  182. TextButton1.Parent = mainscript
  183. TextButton1.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  184. TextButton1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  185. TextButton1.BorderSizePixel = 0
  186. TextButton1.Position = UDim2.new(0.766331673, 0, 0.508849561, 0)
  187. TextButton1.Size = UDim2.new(0, 86, 0, 38)
  188. TextButton1.Font = Enum.Font.SourceSans
  189. TextButton1.Text = "Spawn block"
  190. TextButton1.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. TextButton1.TextSize = 14.000
  192.  
  193. TextButton_8.Parent = mainscript
  194. TextButton_8.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  195. TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  196. TextButton_8.BorderSizePixel = 0
  197. TextButton_8.Position = UDim2.new(0.0201005023, 0, 0.738938034, 0)
  198. TextButton_8.Size = UDim2.new(0, 91, 0, 38)
  199. TextButton_8.Font = Enum.Font.SourceSans
  200. TextButton_8.Text = "Disable Animation"
  201. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  202. TextButton_8.TextSize = 14.000
  203. TextButton_8.TextWrapped = true
  204.  
  205. Stop.Name = "Stop"
  206. Stop.Parent = FEhaxText
  207. Stop.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  208. Stop.BorderColor3 = Color3.fromRGB(0, 0, 0)
  209. Stop.BorderSizePixel = 0
  210. Stop.Position = UDim2.new(0, 0, 1, 0)
  211. Stop.Size = UDim2.new(0, 398, 0, 226)
  212. Stop.Visible = false
  213.  
  214. TextButton_9.Parent = Stop
  215. TextButton_9.BackgroundColor3 = Color3.fromRGB(87, 84, 89)
  216. TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
  217. TextButton_9.BorderSizePixel = 0
  218. TextButton_9.Position = UDim2.new(0.306532651, 0, 0.154867262, 0)
  219. TextButton_9.Size = UDim2.new(0, 109, 0, 42)
  220. TextButton_9.Font = Enum.Font.SourceSans
  221. TextButton_9.Text = "Proceed"
  222. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. TextButton_9.TextSize = 20.000
  224.  
  225. TextLabel.Parent = Stop
  226. TextLabel.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  227. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  228. TextLabel.BorderSizePixel = 0
  229. TextLabel.Position = UDim2.new(0.0954773873, 0, 0.42920354, 0)
  230. TextLabel.Size = UDim2.new(0, 290, 0, 51)
  231. TextLabel.Font = Enum.Font.SourceSans
  232. TextLabel.Text = "Spawned Block into the games(if there none that the script broken"
  233. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. TextLabel.TextSize = 20.000
  235. TextLabel.TextWrapped = true
  236.  
  237. LowText.Name = "LowText"
  238. LowText.Parent = Stop
  239. LowText.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  240. LowText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  241. LowText.BorderSizePixel = 0
  242. LowText.Position = UDim2.new(0.140703559, 0, 0.743362844, 0)
  243. LowText.Size = UDim2.new(0, 275, 0, 50)
  244. LowText.Visible = false
  245. LowText.Font = Enum.Font.SourceSans
  246. LowText.Text = "Low : Loads mini blocks for security reason ( recommanded)"
  247. LowText.TextColor3 = Color3.fromRGB(255, 255, 255)
  248. LowText.TextSize = 14.000
  249. LowText.TextYAlignment = Enum.TextYAlignment.Bottom
  250.  
  251. MediumText.Name = "Medium Text"
  252. MediumText.Parent = Stop
  253. MediumText.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  254. MediumText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  255. MediumText.BorderSizePixel = 0
  256. MediumText.Position = UDim2.new(0.140703559, 0, 0.743362844, 0)
  257. MediumText.Size = UDim2.new(0, 275, 0, 50)
  258. MediumText.Font = Enum.Font.SourceSans
  259. MediumText.Text = "Medium : Loads big blocks in games ( recommanded too)"
  260. MediumText.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. MediumText.TextSize = 14.000
  262. MediumText.TextYAlignment = Enum.TextYAlignment.Bottom
  263.  
  264. Commands.Name = "Commands"
  265. Commands.Parent = FEhaxText
  266. Commands.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  267. Commands.BorderColor3 = Color3.fromRGB(0, 0, 0)
  268. Commands.BorderSizePixel = 0
  269. Commands.Position = UDim2.new(0.0100502511, 0, 0.507936537, 0)
  270. Commands.Size = UDim2.new(0, 109, 0, 28)
  271. Commands.AutoButtonColor = false
  272. Commands.Font = Enum.Font.SourceSans
  273. Commands.Text = "COMMANDS"
  274. Commands.TextColor3 = Color3.fromRGB(255, 255, 255)
  275. Commands.TextSize = 20.000
  276.  
  277. CREDITS.Name = "CREDITS"
  278. CREDITS.Parent = FEhaxText
  279. CREDITS.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  280. CREDITS.BorderColor3 = Color3.fromRGB(0, 0, 0)
  281. CREDITS.BorderSizePixel = 0
  282. CREDITS.Position = UDim2.new(0.283919603, 0, 0.507936537, 0)
  283. CREDITS.Size = UDim2.new(0, 109, 0, 28)
  284. CREDITS.AutoButtonColor = false
  285. CREDITS.Font = Enum.Font.SourceSans
  286. CREDITS.Text = "CREDITS"
  287. CREDITS.TextColor3 = Color3.fromRGB(255, 255, 255)
  288. CREDITS.TextSize = 20.000
  289.  
  290. SETTINGS.Name = "SETTINGS"
  291. SETTINGS.Parent = FEhaxText
  292. SETTINGS.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  293. SETTINGS.BorderColor3 = Color3.fromRGB(0, 0, 0)
  294. SETTINGS.BorderSizePixel = 0
  295. SETTINGS.Position = UDim2.new(0.557789028, 0, 0.507936537, 0)
  296. SETTINGS.Size = UDim2.new(0, 109, 0, 28)
  297. SETTINGS.AutoButtonColor = false
  298. SETTINGS.Font = Enum.Font.SourceSans
  299. SETTINGS.Text = "SETTINGS"
  300. SETTINGS.TextColor3 = Color3.fromRGB(255, 255, 255)
  301. SETTINGS.TextSize = 20.000
  302.  
  303. line.Name = "line"
  304. line.Parent = FEhaxText
  305. line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  306. line.BorderColor3 = Color3.fromRGB(0, 0, 0)
  307. line.BorderSizePixel = 0
  308. line.Position = UDim2.new(0.0201005023, 0, 0.952380955, 0)
  309. line.Size = UDim2.new(0, 100, 0, 2)
  310.  
  311. CreditsFrame.Name = "CreditsFrame"
  312. CreditsFrame.Parent = FEhaxText
  313. CreditsFrame.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  314. CreditsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  315. CreditsFrame.BorderSizePixel = 0
  316. CreditsFrame.Position = UDim2.new(0, 0, 1, 0)
  317. CreditsFrame.Size = UDim2.new(0, 398, 0, 226)
  318. CreditsFrame.Visible = false
  319.  
  320. TextLabel_2.Parent = CreditsFrame
  321. TextLabel_2.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  322. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  323. TextLabel_2.BorderSizePixel = 0
  324. TextLabel_2.Position = UDim2.new(0.0201005023, 0, 0.0398230106, 0)
  325. TextLabel_2.Size = UDim2.new(0, 226, 0, 50)
  326. TextLabel_2.Font = Enum.Font.SourceSans
  327. TextLabel_2.Text = "script - Made By wa_ter"
  328. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. TextLabel_2.TextSize = 25.000
  330.  
  331. Frame.Parent = CreditsFrame
  332. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  334. Frame.BorderSizePixel = 0
  335. Frame.Position = UDim2.new(0.0201005023, 0, 0.323008835, 0)
  336. Frame.Size = UDim2.new(0, 284, 0, -5)
  337.  
  338. TextLabel_3.Parent = CreditsFrame
  339. TextLabel_3.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  340. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  341. TextLabel_3.BorderSizePixel = 0
  342. TextLabel_3.Position = UDim2.new(0.0100502511, 0, 0.3539823, 0)
  343. TextLabel_3.Size = UDim2.new(0, 226, 0, 50)
  344. TextLabel_3.Font = Enum.Font.SourceSans
  345. TextLabel_3.Text = "ui - made by harkinian"
  346. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  347. TextLabel_3.TextSize = 25.000
  348.  
  349. SettingsFrame.Name = "SettingsFrame"
  350. SettingsFrame.Parent = FEhaxText
  351. SettingsFrame.BackgroundColor3 = Color3.fromRGB(40, 39, 40)
  352. SettingsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  353. SettingsFrame.BorderSizePixel = 0
  354. SettingsFrame.Position = UDim2.new(0, 0, 1, 0)
  355. SettingsFrame.Size = UDim2.new(0, 398, 0, 226)
  356. SettingsFrame.Visible = false
  357.  
  358. TextButton_10.Parent = SettingsFrame
  359. TextButton_10.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  360. TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
  361. TextButton_10.BorderSizePixel = 0
  362. TextButton_10.Position = UDim2.new(0.0477386937, 0, 0.101769909, 0)
  363. TextButton_10.Size = UDim2.new(0, 349, 0, 31)
  364. TextButton_10.Font = Enum.Font.SourceSans
  365. TextButton_10.Text = "Low Block"
  366. TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  367. TextButton_10.TextSize = 20.000
  368.  
  369. TextButton2.Name = "TextButton2"
  370. TextButton2.Parent = SettingsFrame
  371. TextButton2.BackgroundColor3 = Color3.fromRGB(94, 92, 96)
  372. TextButton2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  373. TextButton2.BorderSizePixel = 0
  374. TextButton2.Position = UDim2.new(0.0477386937, 0, 0.336283177, 0)
  375. TextButton2.Size = UDim2.new(0, 349, 0, 31)
  376. TextButton2.Font = Enum.Font.SourceSans
  377. TextButton2.Text = "Medium Block"
  378. TextButton2.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. TextButton2.TextSize = 20.000
  380.  
  381. -- Scripts:
  382.  
  383. local function SQYQYQ_fake_script() -- CloseOpen.LocalScript
  384.     local script = Instance.new('LocalScript', CloseOpen)
  385.  
  386.     function d()
  387.         local a = script.Parent.Parent.FEhaxText
  388.         a.Visible = not a.Visible  -- Toggle the visibility
  389.     end
  390.    
  391.     local b = script.Parent
  392.     b.MouseButton1Click:Connect(d)
  393.    
  394. end
  395. coroutine.wrap(SQYQYQ_fake_script)()
  396. local function TOHPTWH_fake_script() -- TextButton.LocalScript
  397.     local script = Instance.new('LocalScript', TextButton)
  398.  
  399.     local Players = game.Players
  400.     local textbox = script.Parent.Parent.TextBox
  401.     local function OnClick()
  402.         for i,v in pairs(Players:GetPlayers()) do
  403.             if string.find(v.Name, textbox.Text) then
  404.                 for i,v in pairs(v.Character:GetChildren()) do
  405.                     if v:IsA("BasePart") then
  406.                         v:Destroy()
  407.                     end
  408.                 end
  409.             elseif string.find(textbox.Text, "all") then
  410.                 for i,v in pairs(v.Character:GetChildren()) do
  411.                     if v:IsA("BasePart") then
  412.                         v:Destroy()
  413.                     end
  414.                 end
  415.             end
  416.         end
  417.     end
  418.    
  419.     local button = script.Parent
  420.     button.MouseButton1Click:Connect(OnClick)
  421.    
  422. end
  423. coroutine.wrap(TOHPTWH_fake_script)()
  424. local function YNMNPG_fake_script() -- TextButton_2.LocalScript
  425.     local script = Instance.new('LocalScript', TextButton_2)
  426.  
  427.     local button = script.Parent
  428.     local e = script.Parent.Parent.TextBox
  429.     local function OnClick()
  430.          for i,v in pairs(game.Players:GetPlayers()) do
  431.             if string.find(v.Name, e.Text) then
  432.                 local h = v.Character.Humanoid
  433.                 local anim = Instance.new("Animation")
  434.                 anim.AnimationId = "rbxassetid://33796059"
  435.                 local t = h:LoadAnimation(anim)
  436.                 t:Play(50,50,50)
  437.             end
  438.         end
  439.     end
  440.    
  441.     button.MouseButton1Click:Connect(OnClick)
  442.    
  443. end
  444. coroutine.wrap(YNMNPG_fake_script)()
  445. local function MORG_fake_script() -- TextButton_3.LocalScript
  446.     local script = Instance.new('LocalScript', TextButton_3)
  447.  
  448.     local button = script.Parent
  449.     local textbox = script.Parent.Parent.TextBox
  450.    
  451.    
  452.     local function OnClick()
  453.         for i,v in pairs(game.Players:GetPlayers()) do
  454.             if string.find(v.Name, textbox.Text) then
  455.                 for i,v in pairs(v.Character:GetDescendants()) do
  456.                     if v:IsA("BasePart") then
  457.                         v.Transparency = 1
  458.                     end
  459.                 end
  460.             end
  461.         end
  462.        
  463.     end
  464.     button.MouseButton1Click:Connect(OnClick)
  465. end
  466. coroutine.wrap(MORG_fake_script)()
  467. local function JSHUHSQ_fake_script() -- TextButton_4.LocalScript
  468.     local script = Instance.new('LocalScript', TextButton_4)
  469.  
  470.     local button = script.Parent
  471.     local Players = game.Players
  472.     local function OnClick()
  473.         coroutine.wrap(function()
  474.             while wait() do
  475.                 game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
  476.                 game.Players.LocalPlayer.SimulationRadius = math.huge
  477.             end
  478.         end)
  479.         for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  480.             if v:IsA("SpecialMesh") then
  481.                     v:Destroy()
  482.             end
  483.         end
  484.     end
  485.    
  486.     button.MouseButton1Click:Connect(OnClick)
  487. end
  488. coroutine.wrap(JSHUHSQ_fake_script)()
  489. local function FJSJRFG_fake_script() -- TextButton_5.LocalScript
  490.     local script = Instance.new('LocalScript', TextButton_5)
  491.  
  492.     local button = script.Parent
  493.     local remoteEvents = {}
  494.     local remoteFunctions = {}
  495.     local textbox = script.Parent.Parent.TextBox
  496.    
  497.     local function OnClick()
  498.    
  499.         remoteEvents = {}
  500.         remoteFunctions = {}
  501.    
  502.    
  503.         for _, v in pairs(game.ReplicatedStorage:GetDescendants()) do
  504.             if v:IsA("RemoteEvent") and #remoteEvents < 500 then
  505.                 table.insert(remoteEvents, v)
  506.             elseif v:IsA("RemoteFunction") and #remoteFunctions < 500 then
  507.                 table.insert(remoteFunctions, v)
  508.             end
  509.         end
  510.    
  511.    
  512.         for _, remoteFunction in ipairs(remoteFunctions) do
  513.             coroutine.wrap(function()
  514.                 remoteFunction:InvokeServer(textbox.Text)
  515.             end)()
  516.         end
  517.    
  518.    
  519.         for _, remoteEvent in ipairs(remoteEvents) do
  520.             coroutine.wrap(function()
  521.                 remoteEvent:FireServer(textbox.Text)
  522.             end)()
  523.         end
  524.     end
  525.    
  526.     button.MouseButton1Click:Connect(OnClick)
  527.    
  528. end
  529. coroutine.wrap(FJSJRFG_fake_script)()
  530. local function KNNHRI_fake_script() -- TextButton_6.LocalScript
  531.     local script = Instance.new('LocalScript', TextButton_6)
  532.  
  533.     local button = script.Parent
  534.     local e = script.Parent.Parent.TextBox
  535.     local function OnClick()
  536.         for i,v in pairs(game.Players:GetPlayers()) do
  537.             if string.find(v.Name, e.Text) then
  538.                 local h = v.Character.Humanoid
  539.                 local anim = Instance.new("Animation")
  540.                 anim.AnimationId = "rbxassetid://429703734"
  541.                 local t = h:LoadAnimation(anim)
  542.                 t:Play()
  543.             end
  544.         end
  545.     end
  546.    
  547.     button.MouseButton1Click:Connect(OnClick)
  548. end
  549. coroutine.wrap(KNNHRI_fake_script)()
  550. local function CZXDGMY_fake_script() -- TextButton_7.LocalScript
  551.     local script = Instance.new('LocalScript', TextButton_7)
  552.  
  553.     local button = script.Parent
  554.     local e = script.Parent.Parent.TextBox
  555.     local function OnClick()
  556.         for i,v in pairs(game.Players:GetPlayers()) do
  557.             if string.find(v.Name, e.Text) then
  558.                 local h = v.Character.Humanoid
  559.                 local anim = Instance.new("Animation")
  560.                 anim.AnimationId = "rbxassetid://121572214"
  561.                 local t = h:LoadAnimation(anim)
  562.                 t:Play(50,50,50)
  563.             end
  564.         end
  565.     end
  566.    
  567.     button.MouseButton1Click:Connect(OnClick)
  568. end
  569. coroutine.wrap(CZXDGMY_fake_script)()
  570. local function GHNZW_fake_script() -- TextButton1.LocalScript
  571.     local script = Instance.new('LocalScript', TextButton1)
  572.  
  573.     local oterbutton = script.Parent.Parent.Parent.Stop.TextButton
  574.     local maxblock = 100000000
  575.     local nope = false
  576.     local tab = {}
  577.     local char = game.Players.LocalPlayer.Character
  578.    
  579.     script.Parent.MouseButton1Click:Connect(function()
  580.         nope = false
  581.         script.Parent.Parent.Parent.mainscript.Visible = false
  582.         script.Parent.Parent.Parent.Stop.Visible = true
  583.        
  584.    
  585.     if char:FindFirstChildWhichIsA("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  586.             oterbutton.MouseButton1Click:Connect(function()
  587.                 nope = true
  588.             end)
  589.    
  590.         local p = Instance.new("Part",game.Players.LocalPlayer.Character)p.Name = "e"
  591.         p.Anchored = true
  592.         p.Transparency = 1
  593.         p.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,1,0)
  594.         p.CanCollide = false
  595.    
  596.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  597.             if v:IsA("BasePart") and v.Name ~= "e" then
  598.                 v:Destroy()
  599.             end
  600.         end
  601.    
  602.         for i = 1,maxblock do
  603.             if nope then
  604.                 break
  605.             end
  606.            
  607.             local p = Instance.new("Part",workspace)
  608.             p.Size = Vector3.new(2,2,2)
  609.             p.Position = game.Players.LocalPlayer.Character.e.Position + Vector3.new(0,i * 1,0)
  610.             p.TopSurface = "Smooth"
  611.             p.BottomSurface = "Smooth"
  612.             task.wait(0)
  613.         end
  614.         p:Destroy()
  615.         elseif char:FindFirstChildWhichIsA("Humanoid").RigType == Enum.HumanoidRigType.R6 then
  616.         nope = false
  617.    
  618.             oterbutton.MouseButton1Click:Connect(function()
  619.                 nope = true
  620.             end)
  621.             local p = Instance.new("Part",game.Players.LocalPlayer.Character)p.Name = "e"
  622.             p.Anchored = true
  623.             p.Transparency = 1
  624.             p.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,1,0)
  625.             p.CanCollide = false
  626.            
  627.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  628.                 if v:IsA("BasePart") and v.Name ~= "e" then
  629.                     v:Destroy()
  630.                 end
  631.             end
  632.            
  633.             for i = 1,maxblock do
  634.                 if nope then
  635.                     break
  636.                 end
  637.                 local p = Instance.new("Part",workspace)
  638.                 p.Size = Vector3.new(1,2,1)
  639.                 p.Position = game.Players.LocalPlayer.Character.e.Position + p.Position + Vector3.new(0,i * 1,0)
  640.                 --p.Position = game.Players.LocalPlayer.Character.e.Position + Vector3.new(0,i * 1,0)
  641.                 p.Rotation = Vector3.new(0,0,math.random(70,90))
  642.                 p.TopSurface = "Smooth"
  643.                 p.BottomSurface = "Smooth"
  644.                 table.insert(tab , p)
  645.                 task.wait(nil)
  646.             end
  647.            
  648.    
  649.             p:Destroy()
  650.         end
  651.        
  652.     end)
  653. end
  654. coroutine.wrap(GHNZW_fake_script)()
  655. -- TextButton1.LocalScript is disabled.
  656. local function XGBALP_fake_script() -- TextButton_8.LocalScript
  657.     local script = Instance.new('LocalScript', TextButton_8)
  658.  
  659.     local button = script.Parent
  660.     local Animate = game.Players.LocalPlayer.Character.Animate
  661.     local function OnClick()
  662.         if Animate then
  663.             game.Players.LocalPlayer.Character.Animate:Destroy()
  664.         end
  665.     end
  666.    
  667.     button.MouseButton1Click:Connect(OnClick)
  668. end
  669. coroutine.wrap(XGBALP_fake_script)()
  670. local function PJSR_fake_script() -- TextButton_9.LocalScript
  671.     local script = Instance.new('LocalScript', TextButton_9)
  672.  
  673.     script.Parent.MouseButton1Click:Connect(function()
  674.         script.Parent.Parent.Parent.mainscript.Visible = true
  675.         script.Parent.Parent.Parent.Stop.Visible = false
  676.     end)
  677. end
  678. coroutine.wrap(PJSR_fake_script)()
  679. local function YNEAPE_fake_script() -- Commands.LocalScript
  680.     local script = Instance.new('LocalScript', Commands)
  681.  
  682.     local TweenService = game:GetService("TweenService")
  683.     local a = script.Parent.Parent.line
  684.    
  685.     local function Show()
  686.         for i,v in pairs(script.Parent.Parent.Parent.FEhaxText:GetChildren()) do
  687.             if v:IsA("Frame") then
  688.                 if v.Name ~= "line" then
  689.                     v.Visible = false
  690.                     v.Parent.mainscript.Visible = true
  691.    
  692.                     local targetPosition = script.Parent.Position + UDim2.new(0,0,0.4,0)
  693.    
  694.                     local tweenInfo = TweenInfo.new(0.5)
  695.                     local tween = TweenService:Create(a, tweenInfo, {Position = targetPosition})
  696.    
  697.                     tween:Play()
  698.                 end
  699.             end
  700.         end
  701.         -- script.Parent.Parent.FEhaxText.mainscript.Visible = true
  702.     end
  703.    
  704.     b = script.Parent
  705.     b.MouseButton1Click:Connect(Show)
  706. end
  707. coroutine.wrap(YNEAPE_fake_script)()
  708. local function HBZZ_fake_script() -- CREDITS.LocalScript
  709.     local script = Instance.new('LocalScript', CREDITS)
  710.  
  711.     local TweenService = game:GetService("TweenService")
  712.     local a = script.Parent.Parent.line
  713.    
  714.     local function Show()
  715.         for i,v in pairs(script.Parent.Parent.Parent.FEhaxText:GetChildren()) do
  716.             if v:IsA("Frame") then
  717.                 if v.Name ~= "line" then
  718.                     v.Visible = false
  719.                     v.Parent.CreditsFrame.Visible = true
  720.    
  721.                     local targetPosition = script.Parent.Position + UDim2.new(0,0,0.411,0)
  722.    
  723.                     local tweenInfo = TweenInfo.new(0.5)
  724.                     local tween = TweenService:Create(a, tweenInfo, {Position = targetPosition})
  725.    
  726.                     tween:Play()
  727.                 end
  728.             end
  729.         end
  730.         -- script.Parent.Parent.FEhaxText.CreditFrame.Visible = true
  731.     end
  732.    
  733.     b = script.Parent
  734.     b.MouseButton1Click:Connect(Show)
  735. end
  736. coroutine.wrap(HBZZ_fake_script)()
  737. local function NVTU_fake_script() -- SETTINGS.LocalScript
  738.     local script = Instance.new('LocalScript', SETTINGS)
  739.  
  740.     local TweenService = game:GetService("TweenService")
  741.     local a = script.Parent.Parent.line
  742.    
  743.     local function Show()
  744.    
  745.         for i,v in pairs(script.Parent.Parent.Parent.FEhaxText:GetChildren()) do
  746.             if v:IsA("Frame") then
  747.                 if v.Name ~= "line" then
  748.                     v.Visible = false
  749.                     v.Parent.SettingsFrame.Visible = true
  750.    
  751.                     -- a.AnchorPoint = Vector2.new(-2, -5)
  752.                     local targetPosition = script.Parent.Position + UDim2.new(0,0,0.4,0)
  753.    
  754.                     local tweenInfo = TweenInfo.new(0.5)
  755.                     local tween = TweenService:Create(a, tweenInfo, {Position = targetPosition})
  756.    
  757.                     tween:Play()
  758.    
  759.                 end
  760.             end
  761.         end
  762.         -- script.Parent.Parent.FEhaxText.SettingsFrame.Visible = true
  763.     end
  764.    
  765.     b = script.Parent
  766.     b.MouseButton1Click:Connect(Show)
  767. end
  768. coroutine.wrap(NVTU_fake_script)()
  769. local function RPQC_fake_script() -- TextButton_10.LocalScript
  770.     local script = Instance.new('LocalScript', TextButton_10)
  771.  
  772.     local lowtext = script.Parent.Parent.Parent.Stop.LowText
  773.     local medtext = script.Parent.Parent.Parent.Stop["Medium Text"]
  774.     local medscript = script.Parent.Parent.Parent.mainscript.TextButton1:GetChildren()[2]
  775.     local lowscript = script.Parent.Parent.Parent.mainscript.TextButton1:GetChildren()[1]
  776.     script.Parent.MouseButton1Click:Connect(function()
  777.         lowtext.Visible = true
  778.         lowscript.Enabled = true
  779.         medscript.Enabled = false
  780.         medtext.Visible = false
  781.     end)
  782. end
  783. coroutine.wrap(RPQC_fake_script)()
  784. local function MBZX_fake_script() -- TextButton2.LocalScript
  785.     local script = Instance.new('LocalScript', TextButton2)
  786.  
  787.     local lowtext = script.Parent.Parent.Parent.Stop.LowText
  788.     local medtext = script.Parent.Parent.Parent.Stop["Medium Text"]
  789.     local medscript = script.Parent.Parent.Parent.mainscript.TextButton1:GetChildren()[2]
  790.     local lowscript = script.Parent.Parent.Parent.mainscript.TextButton1:GetChildren()[1]
  791.     script.Parent.MouseButton1Click:Connect(function()
  792.         lowtext.Visible = false
  793.         lowscript.Enabled = false
  794.         medscript.Enabled = true
  795.         medtext.Visible = true
  796.     end)
  797. end
  798. coroutine.wrap(MBZX_fake_script)()
  799. local function FMKRG_fake_script() -- DragUi.LocalScript
  800.     local script = Instance.new('LocalScript', DragUi)
  801.  
  802.     local UserInputService = game:GetService("UserInputService")
  803.    
  804.     local gui = script.Parent
  805.    
  806.     local dragging
  807.     local dragInput
  808.     local dragStart
  809.     local startPos
  810.    
  811.     local function update(input)
  812.         local delta = input.Position - dragStart
  813.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  814.     end
  815.    
  816.     gui.InputBegan:Connect(function(input)
  817.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  818.             dragging = true
  819.             dragStart = input.Position
  820.             startPos = gui.Position
  821.    
  822.             input.Changed:Connect(function()
  823.                 if input.UserInputState == Enum.UserInputState.End then
  824.                     dragging = false
  825.                 end
  826.             end)
  827.         end
  828.     end)
  829.    
  830.     gui.InputChanged:Connect(function(input)
  831.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  832.             dragInput = input
  833.         end
  834.     end)
  835.    
  836.     UserInputService.InputChanged:Connect(function(input)
  837.         if input == dragInput and dragging then
  838.             update(input)
  839.         end
  840.     end)
  841. end
  842. coroutine.wrap(FMKRG_fake_script)()
  843.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement