HELLOTTT

Power sim scritp

Nov 21st, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.00 KB | None | 0 0
  1. --by tttrewre21
  2. local Powersim = Instance.new("ScreenGui")
  3. local OPEN = Instance.new("TextButton")
  4. local Frame = Instance.new("Frame")
  5. local speed = Instance.new("TextButton")
  6. local title = Instance.new("TextLabel")
  7. local jumppower = Instance.new("TextButton")
  8. local unjumppower = Instance.new("TextButton")
  9. local NONE = Instance.new("TextButton")
  10. local title_2 = Instance.new("TextLabel")
  11. local NONE_2 = Instance.new("TextButton")
  12. local NONE_3 = Instance.new("Frame")
  13. local NONE_4 = Instance.new("TextButton")
  14. local NONE_5 = Instance.new("TextButton")
  15. local NONE_6 = Instance.new("TextButton")
  16. local NONE_7 = Instance.new("TextButton")
  17. local title_3 = Instance.new("TextLabel")
  18. local walk = Instance.new("TextButton")
  19. local epicgui = Instance.new("TextButton")
  20. local INFJUMP = Instance.new("TextButton")
  21. local NONE_8 = Instance.new("TextButton")
  22. local Etonoclip = Instance.new("TextButton")
  23. local NONE_9 = Instance.new("TextButton")
  24. local NONE_10 = Instance.new("TextButton")
  25. local NONE_11 = Instance.new("TextButton")
  26. local NONE_12 = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. Powersim.Name = "Power sim"
  31. Powersim.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32.  
  33. OPEN.Name = "OPEN"
  34. OPEN.Parent = Powersim
  35. OPEN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. OPEN.BorderColor3 = Color3.fromRGB(255, 255, 255)
  37. OPEN.Position = UDim2.new(0.434261173, 0, 0.0355780721, 0)
  38. OPEN.Size = UDim2.new(0, 86, 0, 28)
  39. OPEN.Font = Enum.Font.JosefinSans
  40. OPEN.Text = "Open"
  41. OPEN.TextColor3 = Color3.fromRGB(85, 255, 255)
  42. OPEN.TextScaled = true
  43. OPEN.TextSize = 14.000
  44. OPEN.TextWrapped = true
  45.  
  46. Frame.Parent = Powersim
  47. Frame.Active = true
  48. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. Frame.BorderSizePixel = 0
  50. Frame.Position = UDim2.new(0.434604883, 0, 0.0695861876, 0)
  51. Frame.Size = UDim2.new(0, 436, 0, 622)
  52.  
  53. speed.Name = "speed"
  54. speed.Parent = Frame
  55. speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. speed.Position = UDim2.new(0.0442112982, 0, 0.169739246, 0)
  57. speed.Size = UDim2.new(0, 200, 0, 50)
  58. speed.Font = Enum.Font.JosefinSans
  59. speed.Text = "speed"
  60. speed.TextColor3 = Color3.fromRGB(106, 166, 255)
  61. speed.TextScaled = true
  62. speed.TextSize = 14.000
  63. speed.TextWrapped = true
  64.  
  65. title.Name = "title "
  66. title.Parent = Frame
  67. title.BackgroundColor3 = Color3.fromRGB(121, 121, 121)
  68. title.Position = UDim2.new(0.0446535572, 0, 0.0508800894, 0)
  69. title.Size = UDim2.new(0, 396, 0, 50)
  70. title.Font = Enum.Font.JosefinSans
  71. title.Text = "GUITTT[ROBLOX]"
  72. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. title.TextScaled = true
  74. title.TextSize = 14.000
  75. title.TextWrapped = true
  76.  
  77. jumppower.Name = "jumppower"
  78. jumppower.Parent = Frame
  79. jumppower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. jumppower.Position = UDim2.new(0.0442112982, 0, 0.281138301, 0)
  81. jumppower.Size = UDim2.new(0, 200, 0, 50)
  82. jumppower.Font = Enum.Font.JosefinSans
  83. jumppower.Text = "Jumppower"
  84. jumppower.TextColor3 = Color3.fromRGB(106, 166, 255)
  85. jumppower.TextScaled = true
  86. jumppower.TextSize = 14.000
  87. jumppower.TextWrapped = true
  88.  
  89. unjumppower.Name = "unjumppower"
  90. unjumppower.Parent = Frame
  91. unjumppower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. unjumppower.Position = UDim2.new(0.52127552, 0, 0.28238827, 0)
  93. unjumppower.Size = UDim2.new(0, 200, 0, 50)
  94. unjumppower.Font = Enum.Font.JosefinSans
  95. unjumppower.Text = "unjumppower"
  96. unjumppower.TextColor3 = Color3.fromRGB(106, 166, 255)
  97. unjumppower.TextScaled = true
  98. unjumppower.TextSize = 14.000
  99. unjumppower.TextWrapped = true
  100.  
  101. NONE.Name = "NONE"
  102. NONE.Parent = Frame
  103. NONE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. NONE.Position = UDim2.new(0.0442112871, 0, 0.627892375, 0)
  105. NONE.Size = UDim2.new(0, 200, 0, 50)
  106. NONE.Font = Enum.Font.JosefinSans
  107. NONE.Text = "NONE"
  108. NONE.TextColor3 = Color3.fromRGB(106, 166, 255)
  109. NONE.TextScaled = true
  110. NONE.TextSize = 14.000
  111. NONE.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  112. NONE.TextWrapped = true
  113.  
  114. title_2.Name = "title "
  115. title_2.Parent = Frame
  116. title_2.BackgroundColor3 = Color3.fromRGB(121, 121, 121)
  117. title_2.Position = UDim2.new(0.00366949383, 0, 0.94652307, 0)
  118. title_2.Size = UDim2.new(0, 434, 0, 33)
  119. title_2.Font = Enum.Font.JosefinSans
  120. title_2.Text = "By tttrewre21"
  121. title_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. title_2.TextScaled = true
  123. title_2.TextSize = 14.000
  124. title_2.TextWrapped = true
  125.  
  126. NONE_2.Name = "NONE"
  127. NONE_2.Parent = Frame
  128. NONE_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. NONE_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  130. NONE_2.Position = UDim2.new(0.519887984, 0, 0.508778512, 0)
  131. NONE_2.Size = UDim2.new(0, 200, 0, 50)
  132. NONE_2.Font = Enum.Font.JosefinSans
  133. NONE_2.Text = "NONE"
  134. NONE_2.TextColor3 = Color3.fromRGB(117, 172, 255)
  135. NONE_2.TextScaled = true
  136. NONE_2.TextSize = 14.000
  137. NONE_2.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  138. NONE_2.TextWrapped = true
  139.  
  140. NONE_3.Name = "NONE"
  141. NONE_3.Parent = Frame
  142. NONE_3.Active = true
  143. NONE_3.BackgroundColor3 = Color3.fromRGB(128, 255, 228)
  144. NONE_3.Position = UDim2.new(0.995412946, 0, 0, 0)
  145. NONE_3.Size = UDim2.new(0, 301, 0, 401)
  146. NONE_3.Visible = false
  147.  
  148. NONE_4.Name = "NONE"
  149. NONE_4.Parent = NONE_3
  150. NONE_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. NONE_4.Position = UDim2.new(0.16666244, 0, 0.388811588, 0)
  152. NONE_4.Size = UDim2.new(0, 200, 0, 50)
  153. NONE_4.Font = Enum.Font.JosefinSans
  154. NONE_4.Text = "NONE"
  155. NONE_4.TextColor3 = Color3.fromRGB(106, 166, 255)
  156. NONE_4.TextScaled = true
  157. NONE_4.TextSize = 14.000
  158. NONE_4.TextWrapped = true
  159.  
  160. NONE_5.Name = "NONE"
  161. NONE_5.Parent = NONE_3
  162. NONE_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. NONE_5.Position = UDim2.new(0.169984698, 0, 0.16936022, 0)
  164. NONE_5.Size = UDim2.new(0, 200, 0, 50)
  165. NONE_5.Font = Enum.Font.JosefinSans
  166. NONE_5.Text = "NONE"
  167. NONE_5.TextColor3 = Color3.fromRGB(106, 166, 255)
  168. NONE_5.TextScaled = true
  169. NONE_5.TextSize = 14.000
  170. NONE_5.TextWrapped = true
  171.  
  172. NONE_6.Name = "NONE"
  173. NONE_6.Parent = NONE_3
  174. NONE_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. NONE_6.Position = UDim2.new(0.169984698, 0, 0.59828794, 0)
  176. NONE_6.Size = UDim2.new(0, 200, 0, 50)
  177. NONE_6.Font = Enum.Font.JosefinSans
  178. NONE_6.Text = "NONE"
  179. NONE_6.TextColor3 = Color3.fromRGB(106, 166, 255)
  180. NONE_6.TextScaled = true
  181. NONE_6.TextSize = 14.000
  182. NONE_6.TextWrapped = true
  183.  
  184. NONE_7.Name = "NONE"
  185. NONE_7.Parent = NONE_3
  186. NONE_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. NONE_7.Position = UDim2.new(0.169984698, 0, 0.790307879, 0)
  188. NONE_7.Size = UDim2.new(0, 200, 0, 50)
  189. NONE_7.Font = Enum.Font.JosefinSans
  190. NONE_7.Text = "NONE"
  191. NONE_7.TextColor3 = Color3.fromRGB(106, 166, 255)
  192. NONE_7.TextScaled = true
  193. NONE_7.TextSize = 14.000
  194. NONE_7.TextWrapped = true
  195.  
  196. title_3.Name = "title"
  197. title_3.Parent = NONE_3
  198. title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  199. title_3.Position = UDim2.new(0.00664451811, 0, 0, 0)
  200. title_3.Size = UDim2.new(0, 299, 0, 50)
  201. title_3.Font = Enum.Font.JosefinSans
  202. title_3.Text = "NONE"
  203. title_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. title_3.TextScaled = true
  205. title_3.TextSize = 14.000
  206. title_3.TextWrapped = true
  207.  
  208. walk.Name = "walk"
  209. walk.Parent = Frame
  210. walk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  211. walk.Position = UDim2.new(0.521989107, 0, 0.169739246, 0)
  212. walk.Size = UDim2.new(0, 200, 0, 50)
  213. walk.Font = Enum.Font.JosefinSans
  214. walk.Text = "walk"
  215. walk.TextColor3 = Color3.fromRGB(106, 166, 255)
  216. walk.TextScaled = true
  217. walk.TextSize = 14.000
  218. walk.TextWrapped = true
  219.  
  220. epicgui.Name = "epic gui"
  221. epicgui.Parent = Frame
  222. epicgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. epicgui.Position = UDim2.new(0.52127552, 0, 0.398143888, 0)
  224. epicgui.Size = UDim2.new(0, 200, 0, 50)
  225. epicgui.Font = Enum.Font.JosefinSans
  226. epicgui.Text = "Epic Gui"
  227. epicgui.TextColor3 = Color3.fromRGB(106, 166, 255)
  228. epicgui.TextScaled = true
  229. epicgui.TextSize = 14.000
  230. epicgui.TextWrapped = true
  231.  
  232. INFJUMP.Name = "INF JUMP"
  233. INFJUMP.Parent = Frame
  234. INFJUMP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. INFJUMP.Position = UDim2.new(0.0442112982, 0, 0.509434104, 0)
  236. INFJUMP.Size = UDim2.new(0, 200, 0, 50)
  237. INFJUMP.Font = Enum.Font.JosefinSans
  238. INFJUMP.Text = "Inf jump"
  239. INFJUMP.TextColor3 = Color3.fromRGB(106, 166, 255)
  240. INFJUMP.TextScaled = true
  241. INFJUMP.TextSize = 14.000
  242. INFJUMP.TextWrapped = true
  243.  
  244. NONE_8.Name = "NONE"
  245. NONE_8.Parent = Frame
  246. NONE_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. NONE_8.Position = UDim2.new(0.52127552, 0, 0.628047407, 0)
  248. NONE_8.Size = UDim2.new(0, 200, 0, 50)
  249. NONE_8.Font = Enum.Font.JosefinSans
  250. NONE_8.Text = "NONE"
  251. NONE_8.TextColor3 = Color3.fromRGB(106, 166, 255)
  252. NONE_8.TextScaled = true
  253. NONE_8.TextSize = 14.000
  254. NONE_8.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  255. NONE_8.TextWrapped = true
  256.  
  257. Etonoclip.Name = "E to noclip"
  258. Etonoclip.Parent = Frame
  259. Etonoclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. Etonoclip.Position = UDim2.new(0.0442112982, 0, 0.398501605, 0)
  261. Etonoclip.Size = UDim2.new(0, 200, 0, 50)
  262. Etonoclip.Font = Enum.Font.JosefinSans
  263. Etonoclip.Text = "noclip(press E)"
  264. Etonoclip.TextColor3 = Color3.fromRGB(106, 166, 255)
  265. Etonoclip.TextScaled = true
  266. Etonoclip.TextSize = 14.000
  267. Etonoclip.TextWrapped = true
  268.  
  269. NONE_9.Name = "NONE"
  270. NONE_9.Parent = Frame
  271. NONE_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  272. NONE_9.Position = UDim2.new(0.52127552, 0, 0.74541074, 0)
  273. NONE_9.Size = UDim2.new(0, 200, 0, 50)
  274. NONE_9.Font = Enum.Font.JosefinSans
  275. NONE_9.Text = "NONE"
  276. NONE_9.TextColor3 = Color3.fromRGB(106, 166, 255)
  277. NONE_9.TextScaled = true
  278. NONE_9.TextSize = 14.000
  279. NONE_9.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  280. NONE_9.TextWrapped = true
  281.  
  282. NONE_10.Name = "NONE"
  283. NONE_10.Parent = Frame
  284. NONE_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  285. NONE_10.Position = UDim2.new(0.0442112982, 0, 0.744160771, 0)
  286. NONE_10.Size = UDim2.new(0, 200, 0, 50)
  287. NONE_10.Font = Enum.Font.JosefinSans
  288. NONE_10.Text = "NONE"
  289. NONE_10.TextColor3 = Color3.fromRGB(106, 166, 255)
  290. NONE_10.TextScaled = true
  291. NONE_10.TextSize = 14.000
  292. NONE_10.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  293. NONE_10.TextWrapped = true
  294.  
  295. NONE_11.Name = "NONE"
  296. NONE_11.Parent = Frame
  297. NONE_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  298. NONE_11.Position = UDim2.new(0.0442112982, 0, 0.850270092, 0)
  299. NONE_11.Size = UDim2.new(0, 200, 0, 50)
  300. NONE_11.Font = Enum.Font.JosefinSans
  301. NONE_11.Text = "NONE"
  302. NONE_11.TextColor3 = Color3.fromRGB(106, 166, 255)
  303. NONE_11.TextScaled = true
  304. NONE_11.TextSize = 14.000
  305. NONE_11.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  306. NONE_11.TextWrapped = true
  307.  
  308. NONE_12.Name = "NONE"
  309. NONE_12.Parent = Frame
  310. NONE_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. NONE_12.Position = UDim2.new(0.52127552, 0, 0.851520061, 0)
  312. NONE_12.Size = UDim2.new(0, 200, 0, 50)
  313. NONE_12.Font = Enum.Font.JosefinSans
  314. NONE_12.Text = "NONE"
  315. NONE_12.TextColor3 = Color3.fromRGB(106, 166, 255)
  316. NONE_12.TextScaled = true
  317. NONE_12.TextSize = 14.000
  318. NONE_12.TextStrokeColor3 = Color3.fromRGB(255, 0, 4)
  319. NONE_12.TextWrapped = true
  320.  
  321. -- Scripts:
  322.  
  323. local function PYSTH_fake_script() -- OPEN.LocalScript
  324. local script = Instance.new('LocalScript', OPEN)
  325.  
  326. local frame = script.Parent.Parent.Frame
  327. local button = script.Parent
  328.  
  329. button.MouseButton1Click:Connect(function()
  330. if frame.Visible == false then
  331. frame.Visible = true
  332. button.Text = "Close" -- Button text when opening the frame
  333. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "GUITTT", Text = "OPENING"})
  334.  
  335. else
  336. frame.Visible = false
  337. button.Text = "Open" -- Button text when closing the frame
  338. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "GUITTT", Text = "CLOSEING"})
  339.  
  340. end
  341. end)
  342. end
  343. coroutine.wrap(PYSTH_fake_script)()
  344. local function CJWRCH_fake_script() -- speed.LocalScript
  345. local script = Instance.new('LocalScript', speed)
  346.  
  347. script.Parent.MouseButton1Click:Connect(function()
  348. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 64
  349. end)
  350.  
  351. end
  352. coroutine.wrap(CJWRCH_fake_script)()
  353. local function WNUDT_fake_script() -- jumppower.LocalScript
  354. local script = Instance.new('LocalScript', jumppower)
  355.  
  356. local plr = game.Players.LocalPlayer
  357.  
  358.  
  359.  
  360. script.Parent.MouseButton1Click:connect(function()
  361.  
  362. plr.Character.Humanoid.JumpPower = 200
  363.  
  364. wait(5)
  365.  
  366. plr.Character.Humanoid.JumpPower = 200
  367.  
  368. end)
  369. end
  370. coroutine.wrap(WNUDT_fake_script)()
  371. local function BICNSG_fake_script() -- unjumppower.LocalScript
  372. local script = Instance.new('LocalScript', unjumppower)
  373.  
  374. local plr = game.Players.LocalPlayer
  375.  
  376.  
  377.  
  378. script.Parent.MouseButton1Click:connect(function()
  379.  
  380. plr.Character.Humanoid.JumpPower = 50
  381.  
  382. wait(5)
  383.  
  384. plr.Character.Humanoid.JumpPower = 50
  385.  
  386. end)
  387. end
  388. coroutine.wrap(BICNSG_fake_script)()
  389. local function XJBSWBB_fake_script() -- Frame.DeBUG
  390. local script = Instance.new('Script', Frame)
  391.  
  392. script.Parent.Visible = true
  393. script.Parent.Visible = false
  394. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "HI!", Text = "HELLO!"})
  395.  
  396. end
  397. coroutine.wrap(XJBSWBB_fake_script)()
  398. local function QELXO_fake_script() -- NONE_3.DeBUG
  399. local script = Instance.new('Script', NONE_3)
  400.  
  401. script.Parent.Visible = true
  402. wait(0)
  403. script.Parent.Visible = false
  404. end
  405. coroutine.wrap(QELXO_fake_script)()
  406. local function OXCPOI_fake_script() -- NONE_3.COLOR
  407. local script = Instance.new('Script', NONE_3)
  408.  
  409.  
  410. while true do
  411. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  412. wait(0.01)
  413. script.Parent.BackgroundColor3 = Color3.new(1,0.1,0)
  414. wait(0.01)
  415. script.Parent.BackgroundColor3 = Color3.new(1,0.2,0)
  416. wait(0.01)
  417. script.Parent.BackgroundColor3 = Color3.new(1,0.3,0)
  418. wait(0.01)
  419. script.Parent.BackgroundColor3 = Color3.new(1,0.4,0)
  420. wait(0.01)
  421. script.Parent.BackgroundColor3 = Color3.new(1,0.5,0)
  422. wait(0.01)
  423. script.Parent.BackgroundColor3 = Color3.new(1,0.6,0)
  424. wait(0.01)
  425. script.Parent.BackgroundColor3 = Color3.new(1,0.7,0)
  426. wait(0.01)
  427. script.Parent.BackgroundColor3 = Color3.new(1,0.8,0)
  428. wait(0.01)
  429. script.Parent.BackgroundColor3 = Color3.new(1,0.9,0)
  430. wait(0.01)
  431. script.Parent.BackgroundColor3 = Color3.new(1,1,0)
  432. wait(0.01)
  433. script.Parent.BackgroundColor3 = Color3.new(0.9,1,0)
  434. wait(0.01)
  435. script.Parent.BackgroundColor3 = Color3.new(0.8,1,0)
  436. wait(0.01)
  437. script.Parent.BackgroundColor3 = Color3.new(0.7,1,0)
  438. wait(0.01)
  439. script.Parent.BackgroundColor3 = Color3.new(0.6,1,0)
  440. wait(0.01)
  441. script.Parent.BackgroundColor3 = Color3.new(0.5,1,0)
  442. wait(0.01)
  443. script.Parent.BackgroundColor3 = Color3.new(0.4,1,0)
  444. wait(0.01)
  445. script.Parent.BackgroundColor3 = Color3.new(0.3,1,0)
  446. wait(0.01)
  447. script.Parent.BackgroundColor3 = Color3.new(0.2,1,0)
  448. wait(0.01)
  449. script.Parent.BackgroundColor3 = Color3.new(0.1,1,0)
  450. wait(0.01)
  451. script.Parent.BackgroundColor3 = Color3.new(0,1,0)
  452. wait(0.01)
  453. script.Parent.BackgroundColor3 = Color3.new(0,1,0.1)
  454. wait(0.01)
  455. script.Parent.BackgroundColor3 = Color3.new(0,1,0.2)
  456. wait(0.01)
  457. script.Parent.BackgroundColor3 = Color3.new(0,1,0.3)
  458. wait(0.01)
  459. script.Parent.BackgroundColor3 = Color3.new(0,1,0.4)
  460. wait(0.01)
  461. script.Parent.BackgroundColor3 = Color3.new(0,1,0.5)
  462. wait(0.01)
  463. script.Parent.BackgroundColor3 = Color3.new(0,1,0.6)
  464. wait(0.01)
  465. script.Parent.BackgroundColor3 = Color3.new(0,1,0.7)
  466. wait(0.01)
  467. script.Parent.BackgroundColor3 = Color3.new(0,1,0.8)
  468. wait(0.01)
  469. script.Parent.BackgroundColor3 = Color3.new(0,1,0.9)
  470. wait(0.01)
  471. script.Parent.BackgroundColor3 = Color3.new(0,1,1)
  472. wait(0.01)
  473. script.Parent.BackgroundColor3 = Color3.new(0,0.9,1)
  474. wait(0.01)
  475. script.Parent.BackgroundColor3 = Color3.new(0,0.8,1)
  476. wait(0.01)
  477. script.Parent.BackgroundColor3 = Color3.new(0,0.7,1)
  478. wait(0.01)
  479. script.Parent.BackgroundColor3 = Color3.new(0,0.6,1)
  480. wait(0.01)
  481. script.Parent.BackgroundColor3 = Color3.new(0,0.5,1)
  482. wait(0.01)
  483. script.Parent.BackgroundColor3 = Color3.new(0,0.4,1)
  484. wait(0.01)
  485. script.Parent.BackgroundColor3 = Color3.new(0,0.3,1)
  486. wait(0.01)
  487. script.Parent.BackgroundColor3 = Color3.new(0,0.2,1)
  488. wait(0.01)
  489. script.Parent.BackgroundColor3 = Color3.new(0,0.1,1)
  490. wait(0.01)
  491. script.Parent.BackgroundColor3 = Color3.new(0,0,1)
  492. wait(0.01)
  493. script.Parent.BackgroundColor3 = Color3.new(0.1,0,1)
  494. wait(0.01)
  495. script.Parent.BackgroundColor3 = Color3.new(0.2,0,1)
  496. wait(0.01)
  497. script.Parent.BackgroundColor3 = Color3.new(0.3,0,1)
  498. wait(0.01)
  499. script.Parent.BackgroundColor3 = Color3.new(0.4,0,1)
  500. wait(0.01)
  501. script.Parent.BackgroundColor3 = Color3.new(0.5,0,1)
  502. wait(0.01)
  503. script.Parent.BackgroundColor3 = Color3.new(0.6,0,1)
  504. wait(0.01)
  505. script.Parent.BackgroundColor3 = Color3.new(0.7,0,1)
  506. wait(0.01)
  507. script.Parent.BackgroundColor3 = Color3.new(0.8,0,1)
  508. wait(0.01)
  509. script.Parent.BackgroundColor3 = Color3.new(0.9,0,1)
  510. wait(0.01)
  511. script.Parent.BackgroundColor3 = Color3.new(1,0,1)
  512. wait(0.01)
  513. script.Parent.BackgroundColor3 = Color3.new(1,0,0.9)
  514. wait(0.01)
  515. script.Parent.BackgroundColor3 = Color3.new(1,0,0.8)
  516. wait(0.01)
  517. script.Parent.BackgroundColor3 = Color3.new(1,0,0.7)
  518. wait(0.01)
  519. script.Parent.BackgroundColor3 = Color3.new(1,0,0.6)
  520. wait(0.01)
  521. script.Parent.BackgroundColor3 = Color3.new(1,0,0.5)
  522. wait(0.01)
  523. script.Parent.BackgroundColor3 = Color3.new(1,0,0.4)
  524. wait(0.01)
  525. script.Parent.BackgroundColor3 = Color3.new(1,0,0.3)
  526. wait(0.01)
  527. script.Parent.BackgroundColor3 = Color3.new(1,0,0.2)
  528. wait(0.01)
  529. script.Parent.BackgroundColor3 = Color3.new(1,0,0.1)
  530. wait(0.01)
  531. end
  532.  
  533. end
  534. coroutine.wrap(OXCPOI_fake_script)()
  535. local function INKJY_fake_script() -- NONE_3.MOVE
  536. local script = Instance.new('Script', NONE_3)
  537.  
  538. --no found the move script D:
  539. end
  540. coroutine.wrap(INKJY_fake_script)()
  541. local function UTZY_fake_script() -- walk.LocalScript
  542. local script = Instance.new('LocalScript', walk)
  543.  
  544. script.Parent.MouseButton1Click:Connect(function()
  545. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  546. end)
  547.  
  548. end
  549. coroutine.wrap(UTZY_fake_script)()
  550. local function RQZIYU_fake_script() -- epicgui.LocalScript
  551. local script = Instance.new('LocalScript', epicgui)
  552.  
  553. button = script.Parent
  554. button.MouseButton1Click:connect(function()
  555. -- Showcased By Dynamiteboy on youtube
  556. -- made by Lua_God#0793/luckyxero
  557. plr = game.Players.LocalPlayer
  558. char = plr.Character
  559. Exploit = Instance.new("ScreenGui")
  560. Frame = Instance.new("Frame")
  561. PlayerName = Instance.new("TextBox")
  562. SelectAll = Instance.new("TextButton")
  563. Music = Instance.new("TextButton")
  564. Punish = Instance.new("TextButton")
  565. MeshID = Instance.new("TextBox")
  566. RemoveTools = Instance.new("TextButton")
  567. Stools = Instance.new("TextButton")
  568. Kill = Instance.new("TextButton")
  569. Noclip = Instance.new("TextButton")
  570. Pitch = Instance.new("TextBox")
  571. From = Instance.new("TextBox")
  572. ID = Instance.new("TextBox")
  573. Title = Instance.new("TextButton")
  574. Godmode = Instance.new("TextButton")
  575. Walkspeed = Instance.new("TextButton")
  576. Speed = Instance.new("TextBox")
  577. Value = Instance.new("TextBox")
  578. Btools = Instance.new("TextButton")
  579. StatChange = Instance.new("TextButton")
  580. StatName = Instance.new("TextBox")
  581. Skybox = Instance.new("TextButton")
  582. Skyboxid = Instance.new("TextBox")
  583. UnlockWS = Instance.new("TextButton")
  584. Teleport = Instance.new("TextButton")
  585. TpTo = Instance.new("TextBox")
  586. UnanchorWS = Instance.new("TextButton")
  587. Selected = Instance.new("BoolValue")
  588. Char = Instance.new("TextButton")
  589. CharID = Instance.new("TextBox")
  590. Particle = Instance.new("TextButton")
  591. ParticleID = Instance.new("TextBox")
  592. TimeOfDay = Instance.new("TextButton")
  593. Time = Instance.new("TextBox")
  594. JumpPower = Instance.new("TextButton")
  595. Power = Instance.new("TextBox")
  596. Bighead = Instance.new("TextButton")
  597. DecalSpam = Instance.new("TextButton")
  598. Break = Instance.new("TextButton")
  599. DecalID = Instance.new("TextBox")
  600. Mesh = Instance.new("TextButton")
  601. CharID = Instance.new("TextBox")
  602. TexID = Instance.new("TextBox")
  603. ClearDecals = Instance.new("TextButton")
  604. MeshSpam = Instance.new("TextButton")
  605. ClearMesh = Instance.new("TextButton")
  606. RandomColor = Instance.new("TextButton")
  607. PaintWS = Instance.new("TextButton")
  608. Brickcolor = Instance.new("TextBox")
  609. Explode = Instance.new("TextButton")
  610. Fog = Instance.new("TextButton")
  611. Fogend = Instance.new("TextBox")
  612. Intro = Instance.new("Frame")
  613. ImageLabel = Instance.new("ImageLabel")
  614. me = Instance.new("TextLabel")
  615. discord = Instance.new("TextLabel")
  616. Message = Instance.new("TextButton")
  617. Msg = Instance.new("TextBox")
  618. Hnt = Instance.new("TextBox")
  619. Hint = Instance.new("TextButton")
  620. ClearMessage = Instance.new("TextButton")
  621. ClearHint = Instance.new("TextButton")
  622. UnMesh = Instance.new("TextButton")
  623. SelectOthers = Instance.new("TextButton")
  624. MaterialWS = Instance.new("TextButton")
  625. Material = Instance.new("TextBox")
  626. UnBreak = Instance.new("TextButton")
  627. Break = Instance.new("TextButton")
  628. fuckspam = Instance.new("TextBox")
  629. Lag = Instance.new("TextButton")
  630. Shutdown = Instance.new("TextButton")
  631. ParticleWS = Instance.new("TextButton")
  632. UnParticleWS = Instance.new("TextButton")
  633. Chat = Instance.new("TextButton")
  634. ChatString = Instance.new("TextBox")
  635. Smallhead = Instance.new("TextButton")
  636. BallWS = Instance.new("TextButton")
  637. CylWS = Instance.new("TextButton")
  638. BloWS = Instance.new("TextButton")
  639. HeadWS = Instance.new("TextButton")
  640. BallWS = Instance.new("TextButton")
  641. TorsoWS = Instance.new("TextButton")
  642. WedgeWS = Instance.new("TextButton")
  643. Longneck = Instance.new("TextButton")
  644. Normalneck = Instance.new("TextButton")
  645. Headtummy = Instance.new("TextButton")
  646. UnHeadtummy = Instance.new("TextButton")
  647. Fire = Instance.new("TextButton")
  648. Smoke = Instance.new("TextButton")
  649. Sparkles = Instance.new("TextButton")
  650. FF = Instance.new("TextButton")
  651. MlgParticles = Instance.new("TextButton")
  652. Close = Instance.new("TextButton")
  653. Open = Instance.new("TextButton")
  654. Sanic = Instance.new("TextButton")
  655. UnSanic = Instance.new("TextButton")
  656. LagOthers = Instance.new("TextButton")
  657. FeChecker = Instance.new("TextButton")
  658. -- Properties
  659.  
  660. Exploit.Name = "Exploit"
  661. Exploit.Parent = plr.PlayerGui
  662.  
  663. Intro.Name = "Intro"
  664. Intro.Parent = Exploit
  665. Intro.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  666. Intro.BorderColor3 = Color3.new(0, 0, 0)
  667. Intro.BorderSizePixel = 3
  668. Intro.Position = UDim2.new(0, 310, 0, 50)
  669. Intro.Size = UDim2.new(0, 460, 0, 310)
  670.  
  671. ImageLabel.Parent = Intro
  672. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  673. ImageLabel.BackgroundTransparency = 1
  674. ImageLabel.Position = UDim2.new(0, 180, 0, 30)
  675. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  676. ImageLabel.Image = "rbxassetid://169950677"
  677.  
  678. me.Name = "me"
  679. me.Parent = Intro
  680. me.BackgroundColor3 = Color3.new(1, 1, 1)
  681. me.BackgroundTransparency = 1
  682. me.Position = UDim2.new(0, 100, 0, 120)
  683. me.Size = UDim2.new(0, 200, 0, 50)
  684. me.Font = Enum.Font.SciFi
  685. me.FontSize = Enum.FontSize.Size24
  686. me.Text = "GUI by: Luckyxero"
  687. me.TextColor3 = Color3.new(0, 0.917647, 1)
  688. me.TextSize = 24
  689.  
  690. discord.Name = "discord"
  691. discord.Parent = Intro
  692. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  693. discord.BackgroundTransparency = 1
  694. discord.Position = UDim2.new(0, 150, 0, 160)
  695. discord.Size = UDim2.new(0, 200, 0, 50)
  696. discord.Font = Enum.Font.SciFi
  697. discord.FontSize = Enum.FontSize.Size24
  698. discord.Text = "Discord: Lua_God;#0793"
  699. discord.TextColor3 = Color3.new(0, 0.682353, 1)
  700. discord.TextSize = 24
  701.  
  702. wait(4)
  703. Intro.Visible = false
  704. Frame.Parent = Exploit
  705. Frame.Active = true
  706. Frame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  707. Frame.BorderColor3 = Color3.new(0, 0, 0)
  708. Frame.BorderSizePixel = 3
  709. Frame.Draggable = true
  710. Frame.Position = UDim2.new(0, 310, 0, 50)
  711. Frame.Size = UDim2.new(0, 560, 0, 460)
  712.  
  713. PlayerName.Name = "PlayerName"
  714. PlayerName.Parent = Frame
  715. PlayerName.BackgroundColor3 = Color3.new(0, 0.917647, 1)
  716. PlayerName.Position = UDim2.new(0, 10, 0, 10)
  717. PlayerName.Size = UDim2.new(0, 130, 0, 20)
  718. PlayerName.Font = Enum.Font.Code
  719. PlayerName.FontSize = Enum.FontSize.Size14
  720. PlayerName.Text = "PlayerName"
  721. PlayerName.TextSize = 14
  722.  
  723. SelectAll.Name = "SelectAll"
  724. SelectAll.Parent = Frame
  725. SelectAll.BackgroundColor3 = Color3.new(1, 1, 1)
  726. SelectAll.Position = UDim2.new(0, 370, 0, 10)
  727. SelectAll.Size = UDim2.new(0, 80, 0, 20)
  728. SelectAll.Font = Enum.Font.Code
  729. SelectAll.FontSize = Enum.FontSize.Size14
  730. SelectAll.Text = "Select all plrs"
  731. SelectAll.TextScaled = true
  732. SelectAll.TextSize = 14
  733. SelectAll.TextWrapped = true
  734. Selected.Parent = plr.PlayerGui.Exploit.Frame.SelectAll
  735. Selected.Value = false
  736. Selected.Name = "Selected"
  737. SelectAll.MouseButton1Down:connect(function()
  738. if Selected.Value == false then
  739. Selected.Value = true
  740. SelectAll.Text = "Deselect all plrs"
  741. SelectAll.BackgroundColor3 = Color3.new(0,1,0)
  742. elseif Selected.Value == true then
  743. Selected.Value = false
  744. SelectAll.Text = "Select all plrs"
  745. SelectAll.BackgroundColor3 = Color3.new(1,0,0)
  746. end
  747. end)
  748. Music.Name = "Music"
  749. Music.Parent = Frame
  750. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  751. Music.Position = UDim2.new(0, 10, 0, 70)
  752. Music.Size = UDim2.new(0, 80, 0, 20)
  753. Music.Font = Enum.Font.Code
  754. Music.FontSize = Enum.FontSize.Size14
  755. Music.Text = "Music"
  756. Music.TextSize = 14
  757. Music.MouseButton1Down:connect(function()
  758. if workspace:FindFirstChild("ExploitSound") then
  759. workspace:FindFirstChild("ExploitSound"):Remove()
  760. end
  761. s = Instance.new("Sound",workspace)
  762. s.Looped = true
  763. s.Playing = true
  764. s.Name = "ExploitSound"
  765. s.Volume = 10
  766. s.SoundId = "rbxassetid://"..tonumber(ID.Text)
  767. s.PlaybackSpeed = tonumber(Pitch.Text)
  768. end)
  769. Punish.Name = "Punish"
  770. Punish.Parent = Frame
  771. Punish.BackgroundColor3 = Color3.new(1, 1, 1)
  772. Punish.Position = UDim2.new(0, 100, 0, 40)
  773. Punish.Size = UDim2.new(0, 80, 0, 20)
  774. Punish.Font = Enum.Font.Code
  775. Punish.FontSize = Enum.FontSize.Size14
  776. Punish.Text = "Punish"
  777. Punish.TextSize = 14
  778. Punish.MouseButton1Down:connect(function()
  779. if Selected.Value == true then
  780. for i,v in pairs(game.Players:GetChildren()) do
  781. v.Character:Remove()
  782. end
  783. elseif Selected.Value == false then
  784. workspace[PlayerName.Text]:Remove()
  785. end
  786. end)
  787. RemoveTools.Name = "RemoveTools"
  788. RemoveTools.Parent = Frame
  789. RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  790. RemoveTools.Position = UDim2.new(0, 190, 0, 40)
  791. RemoveTools.Size = UDim2.new(0, 80, 0, 20)
  792. RemoveTools.Font = Enum.Font.Code
  793. RemoveTools.FontSize = Enum.FontSize.Size14
  794. RemoveTools.Text = "Remove Tools"
  795. RemoveTools.TextScaled = true
  796. RemoveTools.TextSize = 14
  797. RemoveTools.TextWrapped = true
  798. RemoveTools.MouseButton1Down:connect(function()
  799. if Selected.Value == true then
  800. for i,v in pairs(game.Players:GetChildren()) do
  801. v.Backpack:ClearAllChildren()
  802. end
  803. elseif Selected.Value == false then
  804. game.Players[PlayerName.Text].Backpack:ClearAllChildren()
  805. for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  806. if c.ClassName == "Tool" or c.ClassName == "HopperBin" then
  807. c:Remove()
  808. end
  809. end
  810. end
  811. end)
  812. Stools.Name = "Stools"
  813. Stools.Parent = Frame
  814. Stools.BackgroundColor3 = Color3.new(1, 1, 1)
  815. Stools.Position = UDim2.new(0, 370, 0, 40)
  816. Stools.Size = UDim2.new(0, 80, 0, 20)
  817. Stools.Font = Enum.Font.Code
  818. Stools.FontSize = Enum.FontSize.Size14
  819. Stools.Text = "Steal Tools"
  820. Stools.TextScaled = true
  821. Stools.TextSize = 14
  822. Stools.TextWrapped = true
  823. Stools.MouseButton1Down:connect(function()
  824. if Selected.Value == true then
  825. for i,v in pairs(game.Players:GetChildren()) do
  826. q = v.Backpack:GetChildren()
  827. q:Clone()
  828. q.Parent = plr.Backpack
  829. end
  830. elseif Selected.Value == false then
  831. for i,c in pairs(game.Players[PlayerName.Text].Backpack:GetChildren()) do
  832. b = c:Clone()
  833. b.Parent = plr.Backpack
  834. end
  835. for i,p in pairs(workspace[PlayerName.Text]:GetChildren()) do
  836. if p.ClassName == "Tool" or p.ClassName == "HopperBin" then
  837. n = p:Clone()
  838. p.Parent = plr.Backpack
  839. end
  840. end
  841. end
  842. end)
  843. Kill.Name = "Kill"
  844. Kill.Parent = Frame
  845. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  846. Kill.Position = UDim2.new(0, 10, 0, 40)
  847. Kill.Size = UDim2.new(0, 80, 0, 20)
  848. Kill.Font = Enum.Font.Code
  849. Kill.FontSize = Enum.FontSize.Size14
  850. Kill.Text = "Kill"
  851. Kill.TextSize = 14
  852. Kill.MouseButton1Down:connect(function()
  853. if Selected.Value == true then
  854. for i,v in pairs(game.Players:GetChildren()) do
  855. v.Character:BreakJoints()
  856. end
  857. elseif Selected.Value == false then
  858. workspace[PlayerName.Text]:BreakJoints()
  859. end
  860. end)
  861. Noclip.Name = "Noclip"
  862. Noclip.Parent = Frame
  863. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Noclip.Position = UDim2.new(0, 100, 0, 70)
  865. Noclip.Size = UDim2.new(0, 80, 0, 20)
  866. Noclip.Selected = true
  867. Noclip.Font = Enum.Font.Code
  868. Noclip.FontSize = Enum.FontSize.Size14
  869. Noclip.Text = "Noclip"
  870. Noclip.TextSize = 14
  871. Noclip.MouseButton1Down:connect(function()
  872. if Selected.Value == true then
  873. for i,v in pairs(game.Players:GetChildren()) do
  874. game:GetService("RunService").Stepped:connect(function()
  875. v.Character.Torso.CanCollide = false
  876. v.Character.Head.CanCollide = false
  877. end)
  878. end
  879. elseif Selected.Value == false then
  880. game:GetService("RunService").Stepped:connect(function()
  881. workspace[PlayerName.Text].Head.CanCollide = false
  882. workspace[PlayerName.Text].Torso.CanCollide = false
  883. end)
  884. end
  885. end)
  886. Pitch.Name = "Pitch"
  887. Pitch.Parent = Frame
  888. Pitch.BackgroundColor3 = Color3.new(0.0117647, 1, 1)
  889. Pitch.Position = UDim2.new(0, 10, 0, 130)
  890. Pitch.Size = UDim2.new(0, 80, 0, 20)
  891. Pitch.Font = Enum.Font.Code
  892. Pitch.FontSize = Enum.FontSize.Size14
  893. Pitch.Text = "1"
  894. Pitch.TextSize = 14
  895.  
  896. From.Name = "From"
  897. From.Parent = Frame
  898. From.BackgroundColor3 = Color3.new(0, 1, 1)
  899. From.Position = UDim2.new(0, 370, 0, 70)
  900. From.Size = UDim2.new(0, 80, 0, 20)
  901. From.Font = Enum.Font.Code
  902. From.FontSize = Enum.FontSize.Size14
  903. From.Text = "From"
  904. From.TextScaled = true
  905. From.TextSize = 14
  906. From.TextWrapped = true
  907.  
  908. ID.Name = "ID"
  909. ID.Parent = Frame
  910. ID.BackgroundColor3 = Color3.new(0, 1, 1)
  911. ID.Position = UDim2.new(0, 10, 0, 100)
  912. ID.Size = UDim2.new(0, 80, 0, 20)
  913. ID.Font = Enum.Font.Code
  914. ID.FontSize = Enum.FontSize.Size14
  915. ID.Text = "35930009"
  916. ID.TextSize = 14
  917.  
  918. Title.Name = "Title"
  919. Title.Parent = Frame
  920. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  921. Title.Position = UDim2.new(0, 230, 0, -30)
  922. Title.Size = UDim2.new(0, 120, 0, 40)
  923. Title.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  924. Title.Font = Enum.Font.Highway
  925. Title.FontSize = Enum.FontSize.Size14
  926. Title.Text = "Ro-Wrecker"
  927. Title.TextScaled = true
  928. Title.TextSize = 14
  929. Title.TextWrapped = true
  930.  
  931. Godmode.Name = "Godmode"
  932. Godmode.Parent = Frame
  933. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  934. Godmode.Position = UDim2.new(0, 190, 0, 130)
  935. Godmode.Size = UDim2.new(0, 80, 0, 20)
  936. Godmode.Font = Enum.Font.Code
  937. Godmode.FontSize = Enum.FontSize.Size14
  938. Godmode.Text = "God"
  939. Godmode.TextScaled = true
  940. Godmode.TextSize = 14
  941. Godmode.TextWrapped = true
  942. Godmode.MouseButton1Down:connect(function()
  943. if Selected.Value == true then
  944. for i,v in pairs(game.Players:GetChildren()) do
  945. v.Character.Humanoid.MaxHealth = math.huge
  946. end
  947. elseif Selected.Value == false then
  948. workspace[PlayerName.Text].Humanoid.MaxHealth = math.huge
  949. end
  950. end)
  951. Walkspeed.Name = "Walkspeed"
  952. Walkspeed.Parent = Frame
  953. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  954. Walkspeed.Position = UDim2.new(0, 190, 0, 70)
  955. Walkspeed.Size = UDim2.new(0, 80, 0, 20)
  956. Walkspeed.Font = Enum.Font.Code
  957. Walkspeed.FontSize = Enum.FontSize.Size14
  958. Walkspeed.Text = "Walkspeed"
  959. Walkspeed.TextScaled = true
  960. Walkspeed.TextSize = 14
  961. Walkspeed.TextWrapped = true
  962. Walkspeed.MouseButton1Down:connect(function()
  963. if Selected.Value == true then
  964. for i,v in pairs(game.Players:GetChildren()) do
  965. v.Character.Humanoid.WalkSpeed = tonumber(Speed.Text)
  966. end
  967. elseif Selected.Value == false then
  968. workspace[PlayerName.Text].Humanoid.WalkSpeed = tonumber(Speed.Text)
  969. end
  970. end)
  971. Speed.Name = "Speed"
  972. Speed.Parent = Frame
  973. Speed.BackgroundColor3 = Color3.new(0, 1, 1)
  974. Speed.Position = UDim2.new(0, 190, 0, 100)
  975. Speed.Size = UDim2.new(0, 80, 0, 20)
  976. Speed.Font = Enum.Font.Code
  977. Speed.FontSize = Enum.FontSize.Size14
  978. Speed.Text = "Speed"
  979. Speed.TextSize = 14
  980.  
  981. Value.Name = "Value"
  982. Value.Parent = Frame
  983. Value.BackgroundColor3 = Color3.new(0, 1, 1)
  984. Value.Position = UDim2.new(0, 280, 0, 130)
  985. Value.Size = UDim2.new(0, 80, 0, 20)
  986. Value.Font = Enum.Font.Code
  987. Value.FontSize = Enum.FontSize.Size14
  988. Value.Text = "Value"
  989. Value.TextSize = 14
  990.  
  991. Btools.Name = "Btools"
  992. Btools.Parent = Frame
  993. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  994. Btools.Position = UDim2.new(0, 280, 0, 40)
  995. Btools.Size = UDim2.new(0, 80, 0, 20)
  996. Btools.Font = Enum.Font.Code
  997. Btools.FontSize = Enum.FontSize.Size14
  998. Btools.Text = "Btools"
  999. Btools.TextScaled = true
  1000. Btools.TextSize = 14
  1001. Btools.TextWrapped = true
  1002. Btools.MouseButton1Down:connect(function()
  1003. if Selected.Value == true then
  1004. for i,v in pairs(game.Players:GetChildren()) do
  1005. clo = Instance.new("HopperBin",v.Backpack)
  1006. clo.BinType = "Clone"
  1007. ham = Instance.new("HopperBin",v.Backpack)
  1008. ham.BinType = "Hammer"
  1009. gra = Instance.new("HopperBin",v.Backpack)
  1010. gra.BinType = "Grab"
  1011. end
  1012. elseif Selected.Value == false then
  1013. clo = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  1014. clo.BinType = "Clone"
  1015. ham = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  1016. ham.BinType = "Hammer"
  1017. gra = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  1018. gra.BinType = "Grab"
  1019. end
  1020. end)
  1021. StatChange.Name = "StatChange"
  1022. StatChange.Parent = Frame
  1023. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  1024. StatChange.Position = UDim2.new(0, 280, 0, 70)
  1025. StatChange.Size = UDim2.new(0, 80, 0, 20)
  1026. StatChange.Font = Enum.Font.Code
  1027. StatChange.FontSize = Enum.FontSize.Size14
  1028. StatChange.Text = "StatChange"
  1029. StatChange.TextScaled = true
  1030. StatChange.TextSize = 14
  1031. StatChange.TextWrapped = true
  1032. StatChange.MouseButton1Down:connect(function()
  1033. if Selected.Value == true then
  1034. for i,v in pairs(game.Players:GetChildren()) do
  1035. v.leaderstats[StatName.Text].Value = Value.Text
  1036. end
  1037. elseif Selected.Value == false then
  1038. game.Players[PlayerName.Text].leaderstats[StatName.Text].Value = Value.Text
  1039. end
  1040. end)
  1041. StatName.Name = "StatName"
  1042. StatName.Parent = Frame
  1043. StatName.BackgroundColor3 = Color3.new(0, 1, 1)
  1044. StatName.Position = UDim2.new(0, 280, 0, 100)
  1045. StatName.Size = UDim2.new(0, 80, 0, 20)
  1046. StatName.Font = Enum.Font.Code
  1047. StatName.FontSize = Enum.FontSize.Size14
  1048. StatName.Text = "Stat Name"
  1049. StatName.TextSize = 14
  1050.  
  1051. Skybox.Name = "Skybox"
  1052. Skybox.Parent = Frame
  1053. Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
  1054. Skybox.Position = UDim2.new(0, 100, 0, 100)
  1055. Skybox.Size = UDim2.new(0, 80, 0, 20)
  1056. Skybox.Selected = true
  1057. Skybox.Font = Enum.Font.Code
  1058. Skybox.FontSize = Enum.FontSize.Size14
  1059. Skybox.Text = "Skybox"
  1060. Skybox.TextSize = 14
  1061. Skybox.MouseButton1Down:connect(function()
  1062. for i,v in pairs(game.Lighting:GetChildren()) do
  1063. if v.ClassName == "Sky" then
  1064. v:Remove()
  1065. end
  1066. f = Instance.new("Sky",game.Lighting)
  1067. f.SkyboxBk = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1068. f.SkyboxDn = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1069. f.SkyboxFt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1070. f.SkyboxLf = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1071. f.SkyboxUp = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1072. f.SkyboxRt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  1073. end
  1074. end)
  1075. Skyboxid.Name = "Skyboxid"
  1076. Skyboxid.Parent = Frame
  1077. Skyboxid.BackgroundColor3 = Color3.new(0.0117647, 1, 1)
  1078. Skyboxid.Position = UDim2.new(0, 100, 0, 130)
  1079. Skyboxid.Size = UDim2.new(0, 80, 0, 20)
  1080. Skyboxid.Font = Enum.Font.Code
  1081. Skyboxid.FontSize = Enum.FontSize.Size14
  1082. Skyboxid.Text = "Image ID"
  1083. Skyboxid.TextSize = 14
  1084.  
  1085. UnlockWS.Name = "UnlockWS"
  1086. UnlockWS.Parent = Frame
  1087. UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. UnlockWS.Position = UDim2.new(0, 370, 0, 100)
  1089. UnlockWS.Size = UDim2.new(0, 80, 0, 20)
  1090. UnlockWS.Font = Enum.Font.Code
  1091. UnlockWS.FontSize = Enum.FontSize.Size14
  1092. UnlockWS.Text = "Unlock WS"
  1093. UnlockWS.TextScaled = true
  1094. UnlockWS.TextSize = 14
  1095. UnlockWS.TextWrapped = true
  1096. UnlockWS.MouseButton1Down:connect(function()
  1097. function Scan(var_a)
  1098. for i,v in pairs(var_a:GetChildren()) do
  1099. if v.ClassName == "Part" then
  1100. v.Locked = false
  1101. end
  1102. Scan(v)
  1103. end
  1104. end
  1105. Scan(workspace)
  1106. end)
  1107. Teleport.Name = "Teleport"
  1108. Teleport.Parent = Frame
  1109. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  1110. Teleport.Position = UDim2.new(0, 370, 0, 130)
  1111. Teleport.Size = UDim2.new(0, 80, 0, 20)
  1112. Teleport.Font = Enum.Font.Code
  1113. Teleport.FontSize = Enum.FontSize.Size14
  1114. Teleport.Text = "Teleport"
  1115. Teleport.TextScaled = true
  1116. Teleport.TextSize = 14
  1117. Teleport.TextWrapped = true
  1118. Teleport.MouseButton1Down:connect(function()
  1119. if Selected.Value == true then
  1120. for i,v in pairs(game.Players:GetChildren()) do
  1121. v.Character.Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  1122. end
  1123. elseif Selected.Value == false then
  1124. workspace[PlayerName.Text].Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  1125. end
  1126. end)
  1127. TpTo.Name = "TpTo"
  1128. TpTo.Parent = Frame
  1129. TpTo.BackgroundColor3 = Color3.new(0, 1, 1)
  1130. TpTo.Position = UDim2.new(0, 370, 0, 160)
  1131. TpTo.Size = UDim2.new(0, 80, 0, 20)
  1132. TpTo.Font = Enum.Font.Code
  1133. TpTo.FontSize = Enum.FontSize.Size14
  1134. TpTo.Text = "To"
  1135. TpTo.TextScaled = true
  1136. TpTo.TextSize = 14
  1137. TpTo.TextWrapped = true
  1138.  
  1139. UnanchorWS.Name = "UnanchorWS"
  1140. UnanchorWS.Parent = Frame
  1141. UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1142. UnanchorWS.Position = UDim2.new(0, 370, 0, 190)
  1143. UnanchorWS.Size = UDim2.new(0, 80, 0, 20)
  1144. UnanchorWS.Font = Enum.Font.Code
  1145. UnanchorWS.FontSize = Enum.FontSize.Size14
  1146. UnanchorWS.Text = "UnanchorWS"
  1147. UnanchorWS.TextScaled = true
  1148. UnanchorWS.TextSize = 14
  1149. UnanchorWS.TextWrapped = true
  1150. UnanchorWS.MouseButton1Down:connect(function()
  1151. function Scann(var_a)
  1152. for i,v in pairs(var_a:GetChildren()) do
  1153. if v.ClassName == "Part" then
  1154. v.Anchored = false
  1155. end
  1156. Scann(v)
  1157. end
  1158. end
  1159. Scann(workspace)
  1160. end)
  1161.  
  1162. Char.Name = "Char"
  1163. Char.Parent = Frame
  1164. Char.BackgroundColor3 = Color3.new(1, 1, 1)
  1165. Char.Position = UDim2.new(0, 10, 0, 160)
  1166. Char.Size = UDim2.new(0, 80, 0, 20)
  1167. Char.Font = Enum.Font.Code
  1168. Char.FontSize = Enum.FontSize.Size14
  1169. Char.Text = "Char"
  1170. Char.TextSize = 14
  1171. Char.MouseButton1Down:connect(function()
  1172. if Selected.Value == true then
  1173. for i,v in pairs(game.Players:GetChildren()) do
  1174. v.CharacterAppearanceId = tonumber(CharID.Text)
  1175. v.Character.Humanoid.Health = 0
  1176. end
  1177. elseif Selected.Value == false then
  1178. game.Players[PlayerName.Text].CharacterAppearanceId = tonumber(CharID.Text)
  1179. workspace[PlayerName.Text].Humanoid.Health = 0
  1180. end
  1181. end)
  1182. CharID.Name = "CharID"
  1183. CharID.Parent = Frame
  1184. CharID.BackgroundColor3 = Color3.new(0, 1, 1)
  1185. CharID.Position = UDim2.new(0, 10, 0, 190)
  1186. CharID.Size = UDim2.new(0, 80, 0, 20)
  1187. CharID.Font = Enum.Font.Code
  1188. CharID.FontSize = Enum.FontSize.Size14
  1189. CharID.Text = "1311"
  1190. CharID.TextSize = 14
  1191.  
  1192. Particle.Name = "Particle"
  1193. Particle.Parent = Frame
  1194. Particle.BackgroundColor3 = Color3.new(1, 1, 1)
  1195. Particle.Position = UDim2.new(0, 100, 0, 160)
  1196. Particle.Size = UDim2.new(0, 80, 0, 20)
  1197. Particle.Font = Enum.Font.Code
  1198. Particle.FontSize = Enum.FontSize.Size14
  1199. Particle.Text = "Particle"
  1200. Particle.TextSize = 14
  1201. Particle.MouseButton1Down:connect(function()
  1202. if Selected.Value == true then
  1203. for i,v in pairs(game.Players:GetChildren()) do
  1204. p = Instance.new("ParticleEmitter",v.Character.Torso)
  1205. p.Speed = NumberRange.new(20,20)
  1206. p.Rate = 80
  1207. p.VelocitySpread = 30
  1208. p.Lifetime = NumberRange.new(6,6)
  1209. p.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  1210. end
  1211. elseif Selected.Value == false then
  1212. g = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  1213. g.Speed = NumberRange.new(20,20)
  1214. g.Rate = 80
  1215. g.VelocitySpread = 30
  1216. g.Lifetime = NumberRange.new(6,6)
  1217. g.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  1218. end
  1219. end)
  1220. ParticleID.Name = "ParticleID"
  1221. ParticleID.Parent = Frame
  1222. ParticleID.BackgroundColor3 = Color3.new(0, 1, 1)
  1223. ParticleID.Position = UDim2.new(0, 100, 0, 190)
  1224. ParticleID.Size = UDim2.new(0, 80, 0, 20)
  1225. ParticleID.Font = Enum.Font.Code
  1226. ParticleID.FontSize = Enum.FontSize.Size14
  1227. ParticleID.Text = "244905905"
  1228. ParticleID.TextSize = 14
  1229.  
  1230. TimeOfDay.Name = "TimeOfDay"
  1231. TimeOfDay.Parent = Frame
  1232. TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1)
  1233. TimeOfDay.Position = UDim2.new(0, 190, 0, 160)
  1234. TimeOfDay.Size = UDim2.new(0, 80, 0, 20)
  1235. TimeOfDay.Font = Enum.Font.Code
  1236. TimeOfDay.FontSize = Enum.FontSize.Size14
  1237. TimeOfDay.Text = "Time Of Day"
  1238. TimeOfDay.TextSize = 14
  1239. TimeOfDay.MouseButton1Down:connect(function()
  1240. game.Lighting.TimeOfDay = tonumber(Time.Text)
  1241. end)
  1242. Time.Name = "Time"
  1243. Time.Parent = Frame
  1244. Time.BackgroundColor3 = Color3.new(0, 1, 1)
  1245. Time.Position = UDim2.new(0, 190, 0, 190)
  1246. Time.Size = UDim2.new(0, 80, 0, 20)
  1247. Time.Font = Enum.Font.Code
  1248. Time.FontSize = Enum.FontSize.Size14
  1249. Time.Text = "0"
  1250. Time.TextSize = 14
  1251.  
  1252. JumpPower.Name = "JumpPower"
  1253. JumpPower.Parent = Frame
  1254. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  1255. JumpPower.Position = UDim2.new(0, 280, 0, 160)
  1256. JumpPower.Size = UDim2.new(0, 80, 0, 20)
  1257. JumpPower.Font = Enum.Font.Code
  1258. JumpPower.FontSize = Enum.FontSize.Size14
  1259. JumpPower.Text = "Jump Power"
  1260. JumpPower.TextSize = 14
  1261. JumpPower.MouseButton1Down:connect(function()
  1262. if Selected.Value == true then
  1263. for i,v in pairs(game.Players:GetChildren()) do
  1264. v.Character.Humanoid.JumpPower = tonumber(Power.Text)
  1265. end
  1266. elseif Selected.Value == false then
  1267. workspace[PlayerName.Text].Humanoid.JumpPower = tonumber(Power.Text)
  1268. end
  1269. end)
  1270. Power.Name = "Power"
  1271. Power.Parent = Frame
  1272. Power.BackgroundColor3 = Color3.new(0, 1, 1)
  1273. Power.Position = UDim2.new(0, 280, 0, 190)
  1274. Power.Size = UDim2.new(0, 80, 0, 20)
  1275. Power.Font = Enum.Font.Code
  1276. Power.FontSize = Enum.FontSize.Size14
  1277. Power.Text = "100"
  1278. Power.TextSize = 14
  1279.  
  1280. Bighead.Name = "Bighead"
  1281. Bighead.Parent = Frame
  1282. Bighead.BackgroundColor3 = Color3.new(1, 1, 1)
  1283. Bighead.Position = UDim2.new(0, 190, 0, 220)
  1284. Bighead.Size = UDim2.new(0, 80, 0, 20)
  1285. Bighead.Font = Enum.Font.Code
  1286. Bighead.FontSize = Enum.FontSize.Size14
  1287. Bighead.Text = "Bighead"
  1288. Bighead.TextSize = 14
  1289. Bighead.MouseButton1Down:connect(function()
  1290. if Selected.Value == true then
  1291. for i,v in pairs(game.Players:GetChildren()) do
  1292. v.Character.Head.Mesh.Scale = Vector3.new(8,8,8)
  1293. end
  1294. elseif Selected.Value == false then
  1295. workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(8,8,8)
  1296. end
  1297. end)
  1298. DecalID.Name = "DecalID"
  1299. DecalID.Parent = Frame
  1300. DecalID.BackgroundColor3 = Color3.new(0, 1, 1)
  1301. DecalID.Position = UDim2.new(0, 100, 0, 280)
  1302. DecalID.Size = UDim2.new(0, 80, 0, 20)
  1303. DecalID.Font = Enum.Font.Code
  1304. DecalID.FontSize = Enum.FontSize.Size14
  1305. DecalID.Text = "292916915"
  1306. DecalID.TextSize = 14
  1307.  
  1308. DecalSpam.Name = "DecalSpam"
  1309. DecalSpam.Parent = Frame
  1310. DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  1311. DecalSpam.Position = UDim2.new(0, 100, 0, 250)
  1312. DecalSpam.Size = UDim2.new(0, 80, 0, 20)
  1313. DecalSpam.Font = Enum.Font.Code
  1314. DecalSpam.FontSize = Enum.FontSize.Size14
  1315. DecalSpam.Text = "Decal Spam"
  1316. DecalSpam.TextSize = 14
  1317. DecalSpam.MouseButton1Down:connect(function()
  1318. function Scabn(var_a)
  1319. for i,v in pairs(var_a:GetChildren()) do
  1320. if v.ClassName == "Part" then
  1321. decal = Instance.new("Decal",v)
  1322. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1323. decal.Name = "ExploitDecal"
  1324. decal.Face = "Front"
  1325. decal = Instance.new("Decal",v)
  1326. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1327. decal.Name = "ExploitDecal"
  1328. decal.Face = "Back"
  1329. decal = Instance.new("Decal",v)
  1330. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1331. decal.Name = "ExploitDecal"
  1332. decal.Face = "Bottom"
  1333. decal = Instance.new("Decal",v)
  1334. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1335. decal.Name = "ExploitDecal"
  1336. decal.Face = "Left"
  1337. decal = Instance.new("Decal",v)
  1338. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1339. decal.Name = "ExploitDecal"
  1340. decal.Face = "Right"
  1341. decal = Instance.new("Decal",v)
  1342. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  1343. decal.Name = "ExploitDecal"
  1344. decal.Face = "Top"
  1345. end
  1346. Scabn(v)
  1347. end
  1348. end
  1349. Scabn(workspace)
  1350. end)
  1351.  
  1352. Mesh.Name = "Mesh"
  1353. Mesh.Parent = Frame
  1354. Mesh.BackgroundColor3 = Color3.new(1, 1, 1)
  1355. Mesh.Position = UDim2.new(0, 10, 0, 220)
  1356. Mesh.Size = UDim2.new(0, 80, 0, 20)
  1357. Mesh.Font = Enum.Font.Code
  1358. Mesh.FontSize = Enum.FontSize.Size14
  1359. Mesh.Text = "Mesh"
  1360. Mesh.TextSize = 14
  1361. Mesh.MouseButton1Down:connect(function()
  1362. if Selected.Value == true then
  1363. for i,v in pairs(game.Players:GetChildren()) do
  1364. v.Character.Head.Transparency = 1
  1365. v.Character:FindFirstChild("Left Arm").Transparency = 1
  1366. v.Character:FindFirstChild("Right Arm").Transparency = 1
  1367. v.Character:FindFirstChild("Right Leg").Transparency = 1
  1368. v.Character:FindFirstChild("Left Leg").Transparency = 1
  1369. v.Character.Head.face.Transparency = 1
  1370. mesh = Instance.new("SpecialMesh",v.Character.Torso)
  1371. mesh.MeshType = "FileMesh"
  1372. mesh.Name = "InstanceMesh"
  1373. mesh.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  1374. mesh.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  1375. mesh.Scale = Vector3.new(6,6,6)
  1376. for i,n in pairs(v.Character:GetChildren()) do
  1377. if n.ClassName == "Accessory" then
  1378. n.Handle.Transparency = 1
  1379. end
  1380. end
  1381. end
  1382. elseif Selected.Value == false then
  1383. workspace[PlayerName.Text].Head.Transparency = 1
  1384. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  1385. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  1386. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  1387. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  1388. workspace[PlayerName.Text].Head.face.Transparency = 1
  1389. mesth = Instance.new("SpecialMesh",workspace[PlayerName.Text].Torso)
  1390. mesth.MeshType = "FileMesh"
  1391. mesth.Name = "InstanceMesh"
  1392. mesth.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  1393. mesth.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  1394. mesth.Scale = Vector3.new(6,6,6)
  1395. for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1396. if c.ClassName == "Accessory" then
  1397. c.Handle.Transparency = 1
  1398. end
  1399. end
  1400. end
  1401. end)
  1402. CharID.Name = "CharID"
  1403. CharID.Parent = Frame
  1404. CharID.BackgroundColor3 = Color3.new(0, 1, 1)
  1405. CharID.Position = UDim2.new(0, 10, 0, 190)
  1406. CharID.Size = UDim2.new(0, 80, 0, 20)
  1407. CharID.Font = Enum.Font.Code
  1408. CharID.FontSize = Enum.FontSize.Size14
  1409. CharID.Text = "1311"
  1410. CharID.TextSize = 14
  1411.  
  1412. TexID.Name = "TexID"
  1413. TexID.Parent = Frame
  1414. TexID.BackgroundColor3 = Color3.new(0, 1, 1)
  1415. TexID.Position = UDim2.new(0, 10, 0, 280)
  1416. TexID.Size = UDim2.new(0, 80, 0, 20)
  1417. TexID.Font = Enum.Font.Code
  1418. TexID.FontSize = Enum.FontSize.Size14
  1419. TexID.Text = "9419827"
  1420. TexID.TextSize = 14
  1421.  
  1422. MeshID.Name = "MeshID"
  1423. MeshID.Parent = Frame
  1424. MeshID.BackgroundColor3 = Color3.new(0, 1, 1)
  1425. MeshID.Position = UDim2.new(0, 10, 0, 250)
  1426. MeshID.Size = UDim2.new(0, 80, 0, 20)
  1427. MeshID.Font = Enum.Font.Code
  1428. MeshID.FontSize = Enum.FontSize.Size14
  1429. MeshID.Text = "9419831"
  1430. MeshID.TextSize = 14
  1431.  
  1432. ClearDecals.Name = "ClearDecals"
  1433. ClearDecals.Parent = Frame
  1434. ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1)
  1435. ClearDecals.Position = UDim2.new(0, 190, 0, 250)
  1436. ClearDecals.Size = UDim2.new(0, 80, 0, 20)
  1437. ClearDecals.Font = Enum.Font.Code
  1438. ClearDecals.FontSize = Enum.FontSize.Size14
  1439. ClearDecals.Text = "Clear Spam"
  1440. ClearDecals.TextSize = 14
  1441. ClearDecals.MouseButton1Down:connect(function()
  1442. function Swcan(var_a)
  1443. for i,v in pairs(var_a:GetChildren()) do
  1444. if v.ClassName == "Part" then
  1445. v:FindFirstChild("ExploitDecal"):Remove()
  1446. v:FindFirstChild("ExploitDecal"):Remove()
  1447. v:FindFirstChild("ExploitDecal"):Remove()
  1448. v:FindFirstChild("ExploitDecal"):Remove()
  1449. v:FindFirstChild("ExploitDecal"):Remove()
  1450. v:FindFirstChild("ExploitDecal"):Remove()
  1451. end
  1452. Swcan(v)
  1453. end
  1454. end
  1455. Swcan(workspace)
  1456. end)
  1457. MeshSpam.Name = "MeshSpam"
  1458. MeshSpam.Parent = Frame
  1459. MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  1460. MeshSpam.Position = UDim2.new(0, 100, 0, 220)
  1461. MeshSpam.Size = UDim2.new(0, 80, 0, 20)
  1462. MeshSpam.Font = Enum.Font.Code
  1463. MeshSpam.FontSize = Enum.FontSize.Size14
  1464. MeshSpam.Text = "Mesh Spam"
  1465. MeshSpam.TextSize = 14
  1466. MeshSpam.MouseButton1Down:connect(function()
  1467. function Scyan(var_a)
  1468. for i,v in pairs(var_a:GetChildren()) do
  1469. if v.ClassName == "Part" then
  1470. mspam = Instance.new("SpecialMesh",v)
  1471. mspam.Name = "ExploitMesh"
  1472. mspam.MeshType = "FileMesh"
  1473. mspam.Scale = Vector3.new(math.random(0,5),math.random(0,5),math.random(0,5))
  1474. mspam.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  1475. mspam.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  1476. end
  1477. Scyan(v)
  1478. end
  1479. end
  1480. Scyan(workspace)
  1481. end)
  1482. ClearMesh.Name = "ClearMesh"
  1483. ClearMesh.Parent = Frame
  1484. ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  1485. ClearMesh.Position = UDim2.new(0, 190, 0, 280)
  1486. ClearMesh.Size = UDim2.new(0, 80, 0, 20)
  1487. ClearMesh.Font = Enum.Font.Code
  1488. ClearMesh.FontSize = Enum.FontSize.Size14
  1489. ClearMesh.Text = "Clear Mesh Spam"
  1490. ClearMesh.TextScaled = true
  1491. ClearMesh.TextSize = 14
  1492. ClearMesh.TextWrapped = true
  1493. ClearMesh.MouseButton1Down:connect(function()
  1494. function Scain(var_a)
  1495. for i,v in pairs(var_a:GetChildren()) do
  1496. if v.ClassName == "Part" then
  1497. v:FindFirstChild("ExploitMesh"):Remove()
  1498. end
  1499. Scain(v)
  1500. end
  1501. end
  1502. Scain(workspace)
  1503. end)
  1504. RandomColor.Name = "RandomColor"
  1505. RandomColor.Parent = Frame
  1506. RandomColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1507. RandomColor.Position = UDim2.new(0, 370, 0, 220)
  1508. RandomColor.Size = UDim2.new(0, 80, 0, 20)
  1509. RandomColor.Font = Enum.Font.Code
  1510. RandomColor.FontSize = Enum.FontSize.Size14
  1511. RandomColor.Text = "RandomWS"
  1512. RandomColor.TextSize = 14
  1513. RandomColor.MouseButton1Down:connect(function()
  1514. function Scatun(var_a)
  1515. for i,v in pairs(var_a:GetChildren()) do
  1516. if v.ClassName == "Part" then
  1517. Types = {"Sphere","Cylinder","Brick","Torso","Head","Wedge"}
  1518. Materials = {"Brick","Cobblestone","Concrete","CorrodedMetal","DiamondPlate","Fabric","Foil","Granite","Grass","Ice","Marble","Metal","Neon","Pebble","Plastic","Sand","Slate","SmoothPlastic","Wood","WoodPlanks"}
  1519. v.Color = Color3.new(math.random(), math.random(), math.random())
  1520. v.Material = Materials[math.random(1,#Materials)]
  1521. goog = Instance.new("SpecialMesh",v)
  1522. goog.MeshType = Types[math.random(1,6)]
  1523. goog.Name = "FillMesh"
  1524. end
  1525. Scatun(v)
  1526. end
  1527. end
  1528. Scatun(workspace)
  1529. end)
  1530. PaintWS.Name = "PaintWS"
  1531. PaintWS.Parent = Frame
  1532. PaintWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1533. PaintWS.Position = UDim2.new(0, 280, 0, 220)
  1534. PaintWS.Size = UDim2.new(0, 80, 0, 20)
  1535. PaintWS.Font = Enum.Font.Code
  1536. PaintWS.FontSize = Enum.FontSize.Size14
  1537. PaintWS.Text = "PaintWS"
  1538. PaintWS.TextSize = 14
  1539. PaintWS.MouseButton1Down:connect(function()
  1540. function Skcan(var_a)
  1541. for i,v in pairs(var_a:GetChildren()) do
  1542. if v.ClassName == "Part" then
  1543. v.BrickColor = BrickColor.new(Brickcolor.Text)
  1544. end
  1545. Skcan(v)
  1546. end
  1547. end
  1548. Skcan(workspace)
  1549. end)
  1550. Brickcolor.Name = "Brickcolor"
  1551. Brickcolor.Parent = Frame
  1552. Brickcolor.BackgroundColor3 = Color3.new(0, 1, 1)
  1553. Brickcolor.Position = UDim2.new(0, 280, 0, 250)
  1554. Brickcolor.Size = UDim2.new(0, 80, 0, 20)
  1555. Brickcolor.Font = Enum.Font.Code
  1556. Brickcolor.FontSize = Enum.FontSize.Size14
  1557. Brickcolor.Text = "Really red"
  1558. Brickcolor.TextSize = 14
  1559.  
  1560. Explode.Name = "Explode"
  1561. Explode.Parent = Frame
  1562. Explode.BackgroundColor3 = Color3.new(1, 1, 1)
  1563. Explode.Position = UDim2.new(0, 370, 0, 250)
  1564. Explode.Size = UDim2.new(0, 80, 0, 20)
  1565. Explode.Font = Enum.Font.Code
  1566. Explode.FontSize = Enum.FontSize.Size14
  1567. Explode.Text = "Explode"
  1568. Explode.TextSize = 14
  1569. Explode.MouseButton1Down:connect(function()
  1570. if Selected.Value == true then
  1571. for i,v in pairs(game.Players:GetChildren()) do
  1572. e = Instance.new("Explosion",v.Character.Torso)
  1573. e.Position = v.Character.Torso.Position
  1574. e.BlastRadius = 10
  1575. end
  1576. elseif Selected.Value == false then
  1577. ed = Instance.new("Explosion",workspace[PlayerName.Text].Torso)
  1578. edd.Position = workspace[PlayerName.Text].Torso.Position
  1579. e.BlastRadius = 10
  1580. end
  1581. end)
  1582. Fog.Name = "Fog"
  1583. Fog.Parent = Frame
  1584. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  1585. Fog.Position = UDim2.new(0, 370, 0, 280)
  1586. Fog.Size = UDim2.new(0, 80, 0, 20)
  1587. Fog.Font = Enum.Font.Code
  1588. Fog.FontSize = Enum.FontSize.Size14
  1589. Fog.Text = "Fog"
  1590. Fog.TextSize = 14
  1591. Fog.MouseButton1Down:connect(function()
  1592. game.Lighting.FogEnd = tonumber(Fogend.Text)
  1593. end)
  1594. Fogend.Name = "Fogend"
  1595. Fogend.Parent = Frame
  1596. Fogend.BackgroundColor3 = Color3.new(0, 1, 1)
  1597. Fogend.Position = UDim2.new(0, 280, 0, 280)
  1598. Fogend.Size = UDim2.new(0, 80, 0, 20)
  1599. Fogend.Font = Enum.Font.Code
  1600. Fogend.FontSize = Enum.FontSize.Size14
  1601. Fogend.Text = "FogEnd"
  1602. Fogend.TextSize = 14
  1603.  
  1604. Message.Name = "Message"
  1605. Message.Parent = Frame
  1606. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  1607. Message.Position = UDim2.new(0, 10, 0, 310)
  1608. Message.Size = UDim2.new(0, 80, 0, 20)
  1609. Message.Font = Enum.Font.Code
  1610. Message.FontSize = Enum.FontSize.Size14
  1611. Message.Text = "Message"
  1612. Message.TextSize = 14
  1613. Message.MouseButton1Down:connect(function()
  1614. s = Instance.new("Message",workspace)
  1615. s.Name = "ExploitMessage"
  1616. s.Text = tostring(Msg.Text)
  1617. end)
  1618. Msg.Name = "Msg"
  1619. Msg.Parent = Frame
  1620. Msg.BackgroundColor3 = Color3.new(0, 1, 1)
  1621. Msg.Position = UDim2.new(0, 10, 0, 340)
  1622. Msg.Size = UDim2.new(0, 80, 0, 20)
  1623. Msg.Font = Enum.Font.Code
  1624. Msg.FontSize = Enum.FontSize.Size14
  1625. Msg.Text = "get rekt noobs"
  1626. Msg.TextScaled = true
  1627. Msg.TextSize = 14
  1628. Msg.TextWrapped = true
  1629.  
  1630. Hnt.Name = "Hnt"
  1631. Hnt.Parent = Frame
  1632. Hnt.BackgroundColor3 = Color3.new(0, 1, 1)
  1633. Hnt.Position = UDim2.new(0, 100, 0, 340)
  1634. Hnt.Size = UDim2.new(0, 80, 0, 20)
  1635. Hnt.Font = Enum.Font.Code
  1636. Hnt.FontSize = Enum.FontSize.Size14
  1637. Hnt.Text = "this server has been exploited"
  1638. Hnt.TextScaled = true
  1639. Hnt.TextSize = 14
  1640. Hnt.TextWrapped = true
  1641.  
  1642. Hint.Name = "Hint"
  1643. Hint.Parent = Frame
  1644. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  1645. Hint.Position = UDim2.new(0, 100, 0, 310)
  1646. Hint.Size = UDim2.new(0, 80, 0, 20)
  1647. Hint.Font = Enum.Font.Code
  1648. Hint.FontSize = Enum.FontSize.Size14
  1649. Hint.Text = "Hint"
  1650. Hint.TextSize = 14
  1651. Hint.MouseButton1Down:connect(function()
  1652. h = Instance.new("Hint",workspace)
  1653. h.Name = "ExploitHint"
  1654. h.Text = tostring(Hnt.Text)
  1655. end)
  1656. ClearMessage.Name = "ClearMessage"
  1657. ClearMessage.Parent = Frame
  1658. ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  1659. ClearMessage.Position = UDim2.new(0, 190, 0, 310)
  1660. ClearMessage.Size = UDim2.new(0, 80, 0, 20)
  1661. ClearMessage.Font = Enum.Font.Code
  1662. ClearMessage.FontSize = Enum.FontSize.Size14
  1663. ClearMessage.Text = "Clear Message"
  1664. ClearMessage.TextScaled = true
  1665. ClearMessage.TextSize = 14
  1666. ClearMessage.TextWrapped = true
  1667. ClearMessage.MouseButton1Down:connect(function()
  1668. workspace:FindFirstChild("ExploitMessage"):Remove()
  1669. end)
  1670. ClearHint.Name = "ClearHint"
  1671. ClearHint.Parent = Frame
  1672. ClearHint.BackgroundColor3 = Color3.new(1, 1, 1)
  1673. ClearHint.Position = UDim2.new(0, 190, 0, 340)
  1674. ClearHint.Size = UDim2.new(0, 80, 0, 20)
  1675. ClearHint.Font = Enum.Font.Code
  1676. ClearHint.FontSize = Enum.FontSize.Size14
  1677. ClearHint.Text = "Clear Hint"
  1678. ClearHint.TextSize = 14
  1679. ClearHint.MouseButton1Down:connect(function()
  1680. workspace:FindFirstChild("ExploitHint"):Remove()
  1681. end)
  1682. UnMesh.Name = "UnMesh"
  1683. UnMesh.Parent = Frame
  1684. UnMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  1685. UnMesh.Position = UDim2.new(0, 280, 0, 310)
  1686. UnMesh.Size = UDim2.new(0, 80, 0, 20)
  1687. UnMesh.Font = Enum.Font.Code
  1688. UnMesh.FontSize = Enum.FontSize.Size14
  1689. UnMesh.Text = "UnMesh"
  1690. UnMesh.TextScaled = true
  1691. UnMesh.TextSize = 14
  1692. UnMesh.TextWrapped = true
  1693. UnMesh.MouseButton1Down:connect(function()
  1694. if Selected.Value == true then
  1695. for i,v in pairs(game.Players:GetChildren()) do
  1696. v.Character.Torso:FindFirstChild("InstanceMesh"):Remove()
  1697. v.Character.Head.Transparency = 0
  1698. v.Character:FindFirstChild("Left Arm").Transparency = 0
  1699. v.Character:FindFirstChild("Right Arm").Transparency = 0
  1700. v.Character:FindFirstChild("Right Leg").Transparency = 0
  1701. v.Character:FindFirstChild("Left Leg").Transparency = 0
  1702. v.Character.Head.face.Transparency = 0
  1703. for i,j in pairs(v.Character:GetChildren()) do
  1704. if j.ClassName == "Accessory" then
  1705. j.Handle.Transparency = 0
  1706. end
  1707. end
  1708. end
  1709. elseif Selected.Value == false then
  1710. workspace[PlayerName.Text].Torso:FindFirstChild("InstanceMesh"):Remove()
  1711. workspace[PlayerName.Text].Head.Transparency = 0
  1712. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  1713. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  1714. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  1715. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  1716. workspace[PlayerName.Text].Head:FindFirstChild("face").Transparency = 0
  1717. for i,o in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1718. if o.ClassName == "Accessory" then
  1719. o.Handle.Transparency = 0
  1720. end
  1721. end
  1722. end
  1723. end)
  1724.  
  1725. Material.Name = "Material"
  1726. Material.Parent = Frame
  1727. Material.BackgroundColor3 = Color3.new(0, 1, 1)
  1728. Material.Position = UDim2.new(0, 370, 0, 340)
  1729. Material.Size = UDim2.new(0, 80, 0, 20)
  1730. Material.Font = Enum.Font.Code
  1731. Material.FontSize = Enum.FontSize.Size14
  1732. Material.Text = "Fabric"
  1733. Material.TextScaled = true
  1734. Material.TextSize = 14
  1735. Material.TextWrapped = true
  1736.  
  1737. MaterialWS.Name = "MaterialWS"
  1738. MaterialWS.Parent = Frame
  1739. MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1740. MaterialWS.Position = UDim2.new(0, 370, 0, 310)
  1741. MaterialWS.Size = UDim2.new(0, 80, 0, 20)
  1742. MaterialWS.Font = Enum.Font.Code
  1743. MaterialWS.FontSize = Enum.FontSize.Size14
  1744. MaterialWS.Text = "MaterialWS"
  1745. MaterialWS.TextSize = 14
  1746. MaterialWS.MouseButton1Down:connect(function()
  1747. function gScan(var_a)
  1748. for i,v in pairs(var_a:GetChildren()) do
  1749. if v.ClassName == "Part" then
  1750. v.Material = tostring(Material.Text)
  1751. end
  1752. gScan(v)
  1753. end
  1754. end
  1755. gScan(workspace)
  1756. end)
  1757.  
  1758. Break.Name = "Break"
  1759. Break.Parent = Frame
  1760. Break.BackgroundColor3 = Color3.new(1, 1, 1)
  1761. Break.Position = UDim2.new(0, 280, 0, 340)
  1762. Break.Size = UDim2.new(0, 80, 0, 20)
  1763. Break.Font = Enum.Font.Code
  1764. Break.FontSize = Enum.FontSize.Size14
  1765. Break.Text = "fuck game up"
  1766. Break.TextScaled = true
  1767. Break.TextSize = 14
  1768. Break.TextWrapped = true
  1769. Break.MouseButton1Down:connect(function()
  1770. function gfScan(var_a)
  1771. for i,v in pairs(var_a:GetChildren()) do
  1772. if v.ClassName == "Part" then
  1773. surf = Instance.new("SurfaceGui",v)
  1774. surf.Name = "ExploitSurface"
  1775. surf.AlwaysOnTop = true
  1776. surf.Face = "Back"
  1777. eframe = Instance.new("TextLabel",surf)
  1778. eframe.Text = fuckspam.Text
  1779. eframe.Size = UDim2.new(0,800,0,600)
  1780. eframe.FontSize = "Size60"
  1781. eframe.BackgroundTransparency = 1
  1782. surf = Instance.new("SurfaceGui",v)
  1783. surf.Name = "ExploitSurface"
  1784. surf.AlwaysOnTop = true
  1785. surf.Face = "Bottom"
  1786. eframe = Instance.new("TextLabel",surf)
  1787. eframe.Text = fuckspam.Text
  1788. eframe.Size = UDim2.new(0,800,0,600)
  1789. eframe.FontSize = "Size60"
  1790. eframe.BackgroundTransparency = 1
  1791. surf = Instance.new("SurfaceGui",v)
  1792. surf.Name = "ExploitSurface"
  1793. surf.AlwaysOnTop = true
  1794. surf.Face = "Top"
  1795. eframe = Instance.new("TextLabel",surf)
  1796. eframe.Text = fuckspam.Text
  1797. eframe.Size = UDim2.new(0,800,0,600)
  1798. eframe.FontSize = "Size60"
  1799. eframe.BackgroundTransparency = 1
  1800. surf = Instance.new("SurfaceGui",v)
  1801. surf.Name = "ExploitSurface"
  1802. surf.AlwaysOnTop = true
  1803. surf.Face = "Left"
  1804. eframe = Instance.new("TextLabel",surf)
  1805. eframe.Text = fuckspam.Text
  1806. eframe.Size = UDim2.new(0,800,0,600)
  1807. eframe.FontSize = "Size60"
  1808. eframe.BackgroundTransparency = 1
  1809. surf = Instance.new("SurfaceGui",v)
  1810. surf.Name = "ExploitSurface"
  1811. surf.AlwaysOnTop = true
  1812. surf.Face = "Right"
  1813. eframe = Instance.new("TextLabel",surf)
  1814. eframe.Text = fuckspam.Text
  1815. eframe.Size = UDim2.new(0,800,0,600)
  1816. eframe.FontSize = "Size60"
  1817. eframe.BackgroundTransparency = 1
  1818. surf = Instance.new("SurfaceGui",v)
  1819. surf.Name = "ExploitSurface"
  1820. surf.AlwaysOnTop = true
  1821. surf.Face = "Front"
  1822. eframe = Instance.new("TextLabel",surf)
  1823. eframe.Text = fuckspam.Text
  1824. eframe.Size = UDim2.new(0,800,0,600)
  1825. eframe.FontSize = "Size60"
  1826. eframe.BackgroundTransparency = 1
  1827. end
  1828. gfScan(v)
  1829. end
  1830. end
  1831. gfScan(workspace)
  1832. end)
  1833.  
  1834. fuckspam.Name = "fuckspam"
  1835. fuckspam.Parent = Frame
  1836. fuckspam.BackgroundColor3 = Color3.new(0, 1, 1)
  1837. fuckspam.Position = UDim2.new(0, 280, 0, 370)
  1838. fuckspam.Size = UDim2.new(0, 80, 0, 20)
  1839. fuckspam.Font = Enum.Font.Code
  1840. fuckspam.FontSize = Enum.FontSize.Size14
  1841. fuckspam.Text = "FUCK YOU!!"
  1842. fuckspam.TextScaled = true
  1843. fuckspam.TextSize = 14
  1844. fuckspam.TextWrapped = true
  1845.  
  1846. UnBreak.Name = "UnBreak"
  1847. UnBreak.Parent = Frame
  1848. UnBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  1849. UnBreak.Position = UDim2.new(0, 370, 0, 370)
  1850. UnBreak.Size = UDim2.new(0, 80, 0, 20)
  1851. UnBreak.Font = Enum.Font.Code
  1852. UnBreak.FontSize = Enum.FontSize.Size14
  1853. UnBreak.Text = "unfuck game"
  1854. UnBreak.TextScaled = true
  1855. UnBreak.TextSize = 14
  1856. UnBreak.TextWrapped = true
  1857. UnBreak.MouseButton1Down:connect(function()
  1858. function xaScan(var_a)
  1859. for i,v in pairs(var_a:GetChildren()) do
  1860. if v.ClassName == "Part" then
  1861. v:FindFirstChild("ExploitSurface"):Remove()
  1862. v:FindFirstChild("ExploitSurface"):Remove()
  1863. v:FindFirstChild("ExploitSurface"):Remove()
  1864. v:FindFirstChild("ExploitSurface"):Remove()
  1865. v:FindFirstChild("ExploitSurface"):Remove()
  1866. v:FindFirstChild("ExploitSurface"):Remove()
  1867. end
  1868. xaScan(v)
  1869. end
  1870. end
  1871. xaScan(workspace)
  1872. end)
  1873.  
  1874. Lag.Name = "Lag"
  1875. Lag.Parent = Frame
  1876. Lag.BackgroundColor3 = Color3.new(1, 1, 1)
  1877. Lag.Position = UDim2.new(0, 190, 0, 370)
  1878. Lag.Size = UDim2.new(0, 80, 0, 20)
  1879. Lag.Font = Enum.Font.Code
  1880. Lag.FontSize = Enum.FontSize.Size14
  1881. Lag.Text = "Lag"
  1882. Lag.TextSize = 14
  1883. Lag.MouseButton1Down:connect(function()
  1884. if Selected.Value == true then
  1885. for i,v in pairs(game.Players:GetChildren()) do
  1886. v.Character.Humanoid.HipHeight = math.huge * 0
  1887. end
  1888. elseif Selected.Value == false then
  1889. workspace[PlayerName.Text].Humanoid.HipHeight = math.huge * 0
  1890. end
  1891. end)
  1892. Shutdown.Name = "Shutdown"
  1893. Shutdown.Parent = Frame
  1894. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  1895. Shutdown.Position = UDim2.new(0, 100, 0, 370)
  1896. Shutdown.Size = UDim2.new(0, 80, 0, 20)
  1897. Shutdown.Font = Enum.Font.Code
  1898. Shutdown.FontSize = Enum.FontSize.Size14
  1899. Shutdown.Text = "Shutdown"
  1900. Shutdown.TextSize = 14
  1901. Shutdown.MouseButton1Down:connect(function()
  1902. workspace.Gravity = math.huge * 0
  1903. end)
  1904.  
  1905. ParticleWS.Name = "ParticleWS"
  1906. ParticleWS.Parent = Frame
  1907. ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1908. ParticleWS.Position = UDim2.new(0, 10, 0, 370)
  1909. ParticleWS.Size = UDim2.new(0, 80, 0, 20)
  1910. ParticleWS.Font = Enum.Font.Code
  1911. ParticleWS.FontSize = Enum.FontSize.Size14
  1912. ParticleWS.Text = "ParticleWS"
  1913. ParticleWS.TextSize = 14
  1914. ParticleWS.MouseButton1Down:connect(function()
  1915. function qScan(var_a)
  1916. for i,v in pairs(var_a:GetChildren()) do
  1917. if v.ClassName == "Part" then
  1918. em = Instance.new("ParticleEmitter",v)
  1919. em.Speed = NumberRange.new(20,20)
  1920. em.Rate = 80
  1921. em.Name = "ExploitSpam"
  1922. em.VelocitySpread = 30
  1923. em.Lifetime = NumberRange.new(6,6)
  1924. em.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  1925. end
  1926. qScan(v)
  1927. end
  1928. end
  1929. qScan(workspace)
  1930. end)
  1931.  
  1932. UnParticleWS.Name = "UnParticleWS"
  1933. UnParticleWS.Parent = Frame
  1934. UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  1935. UnParticleWS.Position = UDim2.new(0, 10, 0, 400)
  1936. UnParticleWS.Size = UDim2.new(0, 80, 0, 20)
  1937. UnParticleWS.Font = Enum.Font.Code
  1938. UnParticleWS.FontSize = Enum.FontSize.Size14
  1939. UnParticleWS.Text = "Un-ParticleWS"
  1940. UnParticleWS.TextScaled = true
  1941. UnParticleWS.TextSize = 14
  1942. UnParticleWS.TextWrapped = true
  1943. UnParticleWS.MouseButton1Down:connect(function()
  1944. function Sopcan(var_a)
  1945. for i,v in pairs(var_a:GetChildren()) do
  1946. if v.ClassName == "Part" then
  1947. v:FindFirstChild("ExploitSpam"):Remove()
  1948. end
  1949. Sopcan(v)
  1950. end
  1951. end
  1952. Sopcan(workspace)
  1953. end)
  1954.  
  1955. Chat.Name = "Chat"
  1956. Chat.Parent = Frame
  1957. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  1958. Chat.Position = UDim2.new(0, 460, 0, 40)
  1959. Chat.Size = UDim2.new(0, 80, 0, 20)
  1960. Chat.Font = Enum.Font.Code
  1961. Chat.FontSize = Enum.FontSize.Size14
  1962. Chat.Text = "Chat"
  1963. Chat.TextScaled = true
  1964. Chat.TextSize = 14
  1965. Chat.TextWrapped = true
  1966. Chat.MouseButton1Down:connect(function()
  1967. if Selected.Value == true then
  1968. for i,v in pairs(game.Players:GetChildren()) do
  1969. game:GetService("Chat"):Chat(v.Character.Head,tostring(ChatString.Text),"Blue")
  1970. end
  1971. elseif Selected.Value == false then
  1972. game:GetService("Chat"):Chat(workspace[PlayerName.Text].Head,tostring(ChatString.Text),"Blue")
  1973. end
  1974. end)
  1975. ChatString.Name = "ChatString"
  1976. ChatString.Parent = Frame
  1977. ChatString.BackgroundColor3 = Color3.new(0, 1, 1)
  1978. ChatString.Position = UDim2.new(0, 460, 0, 70)
  1979. ChatString.Size = UDim2.new(0, 80, 0, 20)
  1980. ChatString.Font = Enum.Font.Code
  1981. ChatString.FontSize = Enum.FontSize.Size14
  1982. ChatString.Text = "Im a bitch"
  1983. ChatString.TextScaled = true
  1984. ChatString.TextSize = 14
  1985. ChatString.TextWrapped = true
  1986.  
  1987. Smallhead.Name = "Smallhead"
  1988. Smallhead.Parent = Frame
  1989. Smallhead.BackgroundColor3 = Color3.new(1, 1, 1)
  1990. Smallhead.Position = UDim2.new(0, 100, 0, 400)
  1991. Smallhead.Size = UDim2.new(0, 80, 0, 20)
  1992. Smallhead.Font = Enum.Font.Code
  1993. Smallhead.FontSize = Enum.FontSize.Size14
  1994. Smallhead.Text = "Normalhead"
  1995. Smallhead.TextSize = 14
  1996. Smallhead.MouseButton1Down:connect(function()
  1997. if Selected.Value == true then
  1998. for i,v in pairs(game.Players:GetChildren()) do
  1999. v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  2000. end
  2001. elseif Selected.Value == false then
  2002. workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  2003. end
  2004. end)
  2005. BallWS.Name = "BallWS"
  2006. BallWS.Parent = Frame
  2007. BallWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2008. BallWS.Position = UDim2.new(0, 190, 0, 400)
  2009. BallWS.Size = UDim2.new(0, 80, 0, 20)
  2010. BallWS.Font = Enum.Font.Code
  2011. BallWS.FontSize = Enum.FontSize.Size14
  2012. BallWS.Text = "BallWS"
  2013. BallWS.TextSize = 14
  2014. BallWS.MouseButton1Down:connect(function()
  2015. function Scaren(var_a)
  2016. for i,v in pairs(var_a:GetChildren()) do
  2017. if v.ClassName == "Part" then
  2018. Ball = Instance.new("SpecialMesh",v)
  2019. Ball.Name = "ExploitBall"
  2020. Ball.MeshType = "Sphere"
  2021. end
  2022. Scaren(v)
  2023. end
  2024. end
  2025. Scaren(workspace)
  2026. end)
  2027. CylWS.Name = "CylWS"
  2028. CylWS.Parent = Frame
  2029. CylWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2030. CylWS.Position = UDim2.new(0, 280, 0, 400)
  2031. CylWS.Size = UDim2.new(0, 80, 0, 20)
  2032. CylWS.Font = Enum.Font.Code
  2033. CylWS.FontSize = Enum.FontSize.Size14
  2034. CylWS.Text = "CylinderWS"
  2035. CylWS.TextSize = 14
  2036. CylWS.MouseButton1Down:connect(function()
  2037. function qcaren(var_a)
  2038. for i,v in pairs(var_a:GetChildren()) do
  2039. if v.ClassName == "Part" then
  2040. Cyli = Instance.new("SpecialMesh",v)
  2041. Cyli.Name = "ExploitCyli"
  2042. Cyli.MeshType = "Cylinder"
  2043. end
  2044. qcaren(v)
  2045. end
  2046. end
  2047. qcaren(workspace)
  2048. end)
  2049. BloWS.Name = "BloWS"
  2050. BloWS.Parent = Frame
  2051. BloWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2052. BloWS.Position = UDim2.new(0, 370, 0, 400)
  2053. BloWS.Size = UDim2.new(0, 80, 0, 20)
  2054. BloWS.Font = Enum.Font.Code
  2055. BloWS.FontSize = Enum.FontSize.Size14
  2056. BloWS.Text = "BlockWS"
  2057. BloWS.TextSize = 14
  2058. BloWS.MouseButton1Down:connect(function()
  2059. function xcaren(var_a)
  2060. for i,v in pairs(var_a:GetChildren()) do
  2061. if v.ClassName == "Part" then
  2062. Bric = Instance.new("SpecialMesh",v)
  2063. Bric.Name = "ExploitBrick"
  2064. Bric.MeshType = "Brick"
  2065. end
  2066. xcaren(v)
  2067. end
  2068. end
  2069. xcaren(workspace)
  2070. end)
  2071.  
  2072. TorsoWS.Name = "TorsoWS"
  2073. TorsoWS.Parent = Frame
  2074. TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2075. TorsoWS.Position = UDim2.new(0, 460, 0, 370)
  2076. TorsoWS.Size = UDim2.new(0, 80, 0, 20)
  2077. TorsoWS.Font = Enum.Font.Code
  2078. TorsoWS.FontSize = Enum.FontSize.Size14
  2079. TorsoWS.Text = "TorsoWS"
  2080. TorsoWS.TextSize = 14
  2081. TorsoWS.MouseButton1Down:connect(function()
  2082. function pxucarn(var_a)
  2083. for i,v in pairs(var_a:GetChildren()) do
  2084. if v.ClassName == "Part" then
  2085. Tors = Instance.new("SpecialMesh",v)
  2086. Tors.Name = "ExploitTorso"
  2087. Tors.MeshType = "Torso"
  2088. end
  2089. pxucarn(v)
  2090. end
  2091. end
  2092. pxucarn(workspace)
  2093. end)
  2094.  
  2095. WedgeWS.Name = "WedgeWS"
  2096. WedgeWS.Parent = Frame
  2097. WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2098. WedgeWS.Position = UDim2.new(0, 460, 0, 340)
  2099. WedgeWS.Size = UDim2.new(0, 80, 0, 20)
  2100. WedgeWS.Font = Enum.Font.Code
  2101. WedgeWS.FontSize = Enum.FontSize.Size14
  2102. WedgeWS.Text = "WedgeWS"
  2103. WedgeWS.TextSize = 14
  2104. WedgeWS.MouseButton1Down:connect(function()
  2105. function foo(var_a)
  2106. for i,v in pairs(var_a:GetChildren()) do
  2107. if v.ClassName == "Part" then
  2108. Wedg = Instance.new("SpecialMesh",v)
  2109. Wedg.Name = "ExploitWedge"
  2110. Wedg.MeshType = "Wedge"
  2111. end
  2112. foo(v)
  2113. end
  2114. end
  2115. foo(workspace)
  2116. end)
  2117. HeadWS.Name = "HeadWS"
  2118. HeadWS.Parent = Frame
  2119. HeadWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2120. HeadWS.Position = UDim2.new(0, 460, 0, 400)
  2121. HeadWS.Size = UDim2.new(0, 80, 0, 20)
  2122. HeadWS.Font = Enum.Font.Code
  2123. HeadWS.FontSize = Enum.FontSize.Size14
  2124. HeadWS.Text = "HeadWS"
  2125. HeadWS.TextSize = 14
  2126. HeadWS.MouseButton1Down:connect(function()
  2127. function food(var_a)
  2128. for i,v in pairs(var_a:GetChildren()) do
  2129. if v.ClassName == "Part" then
  2130. Head = Instance.new("SpecialMesh",v)
  2131. Head.Name = "ExploitHead"
  2132. Head.MeshType = "Head"
  2133. end
  2134. food(v)
  2135. end
  2136. end
  2137. food(workspace)
  2138. end)
  2139.  
  2140. Longneck.Name = "Longneck"
  2141. Longneck.Parent = Frame
  2142. Longneck.BackgroundColor3 = Color3.new(1, 1, 1)
  2143. Longneck.Position = UDim2.new(0, 460, 0, 310)
  2144. Longneck.Size = UDim2.new(0, 80, 0, 20)
  2145. Longneck.Font = Enum.Font.Code
  2146. Longneck.FontSize = Enum.FontSize.Size14
  2147. Longneck.Text = "Longneck"
  2148. Longneck.TextSize = 14
  2149. Longneck.MouseButton1Down:connect(function()
  2150. if Selected.Value == true then
  2151. for i,v in pairs(game.Players:GetChildren()) do
  2152. v.Character.HumanoidRootPart.Transparency = 0
  2153. v.Character.Head.Mesh.Offset = Vector3.new(0,3,0)
  2154. gt = Instance.new("CylinderMesh",v.Character.HumanoidRootPart)
  2155. gt.Offset = Vector3.new(0,3,0)
  2156. gt.Scale = Vector3.new(1,2,1)
  2157. for i,h in pairs(v.Character:GetChildren()) do
  2158. if h.ClassName == "Accessory" then
  2159. h.Handle.Mesh.Offset = Vector3.new(0,3,0)
  2160. end
  2161. end
  2162. end
  2163. elseif Selected.Value == false then
  2164. workspace[PlayerName.Text].HumanoidRootPart.Transparency = 0
  2165. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,3,0)
  2166. gt = Instance.new("CylinderMesh",workspace[PlayerName.Text].HumanoidRootPart)
  2167. gt.Offset = Vector3.new(0,3,0)
  2168. gt.Scale = Vector3.new(1,2,1)
  2169. for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2170. if g.ClassName == "Accessory" then
  2171. g.Handle.Mesh.Offset = Vector3.new(0,3,0)
  2172. end
  2173. end
  2174. end
  2175. end)
  2176. Normalneck.Name = "Normalneck"
  2177. Normalneck.Parent = Frame
  2178. Normalneck.BackgroundColor3 = Color3.new(1, 1, 1)
  2179. Normalneck.Position = UDim2.new(0, 460, 0, 280)
  2180. Normalneck.Size = UDim2.new(0, 80, 0, 20)
  2181. Normalneck.Font = Enum.Font.Code
  2182. Normalneck.FontSize = Enum.FontSize.Size14
  2183. Normalneck.Text = "Normalneck"
  2184. Normalneck.TextSize = 14
  2185. Normalneck.MouseButton1Down:connect(function()
  2186. if Selected.Value == true then
  2187. for i,v in pairs(game.Players:GetChildren()) do
  2188. v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  2189. v.Character.HumanoidRootPart.Mesh:Remove()
  2190. v.Character.HumanoidRootPart.Transparency = 1
  2191. for i,h in pairs(v.Character:GetChildren()) do
  2192. if h.ClassName == "Accessory" then
  2193. h.Handle.Mesh.Offset = Vector3.new(0,0,0)
  2194. end
  2195. end
  2196. end
  2197. elseif Selected.Value == false then
  2198. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  2199. workspace[PlayerName.Text].HumanoidRootPart.Mesh:Remove()
  2200. workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1
  2201. for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2202. if g.ClassName == "Accessory" then
  2203. g.Handle.Mesh.Offset = Vector3.new(0,0,0)
  2204. end
  2205. end
  2206. end
  2207. end)
  2208. Headtummy.Name = "Headtummy"
  2209. Headtummy.Parent = Frame
  2210. Headtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  2211. Headtummy.Position = UDim2.new(0, 460, 0, 250)
  2212. Headtummy.Size = UDim2.new(0, 80, 0, 20)
  2213. Headtummy.Font = Enum.Font.Code
  2214. Headtummy.FontSize = Enum.FontSize.Size14
  2215. Headtummy.Text = "Funny"
  2216. Headtummy.TextSize = 14
  2217. Headtummy.MouseButton1Down:connect(function()
  2218. if Selected.Value == true then
  2219. for i,v in pairs(game.Players:GetChildren()) do
  2220. v.Character.Torso.Transparency = 1
  2221. v.Character:FindFirstChild("Left Arm").Transparency = 1
  2222. v.Character:FindFirstChild("Right Arm").Transparency = 1
  2223. v.Character.Head.Mesh.Offset = Vector3.new(0,-2,0)
  2224. for i,q in pairs(v.Character:GetChildren()) do
  2225. if q.ClassName == "Accessory" then
  2226. q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  2227. end
  2228. end
  2229. end
  2230. elseif Selected.Value == false then
  2231. workspace[PlayerName.Text].Torso.Transparency = 1
  2232. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  2233. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  2234. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,-2,0)
  2235. for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2236. if q.ClassName == "Accessory" then
  2237. q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  2238. end
  2239. end
  2240. end
  2241. end)
  2242. UnHeadtummy.Name = "UnHeadtummy"
  2243. UnHeadtummy.Parent = Frame
  2244. UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  2245. UnHeadtummy.Position = UDim2.new(0, 460, 0, 430)
  2246. UnHeadtummy.Size = UDim2.new(0, 80, 0, 20)
  2247. UnHeadtummy.Font = Enum.Font.Code
  2248. UnHeadtummy.FontSize = Enum.FontSize.Size14
  2249. UnHeadtummy.Text = "UnFunny"
  2250. UnHeadtummy.TextSize = 14
  2251. UnHeadtummy.MouseButton1Down:connect(function()
  2252. if Selected.Value == true then
  2253. for i,v in pairs(game.Players:GetChildren()) do
  2254. v.Character.Torso.Transparency = 0
  2255. v.Character:FindFirstChild("Left Arm").Transparency = 0
  2256. v.Character:FindFirstChild("Right Arm").Transparency = 0
  2257. v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  2258. for i,q in pairs(v.Character:GetChildren()) do
  2259. if q.ClassName == "Accessory" then
  2260. q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  2261. end
  2262. end
  2263. end
  2264. elseif Selected.Value == false then
  2265. workspace[PlayerName.Text].Torso.Transparency = 0
  2266. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  2267. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  2268. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  2269. for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2270. if q.ClassName == "Accessory" then
  2271. q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  2272. end
  2273. end
  2274. end
  2275. end)
  2276.  
  2277. Fire.Name = "Fire"
  2278. Fire.Parent = Frame
  2279. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  2280. Fire.Position = UDim2.new(0, 460, 0, 160)
  2281. Fire.Size = UDim2.new(0, 80, 0, 20)
  2282. Fire.Font = Enum.Font.Code
  2283. Fire.FontSize = Enum.FontSize.Size14
  2284. Fire.Text = "Fire"
  2285. Fire.TextSize = 14
  2286. Fire.MouseButton1Down:connect(function()
  2287. if Selected.Value == true then
  2288. for i,v in pairs(game.Players:GetChildren()) do
  2289. Instance.new("Fire",v.Character.Torso)
  2290. Instance.new("Fire",v.Character.Head)
  2291. Instance.new("Fire",v.Character:FindFirstChild("Left Leg"))
  2292. Instance.new("Fire",v.Character:FindFirstChild("Left Arm"))
  2293. Instance.new("Fire",v.Character:FindFirstChild("Right Leg"))
  2294. Instance.new("Fire",v.Character:FindFirstChild("Right Arm"))
  2295. end
  2296. elseif Selected.Value == false then
  2297. Instance.new("Fire",workspace[PlayerName.Text].Torso)
  2298. Instance.new("Fire",workspace[PlayerName.Text].Head)
  2299. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  2300. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  2301. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  2302. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  2303. end
  2304. end)
  2305. Smoke.Name = "Smoke"
  2306. Smoke.Parent = Frame
  2307. Smoke.BackgroundColor3 = Color3.new(1, 1, 1)
  2308. Smoke.Position = UDim2.new(0, 460, 0, 220)
  2309. Smoke.Size = UDim2.new(0, 80, 0, 20)
  2310. Smoke.Font = Enum.Font.Code
  2311. Smoke.FontSize = Enum.FontSize.Size14
  2312. Smoke.Text = "Smoke"
  2313. Smoke.TextSize = 14
  2314. Smoke.MouseButton1Down:connect(function()
  2315. if Selected.Value == true then
  2316. for i,v in pairs(game.Players:GetChildren()) do
  2317. Instance.new("Smoke",v.Character.Torso)
  2318. end
  2319. elseif Selected.Value == false then
  2320. Instance.new("Smoke",workspace[PlayerName.Text].Torso)
  2321. end
  2322. end)
  2323. Sparkles.Name = "Sparkles"
  2324. Sparkles.Parent = Frame
  2325. Sparkles.BackgroundColor3 = Color3.new(1, 1, 1)
  2326. Sparkles.Position = UDim2.new(0, 460, 0, 130)
  2327. Sparkles.Size = UDim2.new(0, 80, 0, 20)
  2328. Sparkles.Font = Enum.Font.Code
  2329. Sparkles.FontSize = Enum.FontSize.Size14
  2330. Sparkles.Text = "Sparkles"
  2331. Sparkles.TextSize = 14
  2332. Sparkles.MouseButton1Down:connect(function()
  2333. if Selected.Value == true then
  2334. for i,v in pairs(game.Players:GetChildren()) do
  2335. Instance.new("Sparkles",v.Character.Torso)
  2336. Instance.new("Sparkles",v.Character.Head)
  2337. Instance.new("Sparkles",v.Character:FindFirstChild("Left Leg"))
  2338. Instance.new("Sparkles",v.Character:FindFirstChild("Left Arm"))
  2339. Instance.new("Sparkles",v.Character:FindFirstChild("Right Leg"))
  2340. Instance.new("Sparkles",v.Character:FindFirstChild("Right Arm"))
  2341. end
  2342. elseif Selected.Value == false then
  2343. Instance.new("Sparkles",workspace[PlayerName.Text].Torso)
  2344. Instance.new("Sparkles",workspace[PlayerName.Text].Head)
  2345. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  2346. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  2347. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  2348. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  2349. end
  2350. end)
  2351. FF.Name = "FF"
  2352. FF.Parent = Frame
  2353. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  2354. FF.Position = UDim2.new(0, 460, 0, 190)
  2355. FF.Size = UDim2.new(0, 80, 0, 20)
  2356. FF.Font = Enum.Font.Code
  2357. FF.FontSize = Enum.FontSize.Size14
  2358. FF.Text = "FF"
  2359. FF.TextSize = 14
  2360. FF.MouseButton1Down:connect(function()
  2361. if Selected.Value == true then
  2362. for i,v in pairs(game.Players:GetChildren()) do
  2363. Instance.new("ForceField",v.Character)
  2364. end
  2365. elseif Selected.Value == false then
  2366. Instance.new("ForceField",workspace[PlayerName.Text])
  2367. end
  2368. end)
  2369.  
  2370. MlgParticles.Name = "MlgParticles"
  2371. MlgParticles.Parent = Frame
  2372. MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1)
  2373. MlgParticles.Position = UDim2.new(0, 460, 0, 100)
  2374. MlgParticles.Size = UDim2.new(0, 80, 0, 20)
  2375. MlgParticles.Font = Enum.Font.Code
  2376. MlgParticles.FontSize = Enum.FontSize.Size14
  2377. MlgParticles.Text = "MLG"
  2378. MlgParticles.TextSize = 14
  2379. MlgParticles.MouseButton1Down:connect(function()
  2380. if Selected.Value == true then
  2381. for i,v in pairs(game.Players:GetChildren()) do
  2382. mlg = Instance.new("ParticleEmitter",v.Character.Torso)
  2383. mlg.Speed = NumberRange.new(20,20)
  2384. mlg.Rate = 20
  2385. mlg.VelocitySpread = 30
  2386. mlg.Lifetime = NumberRange.new(6,6)
  2387. mlg.Texture = "rbxassetid://193849784"
  2388. mlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  2389. mlgg.Speed = NumberRange.new(20,20)
  2390. mlgg.Rate = 20
  2391. mlgg.VelocitySpread = 30
  2392. mlgg.Lifetime = NumberRange.new(6,6)
  2393. mlgg.Texture = "rbxassetid://188207856"
  2394. smlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  2395. smlgg.Speed = NumberRange.new(20,20)
  2396. smlgg.Rate = 20
  2397. smlgg.VelocitySpread = 30
  2398. smlgg.Lifetime = NumberRange.new(6,6)
  2399. smlgg.Texture = "rbxassetid://198328945"
  2400. sml = Instance.new("ParticleEmitter",v.Character.Torso)
  2401. sml.Speed = NumberRange.new(20,20)
  2402. sml.Rate = 20
  2403. sml.VelocitySpread = 30
  2404. sml.Lifetime = NumberRange.new(6,6)
  2405. sml.Texture = "rbxassetid://461700443"
  2406. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2407. sml.Speed = NumberRange.new(20,20)
  2408. sml.Rate = 20
  2409. sml.VelocitySpread = 30
  2410. sml.Lifetime = NumberRange.new(6,6)
  2411. sml.Texture = "rbxassetid://198328733"
  2412. end
  2413. elseif Selected.Value == false then
  2414. mlg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2415. mlg.Speed = NumberRange.new(20,20)
  2416. mlg.Rate = 20
  2417. mlg.VelocitySpread = 30
  2418. mlg.Lifetime = NumberRange.new(6,6)
  2419. mlg.Texture = "rbxassetid://193849784"
  2420. mlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2421. mlgg.Speed = NumberRange.new(20,20)
  2422. mlgg.Rate = 20
  2423. mlgg.VelocitySpread = 30
  2424. mlgg.Lifetime = NumberRange.new(6,6)
  2425. mlgg.Texture = "rbxassetid://188207856"
  2426. smlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2427. smlgg.Speed = NumberRange.new(20,20)
  2428. smlgg.Rate = 20
  2429. smlgg.VelocitySpread = 30
  2430. smlgg.Lifetime = NumberRange.new(6,6)
  2431. smlgg.Texture = "rbxassetid://198328945"
  2432. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2433. sml.Speed = NumberRange.new(20,20)
  2434. sml.Rate = 20
  2435. sml.VelocitySpread = 30
  2436. sml.Lifetime = NumberRange.new(6,6)
  2437. sml.Texture = "rbxassetid://461700443"
  2438. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2439. sml.Speed = NumberRange.new(20,20)
  2440. sml.Rate = 20
  2441. sml.VelocitySpread = 30
  2442. sml.Lifetime = NumberRange.new(6,6)
  2443. sml.Texture = "rbxassetid://198328733"
  2444. end
  2445. end)
  2446.  
  2447. Close.Name = "Close"
  2448. Close.Parent = Frame
  2449. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  2450. Close.BorderColor3 = Color3.new(0, 0, 0)
  2451. Close.BorderSizePixel = 3
  2452. Close.Position = UDim2.new(0, 540, 0, 0)
  2453. Close.Size = UDim2.new(0, 20, 0, 20)
  2454. Close.Font = Enum.Font.SourceSans
  2455. Close.FontSize = Enum.FontSize.Size14
  2456. Close.Text = "X"
  2457. Close.TextColor3 = Color3.new(0, 0, 0)
  2458. Close.TextSize = 14
  2459. Close.MouseButton1Down:connect(function()
  2460. Frame.Visible = false
  2461. Open.Visible = true
  2462. end)
  2463. Open.Name = "Open"
  2464. Open.Parent = Exploit
  2465. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2466. Open.BorderColor3 = Color3.new(0, 0, 0)
  2467. Open.BorderSizePixel = 3
  2468. Open.Position = UDim2.new(0, 50, 0, 420)
  2469. Open.Size = UDim2.new(0, 40, 0, 40)
  2470. Open.Visible = false
  2471. Open.Font = Enum.Font.SourceSans
  2472. Open.FontSize = Enum.FontSize.Size14
  2473. Open.Text = "Open"
  2474. Open.TextColor3 = Color3.new(1, 1, 1)
  2475. Open.TextSize = 14
  2476. Open.MouseButton1Down:connect(function()
  2477. Frame.Visible = true
  2478. Open.Visible = false
  2479. end)
  2480.  
  2481. Sanic.Name = "Sanic"
  2482. Sanic.Parent = Frame
  2483. Sanic.BackgroundColor3 = Color3.new(1, 1, 1)
  2484. Sanic.Position = UDim2.new(0, 10, 0, 430)
  2485. Sanic.Size = UDim2.new(0, 80, 0, 20)
  2486. Sanic.Font = Enum.Font.Code
  2487. Sanic.FontSize = Enum.FontSize.Size14
  2488. Sanic.Text = "Sanic"
  2489. Sanic.TextScaled = true
  2490. Sanic.TextSize = 14
  2491. Sanic.TextWrapped = true
  2492. Sanic.MouseButton1Down:connect(function()
  2493. if Selected.Value == true then
  2494. for i,v in pairs(game.Players:GetChildren()) do
  2495. v.Character.Torso.Transparency = 1
  2496. v.Character.Head.Transparency = 1
  2497. v.Character.Head.face.Transparency = 1
  2498. v.Character:FindFirstChild("Left Leg").Transparency = 1
  2499. v.Character:FindFirstChild("Left Arm").Transparency = 1
  2500. v.Character:FindFirstChild("Right Leg").Transparency = 1
  2501. v.Character:FindFirstChild("Right Arm").Transparency = 1
  2502. v.Character.Humanoid.WalkSpeed = 100
  2503. v.Character.Humanoid.NameOcclusion = "NoOcclusion"
  2504. Lol = Instance.new("Sound",v.Character.Torso)
  2505. Lol.Playing = true
  2506. Lol.Looped = true
  2507. Lol.Volume = 10
  2508. Lol.SoundId = "rbxassetid://145542130"
  2509. for i,t in pairs(v.Character:GetChildren()) do
  2510. if t.ClassName == "Accessory" then
  2511. t.Handle.Transparency = 1
  2512. end
  2513. end
  2514. sanic = Instance.new("SurfaceGui",v.Character.HumanoidRootPart)
  2515. img = Instance.new("ImageLabel",sanic)
  2516. img.Size = UDim2.new(0,2000,0,1500)
  2517. img.Position = UDim2.new(0,-600,0,-400)
  2518. img.Image = "rbxassetid://360880946"
  2519. img.BackgroundTransparency = 1
  2520. end
  2521. elseif Selected.Value == false then
  2522. workspace[PlayerName.Text].Torso.Transparency = 1
  2523. workspace[PlayerName.Text].Head.Transparency = 1
  2524. workspace[PlayerName.Text].Head.face.Transparency = 1
  2525. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  2526. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  2527. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  2528. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  2529. workspace[PlayerName.Text].Humanoid.WalkSpeed = 100
  2530. workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion"
  2531. Lol = Instance.new("Sound",workspace[PlayerName.Text].Torso)
  2532. Lol.Playing = true
  2533. Lol.Looped = true
  2534. Lol.Volume = 10
  2535. Lol.SoundId = "rbxassetid://145542130"
  2536. for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2537. if tx.ClassName == "Accessory" then
  2538. tx.Handle.Transparency = 1
  2539. end
  2540. end
  2541. sanic = Instance.new("SurfaceGui",workspace[PlayerName.Text].HumanoidRootPart)
  2542. img = Instance.new("ImageLabel",sanic)
  2543. img.Size = UDim2.new(0,2000,0,1500)
  2544. img.Position = UDim2.new(0,-600,0,-400)
  2545. img.Image = "rbxassetid://360880946"
  2546. img.BackgroundTransparency = 1
  2547. end
  2548. end)
  2549.  
  2550. UnSanic.Name = "UnSanic"
  2551. UnSanic.Parent = Frame
  2552. UnSanic.BackgroundColor3 = Color3.new(1, 1, 1)
  2553. UnSanic.Position = UDim2.new(0, 100, 0, 430)
  2554. UnSanic.Size = UDim2.new(0, 80, 0, 20)
  2555. UnSanic.Font = Enum.Font.Code
  2556. UnSanic.FontSize = Enum.FontSize.Size14
  2557. UnSanic.Text = "UnSanic"
  2558. UnSanic.TextScaled = true
  2559. UnSanic.TextSize = 14
  2560. UnSanic.TextWrapped = true
  2561. UnSanic.MouseButton1Down:connect(function()
  2562. if Selected.Value == true then
  2563. for i,v in pairs(game.Players:GetChildren()) do
  2564. v.Character.Torso.Transparency = 0
  2565. v.Character.Head.Transparency = 0
  2566. v.Character.Head.face.Transparency = 0
  2567. v.Character:FindFirstChild("Left Leg").Transparency = 0
  2568. v.Character:FindFirstChild("Left Arm").Transparency = 0
  2569. v.Character:FindFirstChild("Right Leg").Transparency = 0
  2570. v.Character:FindFirstChild("Right Arm").Transparency = 0
  2571. v.Character.Humanoid.WalkSpeed = 16
  2572. v.Character.Humanoid.NameOcclusion = "OccludeAll"
  2573. v.Character.Torso.Sound:Remove()
  2574. for i,t in pairs(v.Character:GetChildren()) do
  2575. if t.ClassName == "Accessory" then
  2576. t.Handle.Transparency = 0
  2577. end
  2578. end
  2579. v.Character.HumanoidRootPart.SurfaceGui:Remove()
  2580. end
  2581. elseif Selected.Value == false then
  2582. workspace[PlayerName.Text].Torso.Transparency = 0
  2583. workspace[PlayerName.Text].Head.Transparency = 0
  2584. workspace[PlayerName.Text].Head.face.Transparency = 0
  2585. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  2586. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  2587. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  2588. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  2589. workspace[PlayerName.Text].Humanoid.WalkSpeed = 16
  2590. workspace[PlayerName.Text].Humanoid.NameOcclusion = "OccludeAll"
  2591. workspace[PlayerName.Text].Torso.Sound:Remove()
  2592. for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2593. if tx.ClassName == "Accessory" then
  2594. tx.Handle.Transparency = 0
  2595. end
  2596. end
  2597. workspace[PlayerName.Text].HumanoidRootPart.SurfaceGui:Remove()
  2598. end
  2599. end)
  2600. LagOthers.Name = "LagOthers"
  2601. LagOthers.Parent = Frame
  2602. LagOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  2603. LagOthers.Position = UDim2.new(0, 190, 0, 430)
  2604. LagOthers.Size = UDim2.new(0, 80, 0, 20)
  2605. LagOthers.Font = Enum.Font.Code
  2606. LagOthers.FontSize = Enum.FontSize.Size14
  2607. LagOthers.Text = "LagOthers"
  2608. LagOthers.TextScaled = true
  2609. LagOthers.TextSize = 14
  2610. LagOthers.TextWrapped = true
  2611. LagOthers.MouseButton1Down:connect(function()
  2612. for i,v in pairs(game.Players:GetChildren()) do
  2613. if v.Name ~= game.Players.LocalPlayer.Name then
  2614. v.Character.Humanoid.HipHeight = math.huge * 0
  2615. end
  2616. end
  2617. end)
  2618.  
  2619. FeChecker.Name = "FeChecker"
  2620. FeChecker.TextScaled = true
  2621. FeChecker.Parent = Frame
  2622. FeChecker.BackgroundColor3 = Color3.new(0.215686, 1, 0)
  2623. FeChecker.Position = UDim2.new(0, 240, 0, 13)
  2624. FeChecker.Size = UDim2.new(0, 100, 0, 20)
  2625. FeChecker.Font = Enum.Font.Code
  2626. FeChecker.FontSize = Enum.FontSize.Size14
  2627. FeChecker.Text = "FE is Disabled"
  2628. FeChecker.TextColor3 = Color3.new(0, 0, 0)
  2629. FeChecker.TextSize = 14
  2630. if workspace.FilteringEnabled == false then
  2631. FeChecker.Text = "FE is Disabled"
  2632. FeChecker.BackgroundColor3 = Color3.new(0,1,0)
  2633. elseif workspace.FilteringEnabled == true then
  2634. FeChecker.Text = "FE is Enabled :("
  2635. FeChecker.BackgroundColor3 = Color3.new(1,0,0)
  2636. end
  2637. end)
  2638. end
  2639. coroutine.wrap(RQZIYU_fake_script)()
  2640. local function DVEQ_fake_script() -- INFJUMP.LocalScript
  2641. local script = Instance.new('LocalScript', INFJUMP)
  2642.  
  2643. button = script.Parent
  2644. button.MouseButton1Click:connect(function()
  2645. local UIS = game:GetService("UserInputService")
  2646. local player = game.Players.LocalPlayer
  2647. local character
  2648. local humanoid
  2649.  
  2650. local canDoubleJump = false
  2651. local hasDoubleJumped = false
  2652. local oldPower
  2653. local time_delay = 0
  2654. local jump_multiplier = 1
  2655. function onJumpRequest()
  2656. if not character or not humanoid or not character:IsDescendantOf(workspace) or humanoid:GetState() == Enum.HumanoidStateType.Dead then
  2657. return
  2658. end
  2659.  
  2660. if canDoubleJump and not hasDoubleJumped then
  2661. hasDoubleJumped = false
  2662. humanoid.JumpPower = oldPower * jump_multiplier
  2663. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  2664. end
  2665. end
  2666.  
  2667. local function characterAdded(new)
  2668. character = new
  2669. humanoid = new:WaitForChild("Humanoid")
  2670. hasDoubleJumped = false
  2671. canDoubleJump = false
  2672. oldPower = humanoid.JumpPower
  2673.  
  2674. humanoid.StateChanged:connect(function(old, new)
  2675. if new == Enum.HumanoidStateType.Landed then
  2676. canDoubleJump = false
  2677. hasDoubleJumped = false
  2678. humanoid.JumpPower = oldPower
  2679. elseif new == Enum.HumanoidStateType.Freefall then
  2680. wait(time_delay)
  2681. canDoubleJump = true
  2682. end
  2683. end)
  2684. end
  2685.  
  2686. if player.Character then
  2687. characterAdded(player.Character)
  2688. end
  2689.  
  2690. player.CharacterAdded:connect(characterAdded)
  2691. UIS.JumpRequest:connect(onJumpRequest)
  2692. end)
  2693. end
  2694. coroutine.wrap(DVEQ_fake_script)()
  2695. local function DMVDTHF_fake_script() -- Etonoclip.LocalScript
  2696. local script = Instance.new('LocalScript', Etonoclip)
  2697.  
  2698. button = script.Parent
  2699. button.MouseButton1Click:Connect(function()
  2700. noclip = false
  2701. game:GetService('RunService').Stepped:connect(function()
  2702. if noclip then
  2703. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2704. end
  2705. end)
  2706. plr = game.Players.LocalPlayer
  2707. mouse = plr:GetMouse()
  2708. mouse.KeyDown:connect(function(key)
  2709.  
  2710. if key == "e" then
  2711. noclip = not noclip
  2712. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2713. end
  2714. end)
  2715. end)
  2716. end
  2717. coroutine.wrap(DMVDTHF_fake_script)()
  2718. local function DCFGLJ_fake_script() -- Frame.COLOR
  2719. local script = Instance.new('Script', Frame)
  2720.  
  2721.  
  2722. while true do
  2723. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  2724. wait(0.01)
  2725. script.Parent.BackgroundColor3 = Color3.new(1,0.1,0)
  2726. wait(0.01)
  2727. script.Parent.BackgroundColor3 = Color3.new(1,0.2,0)
  2728. wait(0.01)
  2729. script.Parent.BackgroundColor3 = Color3.new(1,0.3,0)
  2730. wait(0.01)
  2731. script.Parent.BackgroundColor3 = Color3.new(1,0.4,0)
  2732. wait(0.01)
  2733. script.Parent.BackgroundColor3 = Color3.new(1,0.5,0)
  2734. wait(0.01)
  2735. script.Parent.BackgroundColor3 = Color3.new(1,0.6,0)
  2736. wait(0.01)
  2737. script.Parent.BackgroundColor3 = Color3.new(1,0.7,0)
  2738. wait(0.01)
  2739. script.Parent.BackgroundColor3 = Color3.new(1,0.8,0)
  2740. wait(0.01)
  2741. script.Parent.BackgroundColor3 = Color3.new(1,0.9,0)
  2742. wait(0.01)
  2743. script.Parent.BackgroundColor3 = Color3.new(1,1,0)
  2744. wait(0.01)
  2745. script.Parent.BackgroundColor3 = Color3.new(0.9,1,0)
  2746. wait(0.01)
  2747. script.Parent.BackgroundColor3 = Color3.new(0.8,1,0)
  2748. wait(0.01)
  2749. script.Parent.BackgroundColor3 = Color3.new(0.7,1,0)
  2750. wait(0.01)
  2751. script.Parent.BackgroundColor3 = Color3.new(0.6,1,0)
  2752. wait(0.01)
  2753. script.Parent.BackgroundColor3 = Color3.new(0.5,1,0)
  2754. wait(0.01)
  2755. script.Parent.BackgroundColor3 = Color3.new(0.4,1,0)
  2756. wait(0.01)
  2757. script.Parent.BackgroundColor3 = Color3.new(0.3,1,0)
  2758. wait(0.01)
  2759. script.Parent.BackgroundColor3 = Color3.new(0.2,1,0)
  2760. wait(0.01)
  2761. script.Parent.BackgroundColor3 = Color3.new(0.1,1,0)
  2762. wait(0.01)
  2763. script.Parent.BackgroundColor3 = Color3.new(0,1,0)
  2764. wait(0.01)
  2765. script.Parent.BackgroundColor3 = Color3.new(0,1,0.1)
  2766. wait(0.01)
  2767. script.Parent.BackgroundColor3 = Color3.new(0,1,0.2)
  2768. wait(0.01)
  2769. script.Parent.BackgroundColor3 = Color3.new(0,1,0.3)
  2770. wait(0.01)
  2771. script.Parent.BackgroundColor3 = Color3.new(0,1,0.4)
  2772. wait(0.01)
  2773. script.Parent.BackgroundColor3 = Color3.new(0,1,0.5)
  2774. wait(0.01)
  2775. script.Parent.BackgroundColor3 = Color3.new(0,1,0.6)
  2776. wait(0.01)
  2777. script.Parent.BackgroundColor3 = Color3.new(0,1,0.7)
  2778. wait(0.01)
  2779. script.Parent.BackgroundColor3 = Color3.new(0,1,0.8)
  2780. wait(0.01)
  2781. script.Parent.BackgroundColor3 = Color3.new(0,1,0.9)
  2782. wait(0.01)
  2783. script.Parent.BackgroundColor3 = Color3.new(0,1,1)
  2784. wait(0.01)
  2785. script.Parent.BackgroundColor3 = Color3.new(0,0.9,1)
  2786. wait(0.01)
  2787. script.Parent.BackgroundColor3 = Color3.new(0,0.8,1)
  2788. wait(0.01)
  2789. script.Parent.BackgroundColor3 = Color3.new(0,0.7,1)
  2790. wait(0.01)
  2791. script.Parent.BackgroundColor3 = Color3.new(0,0.6,1)
  2792. wait(0.01)
  2793. script.Parent.BackgroundColor3 = Color3.new(0,0.5,1)
  2794. wait(0.01)
  2795. script.Parent.BackgroundColor3 = Color3.new(0,0.4,1)
  2796. wait(0.01)
  2797. script.Parent.BackgroundColor3 = Color3.new(0,0.3,1)
  2798. wait(0.01)
  2799. script.Parent.BackgroundColor3 = Color3.new(0,0.2,1)
  2800. wait(0.01)
  2801. script.Parent.BackgroundColor3 = Color3.new(0,0.1,1)
  2802. wait(0.01)
  2803. script.Parent.BackgroundColor3 = Color3.new(0,0,1)
  2804. wait(0.01)
  2805. script.Parent.BackgroundColor3 = Color3.new(0.1,0,1)
  2806. wait(0.01)
  2807. script.Parent.BackgroundColor3 = Color3.new(0.2,0,1)
  2808. wait(0.01)
  2809. script.Parent.BackgroundColor3 = Color3.new(0.3,0,1)
  2810. wait(0.01)
  2811. script.Parent.BackgroundColor3 = Color3.new(0.4,0,1)
  2812. wait(0.01)
  2813. script.Parent.BackgroundColor3 = Color3.new(0.5,0,1)
  2814. wait(0.01)
  2815. script.Parent.BackgroundColor3 = Color3.new(0.6,0,1)
  2816. wait(0.01)
  2817. script.Parent.BackgroundColor3 = Color3.new(0.7,0,1)
  2818. wait(0.01)
  2819. script.Parent.BackgroundColor3 = Color3.new(0.8,0,1)
  2820. wait(0.01)
  2821. script.Parent.BackgroundColor3 = Color3.new(0.9,0,1)
  2822. wait(0.01)
  2823. script.Parent.BackgroundColor3 = Color3.new(1,0,1)
  2824. wait(0.01)
  2825. script.Parent.BackgroundColor3 = Color3.new(1,0,0.9)
  2826. wait(0.01)
  2827. script.Parent.BackgroundColor3 = Color3.new(1,0,0.8)
  2828. wait(0.01)
  2829. script.Parent.BackgroundColor3 = Color3.new(1,0,0.7)
  2830. wait(0.01)
  2831. script.Parent.BackgroundColor3 = Color3.new(1,0,0.6)
  2832. wait(0.01)
  2833. script.Parent.BackgroundColor3 = Color3.new(1,0,0.5)
  2834. wait(0.01)
  2835. script.Parent.BackgroundColor3 = Color3.new(1,0,0.4)
  2836. wait(0.01)
  2837. script.Parent.BackgroundColor3 = Color3.new(1,0,0.3)
  2838. wait(0.01)
  2839. script.Parent.BackgroundColor3 = Color3.new(1,0,0.2)
  2840. wait(0.01)
  2841. script.Parent.BackgroundColor3 = Color3.new(1,0,0.1)
  2842. wait(0.01)
  2843. end
  2844.  
  2845. end
  2846. coroutine.wrap(DCFGLJ_fake_script)()
  2847. local function AFRJD_fake_script() -- Frame.MOVE
  2848. local script = Instance.new('Script', Frame)
  2849.  
  2850. --no found the move script D:
  2851. end
  2852. coroutine.wrap(AFRJD_fake_script)()
  2853.  
Add Comment
Please, Sign In to add comment