Advertisement
ExecutorForALLdomain

FE Hax GUI Client Version

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