Advertisement
Bleu_Ui

Lazer

Feb 3rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 168.41 KB | None | 0 0
  1. --- noobslayer2010
  2.  
  3.  
  4.  
  5.  
  6. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  7. local funcw = Instance.new("Weld")
  8. funcw.Name = zName
  9. funcw.Parent = zParent
  10. funcw.Part0 = zPart0
  11. funcw.Part1 = zPart1
  12. if (zCoco == true) then
  13. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  14. else
  15. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  16. end
  17. return funcw
  18. end
  19. function fun(n1, n2)
  20. pcall(function()
  21. t1 = game.Players[n1].Character.Torso
  22. t2 = game.Players[n2].Character.Torso
  23. game.Players[n2].Character.Head.Died.Looped = true
  24. game.Players[n2].Character.Head.Died.Playing = true
  25. t2.Parent.Humanoid.PlatformStand = true
  26. t1["Left Shoulder"]:Remove()
  27. ls1 = Instance.new("Weld")
  28. ls1.Parent = t1
  29. ls1.Part0 = t1
  30. ls1.Part1 = t1.Parent["Left Arm"]
  31. ls1.C0 = CFrame.new(-1.5,0,0)
  32. ls1.Name = "Left Shoulder"
  33. t1["Right Shoulder"]:Remove()
  34. rs1 = Instance.new("Weld")
  35. rs1.Parent = t1
  36. rs1.Part0 = t1
  37. rs1.Part1 = t1.Parent["Right Arm"]
  38. rs1.C0 = CFrame.new(1.5,0,0)
  39. rs1.Name = "Right Shoulder"
  40. t2["Left Shoulder"]:Remove()
  41. ls2 = Instance.new("Weld")
  42. ls2.Parent = t2
  43. ls2.Part0 = t2
  44. ls2.Part1 = t2.Parent["Left Arm"]
  45. ls2.C0 = CFrame.new(-1.5,0,0)
  46. ls2.Name = "Left Shoulder"
  47. t2["Right Shoulder"]:Remove()
  48. rs2 = Instance.new("Weld")
  49. rs2.Parent = t2
  50. rs2.Part0 = t2
  51. rs2.Part1 = t2.Parent["Right Arm"]
  52. rs2.C0 = CFrame.new(1.5,0,0)
  53. rs2.Name = "Right Shoulder"
  54. t2["Left Hip"]:Remove()
  55. lh2 = Instance.new("Weld")
  56. lh2.Parent = t2
  57. lh2.Part0 = t2
  58. lh2.Part1 = t2.Parent["Left Leg"]
  59. lh2.C0 = CFrame.new(-0.5,-2,0)
  60. lh2.Name = "Left Hip"
  61. t2["Right Hip"]:Remove()
  62. rh2 = Instance.new("Weld")
  63. rh2.Parent = t2
  64. rh2.Part0 = t2
  65. rh2.Part1 = t2.Parent["Right Leg"]
  66. rh2.C0 = CFrame.new(0.5,-2,0)
  67. rh2.Name = "Right Hip"
  68. local d = Instance.new("Part")
  69. d.TopSurface = 0
  70. d.BottomSurface = 0
  71. d.CanCollide = false
  72. d.BrickColor = BrickColor.new("Medium stone grey")
  73. d.Shape = "Ball"
  74. d.Parent = t1
  75. d.Size = Vector3.new(1,1,1)
  76. local dm = Instance.new("SpecialMesh")
  77. dm.MeshType = "Sphere"
  78. dm.Parent = d
  79. dm.Scale = Vector3.new(0.4,0.4,0.4)
  80. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  81. d2 = d:Clone()
  82. d2.Parent = t1
  83. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  84. local c = Instance.new("Part")
  85. c.TopSurface = 0
  86. c.BottomSurface = 0
  87. c.CanCollide = false
  88. c.BrickColor = BrickColor.new("Pastel brown")
  89. c.Parent = t1
  90. c.formFactor = "Custom"
  91. c.Size = Vector3.new(0.4,1.3,0.4)
  92. cm = Instance.new("CylinderMesh")
  93. cm.Parent = c
  94. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  95. c2 = d:Clone()
  96. c2.BrickColor = BrickColor.new("Medium stone grey")
  97. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  98. c2.Parent = t1
  99. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  100. local bl = Instance.new("Part")
  101. bl.TopSurface = 0
  102. bl.BottomSurface = 0
  103. bl.CanCollide = false
  104. bl.BrickColor = BrickColor.new("Pastel brown")
  105. bl.Shape = "Ball"
  106. bl.Parent = t2
  107. bl.Size = Vector3.new(1,1,1)
  108. local dm = Instance.new("SpecialMesh")
  109. dm.MeshType = "Sphere"
  110. dm.Parent = bl
  111. dm.Scale = Vector3.new(1.2,1.2,1.2)
  112. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  113. local br = Instance.new("Part")
  114. br.TopSurface = 0
  115. br.BottomSurface = 0
  116. br.CanCollide = false
  117. br.BrickColor = BrickColor.new("Pastel brown")
  118. br.Shape = "Ball"
  119. br.Parent = t2
  120. br.Size = Vector3.new(1,1,1)
  121. local dm = Instance.new("SpecialMesh")
  122. dm.MeshType = "Sphere"
  123. dm.Parent = br
  124. dm.Scale = Vector3.new(1.2,1.2,1.2)
  125. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  126. local bln = Instance.new("Part")
  127. bln.TopSurface = 0
  128. bln.BottomSurface = 0
  129. bln.CanCollide = false
  130. bln.Shape = "Ball"
  131. bln.Parent = t2
  132. bln.Size = Vector3.new(1,1,1)
  133. local dm = Instance.new("SpecialMesh")
  134. dm.MeshType = "Sphere"
  135. dm.Parent = bln
  136. dm.Scale = Vector3.new(0.2,0.2,0.2)
  137. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  138. local brn = Instance.new("Part")
  139. brn.TopSurface = 0
  140. brn.BottomSurface = 0
  141. brn.CanCollide = false
  142. brn.Shape = "Ball"
  143. brn.Parent = t2
  144. brn.Size = Vector3.new(1,1,1)
  145. local dm = Instance.new("SpecialMesh")
  146. dm.MeshType = "Sphere"
  147. dm.Parent = brn
  148. dm.Scale = Vector3.new(0.2,0.2,0.2)
  149. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  150. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  151. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  152. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  153. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  154. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  155. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  156. if t1:findFirstChild("weldx") ~= nil then
  157. t1.weldx:Remove()
  158. end
  159. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  160. n = t2.Neck
  161. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  162. end)
  163. coroutine.resume(coroutine.create(function()
  164. while wait() do
  165. for i = 1,6 do
  166. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  167. wait()
  168. end
  169.  
  170. for i = 1,6 do
  171. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  172. wait()
  173. end
  174. end
  175. end))
  176. end
  177.  
  178. plr = game.Players.LocalPlayer
  179. char = plr.Character
  180. Clicksound = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  181. Clicksound.SoundId = "rbxassetid://178104975"
  182. Clicksound.Volume = 100
  183. IntroSong = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  184. IntroSong.Volume = 10
  185. IntroSong.SoundId = "rbxassetid://608600954"
  186. LineOne = Instance.new("TextLabel")
  187. LineTw0 = Instance.new("TextLabel")
  188. LineThree = Instance.new("TextLabel")
  189. LineFour = Instance.new("TextLabel")
  190. MSound = Instance.new("Sound",workspace)
  191. MSound.Volume = 4
  192. MSound.Looped = true
  193. InvisWS = Instance.new("TextButton")
  194. GhostWS = Instance.new("TextButton")
  195. Hell = Instance.new("TextButton")
  196. O = Instance.new("TextLabel")
  197. Rape = Instance.new("TextButton")
  198. SitPlr = Instance.new("TextButton")
  199. JumpPlr = Instance.new("TextButton")
  200. T = Instance.new("TextLabel")
  201. FrameTwo = Instance.new("Frame")
  202. Gravity = Instance.new("TextButton")
  203. GravNum = Instance.new("TextBox")
  204. MusicCube = Instance.new("TextButton")
  205. RemoveCube = Instance.new("TextButton")
  206. Rape = Instance.new("TextButton")
  207. RapeVictim = Instance.new("TextBox")
  208. MSound.Playing = true
  209. Exploit = Instance.new("ScreenGui")
  210. Frame = Instance.new("Frame")
  211. PlayerName = Instance.new("TextBox")
  212. SelectAll = Instance.new("TextButton")
  213. Music = Instance.new("TextButton")
  214. Punish = Instance.new("TextButton")
  215. MeshID = Instance.new("TextBox")
  216. MuID = Instance.new("TextBox")
  217.  LoadCharacter = Instance.new("TextButton")
  218.  Clearws = Instance.new("TextButton")
  219. SpawnLoc = Instance.new("TextButton")
  220. Freeze = Instance.new("TextButton")
  221. Invisible = Instance.new("TextButton")
  222. Settings = Instance.new("TextButton")
  223. RemoveTools = Instance.new("TextButton")
  224. Visualizer = Instance.new("TextButton")
  225. BG = Instance.new("Frame")
  226. Stools = Instance.new("TextButton")
  227. Theme4 = Instance.new("TextButton")
  228. Kill = Instance.new("TextButton")
  229. Pitch = Instance.new("TextBox")
  230. From = Instance.new("TextBox")
  231. Theme5 = Instance.new("TextButton")
  232. Control = Instance.new("TextButton")
  233. ID = Instance.new("TextBox")
  234. Godmode = Instance.new("TextButton")
  235. Walkspeed = Instance.new("TextButton")
  236. Speed = Instance.new("TextBox")
  237. Value = Instance.new("TextBox")
  238. Btools = Instance.new("TextButton")
  239. Spectate = Instance.new("TextButton")
  240. Negative = Instance.new("TextButton")
  241. StatChange = Instance.new("TextButton")
  242. StatName = Instance.new("TextBox")
  243. Skybox = Instance.new("TextButton")
  244. Skyboxid = Instance.new("TextBox")
  245. UnlockWS = Instance.new("TextButton")
  246. Teleport = Instance.new("TextButton")
  247. TpTo = Instance.new("TextBox")
  248. UnanchorWS = Instance.new("TextButton")
  249. Selected = Instance.new("BoolValue")
  250. Char = Instance.new("TextButton")
  251. CharID = Instance.new("TextBox")
  252. SlimWS = Instance.new("TextButton")
  253. Particle = Instance.new("TextButton")
  254. ParticleID = Instance.new("TextBox")
  255. TimeOfDay = Instance.new("TextButton")
  256. Time = Instance.new("TextBox")
  257. JumpPower = Instance.new("TextButton")
  258. Power = Instance.new("TextBox")
  259. Bighead = Instance.new("TextButton")
  260. DecalSpam = Instance.new("TextButton")
  261. Break = Instance.new("TextButton")
  262. DecalID = Instance.new("TextBox")
  263. Mesh = Instance.new("TextButton")
  264. CharID = Instance.new("TextBox")
  265. TexID = Instance.new("TextBox")
  266. ClearDecals = Instance.new("TextButton")
  267. MeshSpam = Instance.new("TextButton")
  268. ClearMesh = Instance.new("TextButton")
  269. RandomColor = Instance.new("TextButton")
  270. PaintWS = Instance.new("TextButton")
  271. Brickcolor = Instance.new("TextBox")
  272. Explode = Instance.new("TextButton")
  273. Settings = Instance.new("TextButton")
  274. Themes = Instance.new("Frame")
  275. Back = Instance.new("TextButton")
  276. Theme1 = Instance.new("TextButton")
  277. Theme2 = Instance.new("TextButton")
  278. Theme3 = Instance.new("TextButton")
  279. Fog = Instance.new("TextButton")
  280. Fogend = Instance.new("TextBox")
  281. Intro = Instance.new("Frame")
  282. ImageLabel = Instance.new("ImageLabel")
  283. me = Instance.new("TextLabel")
  284. Message = Instance.new("TextButton")
  285. Msg = Instance.new("TextBox")
  286. Hnt = Instance.new("TextBox")
  287. Hint = Instance.new("TextButton")
  288. ClearMessage = Instance.new("TextButton")
  289. ClearHint = Instance.new("TextButton")
  290. UnMesh = Instance.new("TextButton")
  291. SelectOthers = Instance.new("TextButton")
  292. MaterialWS = Instance.new("TextButton")
  293. Material = Instance.new("TextBox")
  294. UnBreak = Instance.new("TextButton")
  295. Break = Instance.new("TextButton")
  296. fuckspam = Instance.new("TextBox")
  297. Lag = Instance.new("TextButton")
  298. SecondPage = Instance.new("TextButton")
  299. Shutdown = Instance.new("TextButton")
  300. ParticleWS = Instance.new("TextButton")
  301. UnParticleWS = Instance.new("TextButton")
  302. Chat = Instance.new("TextButton")
  303. ChatString = Instance.new("TextBox")
  304. Smallhead = Instance.new("TextButton")
  305. BallWS = Instance.new("TextButton")
  306. CylWS = Instance.new("TextButton")
  307. BloWS = Instance.new("TextButton")
  308. Thaw = Instance.new("TextButton")
  309. HeadWS = Instance.new("TextButton")
  310. BallWS = Instance.new("TextButton")
  311. TorsoWS = Instance.new("TextButton")
  312. WedgeWS = Instance.new("TextButton")
  313. Longneck = Instance.new("TextButton")
  314. Normalneck = Instance.new("TextButton")
  315. Headtummy = Instance.new("TextButton")
  316. UnHeadtummy = Instance.new("TextButton")
  317. Fire = Instance.new("TextButton")
  318. Smoke = Instance.new("TextButton")
  319. Sparkles = Instance.new("TextButton")
  320. FF = Instance.new("TextButton")
  321. MlgParticles = Instance.new("TextButton")
  322. Close = Instance.new("TextButton")
  323. Open = Instance.new("TextButton")
  324. Sanic = Instance.new("TextButton")
  325. rowreck = Instance.new("TextLabel")
  326. UnSanic = Instance.new("TextButton")
  327. LagOthers = Instance.new("TextButton")
  328. FeChecker = Instance.new("TextButton")
  329.  
  330. -- Properties
  331.  
  332. Exploit.Name = "Exploit"
  333. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  334. Exploit.ResetOnSpawn = false
  335.  
  336. BG.Name = "BG"
  337. BG.BackgroundColor3 = Color3.new(0,0,0)
  338. BG.BorderSizePixel = 0
  339. BG.BackgroundTransparency = 0.58
  340. BG.Parent = Exploit
  341. BG.Size = UDim2.new(0,460,0,0)
  342. BG.Position = UDim2.new(0,260,0,0)
  343. BG.Visible = true
  344. BG.ClipsDescendants = true
  345.  
  346. SitPlr.Name = "SitPlr"
  347. SitPlr.Parent = FrameTwo
  348. SitPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  349. SitPlr.BackgroundTransparency = 0.5
  350. SitPlr.Position = UDim2.new(0, 460, 0, 40)
  351. SitPlr.Size = UDim2.new(0, 80, 0, 20)
  352. SitPlr.Font = Enum.Font.SciFi
  353. SitPlr.FontSize = Enum.FontSize.Size14
  354. SitPlr.Text = "Sit"
  355. SitPlr.TextColor3 = Color3.new(1, 1, 1)
  356. SitPlr.TextSize = 14
  357. SitPlr.MouseButton1Down:connect(function()
  358.     if Selected.Value == false then
  359.         Clicksound:Play()
  360.         workspace[PlayerName.Text].Humanoid.Sit = true
  361.     elseif Selected.Value == true then
  362.         for i,v in pairs(game.Players:GetChildren()) do
  363.             v.Character.Humanoid.Sit = true
  364.         end
  365.     end
  366. end)
  367.  
  368.  
  369. JumpPlr.Name = "JumpPlr"
  370. JumpPlr.Parent = FrameTwo
  371. JumpPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  372. JumpPlr.BackgroundTransparency = 0.5
  373. JumpPlr.Position = UDim2.new(0, 280, 0, 70)
  374. JumpPlr.Size = UDim2.new(0, 80, 0, 20)
  375. JumpPlr.Font = Enum.Font.SciFi
  376. JumpPlr.FontSize = Enum.FontSize.Size14
  377. JumpPlr.Text = "Jump"
  378. JumpPlr.TextColor3 = Color3.new(1, 1, 1)
  379. JumpPlr.TextSize = 14
  380. JumpPlr.MouseButton1Down:connect(function()
  381.     if Selected.Value == false then
  382.         Clicksound:Play()
  383.         workspace[PlayerName.Text].Humanoid.Jump = true
  384.     elseif Selected.Value == true then
  385.         for i,v in pairs(game.Players:GetChildren()) do
  386.             v.Character.Humanoid.Jump = true
  387.         end
  388.     end
  389. end)
  390.  
  391. Control.Name = "Control"
  392. Control.Parent = FrameTwo
  393. Control.BackgroundColor3 = Color3.new(1, 1, 1)
  394. Control.BackgroundTransparency = 0.5
  395. Control.Position = UDim2.new(0, 370, 0, 70)
  396. Control.Size = UDim2.new(0, 80, 0, 20)
  397. Control.Font = Enum.Font.SciFi
  398. Control.FontSize = Enum.FontSize.Size14
  399. Control.Text = "Control"
  400. Control.TextColor3 = Color3.new(1, 1, 1)
  401. Control.TextSize = 14
  402. Controlling = false
  403. Control.MouseButton1Down:connect(function()
  404.     if Controlling == false then
  405.         Controlling = true
  406.     Clicksound:Play()
  407.     workspace[PlayerName.Text].Humanoid.PlatformStand = true
  408.     Control.Text = "UnControl"
  409.     W1 = Instance.new("Weld",workspace)
  410.     W1.Name = "Weld1"
  411.     W1.Part0 = plr.Character.Torso
  412.     W1.Part1 = workspace[PlayerName.Text].Torso
  413.     W2 = Instance.new("Weld",workspace)
  414.     W2.Name = "Weld2"
  415.     W2.Part0 = plr.Character.Head
  416.     W2.Part1 = workspace[PlayerName.Text].Head
  417.     W3 = Instance.new("Weld",workspace)
  418.     W3.Name = "Weld3"
  419.     W3.Part0 = plr.Character.HumanoidRootPart
  420.     W3.Part1 = workspace[PlayerName.Text].HumanoidRootPart
  421.     W4 = Instance.new("Weld",workspace)
  422.     W4.Name = "Weld4"
  423.     W4.Part0 = plr.Character["Left Arm"]
  424.     W4.Part1 = workspace[PlayerName.Text]["Left Arm"]
  425.     W5 = Instance.new("Weld",workspace)
  426.     W5.Name = "Weld5"
  427.     W5.Part0 = plr.Character["Left Leg"]
  428.     W5.Part1 = workspace[PlayerName.Text]["Left Leg"]
  429.     W6 = Instance.new("Weld",workspace)
  430.     W6.Name = "Weld6"
  431.     W6.Part0 = plr.Character["Right Arm"]
  432.     W6.Part1 = workspace[PlayerName.Text]["Right Arm"]
  433.     W7 = Instance.new("Weld",workspace)
  434.     W7.Name = "Weld7"
  435.     W7.Part0 = plr.Character["Right Leg"]
  436.     W7.Part1 = workspace[PlayerName.Text]["Right Leg"]
  437.     for i,v in pairs(plr.Character:GetChildren()) do
  438.             if v.ClassName == "Part" then
  439.                 v.Transparency = 1
  440.             end
  441.             plr.Character.HumanoidRootPart.Transparency = 1
  442.             if v.ClassName == "Accessory" then
  443.                 v.Handle.Transparency = 1
  444.             end
  445.             plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  446.     end
  447.     elseif Controlling == true then
  448.         Controlling = false
  449.         workspace[PlayerName.Text].Humanoid.PlatformStand = false
  450.         Clicksound:Play()
  451.         Control.Text = "Control"
  452.         workspace.Weld1:Remove()
  453.         workspace.Weld2:Remove()
  454.         workspace.Weld3:Remove()
  455.         workspace.Weld4:Remove()
  456.         workspace.Weld5:Remove()
  457.         workspace.Weld6:Remove()
  458.         workspace.Weld7:Remove()
  459.         for i,v in pairs(plr.Character:GetChildren()) do
  460.             if v.ClassName == "Part" then
  461.                 v.Transparency = 0
  462.             end
  463.             plr.Character.HumanoidRootPart.Transparency = 1
  464.             if v.ClassName == "Accessory" then
  465.                 v.Handle.Transparency = 0
  466.             end
  467.             plr.Character.Humanoid.NameOcclusion = "OccludeAll"
  468.     end
  469.     end
  470. end)
  471.  
  472. O.Name = "O"
  473. O.Parent = Intro
  474. O.BackgroundColor3 = Color3.new(1, 1, 1)
  475. O.BorderColor3 = Color3.new(1, 1, 1)
  476. O.Position = UDim2.new(0, 120, 0, 80)
  477. O.Size = UDim2.new(0, 0, 0, 0)
  478. O.Font = Enum.Font.SourceSans
  479. O.FontSize = Enum.FontSize.Size14
  480. O.Text = ""
  481. O.BackgroundTransparency = 1
  482. O.TextSize = 14
  483. function RootScan(obj)
  484.     for i,v in pairs(obj:GetChildren()) do
  485.         if v.Name == "HumanoidRootPart" then
  486.             v.Transparency = 1
  487.         end
  488.         RootScan(v)
  489.     end
  490. end
  491.  
  492. function SlimScan(obj)
  493.     for i,v in pairs(obj:GetChildren()) do
  494.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then
  495.             Slimness = Instance.new("BlockMesh",v)
  496.             Slimness.Scale = Vector3.new(1,1,0)
  497.             Slimness.Name = "BlockHax"
  498.         end
  499.         SlimScan(v)
  500.     end
  501. end
  502.  
  503. function BSlimScan(obj)
  504.     for i,v in pairs(obj:GetChildren()) do
  505.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then
  506.             v.BlockHax:Remove()
  507.         end
  508.         BSlimScan(v)
  509.     end
  510. end
  511.  
  512. Gravity.Name = "Gravity"
  513. Gravity.Parent = FrameTwo
  514. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  515. Gravity.BackgroundTransparency = 0.5
  516. Gravity.Position = UDim2.new(0, 190, 0, 70)
  517. Gravity.Size = UDim2.new(0, 80, 0, 20)
  518. Gravity.Font = Enum.Font.SciFi
  519. Gravity.FontSize = Enum.FontSize.Size14
  520. Gravity.Text = "Gravity"
  521. Gravity.TextColor3 = Color3.new(1, 1, 1)
  522. Gravity.TextSize = 14
  523. Gravity.MouseButton1Down:connect(function()
  524.     Clicksound:Play()
  525.     workspace.Gravity = tonumber(GravNum.Text)
  526. end)
  527.  
  528. GravNum.Name = "GravNum"
  529. GravNum.Parent = FrameTwo
  530. GravNum.BackgroundColor3 = Color3.new(1, 1, 1)
  531. GravNum.BackgroundTransparency = 0.5
  532. GravNum.Position = UDim2.new(0, 190, 0, 100)
  533. GravNum.Size = UDim2.new(0, 80, 0, 20)
  534. GravNum.Font = Enum.Font.SciFi
  535. GravNum.FontSize = Enum.FontSize.Size14
  536. GravNum.Text = "Gravity"
  537. GravNum.TextColor3 = Color3.new(0, 0.984314, 1)
  538. GravNum.TextScaled = true
  539. GravNum.TextSize = 14
  540. GravNum.TextWrapped = true
  541.  
  542. SlimWS.Name = "SlimWS"
  543. SlimWS.Parent = FrameTwo
  544. SlimWS.BackgroundColor3 = Color3.new(1, 1, 1)
  545. SlimWS.BackgroundTransparency = 0.5
  546. SlimWS.Position = UDim2.new(0, 100, 0, 70)
  547. SlimWS.Size = UDim2.new(0, 80, 0, 20)
  548. SlimWS.Font = Enum.Font.SciFi
  549. SlimWS.FontSize = Enum.FontSize.Size14
  550. SlimWS.Text = "SlimWS"
  551. SlimWS.TextColor3 = Color3.new(1, 1, 1)
  552. SlimWS.TextSize = 14
  553. Slim = false
  554. SlimWS.MouseButton1Down:connect(function()
  555.     Clicksound:Play()
  556.     if Slim == false then
  557.         Slim = true
  558.         SlimWS.Text = "NormalWS"
  559.         SlimScan(workspace)
  560.     elseif Slim == true then
  561.         Slim = false
  562.         Clicksound:Play()
  563.         SlimWS.Text = "SlimWS"
  564.         BSlimScan(workspace)
  565.     end
  566. end)
  567.  
  568. Back.Name = "Back"
  569. Back.Parent = Themes
  570. Back.BackgroundColor3 = Color3.new(1, 1, 1)
  571. Back.BackgroundTransparency = 0.5
  572. Back.Position = UDim2.new(0, 10, 0, 10)
  573. Back.Size = UDim2.new(0, 80, 0, 20)
  574. Back.Font = Enum.Font.SciFi
  575. Back.FontSize = Enum.FontSize.Size14
  576. Back.Text = "Back"
  577. Back.TextColor3 = Color3.new(1, 1, 1)
  578. Back.TextSize = 18
  579. Back.MouseButton1Down:connect(function()
  580.     Clicksound:Play()
  581.     IntroSong:Play()
  582.     Themes:TweenPosition(UDim2.new(0,0,0,-490),"Out")
  583.     Frame:TweenPosition(UDim2.new(0,0,0,0),"Out")
  584.     Close:TweenPosition(UDim2.new(0,530,0,0),"Out")
  585. end)
  586.  
  587. Rape.Name = "Rape"
  588. Rape.Parent = Frame
  589. Rape.BackgroundColor3 = Color3.new(1, 1, 1)
  590. Rape.BackgroundTransparency = 0.5
  591. Rape.Position = UDim2.new(0, 100, 0, 70)
  592. Rape.Size = UDim2.new(0, 80, 0, 20)
  593. Rape.Font = Enum.Font.SciFi
  594. Rape.FontSize = Enum.FontSize.Size14
  595. Rape.Text = "Rape"
  596. Rape.TextColor3 = Color3.new(1, 1, 1)
  597. Rape.TextSize = 14
  598. Rape.MouseButton1Down:connect(function()
  599.     fun(PlayerName.Text, RapeVictim.Text)
  600. end)
  601.  
  602.  
  603. RapeVictim.Name = "RapeVictim"
  604. RapeVictim.Parent = Frame
  605. RapeVictim.BackgroundColor3 = Color3.new(1, 1, 1)
  606. RapeVictim.BackgroundTransparency = 0.5
  607. RapeVictim.Position = UDim2.new(0, 460, 0, 460)
  608. RapeVictim.Size = UDim2.new(0, 80, 0, 20)
  609. RapeVictim.Font = Enum.Font.SciFi
  610. RapeVictim.FontSize = Enum.FontSize.Size14
  611. RapeVictim.Text = "Rape Victim"
  612. RapeVictim.TextColor3 = Color3.new(0, 0.984314, 1)
  613. RapeVictim.TextScaled = true
  614. RapeVictim.TextSize = 14
  615. RapeVictim.TextWrapped = true
  616.  
  617. function InvisScan(obj)
  618.     for i,v in pairs(obj:GetChildren()) do
  619.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then
  620.             v.Transparency = v.Transparency + 1
  621.         end
  622.         InvisScan(v)
  623.     end
  624. end
  625.  
  626. function BInvisScan(obxj)
  627.     for i,x in pairs(obxj:GetChildren()) do
  628.         if x.ClassName == "Part" or x.ClassName == "WedgePart" or x.ClassName == "CornerWedgePart" or x.ClassName == "TrussPart" or x.ClassName == "SpawnLocation" or x.ClassName == "UnionOperation" or x.ClassName == "Decal" then
  629.             x.Transparency = x.Transparency - 1
  630.         end
  631.         BInvisScan(x)
  632.     end
  633. end
  634.  
  635. function GhostScan(obj)
  636.     for i,v in pairs(obj:GetChildren()) do
  637.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then
  638.             v.Transparency = v.Transparency + 0.9
  639.         end
  640.         GhostScan(v)
  641.     end
  642. end
  643. function BGhostScan(obj)
  644.     for i,v in pairs(obj:GetChildren()) do
  645.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then
  646.             v.Transparency = v.Transparency - 0.9
  647.         end
  648.         BGhostScan(v)
  649.     end
  650. end
  651.  
  652.  
  653. InvisWS.Name = "InvisWS"
  654. InvisWS.Parent = FrameTwo
  655. InvisWS.BackgroundColor3 = Color3.new(1, 1, 1)
  656. InvisWS.BackgroundTransparency = 0.5
  657. InvisWS.Position = UDim2.new(0, 190, 0, 40)
  658. InvisWS.Size = UDim2.new(0, 80, 0, 20)
  659. InvisWS.Font = Enum.Font.SciFi
  660. InvisWS.FontSize = Enum.FontSize.Size14
  661. InvisWS.Text = "InvisWS"
  662. InvisWS.TextColor3 = Color3.new(1, 1, 1)
  663. InvisWS.TextSize = 14
  664. InvisTrue = false
  665. InvisWS.MouseButton1Down:connect(function()
  666.     Clicksound:Play()
  667.     if InvisTrue == false then
  668.     InvisTrue = true
  669.     InvisScan(workspace)
  670.     InvisWS.Text = "NormalWS"
  671.     elseif InvisTrue == true then
  672.         Clicksound:Play()
  673.         InvisTrue = false
  674.         BInvisScan(workspace)
  675.         InvisWS.Text = "InvisWS"
  676.     end
  677. end)
  678.  
  679. Theme5.Name = "Theme5"
  680. Theme5.Parent = Themes
  681. Theme5.BackgroundColor3 = Color3.new(1, 1, 1)
  682. Theme5.BackgroundTransparency = 0.5
  683. Theme5.Position = UDim2.new(0, 370, 0, 40)
  684. Theme5.Size = UDim2.new(0, 80, 0, 20)
  685. Theme5.Font = Enum.Font.SciFi
  686. Theme5.FontSize = Enum.FontSize.Size14
  687. Theme5.Text = "8-Bit"
  688. Theme5.TextColor3 = Color3.new(1, 1, 1)
  689. Theme5.TextSize = 14
  690. Theme5.MouseButton1Down:connect(function()
  691.     Clicksound:Play()
  692.     BG.BackgroundTransparency = 0.9
  693.     BG.BackgroundColor3 = Color3.fromRGB(0,255,0)
  694.     BG.BorderSizePixel = 3
  695.     BG.BorderColor3 = Color3.new(0,0,0)
  696.     for i,v in pairs(Frame:GetChildren()) do
  697.         if v.ClassName == "TextBox" then
  698.             v.BackgroundColor3 = Color3.new(0,0,0)
  699.             v.Font = "Arcade"
  700.             v.BorderSizePixel = 2
  701.             v.TextColor3 = Color3.new(0,1,0)
  702.             v.BackgroundTransparency = 0.5
  703.             v.BorderColor3 = Color3.new(0,0,0)
  704.             v.TextSize = "12"
  705.         elseif v.ClassName == "TextButton" then
  706.             v.BackgroundColor3 = Color3.new(0,0,0)
  707.             v.Font = "Arcade"
  708.             v.BorderSizePixel = 2
  709.             v.TextColor3 = Color3.new(1,1,0)
  710.             v.BackgroundTransparency = 0.5
  711.             v.BorderColor3 = Color3.new(0,0,0)
  712.             v.TextSize = "12"
  713.         end
  714.     end
  715.     for i,c in pairs(FrameTwo:GetChildren()) do
  716.         if c.ClassName == "TextBox" then
  717.         c.BackgroundColor3 = Color3.new(0,0,0)
  718.             c.BackgroundColor3 = Color3.new(0,0,0)
  719.             c.Font = "Arcade"
  720.             c.BorderSizePixel = 2
  721.             c.TextColor3 = Color3.new(0,1,0)
  722.             c.BackgroundTransparency = 0.5
  723.             c.BorderColor3 = Color3.new(0,0,0)
  724.             c.TextSize = "12"
  725.         elseif c.ClassName == "TextButton" then
  726.             c.BackgroundColor3 = Color3.new(0,0,0)
  727.             c.Font = "Arcade"
  728.             c.BorderSizePixel = 2
  729.             c.TextColor3 = Color3.new(1,1,0)
  730.             c.BackgroundTransparency = 0.5
  731.             c.BorderColor3 = Color3.new(0,0,0)
  732.             c.TextSize = "12"
  733.         end
  734.     end
  735.     for i,x in pairs(Themes:GetChildren()) do
  736.         if x.ClassName == "TextBox" then
  737.             x.BackgroundColor3 = Color3.new(0,0,0)
  738.             x.Font = "Arcade"
  739.             x.BorderSizePixel = 2
  740.             x.TextColor3 = Color3.new(0,1,0)
  741.             x.BackgroundTransparency = 0.5
  742.             x.BorderColor3 = Color3.new(0,0,0)
  743.             x.TextSize = "12"
  744.         elseif x.ClassName == "TextButton" then
  745.             x.BackgroundColor3 = Color3.new(0,0,0)
  746.             x.Font = "Arcade"
  747.             x.BorderSizePixel = 2
  748.             x.TextColor3 = Color3.new(1,1,0)
  749.             x.BackgroundTransparency = 0.5
  750.             x.BorderColor3 = Color3.new(0,0,0)
  751.             x.TextSize = "12"
  752.         end
  753.     end
  754. end)
  755.  
  756. Theme4.Name = "Theme4"
  757. Theme4.Parent = Themes
  758. Theme4.BackgroundColor3 = Color3.new(1, 1, 1)
  759. Theme4.BackgroundTransparency = 0.5
  760. Theme4.Position = UDim2.new(0, 280, 0, 40)
  761. Theme4.Size = UDim2.new(0, 80, 0, 20)
  762. Theme4.Font = Enum.Font.SciFi
  763. Theme4.FontSize = Enum.FontSize.Size14
  764. Theme4.Text = "v1"
  765. Theme4.TextColor3 = Color3.new(1, 1, 1)
  766. Theme4.TextSize = 14
  767. Theme4.MouseButton1Down:connect(function()
  768.     Clicksound:Play()
  769.     BG.BackgroundTransparency = 0
  770.     BG.BackgroundColor3 = Color3.fromRGB(50,50,50)
  771.     BG.BorderSizePixel = 2
  772.     BG.BorderColor3 = Color3.new(0,0,0)
  773.     for i,v in pairs(Frame:GetChildren()) do
  774.         if v.ClassName == "TextBox" then
  775.             v.BackgroundColor3 = Color3.new(0,1,1)
  776.             v.Font = "Code"
  777.             v.BorderSizePixel = 1
  778.             v.TextColor3 = Color3.new(0,0,0)
  779.             v.BackgroundTransparency = 0
  780.             v.BorderColor3 = Color3.new(0,0,0)
  781.             v.FontSize = "Size14"
  782.         elseif v.ClassName == "TextButton" then
  783.             v.BackgroundColor3 = Color3.new(1,1,1)
  784.             v.Font = "Code"
  785.             v.BorderSizePixel = 1
  786.             v.TextColor3 = Color3.new(0,0,0)
  787.             v.BackgroundTransparency = 0
  788.             v.BorderColor3 = Color3.new(0,0,0)
  789.             v.FontSize = "Size14"
  790.         end
  791.     end
  792.     for i,c in pairs(FrameTwo:GetChildren()) do
  793.         if c.ClassName == "TextBox" then
  794.             c.BackgroundColor3 = Color3.new(0,1,1)
  795.             c.Font = "Code"
  796.             c.BorderSizePixel = 1
  797.             c.TextColor3 = Color3.new(0,0,0)
  798.             c.BackgroundTransparency = 0
  799.             c.BorderColor3 = Color3.new(0,0,0)
  800.             c.FontSize = "Size14"
  801.         elseif c.ClassName == "TextButton" then
  802.             c.BackgroundColor3 = Color3.new(1,1,1)
  803.             c.Font = "Code"
  804.             c.BorderSizePixel = 1
  805.             c.TextColor3 = Color3.new(0,0,0)
  806.             c.BackgroundTransparency = 0
  807.             c.BorderColor3 = Color3.new(0,0,0)
  808.             c.FontSize = "Size14"
  809.         end
  810.     end
  811.     for i,x in pairs(Themes:GetChildren()) do
  812.         if x.ClassName == "TextBox" then
  813.             x.BackgroundColor3 = Color3.new(0,1,1)
  814.             x.Font = "Code"
  815.             x.BorderSizePixel = 1
  816.             x.TextColor3 = Color3.new(0,0,0)
  817.             x.BackgroundTransparency = 0
  818.             x.BorderColor3 = Color3.new(0,0,0)
  819.             x.FontSize = "Size14"
  820.         elseif x.ClassName == "TextButton" then
  821.             x.BackgroundColor3 = Color3.new(1,1,1)
  822.             x.Font = "Code"
  823.             x.BorderSizePixel = 1
  824.             x.TextColor3 = Color3.new(0,0,0)
  825.             x.BackgroundTransparency = 0
  826.             x.BorderColor3 = Color3.new(0,0,0)
  827.             x.FontSize = "Size14"
  828.         end
  829.     end
  830. end)
  831.  
  832. GhostWS.Name = "GhostWS"
  833. GhostWS.Parent = FrameTwo
  834. GhostWS.BackgroundColor3 = Color3.new(1, 1, 1)
  835. GhostWS.BackgroundTransparency = 0.5
  836. GhostWS.Position = UDim2.new(0, 280, 0, 40)
  837. GhostWS.Size = UDim2.new(0, 80, 0, 20)
  838. GhostWS.Font = Enum.Font.SciFi
  839. GhostWS.FontSize = Enum.FontSize.Size14
  840. GhostWS.Text = "GhostWS"
  841. GhostWS.TextColor3 = Color3.new(1, 1, 1)
  842. GhostWS.TextSize = 14
  843. GhostTrue = false
  844. GhostWS.MouseButton1Down:connect(function()
  845.     Clicksound:Play()
  846.     if GhostTrue == false then
  847.     GhostTrue = true
  848.     GhostScan(workspace)
  849.     GhostWS.Text = "NormalWS"
  850.     elseif GhostTrue == true then
  851.         BGhostScan(workspace)
  852.         Clicksound:Play()
  853.         GhostWS.Text = "GhostWS"
  854.         GhostTrue = false
  855.     end
  856. end)
  857.  
  858. Hell.Name = "Hell"
  859. Hell.Parent = FrameTwo
  860. Hell.BackgroundColor3 = Color3.new(1, 1, 1)
  861. Hell.BackgroundTransparency = 0.5
  862. Hell.Position = UDim2.new(0, 370, 0, 40)
  863. Hell.Size = UDim2.new(0, 80, 0, 20)
  864. Hell.Font = Enum.Font.SciFi
  865. Hell.FontSize = Enum.FontSize.Size14
  866. Hell.Text = "666"
  867. Hell.TextColor3 = Color3.new(1, 1, 1)
  868. Hell.TextSize = 14
  869. Hell.MouseButton1Down:connect(function()
  870.     --[[By Luckyxero]]--
  871. for i,v in pairs(game.Players:GetChildren()) do
  872.     v.CameraMaxZoomDistance = 0
  873. end
  874. fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  875. S = Instance.new("Sound",workspace)
  876. S.SoundId = "rbxassetid://152840862"
  877. S.Playing = true
  878. S.Looped = true
  879. S.Volume = 10
  880. E = Instance.new("PitchShiftSoundEffect",S)
  881. E.Octave = 0.7
  882. E = Instance.new("PitchShiftSoundEffect",S)
  883. E.Octave = 0.71
  884. E = Instance.new("PitchShiftSoundEffect",S)
  885. E.Octave = 0.72
  886. S = Instance.new("Sound",workspace)
  887. S.SoundId = "rbxassetid://152840862"
  888. S.Playing = true
  889. S.Looped = true
  890. S.Volume = 0.3
  891. S.PlaybackSpeed = 1
  892. function rqrqRecScan(Obj)
  893.     for i,v in pairs(Obj:GetChildren()) do
  894.         if v.ClassName == "Part" then
  895.             v.Color = Color3.new(0,0,0)
  896.             v.Material = "Grass"
  897.             Sec = Instance.new("SelectionBox",v)
  898.             Sec.Adornee = v
  899.             Sec.Color3 = Color3.new(1,0,0)
  900.             Sec.LineThickness = 0.001
  901.             for i = 1,6 do
  902.                 Dec = Instance.new("SurfaceGui",v)
  903.                 Dec.AlwaysOnTop = true
  904.                 Dec.Face = fac[i]
  905.                 Frame = Instance.new("TextLabel",Dec)
  906.                 Frame.Size = UDim2.new(0,800,0,600)
  907.                 Frame.Text = "666 666 666 666"
  908.                 Frame.BackgroundTransparency = 1
  909.                 Frame.TextSize = 48
  910.                 Frame.TextColor3 = Color3.new(1,0,0)
  911.             end
  912.         end
  913.         rqrqRecScan(v)
  914.     end
  915. end
  916. rqrqRecScan(workspace)
  917. Blur = Instance.new("BlurEffect",game.Lighting)
  918. Blur.Size = 56
  919. Effect = Instance.new("ColorCorrectionEffect",game.Lighting)
  920. Effect.Contrast = 100
  921. Effect.Saturation = 1000
  922. Effect.Brightness = 50
  923. Effect.TintColor = Color3.fromRGB(0.1,0,0)
  924. game.Lighting.TimeOfDay = 19
  925. game.Lighting.Ambient = Color3.new(1,1,1)
  926. while true do
  927.     for a = 56,10,-2 do
  928.         Blur.Size = a
  929.         wait(0)
  930.     end
  931.     for b = 10,56,2 do
  932.         Blur.Size = b
  933.         wait(0)
  934.     end
  935.     wait(0)
  936. end
  937. end)
  938.  
  939. SecondPage.Name = "SecondPage"
  940. SecondPage.Parent = Frame
  941. SecondPage.BackgroundColor3 = Color3.new(1, 1, 1)
  942. SecondPage.BackgroundTransparency = 0.5
  943. SecondPage.Position = UDim2.new(0, 350, 0, 10)
  944. SecondPage.Size = UDim2.new(0, 80, 0, 20)
  945. SecondPage.Font = Enum.Font.SciFi
  946. SecondPage.FontSize = Enum.FontSize.Size14
  947. SecondPage.Text = "Page 2"
  948. SecondPage.TextColor3 = Color3.new(1, 1, 1)
  949. SecondPage.TextScaled = true
  950. SecondPage.TextSize = 14
  951. SecondPage.TextWrapped = true
  952. StopFunction = false
  953. function FuckGameScan(obj)
  954.     for i,v in pairs(obj:GetChildren()) do
  955.         if v.ClassName == "SpawnLocation" then
  956.             v:Remove()
  957.         end
  958.         FuckGameScan(v)
  959.     end
  960. end
  961. SpawnLoc.Name = "SpawnLoc"
  962. SpawnLoc.Parent = FrameTwo
  963. SpawnLoc.BackgroundColor3 = Color3.new(1, 1, 1)
  964. SpawnLoc.BackgroundTransparency = 0.5
  965. SpawnLoc.Position = UDim2.new(0, 100, 0, 40)
  966. SpawnLoc.Size = UDim2.new(0, 80, 0, 20)
  967. SpawnLoc.Font = Enum.Font.SciFi
  968. SpawnLoc.FontSize = Enum.FontSize.Size14
  969. SpawnLoc.Text = "Spawn"
  970. SpawnLoc.TextColor3 = Color3.new(1, 1, 1)
  971. SpawnLoc.TextSize = 14
  972. SpawnLoc.MouseButton1Down:connect(function()
  973.     Clicksound:Play()
  974.     FuckGameScan(workspace)
  975.     Spawn = Instance.new("SpawnLocation",workspace)
  976.     Spawn.TopSurface = "Smooth"
  977.     Spawn.Locked = true
  978.     Spawn.Anchored = true
  979.     Spawn.Size = Vector3.new(6,1,6)
  980.     Decal = Instance.new("Decal",Spawn)
  981.     Decal.Texture = "rbxasset://Textures/SpawnLocation.png"
  982.     Decal.Face = "Top"
  983.     Spawn.Position = Vector3.new(game.Players.LocalPlayer.Character.Torso.Position.X,game.Players.LocalPlayer.Character.Torso.Position.Y - 4,game.Players.LocalPlayer.Character.Torso.Position.Z)
  984. end)
  985.  
  986. MuID.Name = "MuID"
  987. MuID.Parent = FrameTwo
  988. MuID.BackgroundColor3 = Color3.new(1, 1, 1)
  989. MuID.BackgroundTransparency = 0.5
  990. MuID.Position = UDim2.new(0, 10, 0, 70)
  991. MuID.Size = UDim2.new(0, 80, 0, 20)
  992. MuID.Font = Enum.Font.SciFi
  993. MuID.FontSize = Enum.FontSize.Size14
  994. MuID.Text = "Music ID"
  995. MuID.TextColor3 = Color3.new(0, 0.984314, 1)
  996. MuID.TextScaled = true
  997. MuID.TextSize = 14
  998. MuID.TextWrapped = true
  999.  
  1000.  
  1001. FrameTwo.Name = "FrameTwo"
  1002. FrameTwo.Parent = Frame
  1003. FrameTwo.Active = true
  1004. FrameTwo.BackgroundColor3 = Color3.new(0, 0, 0)
  1005. FrameTwo.BackgroundTransparency = 1
  1006. FrameTwo.BorderColor3 = Color3.new(0, 0, 0)
  1007. FrameTwo.BorderSizePixel = 3
  1008. FrameTwo.ClipsDescendants = true
  1009. FrameTwo.Position = UDim2.new(0, 0, 0, 490)
  1010. FrameTwo.Size = UDim2.new(0, 550, 0, 490)
  1011. SecondPage.MouseButton1Down:connect(function()
  1012.     if Frame.Position == UDim2.new(0,0,0,0) then
  1013.     Clicksound:Play()
  1014.     IntroSong:Play()
  1015.     Settings.Visible = false
  1016.     Frame:TweenPosition(UDim2.new(0,0,0,-490),"Out")
  1017.     Frame.ClipsDescendants = false
  1018.     PlayerName:TweenPosition(UDim2.new(0,10,0,500),"Out")
  1019.     SelectAll:TweenPosition(UDim2.new(0,150,0,500),"Out")
  1020.     Close:TweenPosition(UDim2.new(0,530,0,490),"Out")
  1021.     SecondPage:TweenPosition(UDim2.new(0,240,0,500))
  1022.     SecondPage.Text = "Page 1"
  1023.     elseif Frame.Position == UDim2.new(0,0,0,-490) then
  1024.         Clicksound:Play()
  1025.     IntroSong:Play()
  1026.     Settings.Visible = true
  1027.     Frame:TweenPosition(UDim2.new(0,0,0,0),"Out")
  1028.     SecondPage:TweenPosition(UDim2.new(0,350,0,10))
  1029.     Frame.ClipsDescendants = false
  1030.     PlayerName:TweenPosition(UDim2.new(0,10,0,10),"Out")
  1031.     SelectAll:TweenPosition(UDim2.new(0,260,0,10),"Out")
  1032.     Close:TweenPosition(UDim2.new(0,530,0,0),"Out")
  1033.     SecondPage.Text = "Page 1"
  1034.     end
  1035. end)
  1036.  
  1037. MusicCube.Name = "MusicCube"
  1038. MusicCube.Parent = FrameTwo
  1039. MusicCube.BackgroundColor3 = Color3.new(1, 1, 1)
  1040. MusicCube.BackgroundTransparency = 0.5
  1041. MusicCube.Position = UDim2.new(0, 10, 0, 40)
  1042. MusicCube.Size = UDim2.new(0, 80, 0, 20)
  1043. MusicCube.Font = Enum.Font.SciFi
  1044. MusicCube.FontSize = Enum.FontSize.Size14
  1045. MusicCube.Text = "Music Cube"
  1046. MusicCube.TextColor3 = Color3.new(1, 1, 1)
  1047. MusicCube.TextSize = 14
  1048. MusicCube.MouseButton1Down:connect(function()
  1049.     RemoveCube.Visible = true
  1050.     MusicCube.Visible = false
  1051.     Soundp(tonumber(MuID.Text))
  1052. end)
  1053.  
  1054. RemoveCube.Name = "RemoveCube"
  1055. RemoveCube.Parent = FrameTwo
  1056. RemoveCube.BackgroundColor3 = Color3.new(1, 1, 1)
  1057. RemoveCube.BackgroundTransparency = 0.5
  1058. RemoveCube.Position = UDim2.new(0, 10, 0, 40)
  1059. RemoveCube.Size = UDim2.new(0, 80, 0, 20)
  1060. RemoveCube.Font = Enum.Font.SciFi
  1061. RemoveCube.FontSize = Enum.FontSize.Size14
  1062. RemoveCube.Text = "Remove"
  1063. RemoveCube.TextColor3 = Color3.new(1, 1, 1)
  1064. RemoveCube.TextSize = 14
  1065. RemoveCube.Visible = false
  1066. RemoveCube.MouseButton1Down:connect(function()
  1067.     Clicksound:Play()
  1068.     RemoveCube.Visible = false
  1069.     MusicCube.Visible = true
  1070.     workspace.SoundPart:Remove()
  1071. end)
  1072. Frame.ClipsDescendants = false
  1073. Settings.Name = "Settings"
  1074. Settings.Parent = Frame
  1075. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1076. Settings.BackgroundTransparency = 0.5
  1077. Settings.Position = UDim2.new(0, 440, 0, 10)
  1078. Settings.Size = UDim2.new(0, 80, 0, 20)
  1079. Settings.Font = Enum.Font.SciFi
  1080. Settings.FontSize = Enum.FontSize.Size14
  1081. Settings.Text = "Themes"
  1082. Settings.TextColor3 = Color3.new(1, 1, 1)
  1083. Settings.TextScaled = true
  1084. Settings.TextSize = 14
  1085. Settings.TextWrapped = true
  1086. Settings.MouseButton1Down:connect(function()
  1087.     Clicksound:Play()
  1088.     IntroSong:Play()
  1089.     Themes:TweenPosition(UDim2.new(0,0,0,0),"Out")
  1090.     Frame:TweenPosition(UDim2.new(0,0,0,490),"Out")
  1091.     Close:TweenPosition(UDim2.new(0,530,0,-490),"Out")
  1092. end)
  1093.  
  1094. Themes.Name = "Themes"
  1095. Themes.Parent = BG
  1096. Themes.Active = true
  1097. Themes.BackgroundColor3 = Color3.new(0, 0, 0)
  1098. Themes.BackgroundTransparency = 1
  1099. Themes.BorderColor3 = Color3.new(0, 0, 0)
  1100. Themes.BorderSizePixel = 3
  1101. Themes.ClipsDescendants = true
  1102. Themes.Position = UDim2.new(0, 0, 0, -490)
  1103. Themes.Size = UDim2.new(0, 550, 0, 490)
  1104.  
  1105. Theme1.Name = "Theme1"
  1106. Theme1.Parent = Themes
  1107. Theme1.BackgroundColor3 = Color3.new(1, 1, 1)
  1108. Theme1.BackgroundTransparency = 0.5
  1109. Theme1.Position = UDim2.new(0, 10, 0, 40)
  1110. Theme1.Size = UDim2.new(0, 80, 0, 20)
  1111. Theme1.Font = Enum.Font.SciFi
  1112. Theme1.FontSize = Enum.FontSize.Size14
  1113. Theme1.Text = "Cerberus"
  1114. Theme1.TextColor3 = Color3.new(1, 1, 1)
  1115. Theme1.TextSize = 14
  1116. ChoiceNumber = 0
  1117. Theme1.MouseButton1Down:connect(function()
  1118.     ChoiceNumber = ChoiceNumber + 1
  1119.     if ChoiceNumber == 1 then
  1120.     Theme1.Text = "Jungle"
  1121.     Clicksound:Play()
  1122.     BG.BackgroundTransparency = 0
  1123.     BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1124.     for i,v in pairs(Frame:GetChildren()) do
  1125.         if v.ClassName == "TextBox" then
  1126.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1127.             v.BorderSizePixel = 1
  1128.             v.Font = "SciFi"
  1129.             v.BorderColor3 = Color3.new(0,0,0)
  1130.             v.TextColor3 = Color3.new(1,0,0)
  1131.         end
  1132.         if v.ClassName == "TextButton" then
  1133.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1134.             v.BorderSizePixel = 1
  1135.             v.Font = "SciFi"
  1136.             v.BorderColor3 = Color3.new(0,0,0)
  1137.             v.TextColor3 = Color3.fromRGB(170,0,0)
  1138.         end
  1139.     end
  1140.     for i,c in pairs(FrameTwo:GetChildren()) do
  1141.         if c.ClassName == "TextBox" then
  1142.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1143.             c.BorderSizePixel = 1
  1144.             c.Font = "SciFi"
  1145.             c.BorderColor3 = Color3.new(0,0,0)
  1146.             c.TextColor3 = Color3.new(1,0,0)
  1147.         end
  1148.         if c.ClassName == "TextButton" then
  1149.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1150.             c.BorderSizePixel = 1
  1151.             c.BorderColor3 = Color3.new(0,0,0)
  1152.             c.Font = "SciFi"
  1153.             c.TextColor3 = Color3.fromRGB(170,0,0)
  1154.         end
  1155.     end
  1156.     for i,x in pairs(Themes:GetChildren()) do
  1157.         if x.ClassName == "TextBox" then
  1158.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1159.             x.BorderSizePixel = 1
  1160.             x.BorderColor3 = Color3.new(0,0,0)
  1161.             x.Font = "SciFi"
  1162.             x.TextColor3 = Color3.new(1,0,0)
  1163.         end
  1164.         if x.ClassName == "TextButton" then
  1165.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1166.             x.BorderSizePixel = 1
  1167.             x.BorderColor3 = Color3.new(0,0,0)
  1168.             x.Font = "SciFi"
  1169.             x.TextColor3 = Color3.fromRGB(170,0,0)
  1170.         end
  1171.     end
  1172.     elseif ChoiceNumber == 2 then
  1173.     Clicksound:Play()
  1174.     Theme1.Text = "Future"
  1175.     BG.BackgroundTransparency = 0
  1176.     BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1177.     for i,v in pairs(Frame:GetChildren()) do
  1178.         if v.ClassName == "TextBox" then
  1179.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1180.             v.BorderSizePixel = 1
  1181.             v.Font = "SciFi"
  1182.             v.BorderColor3 = Color3.new(0,0,0)
  1183.             v.TextColor3 = Color3.new(0,1,0)
  1184.         end
  1185.         if v.ClassName == "TextButton" then
  1186.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1187.             v.BorderSizePixel = 1
  1188.             v.Font = "SciFi"
  1189.             v.BorderColor3 = Color3.new(0,0,0)
  1190.             v.TextColor3 = Color3.fromRGB(0,170,0)
  1191.         end
  1192.     end
  1193.     for i,c in pairs(FrameTwo:GetChildren()) do
  1194.         if c.ClassName == "TextBox" then
  1195.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1196.             c.BorderSizePixel = 1
  1197.             c.Font = "SciFi"
  1198.             c.BorderColor3 = Color3.new(0,0,0)
  1199.             c.TextColor3 = Color3.new(0,1,0)
  1200.         end
  1201.         if c.ClassName == "TextButton" then
  1202.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1203.             c.BorderSizePixel = 1
  1204.             c.BorderColor3 = Color3.new(0,0,0)
  1205.             c.Font = "SciFi"
  1206.             c.TextColor3 = Color3.fromRGB(0,170,0)
  1207.         end
  1208.     end
  1209.     for i,x in pairs(Themes:GetChildren()) do
  1210.         if x.ClassName == "TextBox" then
  1211.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1212.             x.BorderSizePixel = 1
  1213.             x.BorderColor3 = Color3.new(0,0,0)
  1214.             x.Font = "SciFi"
  1215.             x.TextColor3 = Color3.new(1,0,0)
  1216.         end
  1217.         if x.ClassName == "TextButton" then
  1218.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1219.             x.BorderSizePixel = 1
  1220.             x.BorderColor3 = Color3.new(0,0,0)
  1221.             x.Font = "SciFi"
  1222.             x.TextColor3 = Color3.fromRGB(0,170,0)
  1223.         end
  1224.     end
  1225.     elseif ChoiceNumber == 3 then
  1226.     Clicksound:Play()
  1227.     Theme1.Text = "Cerberus"
  1228.     BG.BackgroundTransparency = 0
  1229.     BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1230.     for i,v in pairs(Frame:GetChildren()) do
  1231.         if v.ClassName == "TextBox" then
  1232.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1233.             v.BorderSizePixel = 1
  1234.             v.Font = "SciFi"
  1235.             v.BorderColor3 = Color3.new(0,0,0)
  1236.             v.TextColor3 = Color3.new(0,1,1)
  1237.         end
  1238.         if v.ClassName == "TextButton" then
  1239.             v.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1240.             v.BorderSizePixel = 1
  1241.             v.Font = "SciFi"
  1242.             v.BorderColor3 = Color3.new(0,0,0)
  1243.             v.TextColor3 = Color3.fromRGB(0,170,170)
  1244.         end
  1245.     end
  1246.     for i,c in pairs(FrameTwo:GetChildren()) do
  1247.         if c.ClassName == "TextBox" then
  1248.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1249.             c.BorderSizePixel = 1
  1250.             c.Font = "SciFi"
  1251.             c.BorderColor3 = Color3.new(0,0,0)
  1252.             c.TextColor3 = Color3.new(0,1,1)
  1253.         end
  1254.         if c.ClassName == "TextButton" then
  1255.             c.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1256.             c.BorderSizePixel = 1
  1257.             c.BorderColor3 = Color3.new(0,0,0)
  1258.             c.Font = "SciFi"
  1259.             c.TextColor3 = Color3.fromRGB(0,170,170)
  1260.         end
  1261.     end
  1262.     for i,x in pairs(Themes:GetChildren()) do
  1263.         if x.ClassName == "TextBox" then
  1264.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1265.             x.BorderSizePixel = 1
  1266.             x.BorderColor3 = Color3.new(0,0,0)
  1267.             x.Font = "SciFi"
  1268.             x.TextColor3 = Color3.new(1,0,0)
  1269.         end
  1270.         if x.ClassName == "TextButton" then
  1271.             x.BackgroundColor3 = Color3.fromRGB(14, 23, 29)
  1272.             x.BorderSizePixel = 1
  1273.             x.BorderColor3 = Color3.new(0,1,1)
  1274.             x.Font = "SciFi"
  1275.             x.TextColor3 = Color3.fromRGB(0,170,170)
  1276.         end
  1277.     end
  1278.     end
  1279.     if ChoiceNumber == 3 then
  1280.         ChoiceNumber = 0
  1281.     end
  1282. end)
  1283.  
  1284. Theme2.Name = "Theme2"
  1285. Theme2.Parent = Themes
  1286. Theme2.BackgroundColor3 = Color3.new(1, 1, 1)
  1287. Theme2.BackgroundTransparency = 0.5
  1288. Theme2.Position = UDim2.new(0, 100, 0, 40)
  1289. Theme2.Size = UDim2.new(0, 80, 0, 20)
  1290. Theme2.Font = Enum.Font.SciFi
  1291. Theme2.FontSize = Enum.FontSize.Size14
  1292. Theme2.Text = "v2"
  1293. Theme2.TextColor3 = Color3.new(1, 1, 1)
  1294. Theme2.TextSize = 14
  1295. Theme2.MouseButton1Down:connect(function()
  1296.     Clicksound:Play()
  1297.     BG.BackgroundTransparency = 0.58
  1298.     BG.BorderSizePixel = 0
  1299.     BG.BackgroundColor3 = Color3.new(0,0,0)
  1300.     for i,v in pairs(Frame:GetChildren()) do
  1301.         v.BorderSizePixel = 1
  1302.         v.BorderColor3 = Color3.new(0,0,0)
  1303.         v.BackgroundColor3 = Color3.new(1,1,1)
  1304.         if v.ClassName == "TextButton" then
  1305.             v.TextColor3 = Color3.new(1,1,1)
  1306.             v.Font = "SciFi"
  1307.             v.BackgroundColor3 = Color3.new(1,1,1)
  1308.             v.BackgroundTransparency = 0.5
  1309.         end
  1310.         if v.ClassName == "TextBox" then
  1311.             v.TextColor3 = Color3.fromRGB(0,255,255)
  1312.             v.BackgroundTransparency = 0.5
  1313.             v.BackgroundColor3 = Color3.new(1,1,1)
  1314.             v.Font = "SciFi"
  1315.         end
  1316.     end
  1317.     for i,c in pairs(FrameTwo:GetChildren()) do
  1318.         c.BorderSizePixel = 1
  1319.         c.BorderColor3 = Color3.new(0,0,0)
  1320.         c.BackgroundColor3 = Color3.new(0,0,0)
  1321.         if c.ClassName == "TextButton" then
  1322.             c.TextColor3 = Color3.new(1,1,1)
  1323.             c.Font = "SciFi"
  1324.             c.BackgroundTransparency = 0.5
  1325.             c.BackgroundColor3 = Color3.new(1,1,1)
  1326.         end
  1327.         if c.ClassName == "TextBox" then
  1328.             c.TextColor3 = Color3.fromRGB(0, 255, 255)
  1329.             c.Font = "SciFi"
  1330.             c.BackgroundColor3 = Color3.new(1,1,1)
  1331.             c.BackgroundTransparency = 0.5
  1332.         end
  1333.     end
  1334.     for i,x in pairs(Themes:GetChildren()) do
  1335.         x.BorderSizePixel = 1
  1336.         x.BorderColor3 = Color3.new(0,0,0)
  1337.         x.BackgroundColor3 = Color3.new(0,0,0)
  1338.         if x.ClassName == "TextButton" then
  1339.             x.TextColor3 = Color3.new(1,1,1)
  1340.             x.BackgroundColor3 = Color3.new(1,1,1)
  1341.             x.BackgroundTransparency = 0.5
  1342.             x.Font = "SciFi"
  1343.         end
  1344.         if x.ClassName == "TextBox" then
  1345.             x.TextColor3 = Color3.fromRGB(0,255,255)
  1346.             x.Font = "SciFi"
  1347.             x.BackgroundColor3 = Color3.new(1,1,1)
  1348.             x.BackgroundTransparency = 0.5
  1349.         end
  1350.     end
  1351. end)
  1352.  
  1353. Theme3.Name = "Theme3"
  1354. Theme3.Parent = Themes
  1355. Theme3.BackgroundColor3 = Color3.new(1, 1, 1)
  1356. Theme3.BackgroundTransparency = 0.5
  1357. Theme3.Position = UDim2.new(0, 190, 0, 40)
  1358. Theme3.Size = UDim2.new(0, 80, 0, 20)
  1359. Theme3.Font = Enum.Font.SciFi
  1360. Theme3.FontSize = Enum.FontSize.Size14
  1361. Theme3.Text = "Matrix"
  1362. Theme3.TextColor3 = Color3.new(1, 1, 1)
  1363. Theme3.TextSize = 14
  1364. Theme3.MouseButton1Down:connect(function()
  1365.     BG.BackgroundTransparency = 0
  1366.     BG.BackgroundColor3 = Color3.new(0,0,0)
  1367.     BG.BorderSizePixel = 1
  1368.     for i,v in pairs(Frame:GetChildren()) do
  1369.         v.BorderSizePixel = 1
  1370.         v.BorderColor3 = Color3.new(0,1,0)
  1371.         v.BackgroundColor3 = Color3.new(0,0,0)
  1372.         if v.ClassName == "TextButton" then
  1373.             v.TextColor3 = Color3.new(0,1,0)
  1374.         end
  1375.         if v.ClassName == "TextBox" then
  1376.             v.TextColor3 = Color3.fromRGB(155, 255, 155)
  1377.         end
  1378.     end
  1379.     for i,c in pairs(FrameTwo:GetChildren()) do
  1380.         c.BorderSizePixel = 1
  1381.         c.BorderColor3 = Color3.new(0,1,0)
  1382.         c.BackgroundColor3 = Color3.new(0,0,0)
  1383.         if c.ClassName == "TextButton" then
  1384.             c.TextColor3 = Color3.new(0,1,0)
  1385.         end
  1386.         if c.ClassName == "TextBox" then
  1387.             c.TextColor3 = Color3.fromRGB(155, 255, 155)
  1388.         end
  1389.     end
  1390.     for i,x in pairs(Themes:GetChildren()) do
  1391.         x.BorderSizePixel = 1
  1392.         x.BorderColor3 = Color3.new(0,1,0)
  1393.         x.BackgroundColor3 = Color3.new(0,0,0)
  1394.         if x.ClassName == "TextButton" then
  1395.             x.TextColor3 = Color3.new(0,1,0)
  1396.         end
  1397.         if x.ClassName == "TextBox" then
  1398.             x.TextColor3 = Color3.fromRGB(155, 255, 155)
  1399.         end
  1400.     end
  1401. end)
  1402.  
  1403. Spectate.Name = "Spectate"
  1404. Spectate.Parent = Frame
  1405. Spectate.BackgroundColor3 = Color3.new(1, 1, 1)
  1406. Spectate.BackgroundTransparency = 0.5
  1407. Spectate.Position = UDim2.new(0, 370, 0, 460)
  1408. Spectate.Size = UDim2.new(0, 80, 0, 20)
  1409. Spectate.Font = Enum.Font.SciFi
  1410. Spectate.FontSize = Enum.FontSize.Size14
  1411. Spectate.Text = "Spectate"
  1412. Spectate.TextColor3 = Color3.new(1, 1, 1)
  1413. Spectate.TextScaled = true
  1414. Spectate.TextSize = 14
  1415. Spectate.TextWrapped = true
  1416. Spectate.MouseButton1Down:connect(function()
  1417.     Clicksound:Play()
  1418.     workspace.CurrentCamera.CameraSubject = workspace[PlayerName.Text].HumanoidRootPart
  1419. end)
  1420.  
  1421. T.Name = "T"
  1422. T.Parent = Intro
  1423. T.BackgroundColor3 = Color3.new(1, 1, 1)
  1424. T.BorderColor3 = Color3.new(1, 1, 1)
  1425. T.Position = UDim2.new(0, 100, 0, 115)
  1426. T.Size = UDim2.new(0, 0, 0, 0)
  1427. T.BackgroundTransparency = 1
  1428. T.Font = Enum.Font.SourceSans
  1429. T.FontSize = Enum.FontSize.Size14
  1430. T.Text = ""
  1431. T.TextSize = 14
  1432.  
  1433. Rape.Name = "Rape"
  1434. Rape.Parent = Frame
  1435. Rape.BackgroundColor3 = Color3.new(1, 1, 1)
  1436. Rape.BackgroundTransparency = 0.5
  1437. Rape.Position = UDim2.new(0, 100, 0, 70)
  1438. Rape.Size = UDim2.new(0, 80, 0, 20)
  1439. Rape.Font = Enum.Font.SciFi
  1440. Rape.FontSize = Enum.FontSize.Size14
  1441. Rape.Text = "Rape"
  1442. Rape.TextColor3 = Color3.new(1, 1, 1)
  1443. Rape.TextSize = 14
  1444.  
  1445. LineOne.Name = "LineOne"
  1446. LineOne.Parent = Intro
  1447. LineOne.BackgroundColor3 = Color3.new(1, 1, 1)
  1448. LineOne.BackgroundTransparency = 1
  1449. LineOne.BorderColor3 = Color3.new(1, 1, 1)
  1450. LineOne.Position = UDim2.new(0, 130, 0, 120)
  1451. LineOne.Font = Enum.Font.SourceSans
  1452. LineOne.FontSize = Enum.FontSize.Size14
  1453. LineOne.Text = ""
  1454. LineOne.TextSize = 14
  1455.  
  1456. LineTw0.Name = "LineTw0"
  1457. LineTw0.Parent = Intro
  1458. LineTw0.BackgroundColor3 = Color3.new(1, 1, 1)
  1459. LineTw0.BackgroundTransparency = 1
  1460. LineTw0.BorderColor3 = Color3.new(1, 1, 1)
  1461. LineTw0.Position = UDim2.new(0, 130, 0, 175)
  1462. LineTw0.Font = Enum.Font.SourceSans
  1463. LineTw0.FontSize = Enum.FontSize.Size14
  1464. LineTw0.Text = ""
  1465. LineTw0.TextSize = 14
  1466.  
  1467. LineThree.Name = "LineThree"
  1468. LineThree.Parent = Intro
  1469. LineThree.BackgroundColor3 = Color3.new(1, 1, 1)
  1470. LineThree.BackgroundTransparency = 1
  1471. LineThree.BorderColor3 = Color3.new(1, 1, 1)
  1472. LineThree.Position = UDim2.new(0, 130, 0, 10)
  1473. LineThree.Font = Enum.Font.SourceSans
  1474. LineThree.FontSize = Enum.FontSize.Size14
  1475. LineThree.Text = ""
  1476. LineThree.TextSize = 14
  1477.  
  1478. LineFour.Name = "LineFour"
  1479. LineFour.Parent = Intro
  1480. LineFour.BackgroundColor3 = Color3.new(1, 1, 1)
  1481. LineFour.BackgroundTransparency = 1
  1482. LineFour.BorderColor3 = Color3.new(1, 1, 1)
  1483. LineFour.Position = UDim2.new(0, 130, 0, 45)
  1484. LineFour.Font = Enum.Font.SourceSans
  1485. LineFour.FontSize = Enum.FontSize.Size14
  1486. LineFour.Text = ""
  1487. LineFour.TextSize = 14
  1488.  
  1489. Thaw.Name = "Clip"
  1490. Thaw.Parent = Frame
  1491. Thaw.BackgroundColor3 = Color3.new(1, 1, 1)
  1492. Thaw.BackgroundTransparency = 0.5
  1493. Thaw.Position = UDim2.new(0, 190, 0, 460)
  1494. Thaw.Size = UDim2.new(0, 80, 0, 20)
  1495. Thaw.Font = Enum.Font.SciFi
  1496. Thaw.FontSize = Enum.FontSize.Size14
  1497. Thaw.Text = "Clip"
  1498. Thaw.TextColor3 = Color3.new(1, 1, 1)
  1499. Thaw.TextScaled = true
  1500. Thaw.TextSize = 14
  1501. Thaw.TextWrapped = true
  1502. Thaw.Visible = false
  1503. Thaw.MouseButton1Down:connect(function()
  1504.     Clicksound:Play()
  1505.     Freeze.Visible = true
  1506.     Thaw.Visible = false
  1507.     if Selected.Value == false then
  1508.         Froze = true
  1509.         for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1510.             if v.ClassName == "Part" then
  1511.                 v.Anchored = false
  1512.             end
  1513.         end
  1514.     elseif Selected.Value == true then
  1515.         for i,v in pairs(game.Players:GetChildren()) do
  1516.             Froze = true
  1517.             v.Character.Torso.Anchored = false
  1518.             v.Character.Head.Anchored = false
  1519.             v.Character["Left Leg"].Anchored = false
  1520.             v.Character["Left Arm"].Anchored = false
  1521.             v.Character["Right Leg"].Anchored = false
  1522.             v.Character["Left Arm"].Anchored = false
  1523.             v.Character.HumanoidRootPart.Anchored = false
  1524.         end
  1525.     end
  1526. end)
  1527.  
  1528. Freeze.Name = "Noclip"
  1529. Freeze.Parent = Frame
  1530. Freeze.BackgroundColor3 = Color3.new(1, 1, 1)
  1531. Freeze.BackgroundTransparency = 0.5
  1532. Freeze.Position = UDim2.new(0, 190, 0, 460)
  1533. Freeze.Size = UDim2.new(0, 80, 0, 20)
  1534. Freeze.Font = Enum.Font.SciFi
  1535. Freeze.FontSize = Enum.FontSize.Size14
  1536. Freeze.Text = "Noclip"
  1537. Freeze.TextColor3 = Color3.new(1, 1, 1)
  1538. Freeze.TextScaled = true
  1539. Freeze.TextSize = 14
  1540. Freeze.TextWrapped = true
  1541. Froze = false
  1542.  
  1543. Freeze.MouseButton1Down:connect(function()
  1544.     Clicksound:Play()
  1545.     Freeze.Visible = false
  1546.     Thaw.Visible = true
  1547.     if Selected.Value == false then
  1548.         Froze = true
  1549.         for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1550.             if v.ClassName == "Part" then
  1551.                 v.Anchored = true
  1552.             end
  1553.         end
  1554.     elseif Selected.Value == true then
  1555.         for i,v in pairs(game.Players:GetChildren()) do
  1556.             Froze = true
  1557.             v.Character.Torso.Anchored = true
  1558.             v.Character.Head.Anchored = true
  1559.             v.Character["Left Leg"].Anchored = true
  1560.             v.Character["Left Arm"].Anchored = true
  1561.             v.Character["Right Leg"].Anchored = true
  1562.             v.Character["Left Arm"].Anchored = true
  1563.             v.Character.HumanoidRootPart.Anchored = true
  1564.         end
  1565.     end
  1566. end)
  1567. function HatScan(obj)
  1568.     for i,v in pairs(obj:GetChildren()) do
  1569.         if v.ClassName == "Accessory" then
  1570.             v.Handle.Transparency = 1
  1571.         end
  1572.         HatScan(v)
  1573.     end
  1574. end
  1575. function HatScanTwo(obj)
  1576.     for i,v in pairs(obj:GetChildren()) do
  1577.         if v.ClassName == "Accessory" then
  1578.             v.Handle.Transparency = 0
  1579.         end
  1580.         HatScan(v)
  1581.     end
  1582. end
  1583. Visible = Instance.new("TextButton")
  1584. Visible.Name = "Visible"
  1585. Visible.Parent = Frame
  1586. Visible.BackgroundColor3 = Color3.new(1, 1, 1)
  1587. Visible.BackgroundTransparency = 0.5
  1588. Visible.Position = UDim2.new(0, 280, 0, 460)
  1589. Visible.Size = UDim2.new(0, 80, 0, 20)
  1590. Visible.Font = Enum.Font.SciFi
  1591. Visible.FontSize = Enum.FontSize.Size14
  1592. Visible.Text = "Visible"
  1593. Visible.TextColor3 = Color3.new(1, 1, 1)
  1594. Visible.TextScaled = true
  1595. Visible.TextSize = 14
  1596. Visible.TextWrapped = true
  1597. Visible.Visible = false
  1598. Visible.MouseButton1Down:connect(function()
  1599.     Clicksound:Play()
  1600.     Invisible.Visible = true
  1601.     Visible.Visible = false
  1602.     if Selected.Value == false then
  1603.         for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1604.             if v.ClassName == "Part" then
  1605.                 v.Transparency = 0
  1606.             end
  1607.             workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1
  1608.             if v.ClassName == "Accessory" then
  1609.                 v.Handle.Transparency = 0
  1610.             end
  1611.             workspace[PlayerName.Text].Head.face.Transparency = 0
  1612.             workspace[PlayerName.Text].Head.Climbing.Volume = 1
  1613.             workspace[PlayerName.Text].Head.Died.Volume = 1
  1614.             workspace[PlayerName.Text].Head.FreeFalling.Volume = 1
  1615.             workspace[PlayerName.Text].Head.GettingUp.Volume = 1
  1616.             workspace[PlayerName.Text].Head.Jumping.Volume = 1
  1617.             workspace[PlayerName.Text].Head.Landing.Volume = 1
  1618.             workspace[PlayerName.Text].Head.Running.Volume = 1
  1619.             workspace[PlayerName.Text].Head.Splash.Volume = 1
  1620.             workspace[PlayerName.Text].Head.Swimming.Volume = 1
  1621.             workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion"
  1622.         end
  1623.     elseif Selected.Value == true then
  1624.         for i,c in pairs(game.Players:GetChildren()) do
  1625.             HatScanTwo(c.Character)
  1626.             c.Character.Head.face.Transparency = 0
  1627.             c.Character.Head.Climbing.Volume = 1
  1628.             c.Character.Head.Died.Volume = 1
  1629.             c.Character.Head.FreeFalling.Volume = 1
  1630.             c.Character.Head.GettingUp.Volume = 1
  1631.             c.Character.Head.Jumping.Volume = 1
  1632.             c.Character.Head.Landing.Volume = 1
  1633.             c.Character.Head.Running.Volume = 1
  1634.             c.Character.Head.Splash.Volume = 1
  1635.             c.Character.Head.Swimming.Volume = 1
  1636.             c.Character.Humanoid.NameOcclusion = "NoOcclusion"
  1637.             c.Character.Head.Transparency = 0
  1638.             c.Character.Torso.Transparency = 0
  1639.             c.Character["Left Arm"].Transparency = 0
  1640.             c.Character["Right Arm"].Transparency = 0
  1641.             c.Character["Left Leg"].Transparency = 0
  1642.             c.Character["Right Leg"].Transparency = 0
  1643.         end
  1644.     end
  1645. end)
  1646.  
  1647.  
  1648. Invisible.Name = "Invisible"
  1649. Invisible.Parent = Frame
  1650. Invisible.BackgroundColor3 = Color3.new(1, 1, 1)
  1651. Invisible.BackgroundTransparency = 0.5
  1652. Invisible.Position = UDim2.new(0, 280, 0, 460)
  1653. Invisible.Size = UDim2.new(0, 80, 0, 20)
  1654. Invisible.Font = Enum.Font.SciFi
  1655. Invisible.FontSize = Enum.FontSize.Size14
  1656. Invisible.Text = "Invisible"
  1657. Invisible.TextColor3 = Color3.new(1, 1, 1)
  1658. Invisible.TextScaled = true
  1659. Invisible.TextSize = 14
  1660. Invisible.TextWrapped = true
  1661. Invisible.MouseButton1Down:connect(function()
  1662.     Clicksound:Play()
  1663.     Invisible.Visible = false
  1664.     Visible.Visible = true
  1665.     if Selected.Value == false then
  1666.         for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1667.             if v.ClassName == "Part" then
  1668.                 v.Transparency = 1
  1669.             end
  1670.             if v.ClassName == "Accessory" then
  1671.                 v.Handle.Transparency = 1
  1672.             end
  1673.             workspace[PlayerName.Text].Head.face.Transparency = 1
  1674.             workspace[PlayerName.Text].Head.Climbing.Volume = 0
  1675.             workspace[PlayerName.Text].Head.Died.Volume = 0
  1676.             workspace[PlayerName.Text].Head.FreeFalling.Volume = 0
  1677.             workspace[PlayerName.Text].Head.GettingUp.Volume = 0
  1678.             workspace[PlayerName.Text].Head.Jumping.Volume = 0
  1679.             workspace[PlayerName.Text].Head.Landing.Volume = 0
  1680.             workspace[PlayerName.Text].Head.Running.Volume = 0
  1681.             workspace[PlayerName.Text].Head.Splash.Volume = 0
  1682.             workspace[PlayerName.Text].Head.Swimming.Volume = 0
  1683.             workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion"
  1684.         end
  1685.     elseif Selected.Value == true then
  1686.         for i,c in pairs(game.Players:GetChildren()) do
  1687.             HatScan(c.Character)
  1688.             c.Character.Head.face.Transparency = 1
  1689.             c.Character.Head.Climbing.Volume = 0
  1690.             c.Character.Head.Died.Volume = 0
  1691.             c.Character.Head.FreeFalling.Volume = 0
  1692.             c.Character.Head.GettingUp.Volume = 0
  1693.             c.Character.Head.Jumping.Volume = 0
  1694.             c.Character.Head.Landing.Volume = 0
  1695.             c.Character.Head.Running.Volume = 0
  1696.             c.Character.Head.Splash.Volume = 0
  1697.             c.Character.Head.Swimming.Volume = 0
  1698.             c.Character.Humanoid.NameOcclusion = "NoOcclusion"
  1699.             c.Character.Head.Transparency = 1
  1700.             c.Character.Torso.Transparency = 1
  1701.             c.Character["Left Arm"].Transparency = 1
  1702.             c.Character["Right Arm"].Transparency = 1
  1703.             c.Character["Left Leg"].Transparency = 1
  1704.             c.Character["Right Leg"].Transparency = 1
  1705.         end
  1706.     end
  1707. end)
  1708.  
  1709. Negative.Name = "Negative"
  1710. Negative.Parent = Frame
  1711. Negative.Text = "Negative"
  1712. Negative.BackgroundTransparency = 0.5
  1713. Negative.BorderSizePixel = 0
  1714. Negative.BackgroundColor3 = Color3.new(1,1,1)
  1715. Negative.Position = UDim2.new(0,370,0,430)
  1716. Negative.Size = UDim2.new(0,80,0,20)
  1717. Negative.Font = Enum.Font.SciFi
  1718. Negative.TextTransparency = 1
  1719. Negative.FontSize = Enum.FontSize.Size14
  1720. Negative.TextColor3 = Color3.new(1,1,1)
  1721. Negative.MouseButton1Down:connect(function()
  1722.     Clicksound:Play()
  1723.     if Effect.Contrast == 0 then
  1724.     Effect.Contrast = -2
  1725.     Negative.BackgroundColor3 = Color3.new(1,0,0)
  1726.     Negative.Text = "Positive"
  1727.     elseif Effect.Contrast == -2 then
  1728.         Effect.Contrast = 0
  1729.         Negative.Text = "Negative"
  1730.         Negative.BackgroundColor3 = Color3.new(1,1,1)
  1731.     end
  1732. end)
  1733.  
  1734. LoadCharacter.Name = "LoadCharacter"
  1735. LoadCharacter.Parent = Frame
  1736. LoadCharacter.BackgroundColor3 = Color3.new(1, 1, 1)
  1737. LoadCharacter.BackgroundTransparency = 0.5
  1738. LoadCharacter.Position = UDim2.new(0, 10, 0, 460)
  1739. LoadCharacter.Size = UDim2.new(0, 80, 0, 20)
  1740. LoadCharacter.Font = Enum.Font.SciFi
  1741. LoadCharacter.FontSize = Enum.FontSize.Size14
  1742. LoadCharacter.Text = "LoadCharacter"
  1743. LoadCharacter.TextColor3 = Color3.new(1, 1, 1)
  1744. LoadCharacter.TextScaled = true
  1745. LoadCharacter.TextSize = 14
  1746. LoadCharacter.TextWrapped = true
  1747. LoadCharacter.MouseButton1Down:connect(function()
  1748.     Clicksound:Play()
  1749.     if Selected.Value == false then
  1750.         game.Players[PlayerName]:LoadCharacter()
  1751.     elseif Selected.Value == true then
  1752.         for i,v in pairs(game.Players:GetChildren()) do
  1753.             v:LoadCharacter()
  1754.         end
  1755.     end
  1756. end)
  1757.  
  1758. Clearws.Name = "Clear ws"
  1759. Clearws.Parent = Frame
  1760. Clearws.BackgroundColor3 = Color3.new(1, 1, 1)
  1761. Clearws.BackgroundTransparency = 0.5
  1762. Clearws.Position = UDim2.new(0, 100, 0, 460)
  1763. Clearws.Size = UDim2.new(0, 80, 0, 20)
  1764. Clearws.Font = Enum.Font.SciFi
  1765. Clearws.FontSize = Enum.FontSize.Size14
  1766. Clearws.Text = "Clear WS"
  1767. Clearws.TextColor3 = Color3.new(1, 1, 1)
  1768. Clearws.TextScaled = true
  1769. Clearws.TextSize = 14
  1770. Clearws.TextWrapped = true
  1771. Clearws.MouseButton1Down:connect(function()
  1772.     Clicksound:Play()
  1773.     workspace:ClearAllChildren()
  1774. end)
  1775. Visualizer.Name = "Visualizer"
  1776. Visualizer.Parent = Frame
  1777. Visualizer.Text = "Visualizer"
  1778. Visualizer.BackgroundTransparency = 0.5
  1779. Visualizer.BorderSizePixel = 0
  1780. Visualizer.BackgroundColor3 = Color3.new(1,1,1)
  1781. Visualizer.Position = UDim2.new(0,280,0,430)
  1782. Visualizer.Size = UDim2.new(0,80,0,20)
  1783. Visualizer.Font = Enum.Font.SciFi
  1784. Visualizer.TextTransparency = 1
  1785. Visualizer.FontSize = Enum.FontSize.Size14
  1786. Visualizer.TextColor3 = Color3.new(1,1,1)
  1787. Effect = Instance.new("ColorCorrectionEffect",game.Lighting)
  1788. Effect.Name = "Effect"
  1789. Visualizer.MouseButton1Down:connect(function()
  1790.     Clicksound:Play()
  1791.     MSound.SoundId = "rbxassetid://"..tonumber(ID.Text)
  1792.     MSound.TimePosition = 0
  1793.     game:GetService("RunService").Stepped:connect(function()
  1794.         n = MSound.PlaybackLoudness
  1795.         Effect.Saturation = tonumber("-"..n / 150)
  1796.     end)
  1797. end)
  1798. Intro.Name = "Intro"
  1799. Intro.Parent = BG
  1800. Intro.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1801. Intro.BorderColor3 = Color3.new(0, 0, 0)
  1802. Intro.BorderSizePixel = 0
  1803. Intro.ClipsDescendants = true
  1804. Intro.Position = UDim2.new(0, 0, 0, 0)
  1805. Intro.Size = UDim2.new(0, 460, 0, 310)
  1806.  
  1807. rowreck.BackgroundTransparency = 1
  1808. rowreck.Text = "Ro-Wrecker"
  1809. rowreck.TextColor3 = Color3.new(0,1,1)
  1810. rowreck.Font = "SciFi"
  1811. rowreck.Parent = Intro
  1812. rowreck.Position = UDim2.new(0,140,0,120)
  1813. rowreck.Size = UDim2.new(0,200,0,50)
  1814. rowreck.FontSize = Enum.FontSize.Size42
  1815. rowreck.TextTransparency = 1
  1816.  
  1817. me.Name = "me"
  1818. me.Parent = Intro
  1819. me.BackgroundColor3 = Color3.new(1, 1, 1)
  1820. me.BackgroundTransparency = 1
  1821. me.Position = UDim2.new(0, -210, 0, 60)
  1822. me.Size = UDim2.new(0, 200, 0, 50)
  1823. me.Font = Enum.Font.SciFi
  1824. me.FontSize = Enum.FontSize.Size24
  1825. me.Text = "Made by : Luckyxero"
  1826. me.TextColor3 = Color3.new(1, 1, 1)
  1827. me.TextSize = 24
  1828.  
  1829. Frame.Parent = BG
  1830. Frame.Active = true
  1831. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1832. Frame.BackgroundTransparency = 1
  1833. Frame.BorderColor3 = Color3.new(0, 0, 0)
  1834. Frame.BorderSizePixel = 3
  1835. Frame.ClipsDescendants = false
  1836. Frame.Draggable = false
  1837. Frame.Active = false
  1838. Frame.Visible = false
  1839. Frame.Position = UDim2.new(0, 260, 0, 0)
  1840. Frame.Size = UDim2.new(0, 550, 0, 460)
  1841.  
  1842. PlayerName.Name = "PlayerName"
  1843. PlayerName.Parent = Frame
  1844. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  1845. PlayerName.BackgroundTransparency = 1
  1846. PlayerName.Position = UDim2.new(0, 10, 0, 10)
  1847. PlayerName.Size = UDim2.new(0, 130, 0, 20)
  1848. PlayerName.Font = Enum.Font.SciFi
  1849. PlayerName.FontSize = Enum.FontSize.Size14
  1850. PlayerName.Text = "PlayerName"
  1851. PlayerName.TextColor3 = Color3.new(0, 0.984314, 1)
  1852. PlayerName.TextSize = 14
  1853. PlayerName.TextTransparency = 1
  1854.  
  1855. SelectAll.Name = "SelectAll"
  1856. SelectAll.Parent = Frame
  1857. SelectAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1858. SelectAll.BackgroundTransparency = 1
  1859. SelectAll.Position = UDim2.new(0, 260, 0, 10)
  1860. SelectAll.Size = UDim2.new(0, 80, 0, 20)
  1861. SelectAll.Font = Enum.Font.SciFi
  1862. SelectAll.FontSize = Enum.FontSize.Size14
  1863. SelectAll.Text = "Select all plrs"
  1864. SelectAll.TextColor3 = Color3.new(1, 1, 1)
  1865. SelectAll.TextScaled = true
  1866. SelectAll.TextSize = 14
  1867. SelectAll.TextTransparency = 1
  1868. SelectAll.TextWrapped = true
  1869. Selected.Parent = SelectAll
  1870. Selected.Value = false
  1871. Selected.Name = "Selected"
  1872. SelectAll.MouseButton1Down:connect(function()
  1873.     Clicksound:Play()
  1874.     if Selected.Value == false then
  1875.         Selected.Value = true
  1876.         SelectAll.Text = "Deselect all plrs"
  1877.         SelectAll.BackgroundColor3 = Color3.new(0,1,0)
  1878.     elseif Selected.Value == true then
  1879.         Selected.Value = false
  1880.         SelectAll.Text = "Select all plrs"
  1881.         SelectAll.BackgroundColor3 = Color3.new(1,0,0)
  1882.     end
  1883. end)
  1884. Music.Name = "Music"
  1885. Music.Parent = Frame
  1886. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  1887. Music.BackgroundTransparency = 1
  1888. Music.Position = UDim2.new(0, 10, 0, 70)
  1889. Music.Size = UDim2.new(0, 80, 0, 20)
  1890. Music.Font = Enum.Font.SciFi
  1891. Music.FontSize = Enum.FontSize.Size14
  1892. Music.Text = "Music"
  1893. Music.TextColor3 = Color3.new(1, 1, 1)
  1894. Music.TextSize = 14
  1895. Music.TextTransparency = 1
  1896. Music.MouseButton1Down:connect(function()
  1897.     Clicksound:Play()
  1898.     if workspace:FindFirstChild("ExploitSound") then
  1899.         workspace:FindFirstChild("ExploitSound"):Remove()
  1900.     end
  1901.     s = Instance.new("Sound",workspace)
  1902.     s.Looped = true
  1903.     s.Playing = true
  1904.     s.Name = "ExploitSound"
  1905.     s.Volume = 10
  1906.     s.SoundId = "rbxassetid://"..tonumber(ID.Text)
  1907.     s.PlaybackSpeed = tonumber(Pitch.Text)
  1908. end)
  1909. Punish.Name = "Punish"
  1910. Punish.Parent = Frame
  1911. Punish.BackgroundColor3 = Color3.new(1, 1, 1)
  1912. Punish.BackgroundTransparency = 1
  1913. Punish.Position = UDim2.new(0, 100, 0, 40)
  1914. Punish.Size = UDim2.new(0, 80, 0, 20)
  1915. Punish.Font = Enum.Font.SciFi
  1916. Punish.FontSize = Enum.FontSize.Size14
  1917. Punish.Text = "Punish"
  1918. Punish.TextColor3 = Color3.new(1, 1, 1)
  1919. Punish.TextSize = 14
  1920. Punish.TextTransparency = 1
  1921. Punish.MouseButton1Down:connect(function()
  1922.     Clicksound:Play()
  1923.     if Selected.Value == true then
  1924.         for i,v in pairs(game.Players:GetChildren()) do
  1925.             v.Character:Remove()
  1926.         end
  1927.     elseif Selected.Value == false then
  1928.         workspace[PlayerName.Text]:Remove()
  1929.     end
  1930. end)
  1931. RemoveTools.Name = "RemoveTools"
  1932. RemoveTools.Parent = Frame
  1933. RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  1934. RemoveTools.BackgroundTransparency = 1
  1935. RemoveTools.Position = UDim2.new(0, 190, 0, 40)
  1936. RemoveTools.Size = UDim2.new(0, 80, 0, 20)
  1937. RemoveTools.Font = Enum.Font.SciFi
  1938. RemoveTools.FontSize = Enum.FontSize.Size14
  1939. RemoveTools.Text = "Remove Tools"
  1940. RemoveTools.TextColor3 = Color3.new(1, 1, 1)
  1941. RemoveTools.TextScaled = true
  1942. RemoveTools.TextSize = 14
  1943. RemoveTools.TextTransparency = 1
  1944. RemoveTools.TextWrapped = true
  1945. RemoveTools.MouseButton1Down:connect(function()
  1946.     Clicksound:Play()
  1947.     if Selected.Value == true then
  1948.         for i,v in pairs(game.Players:GetChildren()) do
  1949.             v.Backpack:ClearAllChildren()
  1950.         end
  1951.     elseif Selected.Value == false then
  1952.         game.Players[PlayerName.Text].Backpack:ClearAllChildren()
  1953.         for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1954.             if c.ClassName == "Tool" or c.ClassName == "HopperBin" then
  1955.                 c:Remove()
  1956.             end
  1957.         end
  1958.     end
  1959. end)
  1960. Stools.Name = "Stools"
  1961. Stools.Parent = Frame
  1962. Stools.BackgroundColor3 = Color3.new(1, 1, 1)
  1963. Stools.BackgroundTransparency = 1
  1964. Stools.Position = UDim2.new(0, 370, 0, 40)
  1965. Stools.Size = UDim2.new(0, 80, 0, 20)
  1966. Stools.Font = Enum.Font.SciFi
  1967. Stools.FontSize = Enum.FontSize.Size14
  1968. Stools.Text = "Steal Tools"
  1969. Stools.TextColor3 = Color3.new(1, 1, 1)
  1970. Stools.TextScaled = true
  1971. Stools.TextSize = 14
  1972. Stools.TextTransparency = 1
  1973. Stools.TextWrapped = true
  1974. Stools.MouseButton1Down:connect(function()
  1975.     Clicksound:Play()
  1976.     if Selected.Value == true then
  1977.         for i,v in pairs(game.Players:GetChildren()) do
  1978.             q = v.Backpack:GetChildren()
  1979.             q:Clone()
  1980.             q.Parent = plr.Backpack
  1981.         end
  1982.     elseif Selected.Value == false then
  1983.         for i,c in pairs(game.Players[PlayerName.Text].Backpack:GetChildren()) do
  1984.             b = c:Clone()
  1985.             b.Parent = plr.Backpack
  1986.         end
  1987.         for i,p in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1988.             if p.ClassName == "Tool" or p.ClassName == "HopperBin" then
  1989.                 n = p:Clone()
  1990.                 p.Parent = plr.Backpack
  1991.             end
  1992.         end
  1993.     end
  1994. end)
  1995. Kill.Name = "Kill"
  1996. Kill.Parent = Frame
  1997. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  1998. Kill.BackgroundTransparency = 1
  1999. Kill.Position = UDim2.new(0, 10, 0, 40)
  2000. Kill.Size = UDim2.new(0, 80, 0, 20)
  2001. Kill.Font = Enum.Font.SciFi
  2002. Kill.FontSize = Enum.FontSize.Size14
  2003. Kill.Text = "Kill"
  2004. Kill.TextColor3 = Color3.new(1, 1, 1)
  2005. Kill.TextSize = 14
  2006. Kill.TextTransparency = 1
  2007. Kill.MouseButton1Down:connect(function()
  2008.     Clicksound:Play()
  2009.     if Selected.Value == true then
  2010.         for i,v in pairs(game.Players:GetChildren()) do
  2011.             v.Character:BreakJoints()
  2012.         end
  2013.     elseif Selected.Value == false then
  2014.         workspace[PlayerName.Text]:BreakJoints()
  2015.     end
  2016. end)
  2017.  
  2018. Pitch.Name = "Pitch"
  2019. Pitch.Parent = Frame
  2020. Pitch.BackgroundColor3 = Color3.new(1, 1, 1)
  2021. Pitch.BackgroundTransparency = 1
  2022. Pitch.Position = UDim2.new(0, 10, 0, 130)
  2023. Pitch.Size = UDim2.new(0, 80, 0, 20)
  2024. Pitch.Font = Enum.Font.SciFi
  2025. Pitch.FontSize = Enum.FontSize.Size14
  2026. Pitch.Text = "1"
  2027. Pitch.TextColor3 = Color3.new(0, 0.984314, 1)
  2028. Pitch.TextSize = 14
  2029. Pitch.TextTransparency = 1
  2030.  
  2031. From.Name = "From"
  2032. From.Parent = Frame
  2033. From.BackgroundColor3 = Color3.new(1, 1, 1)
  2034. From.BackgroundTransparency = 1
  2035. From.Position = UDim2.new(0, 370, 0, 70)
  2036. From.Size = UDim2.new(0, 80, 0, 20)
  2037. From.Font = Enum.Font.SciFi
  2038. From.FontSize = Enum.FontSize.Size14
  2039. From.Text = "From"
  2040. From.TextColor3 = Color3.new(0, 0.984314, 1)
  2041. From.TextScaled = true
  2042. From.TextSize = 14
  2043. From.TextTransparency = 1
  2044. From.TextWrapped = true
  2045.  
  2046. ID.Name = "ID"
  2047. ID.Parent = Frame
  2048. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  2049. ID.BackgroundTransparency = 1
  2050. ID.Position = UDim2.new(0, 10, 0, 100)
  2051. ID.Size = UDim2.new(0, 80, 0, 20)
  2052. ID.Font = Enum.Font.SciFi
  2053. ID.FontSize = Enum.FontSize.Size14
  2054. ID.Text = "35930009"
  2055. ID.TextColor3 = Color3.new(0, 0.984314, 1)
  2056. ID.TextSize = 14
  2057. ID.TextTransparency = 1
  2058.  
  2059. Godmode.Name = "Godmode"
  2060. Godmode.Parent = Frame
  2061. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  2062. Godmode.BackgroundTransparency = 1
  2063. Godmode.Position = UDim2.new(0, 190, 0, 130)
  2064. Godmode.Size = UDim2.new(0, 80, 0, 20)
  2065. Godmode.Font = Enum.Font.SciFi
  2066. Godmode.FontSize = Enum.FontSize.Size14
  2067. Godmode.Text = "God"
  2068. Godmode.TextColor3 = Color3.new(1, 1, 1)
  2069. Godmode.TextScaled = true
  2070. Godmode.TextSize = 14
  2071. Godmode.TextTransparency = 1
  2072. Godmode.TextWrapped = true
  2073. Godmode.MouseButton1Down:connect(function()
  2074.     Clicksound:Play()
  2075.     if Selected.Value == true then
  2076.         for i,v in pairs(game.Players:GetChildren()) do
  2077.             v.Character.Humanoid.MaxHealth = math.huge
  2078.         end
  2079.     elseif Selected.Value == false then
  2080.         workspace[PlayerName.Text].Humanoid.MaxHealth = math.huge
  2081.     end
  2082. end)
  2083. Walkspeed.Name = "Walkspeed"
  2084. Walkspeed.Parent = Frame
  2085. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2086. Walkspeed.BackgroundTransparency = 1
  2087. Walkspeed.Position = UDim2.new(0, 190, 0, 70)
  2088. Walkspeed.Size = UDim2.new(0, 80, 0, 20)
  2089. Walkspeed.Font = Enum.Font.SciFi
  2090. Walkspeed.FontSize = Enum.FontSize.Size14
  2091. Walkspeed.Text = "Walkspeed"
  2092. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  2093. Walkspeed.TextScaled = true
  2094. Walkspeed.TextSize = 14
  2095. Walkspeed.TextTransparency = 1
  2096. Walkspeed.TextWrapped = true
  2097. Walkspeed.MouseButton1Down:connect(function()
  2098.     Clicksound:Play()
  2099.     if Selected.Value == true then
  2100.         for i,v in pairs(game.Players:GetChildren()) do
  2101.             v.Character.Humanoid.WalkSpeed = tonumber(Speed.Text)
  2102.         end
  2103.     elseif Selected.Value == false then
  2104.         workspace[PlayerName.Text].Humanoid.WalkSpeed = tonumber(Speed.Text)
  2105.     end
  2106. end)
  2107. Speed.Name = "Speed"
  2108. Speed.Parent = Frame
  2109. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  2110. Speed.BackgroundTransparency = 1
  2111. Speed.Position = UDim2.new(0, 190, 0, 100)
  2112. Speed.Size = UDim2.new(0, 80, 0, 20)
  2113. Speed.Font = Enum.Font.SciFi
  2114. Speed.FontSize = Enum.FontSize.Size14
  2115. Speed.Text = "Speed"
  2116. Speed.TextColor3 = Color3.new(0, 0.984314, 1)
  2117. Speed.TextSize = 14
  2118. Speed.TextTransparency = 1
  2119.  
  2120. Value.Name = "Value"
  2121. Value.Parent = Frame
  2122. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  2123. Value.BackgroundTransparency = 1
  2124. Value.Position = UDim2.new(0, 280, 0, 130)
  2125. Value.Size = UDim2.new(0, 80, 0, 20)
  2126. Value.Font = Enum.Font.SciFi
  2127. Value.FontSize = Enum.FontSize.Size14
  2128. Value.Text = "Value"
  2129. Value.TextColor3 = Color3.new(0, 0.984314, 1)
  2130. Value.TextSize = 14
  2131. Value.TextTransparency = 1
  2132.  
  2133. Btools.Name = "Btools"
  2134. Btools.Name = "Btools"
  2135. Btools.Parent = Frame
  2136. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  2137. Btools.BackgroundTransparency = 1
  2138. Btools.Position = UDim2.new(0, 280, 0, 40)
  2139. Btools.Size = UDim2.new(0, 80, 0, 20)
  2140. Btools.Font = Enum.Font.SciFi
  2141. Btools.FontSize = Enum.FontSize.Size14
  2142. Btools.Text = "Btools"
  2143. Btools.TextColor3 = Color3.new(1, 1, 1)
  2144. Btools.TextScaled = true
  2145. Btools.TextSize = 14
  2146. Btools.TextTransparency = 1
  2147. Btools.TextWrapped = true
  2148. Btools.MouseButton1Down:connect(function()
  2149.     Clicksound:Play()
  2150.     if Selected.Value == true then
  2151.         for i,v in pairs(game.Players:GetChildren()) do
  2152.             clo = Instance.new("HopperBin",v.Backpack)
  2153.             clo.BinType = "Clone"
  2154.             ham = Instance.new("HopperBin",v.Backpack)
  2155.             ham.BinType = "Hammer"
  2156.             gra = Instance.new("HopperBin",v.Backpack)
  2157.             gra.BinType = "Grab"
  2158.         end
  2159.     elseif Selected.Value == false then
  2160.             clo = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2161.             clo.BinType = "Clone"
  2162.             ham = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2163.             ham.BinType = "Hammer"
  2164.             gra = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2165.             gra.BinType = "Grab"
  2166.     end
  2167. end)
  2168. StatChange.Name = "StatChange"
  2169. StatChange.Parent = Frame
  2170. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  2171. StatChange.BackgroundTransparency = 1
  2172. StatChange.Position = UDim2.new(0, 280, 0, 70)
  2173. StatChange.Size = UDim2.new(0, 80, 0, 20)
  2174. StatChange.Font = Enum.Font.SciFi
  2175. StatChange.FontSize = Enum.FontSize.Size14
  2176. StatChange.Text = "StatChange"
  2177. StatChange.TextColor3 = Color3.new(1, 1, 1)
  2178. StatChange.TextScaled = true
  2179. StatChange.TextSize = 14
  2180. StatChange.TextTransparency = 1
  2181. StatChange.TextWrapped = true
  2182. StatChange.MouseButton1Down:connect(function()
  2183.     Clicksound:Play()
  2184.     if Selected.Value == true then
  2185.         for i,v in pairs(game.Players:GetChildren()) do
  2186.             v.leaderstats[StatName.Text].Value = Value.Text
  2187.         end
  2188.     elseif Selected.Value == false then
  2189.         game.Players[PlayerName.Text].leaderstats[StatName.Text].Value = Value.Text
  2190.     end
  2191. end)
  2192. StatName.Name = "StatName"
  2193. StatName.Parent = Frame
  2194. StatName.BackgroundColor3 = Color3.new(1, 1, 1)
  2195. StatName.BackgroundTransparency = 1
  2196. StatName.Position = UDim2.new(0, 280, 0, 100)
  2197. StatName.Size = UDim2.new(0, 80, 0, 20)
  2198. StatName.Font = Enum.Font.SciFi
  2199. StatName.FontSize = Enum.FontSize.Size14
  2200. StatName.Text = "Stat Name"
  2201. StatName.TextColor3 = Color3.new(0, 0.984314, 1)
  2202. StatName.TextSize = 14
  2203. StatName.TextTransparency = 1
  2204.  
  2205. Skybox.Name = "Skybox"
  2206. Skybox.Parent = Frame
  2207. Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
  2208. Skybox.BackgroundTransparency = 1
  2209. Skybox.Position = UDim2.new(0, 100, 0, 100)
  2210. Skybox.Size = UDim2.new(0, 80, 0, 20)
  2211. Skybox.Selected = true
  2212. Skybox.Font = Enum.Font.SciFi
  2213. Skybox.FontSize = Enum.FontSize.Size14
  2214. Skybox.Text = "Skybox"
  2215. Skybox.TextColor3 = Color3.new(1, 1, 1)
  2216. Skybox.TextSize = 14
  2217. Skybox.TextTransparency = 1
  2218. Skybox.MouseButton1Down:connect(function()
  2219.     Clicksound:Play()
  2220.     for i,v in pairs(game.Lighting:GetChildren()) do
  2221.         if v.ClassName == "Sky" then
  2222.             v:Remove()
  2223.         end
  2224.         f = Instance.new("Sky",game.Lighting)
  2225.         f.SkyboxBk = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2226.         f.SkyboxDn = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2227.         f.SkyboxFt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2228.         f.SkyboxLf = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2229.         f.SkyboxUp = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2230.         f.SkyboxRt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2231.     end
  2232. end)
  2233. Skyboxid.Name = "Skyboxid"
  2234. Skyboxid.Parent = Frame
  2235. Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1)
  2236. Skyboxid.BackgroundTransparency = 1
  2237. Skyboxid.Position = UDim2.new(0, 100, 0, 130)
  2238. Skyboxid.Size = UDim2.new(0, 80, 0, 20)
  2239. Skyboxid.Font = Enum.Font.SciFi
  2240. Skyboxid.FontSize = Enum.FontSize.Size14
  2241. Skyboxid.Text = "Image ID"
  2242. Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1)
  2243. Skyboxid.TextSize = 14
  2244. Skyboxid.TextTransparency = 1
  2245.  
  2246.  
  2247. UnlockWS.Name = "UnlockWS"
  2248. UnlockWS.Parent = Frame
  2249. UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2250. UnlockWS.BackgroundTransparency = 1
  2251. UnlockWS.Position = UDim2.new(0, 370, 0, 100)
  2252. UnlockWS.Size = UDim2.new(0, 80, 0, 20)
  2253. UnlockWS.Font = Enum.Font.SciFi
  2254. UnlockWS.FontSize = Enum.FontSize.Size14
  2255. UnlockWS.Text = "Unlock WS"
  2256. UnlockWS.TextColor3 = Color3.new(1, 1, 1)
  2257. UnlockWS.TextScaled = true
  2258. UnlockWS.TextSize = 14
  2259. UnlockWS.TextTransparency = 1
  2260. UnlockWS.TextWrapped = true
  2261. UnlockWS.MouseButton1Down:connect(function()
  2262.     Clicksound:Play()
  2263.     function Scan(var_a)
  2264.     for i,v in pairs(var_a:GetChildren()) do
  2265.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then
  2266.             v.Locked = false
  2267.         end
  2268.         Scan(v)
  2269.     end
  2270.     end
  2271.     Scan(workspace)
  2272. end)
  2273. Teleport.Name = "Teleport"
  2274. Teleport.Parent = Frame
  2275. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  2276. Teleport.BackgroundTransparency = 1
  2277. Teleport.Position = UDim2.new(0, 370, 0, 130)
  2278. Teleport.Size = UDim2.new(0, 80, 0, 20)
  2279. Teleport.Font = Enum.Font.SciFi
  2280. Teleport.FontSize = Enum.FontSize.Size14
  2281. Teleport.Text = "Teleport"
  2282. Teleport.TextColor3 = Color3.new(1, 1, 1)
  2283. Teleport.TextScaled = true
  2284. Teleport.TextSize = 14
  2285. Teleport.TextTransparency = 1
  2286. Teleport.TextWrapped = true
  2287. Teleport.MouseButton1Down:connect(function()
  2288.     Clicksound:Play()
  2289.     if Selected.Value == true then
  2290.         for i,v in pairs(game.Players:GetChildren()) do
  2291.             v.Character.Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  2292.         end
  2293.     elseif Selected.Value == false then
  2294.         workspace[PlayerName.Text].Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  2295.     end
  2296. end)
  2297. TpTo.Name = "TpTo"
  2298. TpTo.Parent = Frame
  2299. TpTo.BackgroundColor3 = Color3.new(1, 1, 1)
  2300. TpTo.BackgroundTransparency = 1
  2301. TpTo.Position = UDim2.new(0, 370, 0, 160)
  2302. TpTo.Size = UDim2.new(0, 80, 0, 20)
  2303. TpTo.Font = Enum.Font.SciFi
  2304. TpTo.FontSize = Enum.FontSize.Size14
  2305. TpTo.Text = "To"
  2306. TpTo.TextColor3 = Color3.new(0, 0.984314, 1)
  2307. TpTo.TextScaled = true
  2308. TpTo.TextSize = 14
  2309. TpTo.TextTransparency = 1
  2310. TpTo.TextWrapped = true
  2311.  
  2312.  
  2313. UnanchorWS.Name = "UnanchorWS"
  2314. UnanchorWS.Parent = Frame
  2315. UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2316. UnanchorWS.BackgroundTransparency = 1
  2317. UnanchorWS.Position = UDim2.new(0, 370, 0, 190)
  2318. UnanchorWS.Size = UDim2.new(0, 80, 0, 20)
  2319. UnanchorWS.Font = Enum.Font.SciFi
  2320. UnanchorWS.FontSize = Enum.FontSize.Size14
  2321. UnanchorWS.Text = "UnanchorWS"
  2322. UnanchorWS.TextColor3 = Color3.new(1, 1, 1)
  2323. UnanchorWS.TextScaled = true
  2324. UnanchorWS.TextSize = 14
  2325. UnanchorWS.TextTransparency = 1
  2326. UnanchorWS.TextWrapped = true
  2327. UnanchorWS.MouseButton1Down:connect(function()
  2328.     Clicksound:Play()
  2329.     function Scann(var_a)
  2330.     for i,v in pairs(var_a:GetChildren()) do
  2331.         if v.ClassName == "Part" then
  2332.             v.Anchored = false
  2333.         end
  2334.         Scann(v)
  2335.     end
  2336.     end
  2337.     Scann(workspace)
  2338. end)
  2339.  
  2340. Char.Name = "Char"
  2341. Char.Parent = Frame
  2342. Char.BackgroundColor3 = Color3.new(1, 1, 1)
  2343. Char.BackgroundTransparency = 1
  2344. Char.Position = UDim2.new(0, 10, 0, 160)
  2345. Char.Size = UDim2.new(0, 80, 0, 20)
  2346. Char.Font = Enum.Font.SciFi
  2347. Char.FontSize = Enum.FontSize.Size14
  2348. Char.Text = "Char"
  2349. Char.TextColor3 = Color3.new(1, 1, 1)
  2350. Char.TextSize = 14
  2351. Char.TextTransparency = 1
  2352.  
  2353. Char.MouseButton1Down:connect(function()
  2354.     Clicksound:Play()
  2355.     if Selected.Value == true then
  2356.         for i,v in pairs(game.Players:GetChildren()) do
  2357.             v.CharacterAppearanceId = tonumber(CharID.Text)
  2358.             v.Character.Humanoid.Health = 0
  2359.         end
  2360.     elseif Selected.Value == false then
  2361.         game.Players[PlayerName.Text].CharacterAppearanceId = tonumber(CharID.Text)
  2362.         workspace[PlayerName.Text].Humanoid.Health = 0
  2363.     end
  2364. end)
  2365. CharID.Name = "CharID"
  2366. CharID.Parent = Frame
  2367. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  2368. CharID.BackgroundTransparency = 1
  2369. CharID.Position = UDim2.new(0, 10, 0, 190)
  2370. CharID.Size = UDim2.new(0, 80, 0, 20)
  2371. CharID.Font = Enum.Font.SciFi
  2372. CharID.FontSize = Enum.FontSize.Size14
  2373. CharID.Text = "1311"
  2374. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  2375. CharID.TextSize = 14
  2376. CharID.TextTransparency = 1
  2377.  
  2378. Particle.Name = "Particle"
  2379. Particle.Parent = Frame
  2380. Particle.BackgroundColor3 = Color3.new(1, 1, 1)
  2381. Particle.BackgroundTransparency = 1
  2382. Particle.Position = UDim2.new(0, 100, 0, 160)
  2383. Particle.Size = UDim2.new(0, 80, 0, 20)
  2384. Particle.Font = Enum.Font.SciFi
  2385. Particle.FontSize = Enum.FontSize.Size14
  2386. Particle.Text = "Particle"
  2387. Particle.TextColor3 = Color3.new(1, 1, 1)
  2388. Particle.TextSize = 14
  2389. Particle.TextTransparency = 1
  2390. Particle.MouseButton1Down:connect(function()
  2391.     Clicksound:Play()
  2392.     if Selected.Value == true then
  2393.         for i,v in pairs(game.Players:GetChildren()) do
  2394.             p = Instance.new("ParticleEmitter",v.Character.Torso)
  2395.             p.Speed = NumberRange.new(20,20)
  2396.             p.Rate = 80
  2397.             p.VelocitySpread = 30
  2398.             p.Lifetime = NumberRange.new(6,6)
  2399.             p.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  2400.         end
  2401.     elseif Selected.Value == false then
  2402.         g = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2403.         g.Speed = NumberRange.new(20,20)
  2404.         g.Rate = 80
  2405.         g.VelocitySpread = 30
  2406.         g.Lifetime = NumberRange.new(6,6)
  2407.         g.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  2408.     end
  2409. end)
  2410. ParticleID.Name = "ParticleID"
  2411. ParticleID.Parent = Frame
  2412. ParticleID.BackgroundColor3 = Color3.new(1, 1, 1)
  2413. ParticleID.BackgroundTransparency = 1
  2414. ParticleID.Position = UDim2.new(0, 100, 0, 190)
  2415. ParticleID.Size = UDim2.new(0, 80, 0, 20)
  2416. ParticleID.Font = Enum.Font.SciFi
  2417. ParticleID.FontSize = Enum.FontSize.Size14
  2418. ParticleID.Text = "244905905"
  2419. ParticleID.TextColor3 = Color3.new(0, 0.984314, 1)
  2420. ParticleID.TextSize = 14
  2421. ParticleID.TextTransparency = 1
  2422.  
  2423. TimeOfDay.Name = "TimeOfDay"
  2424. TimeOfDay.Parent = Frame
  2425. TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1)
  2426. TimeOfDay.BackgroundTransparency = 1
  2427. TimeOfDay.Position = UDim2.new(0, 190, 0, 160)
  2428. TimeOfDay.Size = UDim2.new(0, 80, 0, 20)
  2429. TimeOfDay.Font = Enum.Font.SciFi
  2430. TimeOfDay.FontSize = Enum.FontSize.Size14
  2431. TimeOfDay.Text = "Time Of Day"
  2432. TimeOfDay.TextColor3 = Color3.new(1, 1, 1)
  2433. TimeOfDay.TextSize = 14
  2434. TimeOfDay.TextTransparency = 1
  2435. TimeOfDay.MouseButton1Down:connect(function()
  2436.     Clicksound:Play()
  2437.     game.Lighting.TimeOfDay = tonumber(Time.Text)
  2438. end)
  2439. Time.Name = "Time"
  2440. Time.Parent = Frame
  2441. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  2442. Time.BackgroundTransparency = 1
  2443. Time.Position = UDim2.new(0, 190, 0, 190)
  2444. Time.Size = UDim2.new(0, 80, 0, 20)
  2445. Time.Font = Enum.Font.SciFi
  2446. Time.FontSize = Enum.FontSize.Size14
  2447. Time.Text = "0"
  2448. Time.TextColor3 = Color3.new(0, 0.984314, 1)
  2449. Time.TextSize = 14
  2450. Time.TextTransparency = 1
  2451.  
  2452.  
  2453. JumpPower.Name = "JumpPower"
  2454. JumpPower.Parent = Frame
  2455. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  2456. JumpPower.BackgroundTransparency = 1
  2457. JumpPower.Position = UDim2.new(0, 280, 0, 160)
  2458. JumpPower.Size = UDim2.new(0, 80, 0, 20)
  2459. JumpPower.Font = Enum.Font.SciFi
  2460. JumpPower.FontSize = Enum.FontSize.Size14
  2461. JumpPower.Text = "Jump Power"
  2462. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  2463. JumpPower.TextSize = 14
  2464. JumpPower.TextTransparency = 1
  2465. JumpPower.MouseButton1Down:connect(function()
  2466.     Clicksound:Play()
  2467.     if Selected.Value == true then
  2468.         for i,v in pairs(game.Players:GetChildren()) do
  2469.             v.Character.Humanoid.JumpPower = tonumber(Power.Text)
  2470.         end
  2471.     elseif Selected.Value == false then
  2472.         workspace[PlayerName.Text].Humanoid.JumpPower = tonumber(Power.Text)
  2473.     end
  2474. end)
  2475. Power.Name = "Power"
  2476. Power.Parent = Frame
  2477. Power.BackgroundColor3 = Color3.new(1, 1, 1)
  2478. Power.BackgroundTransparency = 1
  2479. Power.Position = UDim2.new(0, 280, 0, 190)
  2480. Power.Size = UDim2.new(0, 80, 0, 20)
  2481. Power.Font = Enum.Font.SciFi
  2482. Power.FontSize = Enum.FontSize.Size14
  2483. Power.Text = "100"
  2484. Power.TextColor3 = Color3.new(0, 0.984314, 1)
  2485. Power.TextSize = 14
  2486. Power.TextTransparency = 1
  2487.  
  2488.  
  2489. Bighead.Name = "Bighead"
  2490. Bighead.Parent = Frame
  2491. Bighead.BackgroundColor3 = Color3.new(1, 1, 1)
  2492. Bighead.BackgroundTransparency = 1
  2493. Bighead.Position = UDim2.new(0, 190, 0, 220)
  2494. Bighead.Size = UDim2.new(0, 80, 0, 20)
  2495. Bighead.Font = Enum.Font.SciFi
  2496. Bighead.FontSize = Enum.FontSize.Size14
  2497. Bighead.Text = "Bighead"
  2498. Bighead.TextColor3 = Color3.new(1, 1, 1)
  2499. Bighead.TextSize = 14
  2500. Bighead.TextTransparency = 1
  2501. Bighead.MouseButton1Down:connect(function()
  2502.     Clicksound:Play()
  2503.     if Selected.Value == true then
  2504.         for i,v in pairs(game.Players:GetChildren()) do
  2505.             v.Character.Head.Mesh.Scale = Vector3.new(8,8,8)
  2506.         end
  2507.     elseif Selected.Value == false then
  2508.         workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(8,8,8)
  2509.     end
  2510. end)
  2511. DecalID.Name = "DecalID"
  2512. DecalID.Parent = Frame
  2513. DecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  2514. DecalID.BackgroundTransparency = 1
  2515. DecalID.Position = UDim2.new(0, 100, 0, 280)
  2516. DecalID.Size = UDim2.new(0, 80, 0, 20)
  2517. DecalID.Font = Enum.Font.SciFi
  2518. DecalID.FontSize = Enum.FontSize.Size14
  2519. DecalID.Text = "292916915"
  2520. DecalID.TextColor3 = Color3.new(0, 0.984314, 1)
  2521. DecalID.TextSize = 14
  2522. DecalID.TextTransparency = 1
  2523.  
  2524. DecalSpam.Name = "DecalSpam"
  2525. DecalSpam.Parent = Frame
  2526. DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  2527. DecalSpam.BackgroundTransparency = 1
  2528. DecalSpam.Position = UDim2.new(0, 100, 0, 250)
  2529. DecalSpam.Size = UDim2.new(0, 80, 0, 20)
  2530. DecalSpam.Font = Enum.Font.SciFi
  2531. DecalSpam.FontSize = Enum.FontSize.Size14
  2532. DecalSpam.Text = "Decal Spam"
  2533. DecalSpam.TextColor3 = Color3.new(1, 1, 1)
  2534. DecalSpam.TextSize = 14
  2535. DecalSpam.TextTransparency = 1
  2536.  
  2537. DecalSpam.MouseButton1Down:connect(function()
  2538.     Clicksound:Play()
  2539.     function Scabn(var_a)
  2540.     for i,v in pairs(var_a:GetChildren()) do
  2541.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "UnionOperation" then
  2542.             decal = Instance.new("Decal",v)
  2543.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2544.             decal.Name = "ExploitDecal"
  2545.             decal.Face = "Front"
  2546.             decal = Instance.new("Decal",v)
  2547.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2548.             decal.Name = "ExploitDecal"
  2549.             decal.Face = "Back"
  2550.             decal = Instance.new("Decal",v)
  2551.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2552.             decal.Name = "ExploitDecal"
  2553.             decal.Face = "Bottom"
  2554.             decal = Instance.new("Decal",v)
  2555.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2556.             decal.Name = "ExploitDecal"
  2557.             decal.Face = "Left"
  2558.             decal = Instance.new("Decal",v)
  2559.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2560.             decal.Name = "ExploitDecal"
  2561.             decal.Face = "Right"
  2562.             decal = Instance.new("Decal",v)
  2563.             decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2564.             decal.Name = "ExploitDecal"
  2565.             decal.Face = "Top"
  2566.         end
  2567.         Scabn(v)
  2568.     end
  2569. end
  2570. Scabn(workspace)
  2571. end)
  2572.  
  2573. Mesh.Name = "Mesh"
  2574. Mesh.Parent = Frame
  2575. Mesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2576. Mesh.BackgroundTransparency = 1
  2577. Mesh.Position = UDim2.new(0, 10, 0, 220)
  2578. Mesh.Size = UDim2.new(0, 80, 0, 20)
  2579. Mesh.Font = Enum.Font.SciFi
  2580. Mesh.FontSize = Enum.FontSize.Size14
  2581. Mesh.Text = "Mesh"
  2582. Mesh.TextColor3 = Color3.new(1, 1, 1)
  2583. Mesh.TextSize = 14
  2584. Mesh.TextTransparency = 1
  2585. Mesh.MouseButton1Down:connect(function()
  2586.     Clicksound:Play()
  2587.     if Selected.Value == true then
  2588.         for i,v in pairs(game.Players:GetChildren()) do
  2589.             v.Character.Head.Transparency = 1
  2590.             v.Character:FindFirstChild("Left Arm").Transparency = 1
  2591.             v.Character:FindFirstChild("Right Arm").Transparency = 1
  2592.             v.Character:FindFirstChild("Right Leg").Transparency = 1
  2593.             v.Character:FindFirstChild("Left Leg").Transparency = 1
  2594.             v.Character.Head.face.Transparency = 1
  2595.             mesh = Instance.new("SpecialMesh",v.Character.Torso)
  2596.             mesh.MeshType = "FileMesh"
  2597.             mesh.Name = "InstanceMesh"
  2598.             mesh.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2599.             mesh.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2600.             mesh.Scale = Vector3.new(6,6,6)
  2601.             for i,n in pairs(v.Character:GetChildren()) do
  2602.                 if n.ClassName == "Accessory" then
  2603.                     n.Handle.Transparency = 1
  2604.                 end
  2605.             end
  2606.         end
  2607.     elseif Selected.Value == false then
  2608.         workspace[PlayerName.Text].Head.Transparency = 1
  2609.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  2610.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  2611.         workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  2612.         workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  2613.         workspace[PlayerName.Text].Head.face.Transparency = 1
  2614.         mesth = Instance.new("SpecialMesh",workspace[PlayerName.Text].Torso)
  2615.         mesth.MeshType = "FileMesh"
  2616.         mesth.Name = "InstanceMesh"
  2617.         mesth.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2618.         mesth.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2619.         mesth.Scale = Vector3.new(6,6,6)
  2620.         for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2621.             if c.ClassName == "Accessory" then
  2622.                 c.Handle.Transparency = 1
  2623.             end
  2624.         end
  2625.     end
  2626. end)
  2627. CharID.Name = "CharID"
  2628. CharID.Parent = Frame
  2629. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  2630. CharID.BackgroundTransparency = 1
  2631. CharID.Position = UDim2.new(0, 10, 0, 190)
  2632. CharID.Size = UDim2.new(0, 80, 0, 20)
  2633. CharID.Font = Enum.Font.SciFi
  2634. CharID.FontSize = Enum.FontSize.Size14
  2635. CharID.Text = "1311"
  2636. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  2637. CharID.TextSize = 14
  2638. CharID.TextTransparency = 1
  2639.  
  2640. TexID.Name = "TexID"
  2641. TexID.Parent = Frame
  2642. TexID.BackgroundColor3 = Color3.new(1, 1, 1)
  2643. TexID.BackgroundTransparency = 1
  2644. TexID.Position = UDim2.new(0, 10, 0, 280)
  2645. TexID.Size = UDim2.new(0, 80, 0, 20)
  2646. TexID.Font = Enum.Font.SciFi
  2647. TexID.FontSize = Enum.FontSize.Size14
  2648. TexID.Text = "Texture ID"
  2649. TexID.TextColor3 = Color3.new(0, 0.984314, 1)
  2650. TexID.TextSize = 14
  2651. TexID.TextTransparency = 1
  2652.  
  2653.  
  2654. MeshID.Name = "MeshID"
  2655. MeshID.Parent = Frame
  2656. MeshID.BackgroundColor3 = Color3.new(1, 1, 1)
  2657. MeshID.BackgroundTransparency = 1
  2658. MeshID.Position = UDim2.new(0, 10, 0, 250)
  2659. MeshID.Size = UDim2.new(0, 80, 0, 20)
  2660. MeshID.Font = Enum.Font.SciFi
  2661. MeshID.FontSize = Enum.FontSize.Size14
  2662. MeshID.Text = "Mesh ID"
  2663. MeshID.TextColor3 = Color3.new(0, 0.984314, 1)
  2664. MeshID.TextSize = 14
  2665. MeshID.TextTransparency = 1
  2666.  
  2667. ClearDecals.Name = "ClearDecals"
  2668. ClearDecals.Parent = Frame
  2669. ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1)
  2670. ClearDecals.BackgroundTransparency = 1
  2671. ClearDecals.Position = UDim2.new(0, 190, 0, 250)
  2672. ClearDecals.Size = UDim2.new(0, 80, 0, 20)
  2673. ClearDecals.Font = Enum.Font.SciFi
  2674. ClearDecals.FontSize = Enum.FontSize.Size14
  2675. ClearDecals.Text = "Clear Spam"
  2676. ClearDecals.TextColor3 = Color3.new(1, 1, 1)
  2677. ClearDecals.TextSize = 14
  2678. ClearDecals.TextTransparency = 1
  2679. ClearDecals.MouseButton1Down:connect(function()
  2680.     Clicksound:Play()
  2681.     function Swcan(var_a)
  2682.     for i,v in pairs(var_a:GetChildren()) do
  2683.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then
  2684.             v:FindFirstChild("ExploitDecal"):Remove()
  2685.             v:FindFirstChild("ExploitDecal"):Remove()
  2686.             v:FindFirstChild("ExploitDecal"):Remove()
  2687.             v:FindFirstChild("ExploitDecal"):Remove()
  2688.             v:FindFirstChild("ExploitDecal"):Remove()
  2689.             v:FindFirstChild("ExploitDecal"):Remove()
  2690.         end
  2691.         Swcan(v)
  2692.     end
  2693. end
  2694. Swcan(workspace)
  2695. end)
  2696.  
  2697. MeshSpam.Name = "MeshSpam"
  2698. MeshSpam.Parent = Frame
  2699. MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  2700. MeshSpam.BackgroundTransparency = 1
  2701. MeshSpam.Position = UDim2.new(0, 100, 0, 220)
  2702. MeshSpam.Size = UDim2.new(0, 80, 0, 20)
  2703. MeshSpam.Font = Enum.Font.SciFi
  2704. MeshSpam.FontSize = Enum.FontSize.Size14
  2705. MeshSpam.Text = "Mesh Spam"
  2706. MeshSpam.TextColor3 = Color3.new(1, 1, 1)
  2707. MeshSpam.TextSize = 14
  2708. MeshSpam.TextTransparency = 1
  2709. MeshSpam.MouseButton1Down:connect(function()
  2710.     Clicksound:Play()
  2711.     function Scyan(var_a)
  2712.     for i,v in pairs(var_a:GetChildren()) do
  2713.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation"  then
  2714.             mspam = Instance.new("SpecialMesh",v)
  2715.             mspam.Name = "ExploitMesh"
  2716.             mspam.MeshType = "FileMesh"
  2717.             mspam.Scale = Vector3.new(v.Size.X, v.Size.Y, v.Size.Z)
  2718.             mspam.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2719.             mspam.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2720.         end
  2721.         Scyan(v)
  2722.     end
  2723. end
  2724. Scyan(workspace)
  2725. end)
  2726. ClearMesh.Name = "ClearMesh"
  2727. ClearMesh.Parent = Frame
  2728. ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2729. ClearMesh.BackgroundTransparency = 1
  2730. ClearMesh.Position = UDim2.new(0, 190, 0, 280)
  2731. ClearMesh.Size = UDim2.new(0, 80, 0, 20)
  2732. ClearMesh.Font = Enum.Font.SciFi
  2733. ClearMesh.FontSize = Enum.FontSize.Size14
  2734. ClearMesh.Text = "Clear Mesh Spam"
  2735. ClearMesh.TextColor3 = Color3.new(1, 1, 1)
  2736. ClearMesh.TextScaled = true
  2737. ClearMesh.TextSize = 14
  2738. ClearMesh.TextTransparency = 1
  2739. ClearMesh.TextWrapped = true
  2740. ClearMesh.MouseButton1Down:connect(function()
  2741.     Clicksound:Play()
  2742.     function Scain(var_a)
  2743.     for i,v in pairs(var_a:GetChildren()) do
  2744.         if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" then
  2745.             v:FindFirstChild("ExploitMesh"):Remove()
  2746.         end
  2747.         Scain(v)
  2748.     end
  2749. end
  2750. Scain(workspace)
  2751. end)
  2752. RandomColor.Name = "RandomColor"
  2753. RandomColor.Parent = Frame
  2754. RandomColor.BackgroundColor3 = Color3.new(1, 1, 1)
  2755. RandomColor.BackgroundTransparency = 1
  2756. RandomColor.Position = UDim2.new(0, 370, 0, 220)
  2757. RandomColor.Size = UDim2.new(0, 80, 0, 20)
  2758. RandomColor.Font = Enum.Font.SciFi
  2759. RandomColor.FontSize = Enum.FontSize.Size14
  2760. RandomColor.Text = "RandomWS"
  2761. RandomColor.TextColor3 = Color3.new(1, 1, 1)
  2762. RandomColor.TextSize = 14
  2763. RandomColor.TextTransparency = 1
  2764. RandomColor.MouseButton1Down:connect(function()
  2765.     Clicksound:Play()
  2766.     function Scatun(var_a)
  2767.     for i,v in pairs(var_a:GetChildren()) do
  2768.         if v.ClassName == "Part" then
  2769.             Types = {"Sphere","Cylinder","Brick","Torso","Head","Wedge"}
  2770.             Materials = {"Brick","Cobblestone","Concrete","CorrodedMetal","DiamondPlate","Fabric","Foil","Granite","Grass","Ice","Marble","Metal","Neon","Pebble","Plastic","Sand","Slate","SmoothPlastic","Wood","WoodPlanks"}
  2771.             v.Color = Color3.new(math.random(), math.random(), math.random())
  2772.             v.Material = Materials[math.random(1,#Materials)]
  2773.             goog = Instance.new("SpecialMesh",v)
  2774.             goog.MeshType = Types[math.random(1,6)]
  2775.             goog.Name = "FillMesh"
  2776.         end
  2777.         Scatun(v)
  2778.     end
  2779. end
  2780.     Scatun(workspace)
  2781. end)
  2782. PaintWS.Name = "PaintWS"
  2783. PaintWS.Parent = Frame
  2784. PaintWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2785. PaintWS.BackgroundTransparency = 1
  2786. PaintWS.Position = UDim2.new(0, 280, 0, 220)
  2787. PaintWS.Size = UDim2.new(0, 80, 0, 20)
  2788. PaintWS.Font = Enum.Font.SciFi
  2789. PaintWS.FontSize = Enum.FontSize.Size14
  2790. PaintWS.Text = "PaintWS"
  2791. PaintWS.TextColor3 = Color3.new(1, 1, 1)
  2792. PaintWS.TextSize = 14
  2793. PaintWS.TextTransparency = 1
  2794. PaintWS.MouseButton1Down:connect(function()
  2795.     Clicksound:Play()
  2796.     function Skcan(var_a)
  2797.     for i,v in pairs(var_a:GetChildren()) do
  2798.         if v.ClassName == "Part" then
  2799.             v.BrickColor = BrickColor.new(Brickcolor.Text)
  2800.         end
  2801.         Skcan(v)
  2802.     end
  2803. end
  2804. Skcan(workspace)
  2805. end)
  2806. Brickcolor.Name = "Brickcolor"
  2807. Brickcolor.Parent = Frame
  2808. Brickcolor.BackgroundColor3 = Color3.new(0, 1, 1)
  2809. Brickcolor.Position = UDim2.new(0, 280, 0, 250)
  2810. Brickcolor.Size = UDim2.new(0, 80, 0, 20)
  2811. Brickcolor.Font = Enum.Font.SciFi
  2812. Brickcolor.FontSize = Enum.FontSize.Size14
  2813. Brickcolor.Text = "Really red"
  2814. Brickcolor.TextSize = 14
  2815.  
  2816. Explode.Name = "Explode"
  2817. Explode.Parent = Frame
  2818. Explode.BackgroundColor3 = Color3.new(1, 1, 1)
  2819. Explode.Position = UDim2.new(0, 370, 0, 250)
  2820. Explode.Size = UDim2.new(0, 80, 0, 20)
  2821. Explode.Font = Enum.Font.SciFi
  2822. Explode.FontSize = Enum.FontSize.Size14
  2823. Explode.Text = "Explode"
  2824. Explode.TextSize = 14
  2825. Explode.MouseButton1Down:connect(function()
  2826.     Clicksound:Play()
  2827.     if Selected.Value == true then
  2828.         for i,v in pairs(game.Players:GetChildren()) do
  2829.             e = Instance.new("Explosion",v.Character.Torso)
  2830.             e.Position = v.Character.Torso.Position
  2831.             e.BlastRadius = 10
  2832.         end
  2833.     elseif Selected.Value == false then
  2834.         ed = Instance.new("Explosion",workspace[PlayerName.Text].Torso)
  2835.         edd.Position = workspace[PlayerName.Text].Torso.Position
  2836.         e.BlastRadius = 10
  2837.     end
  2838. end)
  2839. Fog.Name = "Fog"
  2840. Fog.Parent = Frame
  2841. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  2842. Fog.Position = UDim2.new(0, 370, 0, 280)
  2843. Fog.Size = UDim2.new(0, 80, 0, 20)
  2844. Fog.Font = Enum.Font.SciFi
  2845. Fog.FontSize = Enum.FontSize.Size14
  2846. Fog.Text = "Fog"
  2847. Fog.TextSize = 14
  2848. Fog.MouseButton1Down:connect(function()
  2849.     Clicksound:Play()
  2850.     game.Lighting.FogEnd = tonumber(Fogend.Text)
  2851. end)
  2852. Fogend.Name = "Fogend"
  2853. Fogend.Parent = Frame
  2854. Fogend.BackgroundColor3 = Color3.new(0, 1, 1)
  2855. Fogend.Position = UDim2.new(0, 280, 0, 280)
  2856. Fogend.Size = UDim2.new(0, 80, 0, 20)
  2857. Fogend.Font = Enum.Font.SciFi
  2858. Fogend.FontSize = Enum.FontSize.Size14
  2859. Fogend.Text = "FogEnd"
  2860. Fogend.TextSize = 14
  2861.  
  2862. Message.Name = "Message"
  2863. Message.Parent = Frame
  2864. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  2865. Message.Position = UDim2.new(0, 10, 0, 310)
  2866. Message.Size = UDim2.new(0, 80, 0, 20)
  2867. Message.Font = Enum.Font.SciFi
  2868. Message.FontSize = Enum.FontSize.Size14
  2869. Message.Text = "Message"
  2870. Message.TextSize = 14
  2871. Message.MouseButton1Down:connect(function()
  2872.     Clicksound:Play()
  2873.     s = Instance.new("Message",workspace)
  2874.     s.Name = "ExploitMessage"
  2875.     s.Text = tostring(Msg.Text)
  2876. end)
  2877. Msg.Name = "Msg"
  2878. Msg.Parent = Frame
  2879. Msg.BackgroundColor3 = Color3.new(0, 1, 1)
  2880. Msg.Position = UDim2.new(0, 10, 0, 340)
  2881. Msg.Size = UDim2.new(0, 80, 0, 20)
  2882. Msg.Font = Enum.Font.SciFi
  2883. Msg.FontSize = Enum.FontSize.Size14
  2884. Msg.Text = "get rekt noobs"
  2885. Msg.TextScaled = true
  2886. Msg.TextSize = 14
  2887. Msg.TextWrapped = true
  2888.  
  2889. Hnt.Name = "Hnt"
  2890. Hnt.Parent = Frame
  2891. Hnt.BackgroundColor3 = Color3.new(0, 1, 1)
  2892. Hnt.Position = UDim2.new(0, 100, 0, 340)
  2893. Hnt.Size = UDim2.new(0, 80, 0, 20)
  2894. Hnt.Font = Enum.Font.SciFi
  2895. Hnt.FontSize = Enum.FontSize.Size14
  2896. Hnt.Text = "this server has been exploited"
  2897. Hnt.TextScaled = true
  2898. Hnt.TextSize = 14
  2899. Hnt.TextWrapped = true
  2900.  
  2901. Hint.Name = "Hint"
  2902. Hint.Parent = Frame
  2903. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  2904. Hint.Position = UDim2.new(0, 100, 0, 310)
  2905. Hint.Size = UDim2.new(0, 80, 0, 20)
  2906. Hint.Font = Enum.Font.SciFi
  2907. Hint.FontSize = Enum.FontSize.Size14
  2908. Hint.Text = "Hint"
  2909. Hint.TextSize = 14
  2910. Hint.MouseButton1Down:connect(function()
  2911.     Clicksound:Play()
  2912.     h = Instance.new("Hint",workspace)
  2913.     h.Name = "ExploitHint"
  2914.     h.Text = tostring(Hnt.Text)
  2915. end)
  2916. ClearMessage.Name = "ClearMessage"
  2917. ClearMessage.Parent = Frame
  2918. ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  2919. ClearMessage.Position = UDim2.new(0, 190, 0, 310)
  2920. ClearMessage.Size = UDim2.new(0, 80, 0, 20)
  2921. ClearMessage.Font = Enum.Font.SciFi
  2922. ClearMessage.FontSize = Enum.FontSize.Size14
  2923. ClearMessage.Text = "Clear Message"
  2924. ClearMessage.TextScaled = true
  2925. ClearMessage.TextSize = 14
  2926. ClearMessage.TextWrapped = true
  2927. ClearMessage.MouseButton1Down:connect(function()
  2928.     Clicksound:Play()
  2929.     workspace:FindFirstChild("ExploitMessage"):Remove()
  2930. end)
  2931. ClearHint.Name = "ClearHint"
  2932. ClearHint.Parent = Frame
  2933. ClearHint.BackgroundColor3 = Color3.new(1, 1, 1)
  2934. ClearHint.Position = UDim2.new(0, 190, 0, 340)
  2935. ClearHint.Size = UDim2.new(0, 80, 0, 20)
  2936. ClearHint.Font = Enum.Font.SciFi
  2937. ClearHint.FontSize = Enum.FontSize.Size14
  2938. ClearHint.Text = "Clear Hint"
  2939. ClearHint.TextSize = 14
  2940. ClearHint.MouseButton1Down:connect(function()
  2941.     Clicksound:Play()
  2942.     workspace:FindFirstChild("ExploitHint"):Remove()
  2943. end)
  2944. UnMesh.Name = "UnMesh"
  2945. UnMesh.Parent = Frame
  2946. UnMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2947. UnMesh.Position = UDim2.new(0, 280, 0, 310)
  2948. UnMesh.Size = UDim2.new(0, 80, 0, 20)
  2949. UnMesh.Font = Enum.Font.SciFi
  2950. UnMesh.FontSize = Enum.FontSize.Size14
  2951. UnMesh.Text = "UnMesh"
  2952. UnMesh.TextScaled = true
  2953. UnMesh.TextSize = 14
  2954. UnMesh.TextWrapped = true
  2955. UnMesh.MouseButton1Down:connect(function()
  2956.     Clicksound:Play()
  2957.     if Selected.Value == true then
  2958.         for i,v in pairs(game.Players:GetChildren()) do
  2959.             v.Character.Torso:FindFirstChild("InstanceMesh"):Remove()
  2960.             v.Character.Head.Transparency = 0
  2961.             v.Character:FindFirstChild("Left Arm").Transparency = 0
  2962.             v.Character:FindFirstChild("Right Arm").Transparency = 0
  2963.             v.Character:FindFirstChild("Right Leg").Transparency = 0
  2964.             v.Character:FindFirstChild("Left Leg").Transparency = 0
  2965.             v.Character.Head.face.Transparency = 0
  2966.             for i,j in pairs(v.Character:GetChildren()) do
  2967.                 if j.ClassName == "Accessory" then
  2968.                     j.Handle.Transparency = 0
  2969.                 end
  2970.             end
  2971.         end
  2972.     elseif Selected.Value == false then
  2973.         workspace[PlayerName.Text].Torso:FindFirstChild("InstanceMesh"):Remove()
  2974.         workspace[PlayerName.Text].Head.Transparency = 0
  2975.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  2976.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  2977.         workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  2978.         workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  2979.         workspace[PlayerName.Text].Head:FindFirstChild("face").Transparency = 0
  2980.         for i,o in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2981.             if o.ClassName == "Accessory" then
  2982.                 o.Handle.Transparency = 0
  2983.             end
  2984.         end
  2985.     end
  2986. end)
  2987.  
  2988. Material.Name = "Material"
  2989. Material.Parent = Frame
  2990. Material.BackgroundColor3 = Color3.new(0, 1, 1)
  2991. Material.Position = UDim2.new(0, 370, 0, 340)
  2992. Material.Size = UDim2.new(0, 80, 0, 20)
  2993. Material.Font = Enum.Font.SciFi
  2994. Material.FontSize = Enum.FontSize.Size14
  2995. Material.Text = "Fabric"
  2996. Material.TextScaled = true
  2997. Material.TextSize = 14
  2998. Material.TextWrapped = true
  2999.  
  3000. MaterialWS.Name = "MaterialWS"
  3001. MaterialWS.Parent = Frame
  3002. MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3003. MaterialWS.Position = UDim2.new(0, 370, 0, 310)
  3004. MaterialWS.Size = UDim2.new(0, 80, 0, 20)
  3005. MaterialWS.Font = Enum.Font.SciFi
  3006. MaterialWS.FontSize = Enum.FontSize.Size14
  3007. MaterialWS.Text = "MaterialWS"
  3008. MaterialWS.TextSize = 14
  3009. MaterialWS.MouseButton1Down:connect(function()
  3010.     Clicksound:Play()
  3011.     function gScan(var_a)
  3012.     for i,v in pairs(var_a:GetChildren()) do
  3013.         if v.ClassName == "Part" then
  3014.             v.Material = tostring(Material.Text)
  3015.         end
  3016.         gScan(v)
  3017.     end
  3018. end
  3019. gScan(workspace)
  3020. end)
  3021.  
  3022. Break.Name = "Break"
  3023. Break.Parent = Frame
  3024. Break.BackgroundColor3 = Color3.new(1, 1, 1)
  3025. Break.Position = UDim2.new(0, 280, 0, 340)
  3026. Break.Size = UDim2.new(0, 80, 0, 20)
  3027. Break.Font = Enum.Font.SciFi
  3028. Break.FontSize = Enum.FontSize.Size14
  3029. Break.Text = "fuck game up"
  3030. Break.TextScaled = true
  3031. Break.TextSize = 14
  3032. Break.TextWrapped = true
  3033. Break.MouseButton1Down:connect(function()
  3034.     Clicksound:Play()
  3035.     function gfScan(var_a)
  3036.     for i,v in pairs(var_a:GetChildren()) do
  3037.         if v.ClassName == "Part" then
  3038.             surf = Instance.new("SurfaceGui",v)
  3039.             surf.Name = "ExploitSurface"
  3040.             surf.AlwaysOnTop = true
  3041.             surf.Face = "Back"
  3042.             eframe = Instance.new("TextLabel",surf)
  3043.             eframe.Text = fuckspam.Text
  3044.             eframe.Size = UDim2.new(0,800,0,600)
  3045.             eframe.FontSize = "Size60"
  3046.             eframe.BackgroundTransparency = 1
  3047.             surf = Instance.new("SurfaceGui",v)
  3048.             surf.Name = "ExploitSurface"
  3049.             surf.AlwaysOnTop = true
  3050.             surf.Face = "Bottom"
  3051.             eframe = Instance.new("TextLabel",surf)
  3052.             eframe.Text = fuckspam.Text
  3053.             eframe.Size = UDim2.new(0,800,0,600)
  3054.             eframe.FontSize = "Size60"
  3055.             eframe.BackgroundTransparency = 1
  3056.             surf = Instance.new("SurfaceGui",v)
  3057.             surf.Name = "ExploitSurface"
  3058.             surf.AlwaysOnTop = true
  3059.             surf.Face = "Top"
  3060.             eframe = Instance.new("TextLabel",surf)
  3061.             eframe.Text = fuckspam.Text
  3062.             eframe.Size = UDim2.new(0,800,0,600)
  3063.             eframe.FontSize = "Size60"
  3064.             eframe.BackgroundTransparency = 1
  3065.             surf = Instance.new("SurfaceGui",v)
  3066.             surf.Name = "ExploitSurface"
  3067.             surf.AlwaysOnTop = true
  3068.             surf.Face = "Left"
  3069.             eframe = Instance.new("TextLabel",surf)
  3070.             eframe.Text = fuckspam.Text
  3071.             eframe.Size = UDim2.new(0,800,0,600)
  3072.             eframe.FontSize = "Size60"
  3073.             eframe.BackgroundTransparency = 1
  3074.             surf = Instance.new("SurfaceGui",v)
  3075.             surf.Name = "ExploitSurface"
  3076.             surf.AlwaysOnTop = true
  3077.             surf.Face = "Right"
  3078.             eframe = Instance.new("TextLabel",surf)
  3079.             eframe.Text = fuckspam.Text
  3080.             eframe.Size = UDim2.new(0,800,0,600)
  3081.             eframe.FontSize = "Size60"
  3082.             eframe.BackgroundTransparency = 1
  3083.             surf = Instance.new("SurfaceGui",v)
  3084.             surf.Name = "ExploitSurface"
  3085.             surf.AlwaysOnTop = true
  3086.             surf.Face = "Front"
  3087.             eframe = Instance.new("TextLabel",surf)
  3088.             eframe.Text = fuckspam.Text
  3089.             eframe.Size = UDim2.new(0,800,0,600)
  3090.             eframe.FontSize = "Size60"
  3091.             eframe.BackgroundTransparency = 1
  3092.         end
  3093.         gfScan(v)
  3094.     end
  3095. end
  3096. gfScan(workspace)
  3097. end)
  3098.  
  3099. fuckspam.Name = "fuckspam"
  3100. fuckspam.Parent = Frame
  3101. fuckspam.BackgroundColor3 = Color3.new(0, 1, 1)
  3102. fuckspam.Position = UDim2.new(0, 280, 0, 370)
  3103. fuckspam.Size = UDim2.new(0, 80, 0, 20)
  3104. fuckspam.Font = Enum.Font.SciFi
  3105. fuckspam.FontSize = Enum.FontSize.Size14
  3106. fuckspam.Text = "FUCK YOU!!"
  3107. fuckspam.TextScaled = true
  3108. fuckspam.TextSize = 14
  3109. fuckspam.TextWrapped = true
  3110.  
  3111. UnBreak.Name = "UnBreak"
  3112. UnBreak.Parent = Frame
  3113. UnBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  3114. UnBreak.Position = UDim2.new(0, 370, 0, 370)
  3115. UnBreak.Size = UDim2.new(0, 80, 0, 20)
  3116. UnBreak.Font = Enum.Font.SciFi
  3117. UnBreak.FontSize = Enum.FontSize.Size14
  3118. UnBreak.Text = "unfuck game"
  3119. UnBreak.TextScaled = true
  3120. UnBreak.TextSize = 14
  3121. UnBreak.TextWrapped = true
  3122. UnBreak.MouseButton1Down:connect(function()
  3123.     Clicksound:Play()
  3124.     function xaScan(var_a)
  3125.     for i,v in pairs(var_a:GetChildren()) do
  3126.         if v.ClassName == "Part" then
  3127.             v:FindFirstChild("ExploitSurface"):Remove()
  3128.             v:FindFirstChild("ExploitSurface"):Remove()
  3129.             v:FindFirstChild("ExploitSurface"):Remove()
  3130.             v:FindFirstChild("ExploitSurface"):Remove()
  3131.             v:FindFirstChild("ExploitSurface"):Remove()
  3132.             v:FindFirstChild("ExploitSurface"):Remove()
  3133.         end
  3134.         xaScan(v)
  3135.     end
  3136. end
  3137. xaScan(workspace)
  3138. end)
  3139.  
  3140. Lag.Name = "Lag"
  3141. Lag.Parent = Frame
  3142. Lag.BackgroundColor3 = Color3.new(1, 1, 1)
  3143. Lag.Position = UDim2.new(0, 190, 0, 370)
  3144. Lag.Size = UDim2.new(0, 80, 0, 20)
  3145. Lag.Font = Enum.Font.SciFi
  3146. Lag.FontSize = Enum.FontSize.Size14
  3147. Lag.Text = "Lag"
  3148. Lag.TextSize = 14
  3149. Lag.MouseButton1Down:connect(function()
  3150.     Clicksound:Play()
  3151.     if Selected.Value == true then
  3152.         for i,v in pairs(game.Players:GetChildren()) do
  3153.             v.Character.Humanoid.HipHeight = math.huge * 0
  3154.         end
  3155.     elseif Selected.Value == false then
  3156.         workspace[PlayerName.Text].Humanoid.HipHeight = math.huge * 0
  3157.     end
  3158. end)
  3159. Shutdown.Name = "Shutdown"
  3160. Shutdown.Parent = Frame
  3161. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  3162. Shutdown.Position = UDim2.new(0, 100, 0, 370)
  3163. Shutdown.Size = UDim2.new(0, 80, 0, 20)
  3164. Shutdown.Font = Enum.Font.SciFi
  3165. Shutdown.FontSize = Enum.FontSize.Size14
  3166. Shutdown.Text = "Shutdown"
  3167. Shutdown.TextSize = 14
  3168. Shutdown.MouseButton1Down:connect(function()
  3169.     Clicksound:Play()
  3170.     workspace.Gravity = math.huge * 0
  3171. end)
  3172.  
  3173. ParticleWS.Name = "ParticleWS"
  3174. ParticleWS.Parent = Frame
  3175. ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3176. ParticleWS.Position = UDim2.new(0, 10, 0, 370)
  3177. ParticleWS.Size = UDim2.new(0, 80, 0, 20)
  3178. ParticleWS.Font = Enum.Font.SciFi
  3179. ParticleWS.FontSize = Enum.FontSize.Size14
  3180. ParticleWS.Text = "ParticleWS"
  3181. ParticleWS.TextSize = 14
  3182. ParticleWS.MouseButton1Down:connect(function()
  3183.     Clicksound:Play()
  3184.     function qScan(var_a)
  3185.     for i,v in pairs(var_a:GetChildren()) do
  3186.         if v.ClassName == "Part" then
  3187.             em = Instance.new("ParticleEmitter",v)
  3188.             em.Speed = NumberRange.new(20,20)
  3189.             em.Rate = 80
  3190.             em.Name = "ExploitSpam"
  3191.             em.VelocitySpread = 30
  3192.             em.Lifetime = NumberRange.new(6,6)
  3193.             em.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  3194.         end
  3195.         qScan(v)
  3196.     end
  3197. end
  3198. qScan(workspace)
  3199. end)
  3200.  
  3201. UnParticleWS.Name = "UnParticleWS"
  3202. UnParticleWS.Parent = Frame
  3203. UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3204. UnParticleWS.Position = UDim2.new(0, 10, 0, 400)
  3205. UnParticleWS.Size = UDim2.new(0, 80, 0, 20)
  3206. UnParticleWS.Font = Enum.Font.SciFi
  3207. UnParticleWS.FontSize = Enum.FontSize.Size14
  3208. UnParticleWS.Text = "Un-ParticleWS"
  3209. UnParticleWS.TextScaled = true
  3210. UnParticleWS.TextSize = 14
  3211. UnParticleWS.TextWrapped = true
  3212. UnParticleWS.MouseButton1Down:connect(function()
  3213.     Clicksound:Play()
  3214.     function Sopcan(var_a)
  3215.     for i,v in pairs(var_a:GetChildren()) do
  3216.         if v.ClassName == "Part" then
  3217.             v:FindFirstChild("ExploitSpam"):Remove()
  3218.         end
  3219.         Sopcan(v)
  3220.     end
  3221. end
  3222. Sopcan(workspace)
  3223. end)
  3224.  
  3225. Chat.Name = "Chat"
  3226. Chat.Parent = Frame
  3227. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  3228. Chat.Position = UDim2.new(0, 460, 0, 40)
  3229. Chat.Size = UDim2.new(0, 80, 0, 20)
  3230. Chat.Font = Enum.Font.SciFi
  3231. Chat.FontSize = Enum.FontSize.Size14
  3232. Chat.Text = "Chat"
  3233. Chat.TextScaled = true
  3234. Chat.TextSize = 14
  3235. Chat.TextWrapped = true
  3236. Chat.MouseButton1Down:connect(function()
  3237.     Clicksound:Play()
  3238.     if Selected.Value == true then
  3239.         for i,v in pairs(game.Players:GetChildren()) do
  3240.             game:GetService("Chat"):Chat(v.Character.Head,tostring(ChatString.Text),"Blue")
  3241.         end
  3242.     elseif Selected.Value == false then
  3243.         game:GetService("Chat"):Chat(workspace[PlayerName.Text].Head,tostring(ChatString.Text),"Blue")
  3244.     end
  3245. end)
  3246. ChatString.Name = "ChatString"
  3247. ChatString.Parent = Frame
  3248. ChatString.BackgroundColor3 = Color3.new(0, 1, 1)
  3249. ChatString.Position = UDim2.new(0, 460, 0, 70)
  3250. ChatString.Size = UDim2.new(0, 80, 0, 20)
  3251. ChatString.Font = Enum.Font.SciFi
  3252. ChatString.FontSize = Enum.FontSize.Size14
  3253. ChatString.Text = "Im a bitch"
  3254. ChatString.TextScaled = true
  3255. ChatString.TextSize = 14
  3256. ChatString.TextWrapped = true
  3257.  
  3258. Smallhead.Name = "Smallhead"
  3259. Smallhead.Parent = Frame
  3260. Smallhead.BackgroundColor3 = Color3.new(1, 1, 1)
  3261. Smallhead.Position = UDim2.new(0, 100, 0, 400)
  3262. Smallhead.Size = UDim2.new(0, 80, 0, 20)
  3263. Smallhead.Font = Enum.Font.SciFi
  3264. Smallhead.FontSize = Enum.FontSize.Size14
  3265. Smallhead.Text = "Normalhead"
  3266. Smallhead.TextSize = 14
  3267. Smallhead.MouseButton1Down:connect(function()
  3268.     Clicksound:Play()
  3269.     if Selected.Value == true then
  3270.         for i,v in pairs(game.Players:GetChildren()) do
  3271.             v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  3272.         end
  3273.     elseif Selected.Value == false then
  3274.         workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  3275.     end
  3276. end)
  3277. BallWS.Name = "BallWS"
  3278. BallWS.Parent = Frame
  3279. BallWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3280. BallWS.Position = UDim2.new(0, 190, 0, 400)
  3281. BallWS.Size = UDim2.new(0, 80, 0, 20)
  3282. BallWS.Font = Enum.Font.SciFi
  3283. BallWS.FontSize = Enum.FontSize.Size14
  3284. BallWS.Text = "BallWS"
  3285. BallWS.TextSize = 14
  3286. BallWS.MouseButton1Down:connect(function()
  3287.     Clicksound:Play()
  3288.     function Scaren(var_a)
  3289.     for i,v in pairs(var_a:GetChildren()) do
  3290.         if v.ClassName == "Part" then
  3291.             Ball = Instance.new("SpecialMesh",v)
  3292.             Ball.Name = "ExploitBall"
  3293.             Ball.MeshType = "Sphere"
  3294.         end
  3295.         Scaren(v)
  3296.     end
  3297. end
  3298. Scaren(workspace)
  3299. end)
  3300. CylWS.Name = "CylWS"
  3301. CylWS.Parent = Frame
  3302. CylWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3303. CylWS.Position = UDim2.new(0, 280, 0, 400)
  3304. CylWS.Size = UDim2.new(0, 80, 0, 20)
  3305. CylWS.Font = Enum.Font.SciFi
  3306. CylWS.FontSize = Enum.FontSize.Size14
  3307. CylWS.Text = "CylinderWS"
  3308. CylWS.TextSize = 14
  3309. CylWS.MouseButton1Down:connect(function()
  3310.     Clicksound:Play()
  3311.     function qcaren(var_a)
  3312.     for i,v in pairs(var_a:GetChildren()) do
  3313.         if v.ClassName == "Part" then
  3314.             Cyli = Instance.new("SpecialMesh",v)
  3315.             Cyli.Name = "ExploitCyli"
  3316.             Cyli.MeshType = "Cylinder"
  3317.         end
  3318.         qcaren(v)
  3319.     end
  3320. end
  3321. qcaren(workspace)
  3322. end)
  3323. BloWS.Name = "BloWS"
  3324. BloWS.Parent = Frame
  3325. BloWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3326. BloWS.Position = UDim2.new(0, 370, 0, 400)
  3327. BloWS.Size = UDim2.new(0, 80, 0, 20)
  3328. BloWS.Font = Enum.Font.SciFi
  3329. BloWS.FontSize = Enum.FontSize.Size14
  3330. BloWS.Text = "BlockWS"
  3331. BloWS.TextSize = 14
  3332. BloWS.MouseButton1Down:connect(function()
  3333.     Clicksound:Play()
  3334.     function xcaren(var_a)
  3335.     for i,v in pairs(var_a:GetChildren()) do
  3336.         if v.ClassName == "Part" then
  3337.             Bric = Instance.new("SpecialMesh",v)
  3338.             Bric.Name = "ExploitBrick"
  3339.             Bric.MeshType = "Brick"
  3340.         end
  3341.         xcaren(v)
  3342.     end
  3343. end
  3344. xcaren(workspace)
  3345. end)
  3346.  
  3347. TorsoWS.Name = "TorsoWS"
  3348. TorsoWS.Parent = Frame
  3349. TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3350. TorsoWS.Position = UDim2.new(0, 460, 0, 370)
  3351. TorsoWS.Size = UDim2.new(0, 80, 0, 20)
  3352. TorsoWS.Font = Enum.Font.SciFi
  3353. TorsoWS.FontSize = Enum.FontSize.Size14
  3354. TorsoWS.Text = "TorsoWS"
  3355. TorsoWS.TextSize = 14
  3356. TorsoWS.MouseButton1Down:connect(function()
  3357.     Clicksound:Play()
  3358.     function pxucarn(var_a)
  3359.     for i,v in pairs(var_a:GetChildren()) do
  3360.         if v.ClassName == "Part" then
  3361.             Tors = Instance.new("SpecialMesh",v)
  3362.             Tors.Name = "ExploitTorso"
  3363.             Tors.MeshType = "Torso"
  3364.         end
  3365.         pxucarn(v)
  3366.     end
  3367. end
  3368. pxucarn(workspace)
  3369. end)
  3370.  
  3371. WedgeWS.Name = "WedgeWS"
  3372. WedgeWS.Parent = Frame
  3373. WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3374. WedgeWS.Position = UDim2.new(0, 460, 0, 340)
  3375. WedgeWS.Size = UDim2.new(0, 80, 0, 20)
  3376. WedgeWS.Font = Enum.Font.SciFi
  3377. WedgeWS.FontSize = Enum.FontSize.Size14
  3378. WedgeWS.Text = "WedgeWS"
  3379. WedgeWS.TextSize = 14
  3380. WedgeWS.MouseButton1Down:connect(function()
  3381.     Clicksound:Play()
  3382.     function foo(var_a)
  3383.     for i,v in pairs(var_a:GetChildren()) do
  3384.         if v.ClassName == "Part" then
  3385.             Wedg = Instance.new("SpecialMesh",v)
  3386.             Wedg.Name = "ExploitWedge"
  3387.             Wedg.MeshType = "Wedge"
  3388.         end
  3389.         foo(v)
  3390.     end
  3391. end
  3392. foo(workspace)
  3393. end)
  3394. HeadWS.Name = "HeadWS"
  3395. HeadWS.Parent = Frame
  3396. HeadWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3397. HeadWS.Position = UDim2.new(0, 460, 0, 400)
  3398. HeadWS.Size = UDim2.new(0, 80, 0, 20)
  3399. HeadWS.Font = Enum.Font.SciFi
  3400. HeadWS.FontSize = Enum.FontSize.Size14
  3401. HeadWS.Text = "HeadWS"
  3402. HeadWS.TextSize = 14
  3403. HeadWS.MouseButton1Down:connect(function()
  3404.     Clicksound:Play()
  3405.     function food(var_a)
  3406.     for i,v in pairs(var_a:GetChildren()) do
  3407.         if v.ClassName == "Part" then
  3408.             Head = Instance.new("SpecialMesh",v)
  3409.             Head.Name = "ExploitHead"
  3410.             Head.MeshType = "Head"
  3411.         end
  3412.         food(v)
  3413.     end
  3414. end
  3415. food(workspace)
  3416. end)
  3417.  
  3418. Longneck.Name = "Longneck"
  3419. Longneck.Parent = Frame
  3420. Longneck.BackgroundColor3 = Color3.new(1, 1, 1)
  3421. Longneck.Position = UDim2.new(0, 460, 0, 310)
  3422. Longneck.Size = UDim2.new(0, 80, 0, 20)
  3423. Longneck.Font = Enum.Font.SciFi
  3424. Longneck.FontSize = Enum.FontSize.Size14
  3425. Longneck.Text = "Longneck"
  3426. Longneck.TextSize = 14
  3427. Longneck.MouseButton1Down:connect(function()
  3428.     Clicksound:Play()
  3429.     if Selected.Value == true then
  3430.         for i,v in pairs(game.Players:GetChildren()) do
  3431.             v.Character.HumanoidRootPart.Transparency = 0
  3432.             v.Character.Head.Mesh.Offset = Vector3.new(0,3,0)
  3433.             gt = Instance.new("CylinderMesh",v.Character.HumanoidRootPart)
  3434.             gt.Offset = Vector3.new(0,3,0)
  3435.             gt.Scale = Vector3.new(1,2,1)
  3436.             for i,h in pairs(v.Character:GetChildren()) do
  3437.                 if h.ClassName == "Accessory" then
  3438.                     h.Handle.Mesh.Offset = Vector3.new(0,3,0)
  3439.                 end
  3440.             end
  3441.         end
  3442.     elseif Selected.Value == false then
  3443.             workspace[PlayerName.Text].HumanoidRootPart.Transparency = 0
  3444.             workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,3,0)
  3445.             gt = Instance.new("CylinderMesh",workspace[PlayerName.Text].HumanoidRootPart)
  3446.             gt.Offset = Vector3.new(0,3,0)
  3447.             gt.Scale = Vector3.new(1,2,1)
  3448.             for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3449.                 if g.ClassName == "Accessory" then
  3450.                     g.Handle.Mesh.Offset = Vector3.new(0,3,0)
  3451.                 end
  3452.           end
  3453.     end
  3454. end)
  3455. Normalneck.Name = "Normalneck"
  3456. Normalneck.Parent = Frame
  3457. Normalneck.BackgroundColor3 = Color3.new(1, 1, 1)
  3458. Normalneck.Position = UDim2.new(0, 460, 0, 280)
  3459. Normalneck.Size = UDim2.new(0, 80, 0, 20)
  3460. Normalneck.Font = Enum.Font.SciFi
  3461. Normalneck.FontSize = Enum.FontSize.Size14
  3462. Normalneck.Text = "Normalneck"
  3463. Normalneck.TextSize = 14
  3464. Normalneck.MouseButton1Down:connect(function()
  3465.     Clicksound:Play()
  3466.     if Selected.Value == true then
  3467.         for i,v in pairs(game.Players:GetChildren()) do
  3468.             v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  3469.             v.Character.HumanoidRootPart.Mesh:Remove()
  3470.             v.Character.HumanoidRootPart.Transparency = 1
  3471.             for i,h in pairs(v.Character:GetChildren()) do
  3472.                 if h.ClassName == "Accessory" then
  3473.                     h.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3474.                 end
  3475.             end
  3476.         end
  3477.     elseif Selected.Value == false then
  3478.             workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  3479.             workspace[PlayerName.Text].HumanoidRootPart.Mesh:Remove()
  3480.             workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1
  3481.             for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3482.                 if g.ClassName == "Accessory" then
  3483.                     g.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3484.                 end
  3485.           end
  3486.     end
  3487. end)
  3488. Headtummy.Name = "Headtummy"
  3489. Headtummy.Parent = Frame
  3490. Headtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  3491. Headtummy.Position = UDim2.new(0, 460, 0, 250)
  3492. Headtummy.Size = UDim2.new(0, 80, 0, 20)
  3493. Headtummy.Font = Enum.Font.SciFi
  3494. Headtummy.FontSize = Enum.FontSize.Size14
  3495. Headtummy.Text = "Funny"
  3496. Headtummy.TextSize = 14
  3497. Headtummy.MouseButton1Down:connect(function()
  3498.     Clicksound:Play()
  3499.     if Selected.Value == true then
  3500.         for i,v in pairs(game.Players:GetChildren()) do
  3501.             v.Character.Torso.Transparency = 1
  3502.             v.Character:FindFirstChild("Left Arm").Transparency = 1
  3503.             v.Character:FindFirstChild("Right Arm").Transparency = 1
  3504.             v.Character.Head.Mesh.Offset = Vector3.new(0,-2,0)
  3505.             for i,q in pairs(v.Character:GetChildren()) do
  3506.                 if q.ClassName == "Accessory" then
  3507.                     q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  3508.                 end
  3509.             end
  3510.         end
  3511.     elseif Selected.Value == false then
  3512.         workspace[PlayerName.Text].Torso.Transparency = 1
  3513.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  3514.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  3515.         workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,-2,0)
  3516.             for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3517.                 if q.ClassName == "Accessory" then
  3518.                     q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  3519.                 end
  3520.             end
  3521.     end
  3522. end)
  3523. UnHeadtummy.Name = "UnHeadtummy"
  3524. UnHeadtummy.Parent = Frame
  3525. UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  3526. UnHeadtummy.Position = UDim2.new(0, 460, 0, 430)
  3527. UnHeadtummy.Size = UDim2.new(0, 80, 0, 20)
  3528. UnHeadtummy.Font = Enum.Font.SciFi
  3529. UnHeadtummy.FontSize = Enum.FontSize.Size14
  3530. UnHeadtummy.Text = "UnFunny"
  3531. UnHeadtummy.TextSize = 14
  3532. UnHeadtummy.MouseButton1Down:connect(function()
  3533.     Clicksound:Play()
  3534.     if Selected.Value == true then
  3535.     for i,v in pairs(game.Players:GetChildren()) do
  3536.             v.Character.Torso.Transparency = 0
  3537.             v.Character:FindFirstChild("Left Arm").Transparency = 0
  3538.             v.Character:FindFirstChild("Right Arm").Transparency = 0
  3539.             v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  3540.             for i,q in pairs(v.Character:GetChildren()) do
  3541.                 if q.ClassName == "Accessory" then
  3542.                     q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3543.                 end
  3544.             end
  3545.         end
  3546.     elseif Selected.Value == false then
  3547.         workspace[PlayerName.Text].Torso.Transparency = 0
  3548.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  3549.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  3550.         workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  3551.             for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3552.                 if q.ClassName == "Accessory" then
  3553.                     q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3554.                 end
  3555.             end
  3556.     end
  3557. end)
  3558.  
  3559. Fire.Name = "Fire"
  3560. Fire.Parent = Frame
  3561. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  3562. Fire.Position = UDim2.new(0, 460, 0, 160)
  3563. Fire.Size = UDim2.new(0, 80, 0, 20)
  3564. Fire.Font = Enum.Font.SciFi
  3565. Fire.FontSize = Enum.FontSize.Size14
  3566. Fire.Text = "Fire"
  3567. Fire.TextSize = 14
  3568. Fire.MouseButton1Down:connect(function()
  3569.     Clicksound:Play()
  3570.     if Selected.Value == true then
  3571.         for i,v in pairs(game.Players:GetChildren()) do
  3572.             Instance.new("Fire",v.Character.Torso)
  3573.             Instance.new("Fire",v.Character.Head)
  3574.             Instance.new("Fire",v.Character:FindFirstChild("Left Leg"))
  3575.             Instance.new("Fire",v.Character:FindFirstChild("Left Arm"))
  3576.             Instance.new("Fire",v.Character:FindFirstChild("Right Leg"))
  3577.             Instance.new("Fire",v.Character:FindFirstChild("Right Arm"))
  3578.         end
  3579.     elseif Selected.Value == false then
  3580.         Instance.new("Fire",workspace[PlayerName.Text].Torso)
  3581.         Instance.new("Fire",workspace[PlayerName.Text].Head)
  3582.         Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  3583.         Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  3584.         Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  3585.         Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  3586.     end
  3587. end)
  3588. Smoke.Name = "Smoke"
  3589. Smoke.Parent = Frame
  3590. Smoke.BackgroundColor3 = Color3.new(1, 1, 1)
  3591. Smoke.Position = UDim2.new(0, 460, 0, 220)
  3592. Smoke.Size = UDim2.new(0, 80, 0, 20)
  3593. Smoke.Font = Enum.Font.SciFi
  3594. Smoke.FontSize = Enum.FontSize.Size14
  3595. Smoke.Text = "Smoke"
  3596. Smoke.TextSize = 14
  3597. Smoke.MouseButton1Down:connect(function()
  3598.     Clicksound:Play()
  3599.     if Selected.Value == true then
  3600.         for i,v in pairs(game.Players:GetChildren()) do
  3601.             Instance.new("Smoke",v.Character.Torso)
  3602.         end
  3603.     elseif Selected.Value == false then
  3604.         Instance.new("Smoke",workspace[PlayerName.Text].Torso)
  3605.     end
  3606. end)
  3607. Sparkles.Name = "Sparkles"
  3608. Sparkles.Parent = Frame
  3609. Sparkles.BackgroundColor3 = Color3.new(1, 1, 1)
  3610. Sparkles.Position = UDim2.new(0, 460, 0, 130)
  3611. Sparkles.Size = UDim2.new(0, 80, 0, 20)
  3612. Sparkles.Font = Enum.Font.SciFi
  3613. Sparkles.FontSize = Enum.FontSize.Size14
  3614. Sparkles.Text = "Sparkles"
  3615. Sparkles.TextSize = 14
  3616. Sparkles.MouseButton1Down:connect(function()
  3617.     Clicksound:Play()
  3618.     if Selected.Value == true then
  3619.         for i,v in pairs(game.Players:GetChildren()) do
  3620.             Instance.new("Sparkles",v.Character.Torso)
  3621.             Instance.new("Sparkles",v.Character.Head)
  3622.             Instance.new("Sparkles",v.Character:FindFirstChild("Left Leg"))
  3623.             Instance.new("Sparkles",v.Character:FindFirstChild("Left Arm"))
  3624.             Instance.new("Sparkles",v.Character:FindFirstChild("Right Leg"))
  3625.             Instance.new("Sparkles",v.Character:FindFirstChild("Right Arm"))
  3626.         end
  3627.     elseif Selected.Value == false then
  3628.         Instance.new("Sparkles",workspace[PlayerName.Text].Torso)
  3629.         Instance.new("Sparkles",workspace[PlayerName.Text].Head)
  3630.         Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  3631.         Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  3632.         Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  3633.         Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  3634.     end
  3635. end)
  3636. FF.Name = "FF"
  3637. FF.Parent = Frame
  3638. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  3639. FF.Position = UDim2.new(0, 460, 0, 190)
  3640. FF.Size = UDim2.new(0, 80, 0, 20)
  3641. FF.Font = Enum.Font.SciFi
  3642. FF.FontSize = Enum.FontSize.Size14
  3643. FF.Text = "FF"
  3644. FF.TextSize = 14
  3645. FF.MouseButton1Down:connect(function()
  3646.     Clicksound:Play()
  3647.     if Selected.Value == true then
  3648.         for i,v in pairs(game.Players:GetChildren()) do
  3649.             Instance.new("ForceField",v.Character)
  3650.         end
  3651.     elseif Selected.Value == false then
  3652.         Instance.new("ForceField",workspace[PlayerName.Text])
  3653.     end
  3654. end)
  3655.  
  3656. MlgParticles.Name = "MlgParticles"
  3657. MlgParticles.Parent = Frame
  3658. MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1)
  3659. MlgParticles.Position = UDim2.new(0, 460, 0, 100)
  3660. MlgParticles.Size = UDim2.new(0, 80, 0, 20)
  3661. MlgParticles.Font = Enum.Font.SciFi
  3662. MlgParticles.FontSize = Enum.FontSize.Size14
  3663. MlgParticles.Text = "MLG"
  3664. MlgParticles.TextSize = 14
  3665. MlgParticles.MouseButton1Down:connect(function()
  3666.     Clicksound:Play()
  3667.     if Selected.Value == true then
  3668.         for i,v in pairs(game.Players:GetChildren()) do
  3669.             mlg = Instance.new("ParticleEmitter",v.Character.Torso)
  3670.             mlg.Speed = NumberRange.new(20,20)
  3671.             mlg.Rate = 20
  3672.             mlg.VelocitySpread = 30
  3673.             mlg.Lifetime = NumberRange.new(6,6)
  3674.             mlg.Texture = "rbxassetid://193849784"
  3675.             mlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  3676.             mlgg.Speed = NumberRange.new(20,20)
  3677.             mlgg.Rate = 20
  3678.             mlgg.VelocitySpread = 30
  3679.             mlgg.Lifetime = NumberRange.new(6,6)
  3680.             mlgg.Texture = "rbxassetid://188207856"
  3681.             smlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  3682.             smlgg.Speed = NumberRange.new(20,20)
  3683.             smlgg.Rate = 20
  3684.             smlgg.VelocitySpread = 30
  3685.             smlgg.Lifetime = NumberRange.new(6,6)
  3686.             smlgg.Texture = "rbxassetid://198328945"
  3687.             sml = Instance.new("ParticleEmitter",v.Character.Torso)
  3688.             sml.Speed = NumberRange.new(20,20)
  3689.             sml.Rate = 20
  3690.             sml.VelocitySpread = 30
  3691.             sml.Lifetime = NumberRange.new(6,6)
  3692.             sml.Texture = "rbxassetid://461700443"
  3693.             sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3694.             sml.Speed = NumberRange.new(20,20)
  3695.             sml.Rate = 20
  3696.             sml.VelocitySpread = 30
  3697.             sml.Lifetime = NumberRange.new(6,6)
  3698.             sml.Texture = "rbxassetid://198328733"
  3699.         end
  3700.     elseif Selected.Value == false then
  3701.         mlg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3702.             mlg.Speed = NumberRange.new(20,20)
  3703.             mlg.Rate = 20
  3704.             mlg.VelocitySpread = 30
  3705.             mlg.Lifetime = NumberRange.new(6,6)
  3706.             mlg.Texture = "rbxassetid://193849784"
  3707.             mlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3708.             mlgg.Speed = NumberRange.new(20,20)
  3709.             mlgg.Rate = 20
  3710.             mlgg.VelocitySpread = 30
  3711.             mlgg.Lifetime = NumberRange.new(6,6)
  3712.             mlgg.Texture = "rbxassetid://188207856"
  3713.             smlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3714.             smlgg.Speed = NumberRange.new(20,20)
  3715.             smlgg.Rate = 20
  3716.             smlgg.VelocitySpread = 30
  3717.             smlgg.Lifetime = NumberRange.new(6,6)
  3718.             smlgg.Texture = "rbxassetid://198328945"
  3719.             sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3720.             sml.Speed = NumberRange.new(20,20)
  3721.             sml.Rate = 20
  3722.             sml.VelocitySpread = 30
  3723.             sml.Lifetime = NumberRange.new(6,6)
  3724.             sml.Texture = "rbxassetid://461700443"
  3725.             sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3726.             sml.Speed = NumberRange.new(20,20)
  3727.             sml.Rate = 20
  3728.             sml.VelocitySpread = 30
  3729.             sml.Lifetime = NumberRange.new(6,6)
  3730.             sml.Texture = "rbxassetid://198328733"
  3731.     end
  3732. end)
  3733.  
  3734. Close.Name = "Close"
  3735. Close.Parent = Frame
  3736. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  3737. Close.BorderColor3 = Color3.new(0, 0, 0)
  3738. Close.BorderSizePixel = 3
  3739. Close.Position = UDim2.new(0, 540, 0, 0)
  3740. Close.Size = UDim2.new(0, 20, 0, 20)
  3741. Close.Font = Enum.Font.SciFi
  3742. Close.FontSize = Enum.FontSize.Size14
  3743. Close.Text = "X"
  3744. Close.TextColor3 = Color3.new(0, 0, 0)
  3745. Close.TextSize = 14
  3746. Close.MouseButton1Down:connect(function()
  3747.     IntroSong.PlaybackSpeed = 0.93
  3748.     IntroSong:Play()
  3749.     Clicksound:Play()
  3750.     BG:TweenSize(UDim2.new(0,550,0,0),"Out")
  3751.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  3752.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
  3753.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3754.     Frame.Active = false
  3755.     wait(1.3)
  3756.     Open.Visible = true
  3757. end)
  3758. Open.Name = "Open"
  3759. Open.Parent = Exploit
  3760. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3761. Open.BorderColor3 = Color3.new(0, 0, 0)
  3762. Open.BorderSizePixel = 0
  3763. Open.BackgroundTransparency = 0.58
  3764. Open.Position = UDim2.new(0, 0, 0, 0)
  3765. Open.Size = UDim2.new(0, 40, 0, 40)
  3766. Open.Visible = false
  3767. Open.Font = Enum.Font.SciFi
  3768. Open.FontSize = Enum.FontSize.Size14
  3769. Open.Text = "Open"
  3770. Open.TextColor3 = Color3.new(1, 1, 1)
  3771. Open.TextSize = 18
  3772. Open.MouseButton1Down:connect(function()
  3773.     IntroSong.PlaybackSpeed = 1.1
  3774.     IntroSong:Play()
  3775.     Clicksound:Play()
  3776.     BG:TweenSize(UDim2.new(0,550,0,490),"Out")
  3777.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  3778.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
  3779.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3780.     Frame.Active = true
  3781.     Open.Visible = false
  3782. end)
  3783.  
  3784. Sanic.Name = "Sanic"
  3785. Sanic.Parent = Frame
  3786. Sanic.BackgroundColor3 = Color3.new(1, 1, 1)
  3787. Sanic.Position = UDim2.new(0, 10, 0, 430)
  3788. Sanic.Size = UDim2.new(0, 80, 0, 20)
  3789. Sanic.Font = Enum.Font.SciFi
  3790. Sanic.FontSize = Enum.FontSize.Size14
  3791. Sanic.Text = "Sanic"
  3792. Sanic.TextScaled = true
  3793. Sanic.TextSize = 14
  3794. Sanic.TextWrapped = true
  3795. Sanic.MouseButton1Down:connect(function()
  3796.     Clicksound:Play()
  3797.     if Selected.Value == true then
  3798.         for i,v in pairs(game.Players:GetChildren()) do
  3799.             v.Character.Torso.Transparency = 1
  3800.             v.Character.Head.Transparency = 1
  3801.             v.Character.Head.face.Transparency = 1
  3802.             v.Character:FindFirstChild("Left Leg").Transparency = 1
  3803.             v.Character:FindFirstChild("Left Arm").Transparency = 1
  3804.             v.Character:FindFirstChild("Right Leg").Transparency = 1
  3805.             v.Character:FindFirstChild("Right Arm").Transparency = 1
  3806.             v.Character.Humanoid.WalkSpeed = 100
  3807.             v.Character.Humanoid.NameOcclusion = "NoOcclusion"
  3808.             Lol = Instance.new("Sound",v.Character.Torso)
  3809.             Lol.Playing = true
  3810.             Lol.Looped = true
  3811.             Lol.Volume = 10
  3812.             Lol.SoundId = "rbxassetid://145542130"
  3813.             for i,t in pairs(v.Character:GetChildren()) do
  3814.                 if t.ClassName == "Accessory" then
  3815.                     t.Handle.Transparency = 1
  3816.                 end
  3817.             end
  3818.             sanic = Instance.new("SurfaceGui",v.Character.HumanoidRootPart)
  3819.             img = Instance.new("ImageLabel",sanic)
  3820.             img.Size = UDim2.new(0,2000,0,1500)
  3821.             img.Position = UDim2.new(0,-600,0,-400)
  3822.             img.Image = "rbxassetid://360880946"
  3823.             img.BackgroundTransparency = 1
  3824.         end
  3825.     elseif Selected.Value == false then
  3826.         workspace[PlayerName.Text].Torso.Transparency = 1
  3827.         workspace[PlayerName.Text].Head.Transparency = 1
  3828.         workspace[PlayerName.Text].Head.face.Transparency = 1
  3829.         workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  3830.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  3831.         workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  3832.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  3833.         workspace[PlayerName.Text].Humanoid.WalkSpeed = 100
  3834.         workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion"
  3835.         Lol = Instance.new("Sound",workspace[PlayerName.Text].Torso)
  3836.         Lol.Playing = true
  3837.         Lol.Looped = true
  3838.         Lol.Volume = 10
  3839.         Lol.SoundId = "rbxassetid://145542130"
  3840.         for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3841.                 if tx.ClassName == "Accessory" then
  3842.                     tx.Handle.Transparency = 1
  3843.                 end
  3844.             end
  3845.         sanic = Instance.new("SurfaceGui",workspace[PlayerName.Text].HumanoidRootPart)
  3846.         img = Instance.new("ImageLabel",sanic)
  3847.         img.Size = UDim2.new(0,2000,0,1500)
  3848.         img.Position = UDim2.new(0,-600,0,-400)
  3849.         img.Image = "rbxassetid://360880946"
  3850.         img.BackgroundTransparency = 1
  3851.     end
  3852. end)
  3853.  
  3854. UnSanic.Name = "UnSanic"
  3855. UnSanic.Parent = Frame
  3856. UnSanic.BackgroundColor3 = Color3.new(1, 1, 1)
  3857. UnSanic.Position = UDim2.new(0, 100, 0, 430)
  3858. UnSanic.Size = UDim2.new(0, 80, 0, 20)
  3859. UnSanic.Font = Enum.Font.SciFi
  3860. UnSanic.FontSize = Enum.FontSize.Size14
  3861. UnSanic.Text = "UnSanic"
  3862. UnSanic.TextScaled = true
  3863. UnSanic.TextSize = 14
  3864. UnSanic.TextWrapped = true
  3865. UnSanic.MouseButton1Down:connect(function()
  3866.     Clicksound:Play()
  3867.     if Selected.Value == true then
  3868.         for i,v in pairs(game.Players:GetChildren()) do
  3869.             v.Character.Torso.Transparency = 0
  3870.             v.Character.Head.Transparency = 0
  3871.             v.Character.Head.face.Transparency = 0
  3872.             v.Character:FindFirstChild("Left Leg").Transparency = 0
  3873.             v.Character:FindFirstChild("Left Arm").Transparency = 0
  3874.             v.Character:FindFirstChild("Right Leg").Transparency = 0
  3875.             v.Character:FindFirstChild("Right Arm").Transparency = 0
  3876.             v.Character.Humanoid.WalkSpeed = 16
  3877.             v.Character.Humanoid.NameOcclusion = "OccludeAll"
  3878.             v.Character.Torso.Sound:Remove()
  3879.             for i,t in pairs(v.Character:GetChildren()) do
  3880.                 if t.ClassName == "Accessory" then
  3881.                     t.Handle.Transparency = 0
  3882.                 end
  3883.             end
  3884.             v.Character.HumanoidRootPart.SurfaceGui:Remove()
  3885.         end
  3886.     elseif Selected.Value == false then
  3887.         workspace[PlayerName.Text].Torso.Transparency = 0
  3888.         workspace[PlayerName.Text].Head.Transparency = 0
  3889.         workspace[PlayerName.Text].Head.face.Transparency = 0
  3890.         workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  3891.         workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  3892.         workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  3893.         workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  3894.         workspace[PlayerName.Text].Humanoid.WalkSpeed = 16
  3895.         workspace[PlayerName.Text].Humanoid.NameOcclusion = "OccludeAll"
  3896.         workspace[PlayerName.Text].Torso.Sound:Remove()
  3897.         for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3898.                 if tx.ClassName == "Accessory" then
  3899.                     tx.Handle.Transparency = 0
  3900.                 end
  3901.             end
  3902.         workspace[PlayerName.Text].HumanoidRootPart.SurfaceGui:Remove()
  3903.     end
  3904. end)
  3905. LagOthers.Name = "LagOthers"
  3906. LagOthers.Parent = Frame
  3907. LagOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  3908. LagOthers.Position = UDim2.new(0, 190, 0, 430)
  3909. LagOthers.Size = UDim2.new(0, 80, 0, 20)
  3910. LagOthers.Font = Enum.Font.SciFi
  3911. LagOthers.FontSize = Enum.FontSize.Size14
  3912. LagOthers.Text = "LagOthers"
  3913. LagOthers.TextScaled = true
  3914. LagOthers.TextSize = 14
  3915. LagOthers.TextWrapped = true
  3916. LagOthers.MouseButton1Down:connect(function()
  3917.     Clicksound:Play()
  3918.     for i,v in pairs(game.Players:GetChildren()) do
  3919.         if v.Name ~= game.Players.LocalPlayer.Name then
  3920.             v.Character.Humanoid.HipHeight = math.huge * 0
  3921.         end
  3922.     end
  3923. end)
  3924.  
  3925. FeChecker.Name = "FeChecker"
  3926. FeChecker.Parent = Frame
  3927. FeChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  3928. FeChecker.BackgroundTransparency = 1
  3929. FeChecker.Position = UDim2.new(0, 150, 0, 10)
  3930. FeChecker.Size = UDim2.new(0, 100, 0, 20)
  3931. FeChecker.Font = Enum.Font.SciFi
  3932. FeChecker.FontSize = Enum.FontSize.Size14
  3933. FeChecker.Text = "FE is Disabled"
  3934. FeChecker.TextColor3 = Color3.new(1, 1, 1)
  3935. FeChecker.TextScaled = true
  3936. FeChecker.TextSize = 14
  3937. FeChecker.TextTransparency = 1
  3938. FeChecker.TextWrapped = true
  3939. if workspace.FilteringEnabled == false then
  3940.     FeChecker.Text = "FE is Disabled"
  3941.     FeChecker.BackgroundColor3 = Color3.new(0,1,0)
  3942. elseif workspace.FilteringEnabled == true then
  3943.     FeChecker.Text = "FE is Enabled :("
  3944.     FeChecker.BackgroundColor3 = Color3.new(1,0,0)
  3945. end
  3946.  
  3947. -- Properties
  3948.  
  3949. Exploit.Name = "Exploit"
  3950. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  3951.  
  3952. Open.Name = "Open"
  3953. Open.Parent = Exploit
  3954. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3955. Open.BackgroundTransparency = 0.40000000596046
  3956. Open.BorderColor3 = Color3.new(0, 0, 0)
  3957. Open.Position = UDim2.new(0, 0, 0, 0)
  3958. Open.Size = UDim2.new(0, 40, 0, 40)
  3959. Open.Visible = false
  3960. Open.Font = Enum.Font.SciFi
  3961. Open.FontSize = Enum.FontSize.Size14
  3962. Open.Text = "Open"
  3963. Open.TextColor3 = Color3.new(1, 1, 1)
  3964. Open.TextSize = 14
  3965.  
  3966. BG.Name = "BG"
  3967. BG.Parent = Exploit
  3968. BG.BackgroundColor3 = Color3.new(0, 0, 0)
  3969. BG.BackgroundTransparency = 0.5
  3970. BG.BorderSizePixel = 0
  3971. BG.ClipsDescendants = true
  3972. BG.Position = UDim2.new(0, 260, 0, 10)
  3973. BG.Selectable = true
  3974. BG.Size = UDim2.new(0, 460, 0, 0)
  3975.  
  3976. Frame.Parent = BG
  3977. Frame.Active = true
  3978. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  3979. Frame.BackgroundTransparency = 1
  3980. Frame.BorderColor3 = Color3.new(0, 0, 0)
  3981. Frame.BorderSizePixel = 3
  3982. Frame.ClipsDescendants = false
  3983. Frame.Position = UDim2.new(0, 0, 0, 0)
  3984. Frame.Size = UDim2.new(0, 550, 0, 460)
  3985. Frame.Visible = false
  3986.  
  3987. PlayerName.Name = "PlayerName"
  3988. PlayerName.Parent = Frame
  3989. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  3990. PlayerName.BackgroundTransparency = 0.5
  3991. PlayerName.Position = UDim2.new(0, 10, 0, 10)
  3992. PlayerName.Size = UDim2.new(0, 130, 0, 20)
  3993. PlayerName.Font = Enum.Font.SciFi
  3994. PlayerName.FontSize = Enum.FontSize.Size14
  3995. PlayerName.Text = "PlayerName"
  3996. PlayerName.TextColor3 = Color3.new(0, 0.984314, 1)
  3997. PlayerName.TextSize = 14
  3998. PlayerName.TextTransparency = 1
  3999.  
  4000. SelectAll.Name = "SelectAll"
  4001. SelectAll.Parent = Frame
  4002. SelectAll.BackgroundColor3 = Color3.new(1, 1, 1)
  4003. SelectAll.BackgroundTransparency = 0.5
  4004. SelectAll.Position = UDim2.new(0, 260, 0, 10)
  4005. SelectAll.Size = UDim2.new(0, 80, 0, 20)
  4006. SelectAll.Font = Enum.Font.SciFi
  4007. SelectAll.FontSize = Enum.FontSize.Size14
  4008. SelectAll.Text = "Select all plrs"
  4009. SelectAll.TextColor3 = Color3.new(1, 1, 1)
  4010. SelectAll.TextScaled = true
  4011. SelectAll.TextSize = 14
  4012. SelectAll.TextTransparency = 1
  4013. SelectAll.TextWrapped = true
  4014.  
  4015. Music.Name = "Music"
  4016. Music.Parent = Frame
  4017. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  4018. Music.BackgroundTransparency = 0.5
  4019. Music.Position = UDim2.new(0, 10, 0, 70)
  4020. Music.Size = UDim2.new(0, 80, 0, 20)
  4021. Music.Font = Enum.Font.SciFi
  4022. Music.FontSize = Enum.FontSize.Size14
  4023. Music.Text = "Music"
  4024. Music.TextColor3 = Color3.new(1, 1, 1)
  4025. Music.TextSize = 14
  4026. Music.TextTransparency = 1
  4027.  
  4028. Punish.Name = "Punish"
  4029. Punish.Parent = Frame
  4030. Punish.BackgroundColor3 = Color3.new(1, 1, 1)
  4031. Punish.BackgroundTransparency = 0.5
  4032. Punish.Position = UDim2.new(0, 100, 0, 40)
  4033. Punish.Size = UDim2.new(0, 80, 0, 20)
  4034. Punish.Font = Enum.Font.SciFi
  4035. Punish.FontSize = Enum.FontSize.Size14
  4036. Punish.Text = "Punish"
  4037. Punish.TextColor3 = Color3.new(1, 1, 1)
  4038. Punish.TextSize = 14
  4039. Punish.TextTransparency = 1
  4040.  
  4041. RemoveTools.Name = "RemoveTools"
  4042. RemoveTools.Parent = Frame
  4043. RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  4044. RemoveTools.BackgroundTransparency = 0.5
  4045. RemoveTools.Position = UDim2.new(0, 190, 0, 40)
  4046. RemoveTools.Size = UDim2.new(0, 80, 0, 20)
  4047. RemoveTools.Font = Enum.Font.SciFi
  4048. RemoveTools.FontSize = Enum.FontSize.Size14
  4049. RemoveTools.Text = "Remove Tools"
  4050. RemoveTools.TextColor3 = Color3.new(1, 1, 1)
  4051. RemoveTools.TextScaled = true
  4052. RemoveTools.TextSize = 14
  4053. RemoveTools.TextTransparency = 1
  4054. RemoveTools.TextWrapped = true
  4055.  
  4056. Stools.Name = "Stools"
  4057. Stools.Parent = Frame
  4058. Stools.BackgroundColor3 = Color3.new(1, 1, 1)
  4059. Stools.BackgroundTransparency = 0.5
  4060. Stools.Position = UDim2.new(0, 370, 0, 40)
  4061. Stools.Size = UDim2.new(0, 80, 0, 20)
  4062. Stools.Font = Enum.Font.SciFi
  4063. Stools.FontSize = Enum.FontSize.Size14
  4064. Stools.Text = "Steal Tools"
  4065. Stools.TextColor3 = Color3.new(1, 1, 1)
  4066. Stools.TextScaled = true
  4067. Stools.TextSize = 14
  4068. Stools.TextTransparency = 1
  4069. Stools.TextWrapped = true
  4070.  
  4071. Kill.Name = "Kill"
  4072. Kill.Parent = Frame
  4073. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  4074. Kill.BackgroundTransparency = 0.5
  4075. Kill.Position = UDim2.new(0, 10, 0, 40)
  4076. Kill.Size = UDim2.new(0, 80, 0, 20)
  4077. Kill.Font = Enum.Font.SciFi
  4078. Kill.FontSize = Enum.FontSize.Size14
  4079. Kill.Text = "Kill"
  4080. Kill.TextColor3 = Color3.new(1, 1, 1)
  4081. Kill.TextSize = 14
  4082. Kill.TextTransparency = 1
  4083.  
  4084. Pitch.Name = "Pitch"
  4085. Pitch.Parent = Frame
  4086. Pitch.BackgroundColor3 = Color3.new(1, 1, 1)
  4087. Pitch.BackgroundTransparency = 0.5
  4088. Pitch.Position = UDim2.new(0, 10, 0, 130)
  4089. Pitch.Size = UDim2.new(0, 80, 0, 20)
  4090. Pitch.Font = Enum.Font.SciFi
  4091. Pitch.FontSize = Enum.FontSize.Size14
  4092. Pitch.Text = "1"
  4093. Pitch.TextColor3 = Color3.new(0, 0.984314, 1)
  4094. Pitch.TextSize = 14
  4095. Pitch.TextTransparency = 1
  4096.  
  4097. From.Name = "From"
  4098. From.Parent = Frame
  4099. From.BackgroundColor3 = Color3.new(1, 1, 1)
  4100. From.BackgroundTransparency = 0.5
  4101. From.Position = UDim2.new(0, 370, 0, 70)
  4102. From.Size = UDim2.new(0, 80, 0, 20)
  4103. From.Font = Enum.Font.SciFi
  4104. From.FontSize = Enum.FontSize.Size14
  4105. From.Text = "From"
  4106. From.TextColor3 = Color3.new(0, 0.984314, 1)
  4107. From.TextScaled = true
  4108. From.TextSize = 14
  4109. From.TextTransparency = 1
  4110. From.TextWrapped = true
  4111.  
  4112. ID.Name = "ID"
  4113. ID.Parent = Frame
  4114. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  4115. ID.BackgroundTransparency = 0.5
  4116. ID.Position = UDim2.new(0, 10, 0, 100)
  4117. ID.Size = UDim2.new(0, 80, 0, 20)
  4118. ID.Font = Enum.Font.SciFi
  4119. ID.FontSize = Enum.FontSize.Size14
  4120. ID.Text = "35930009"
  4121. ID.TextColor3 = Color3.new(0, 0.984314, 1)
  4122. ID.TextSize = 14
  4123. ID.TextTransparency = 1
  4124.  
  4125. Godmode.Name = "Godmode"
  4126. Godmode.Parent = Frame
  4127. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  4128. Godmode.BackgroundTransparency = 0.5
  4129. Godmode.Position = UDim2.new(0, 190, 0, 130)
  4130. Godmode.Size = UDim2.new(0, 80, 0, 20)
  4131. Godmode.Font = Enum.Font.SciFi
  4132. Godmode.FontSize = Enum.FontSize.Size14
  4133. Godmode.Text = "God"
  4134. Godmode.TextColor3 = Color3.new(1, 1, 1)
  4135. Godmode.TextScaled = true
  4136. Godmode.TextSize = 14
  4137. Godmode.TextTransparency = 1
  4138. Godmode.TextWrapped = true
  4139.  
  4140. Walkspeed.Name = "Walkspeed"
  4141. Walkspeed.Parent = Frame
  4142. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  4143. Walkspeed.BackgroundTransparency = 0.5
  4144. Walkspeed.Position = UDim2.new(0, 190, 0, 70)
  4145. Walkspeed.Size = UDim2.new(0, 80, 0, 20)
  4146. Walkspeed.Font = Enum.Font.SciFi
  4147. Walkspeed.FontSize = Enum.FontSize.Size14
  4148. Walkspeed.Text = "Walkspeed"
  4149. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  4150. Walkspeed.TextScaled = true
  4151. Walkspeed.TextSize = 14
  4152. Walkspeed.TextTransparency = 1
  4153. Walkspeed.TextWrapped = true
  4154.  
  4155. Speed.Name = "Speed"
  4156. Speed.Parent = Frame
  4157. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  4158. Speed.BackgroundTransparency = 0.5
  4159. Speed.Position = UDim2.new(0, 190, 0, 100)
  4160. Speed.Size = UDim2.new(0, 80, 0, 20)
  4161. Speed.Font = Enum.Font.SciFi
  4162. Speed.FontSize = Enum.FontSize.Size14
  4163. Speed.Text = "Speed"
  4164. Speed.TextColor3 = Color3.new(0, 0.984314, 1)
  4165. Speed.TextSize = 14
  4166. Speed.TextTransparency = 1
  4167.  
  4168. Value.Name = "Value"
  4169. Value.Parent = Frame
  4170. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  4171. Value.BackgroundTransparency = 0.5
  4172. Value.Position = UDim2.new(0, 280, 0, 130)
  4173. Value.Size = UDim2.new(0, 80, 0, 20)
  4174. Value.Font = Enum.Font.SciFi
  4175. Value.FontSize = Enum.FontSize.Size14
  4176. Value.Text = "Value"
  4177. Value.TextColor3 = Color3.new(0, 0.984314, 1)
  4178. Value.TextSize = 14
  4179. Value.TextTransparency = 1
  4180.  
  4181. Btools.Name = "Btools"
  4182. Btools.Parent = Frame
  4183. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  4184. Btools.BackgroundTransparency = 0.5
  4185. Btools.Position = UDim2.new(0, 280, 0, 40)
  4186. Btools.Size = UDim2.new(0, 80, 0, 20)
  4187. Btools.Font = Enum.Font.SciFi
  4188. Btools.FontSize = Enum.FontSize.Size14
  4189. Btools.Text = "Btools"
  4190. Btools.TextColor3 = Color3.new(1, 1, 1)
  4191. Btools.TextScaled = true
  4192. Btools.TextSize = 14
  4193. Btools.TextTransparency = 1
  4194. Btools.TextWrapped = true
  4195.  
  4196. StatChange.Name = "StatChange"
  4197. StatChange.Parent = Frame
  4198. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  4199. StatChange.BackgroundTransparency = 0.5
  4200. StatChange.Position = UDim2.new(0, 280, 0, 70)
  4201. StatChange.Size = UDim2.new(0, 80, 0, 20)
  4202. StatChange.Font = Enum.Font.SciFi
  4203. StatChange.FontSize = Enum.FontSize.Size14
  4204. StatChange.Text = "StatChange"
  4205. StatChange.TextColor3 = Color3.new(1, 1, 1)
  4206. StatChange.TextScaled = true
  4207. StatChange.TextSize = 14
  4208. StatChange.TextTransparency = 1
  4209. StatChange.TextWrapped = true
  4210.  
  4211. StatName.Name = "StatName"
  4212. StatName.Parent = Frame
  4213. StatName.BackgroundColor3 = Color3.new(1, 1, 1)
  4214. StatName.BackgroundTransparency = 0.5
  4215. StatName.Position = UDim2.new(0, 280, 0, 100)
  4216. StatName.Size = UDim2.new(0, 80, 0, 20)
  4217. StatName.Font = Enum.Font.SciFi
  4218. StatName.FontSize = Enum.FontSize.Size14
  4219. StatName.Text = "Stat Name"
  4220. StatName.TextColor3 = Color3.new(0, 0.984314, 1)
  4221. StatName.TextSize = 14
  4222. StatName.TextTransparency = 1
  4223.  
  4224. Skybox.Name = "Skybox"
  4225. Skybox.Parent = Frame
  4226. Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
  4227. Skybox.BackgroundTransparency = 0.5
  4228. Skybox.Position = UDim2.new(0, 100, 0, 100)
  4229. Skybox.Size = UDim2.new(0, 80, 0, 20)
  4230. Skybox.Selected = true
  4231. Skybox.Font = Enum.Font.SciFi
  4232. Skybox.FontSize = Enum.FontSize.Size14
  4233. Skybox.Text = "Skybox"
  4234. Skybox.TextColor3 = Color3.new(1, 1, 1)
  4235. Skybox.TextSize = 14
  4236. Skybox.TextTransparency = 1
  4237.  
  4238. Skyboxid.Name = "Skyboxid"
  4239. Skyboxid.Parent = Frame
  4240. Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1)
  4241. Skyboxid.BackgroundTransparency = 0.5
  4242. Skyboxid.Position = UDim2.new(0, 100, 0, 130)
  4243. Skyboxid.Size = UDim2.new(0, 80, 0, 20)
  4244. Skyboxid.Font = Enum.Font.SciFi
  4245. Skyboxid.FontSize = Enum.FontSize.Size14
  4246. Skyboxid.Text = "Image ID"
  4247. Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1)
  4248. Skyboxid.TextSize = 14
  4249. Skyboxid.TextTransparency = 1
  4250.  
  4251. UnlockWS.Name = "UnlockWS"
  4252. UnlockWS.Parent = Frame
  4253. UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4254. UnlockWS.BackgroundTransparency = 0.5
  4255. UnlockWS.Position = UDim2.new(0, 370, 0, 100)
  4256. UnlockWS.Size = UDim2.new(0, 80, 0, 20)
  4257. UnlockWS.Font = Enum.Font.SciFi
  4258. UnlockWS.FontSize = Enum.FontSize.Size14
  4259. UnlockWS.Text = "Unlock WS"
  4260. UnlockWS.TextColor3 = Color3.new(1, 1, 1)
  4261. UnlockWS.TextScaled = true
  4262. UnlockWS.TextSize = 14
  4263. UnlockWS.TextTransparency = 1
  4264. UnlockWS.TextWrapped = true
  4265.  
  4266. Teleport.Name = "Teleport"
  4267. Teleport.Parent = Frame
  4268. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  4269. Teleport.BackgroundTransparency = 0.5
  4270. Teleport.Position = UDim2.new(0, 370, 0, 130)
  4271. Teleport.Size = UDim2.new(0, 80, 0, 20)
  4272. Teleport.Font = Enum.Font.SciFi
  4273. Teleport.FontSize = Enum.FontSize.Size14
  4274. Teleport.Text = "Teleport"
  4275. Teleport.TextColor3 = Color3.new(1, 1, 1)
  4276. Teleport.TextScaled = true
  4277. Teleport.TextSize = 14
  4278. Teleport.TextTransparency = 1
  4279. Teleport.TextWrapped = true
  4280.  
  4281. TpTo.Name = "TpTo"
  4282. TpTo.Parent = Frame
  4283. TpTo.BackgroundColor3 = Color3.new(1, 1, 1)
  4284. TpTo.BackgroundTransparency = 0.5
  4285. TpTo.Position = UDim2.new(0, 370, 0, 160)
  4286. TpTo.Size = UDim2.new(0, 80, 0, 20)
  4287. TpTo.Font = Enum.Font.SciFi
  4288. TpTo.FontSize = Enum.FontSize.Size14
  4289. TpTo.Text = "To"
  4290. TpTo.TextColor3 = Color3.new(0, 0.984314, 1)
  4291. TpTo.TextScaled = true
  4292. TpTo.TextSize = 14
  4293. TpTo.TextTransparency = 1
  4294. TpTo.TextWrapped = true
  4295.  
  4296. UnanchorWS.Name = "UnanchorWS"
  4297. UnanchorWS.Parent = Frame
  4298. UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4299. UnanchorWS.BackgroundTransparency = 0.5
  4300. UnanchorWS.Position = UDim2.new(0, 370, 0, 190)
  4301. UnanchorWS.Size = UDim2.new(0, 80, 0, 20)
  4302. UnanchorWS.Font = Enum.Font.SciFi
  4303. UnanchorWS.FontSize = Enum.FontSize.Size14
  4304. UnanchorWS.Text = "UnanchorWS"
  4305. UnanchorWS.TextColor3 = Color3.new(1, 1, 1)
  4306. UnanchorWS.TextScaled = true
  4307. UnanchorWS.TextSize = 14
  4308. UnanchorWS.TextTransparency = 1
  4309. UnanchorWS.TextWrapped = true
  4310.  
  4311. Char.Name = "Char"
  4312. Char.Parent = Frame
  4313. Char.BackgroundColor3 = Color3.new(1, 1, 1)
  4314. Char.BackgroundTransparency = 0.5
  4315. Char.Position = UDim2.new(0, 10, 0, 160)
  4316. Char.Size = UDim2.new(0, 80, 0, 20)
  4317. Char.Font = Enum.Font.SciFi
  4318. Char.FontSize = Enum.FontSize.Size14
  4319. Char.Text = "Char"
  4320. Char.TextColor3 = Color3.new(1, 1, 1)
  4321. Char.TextSize = 14
  4322. Char.TextTransparency = 1
  4323.  
  4324. CharID.Name = "CharID"
  4325. CharID.Parent = Frame
  4326. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  4327. CharID.BackgroundTransparency = 0.5
  4328. CharID.Position = UDim2.new(0, 10, 0, 190)
  4329. CharID.Size = UDim2.new(0, 80, 0, 20)
  4330. CharID.Font = Enum.Font.SciFi
  4331. CharID.FontSize = Enum.FontSize.Size14
  4332. CharID.Text = "1311"
  4333. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  4334. CharID.TextSize = 14
  4335. CharID.TextTransparency = 1
  4336.  
  4337. Particle.Name = "Particle"
  4338. Particle.Parent = Frame
  4339. Particle.BackgroundColor3 = Color3.new(1, 1, 1)
  4340. Particle.BackgroundTransparency = 0.5
  4341. Particle.Position = UDim2.new(0, 100, 0, 160)
  4342. Particle.Size = UDim2.new(0, 80, 0, 20)
  4343. Particle.Font = Enum.Font.SciFi
  4344. Particle.FontSize = Enum.FontSize.Size14
  4345. Particle.Text = "Particle"
  4346. Particle.TextColor3 = Color3.new(1, 1, 1)
  4347. Particle.TextSize = 14
  4348. Particle.TextTransparency = 1
  4349.  
  4350. ParticleID.Name = "ParticleID"
  4351. ParticleID.Parent = Frame
  4352. ParticleID.BackgroundColor3 = Color3.new(1, 1, 1)
  4353. ParticleID.BackgroundTransparency = 0.5
  4354. ParticleID.Position = UDim2.new(0, 100, 0, 190)
  4355. ParticleID.Size = UDim2.new(0, 80, 0, 20)
  4356. ParticleID.Font = Enum.Font.SciFi
  4357. ParticleID.FontSize = Enum.FontSize.Size14
  4358. ParticleID.Text = "244905905"
  4359. ParticleID.TextColor3 = Color3.new(0, 0.984314, 1)
  4360. ParticleID.TextSize = 14
  4361. ParticleID.TextTransparency = 1
  4362.  
  4363. TimeOfDay.Name = "TimeOfDay"
  4364. TimeOfDay.Parent = Frame
  4365. TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1)
  4366. TimeOfDay.BackgroundTransparency = 0.5
  4367. TimeOfDay.Position = UDim2.new(0, 190, 0, 160)
  4368. TimeOfDay.Size = UDim2.new(0, 80, 0, 20)
  4369. TimeOfDay.Font = Enum.Font.SciFi
  4370. TimeOfDay.FontSize = Enum.FontSize.Size14
  4371. TimeOfDay.Text = "Time Of Day"
  4372. TimeOfDay.TextColor3 = Color3.new(1, 1, 1)
  4373. TimeOfDay.TextSize = 14
  4374. TimeOfDay.TextTransparency = 1
  4375.  
  4376. Time.Name = "Time"
  4377. Time.Parent = Frame
  4378. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  4379. Time.BackgroundTransparency = 0.5
  4380. Time.Position = UDim2.new(0, 190, 0, 190)
  4381. Time.Size = UDim2.new(0, 80, 0, 20)
  4382. Time.Font = Enum.Font.SciFi
  4383. Time.FontSize = Enum.FontSize.Size14
  4384. Time.Text = "0"
  4385. Time.TextColor3 = Color3.new(0, 0.984314, 1)
  4386. Time.TextSize = 14
  4387. Time.TextTransparency = 1
  4388.  
  4389. JumpPower.Name = "JumpPower"
  4390. JumpPower.Parent = Frame
  4391. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  4392. JumpPower.BackgroundTransparency = 0.5
  4393. JumpPower.Position = UDim2.new(0, 280, 0, 160)
  4394. JumpPower.Size = UDim2.new(0, 80, 0, 20)
  4395. JumpPower.Font = Enum.Font.SciFi
  4396. JumpPower.FontSize = Enum.FontSize.Size14
  4397. JumpPower.Text = "Jump Power"
  4398. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  4399. JumpPower.TextSize = 14
  4400. JumpPower.TextTransparency = 1
  4401.  
  4402. Power.Name = "Power"
  4403. Power.Parent = Frame
  4404. Power.BackgroundColor3 = Color3.new(1, 1, 1)
  4405. Power.BackgroundTransparency = 0.5
  4406. Power.Position = UDim2.new(0, 280, 0, 190)
  4407. Power.Size = UDim2.new(0, 80, 0, 20)
  4408. Power.Font = Enum.Font.SciFi
  4409. Power.FontSize = Enum.FontSize.Size14
  4410. Power.Text = "100"
  4411. Power.TextColor3 = Color3.new(0, 0.984314, 1)
  4412. Power.TextSize = 14
  4413. Power.TextTransparency = 1
  4414.  
  4415. Bighead.Name = "Bighead"
  4416. Bighead.Parent = Frame
  4417. Bighead.BackgroundColor3 = Color3.new(1, 1, 1)
  4418. Bighead.BackgroundTransparency = 0.5
  4419. Bighead.Position = UDim2.new(0, 190, 0, 220)
  4420. Bighead.Size = UDim2.new(0, 80, 0, 20)
  4421. Bighead.Font = Enum.Font.SciFi
  4422. Bighead.FontSize = Enum.FontSize.Size14
  4423. Bighead.Text = "Bighead"
  4424. Bighead.TextColor3 = Color3.new(1, 1, 1)
  4425. Bighead.TextSize = 14
  4426. Bighead.TextTransparency = 1
  4427.  
  4428. DecalID.Name = "DecalID"
  4429. DecalID.Parent = Frame
  4430. DecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  4431. DecalID.BackgroundTransparency = 0.5
  4432. DecalID.Position = UDim2.new(0, 100, 0, 280)
  4433. DecalID.Size = UDim2.new(0, 80, 0, 20)
  4434. DecalID.Font = Enum.Font.SciFi
  4435. DecalID.FontSize = Enum.FontSize.Size14
  4436. DecalID.Text = "292916915"
  4437. DecalID.TextColor3 = Color3.new(0, 0.984314, 1)
  4438. DecalID.TextSize = 14
  4439. DecalID.TextTransparency = 1
  4440.  
  4441. DecalSpam.Name = "DecalSpam"
  4442. DecalSpam.Parent = Frame
  4443. DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  4444. DecalSpam.BackgroundTransparency = 0.5
  4445. DecalSpam.Position = UDim2.new(0, 100, 0, 250)
  4446. DecalSpam.Size = UDim2.new(0, 80, 0, 20)
  4447. DecalSpam.Font = Enum.Font.SciFi
  4448. DecalSpam.FontSize = Enum.FontSize.Size14
  4449. DecalSpam.Text = "Decal Spam"
  4450. DecalSpam.TextColor3 = Color3.new(1, 1, 1)
  4451. DecalSpam.TextSize = 14
  4452. DecalSpam.TextTransparency = 1
  4453.  
  4454. Mesh.Name = "Mesh"
  4455. Mesh.Parent = Frame
  4456. Mesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4457. Mesh.BackgroundTransparency = 0.5
  4458. Mesh.Position = UDim2.new(0, 10, 0, 220)
  4459. Mesh.Size = UDim2.new(0, 80, 0, 20)
  4460. Mesh.Font = Enum.Font.SciFi
  4461. Mesh.FontSize = Enum.FontSize.Size14
  4462. Mesh.Text = "Mesh"
  4463. Mesh.TextColor3 = Color3.new(1, 1, 1)
  4464. Mesh.TextSize = 14
  4465. Mesh.TextTransparency = 1
  4466.  
  4467. TexID.Name = "TexID"
  4468. TexID.Parent = Frame
  4469. TexID.BackgroundColor3 = Color3.new(1, 1, 1)
  4470. TexID.BackgroundTransparency = 0.5
  4471. TexID.Position = UDim2.new(0, 10, 0, 280)
  4472. TexID.Size = UDim2.new(0, 80, 0, 20)
  4473. TexID.Font = Enum.Font.SciFi
  4474. TexID.FontSize = Enum.FontSize.Size14
  4475. TexID.Text = "9419827"
  4476. TexID.TextColor3 = Color3.new(0, 0.984314, 1)
  4477. TexID.TextSize = 14
  4478. TexID.TextTransparency = 1
  4479.  
  4480. MeshID.Name = "MeshID"
  4481. MeshID.Parent = Frame
  4482. MeshID.BackgroundColor3 = Color3.new(1, 1, 1)
  4483. MeshID.BackgroundTransparency = 0.5
  4484. MeshID.Position = UDim2.new(0, 10, 0, 250)
  4485. MeshID.Size = UDim2.new(0, 80, 0, 20)
  4486. MeshID.Font = Enum.Font.SciFi
  4487. MeshID.FontSize = Enum.FontSize.Size14
  4488. MeshID.Text = "9419831"
  4489. MeshID.TextColor3 = Color3.new(0, 0.984314, 1)
  4490. MeshID.TextSize = 14
  4491. MeshID.TextTransparency = 1
  4492.  
  4493. ClearDecals.Name = "ClearDecals"
  4494. ClearDecals.Parent = Frame
  4495. ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1)
  4496. ClearDecals.BackgroundTransparency = 0.5
  4497. ClearDecals.Position = UDim2.new(0, 190, 0, 250)
  4498. ClearDecals.Size = UDim2.new(0, 80, 0, 20)
  4499. ClearDecals.Font = Enum.Font.SciFi
  4500. ClearDecals.FontSize = Enum.FontSize.Size14
  4501. ClearDecals.Text = "Clear Spam"
  4502. ClearDecals.TextColor3 = Color3.new(1, 1, 1)
  4503. ClearDecals.TextSize = 14
  4504. ClearDecals.TextTransparency = 1
  4505.  
  4506. MeshSpam.Name = "MeshSpam"
  4507. MeshSpam.Parent = Frame
  4508. MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  4509. MeshSpam.BackgroundTransparency = 0.5
  4510. MeshSpam.Position = UDim2.new(0, 100, 0, 220)
  4511. MeshSpam.Size = UDim2.new(0, 80, 0, 20)
  4512. MeshSpam.Font = Enum.Font.SciFi
  4513. MeshSpam.FontSize = Enum.FontSize.Size14
  4514. MeshSpam.Text = "Mesh Spam"
  4515. MeshSpam.TextColor3 = Color3.new(1, 1, 1)
  4516. MeshSpam.TextSize = 14
  4517. MeshSpam.TextTransparency = 1
  4518.  
  4519. ClearMesh.Name = "ClearMesh"
  4520. ClearMesh.Parent = Frame
  4521. ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4522. ClearMesh.BackgroundTransparency = 0.5
  4523. ClearMesh.Position = UDim2.new(0, 190, 0, 280)
  4524. ClearMesh.Size = UDim2.new(0, 80, 0, 20)
  4525. ClearMesh.Font = Enum.Font.SciFi
  4526. ClearMesh.FontSize = Enum.FontSize.Size14
  4527. ClearMesh.Text = "Clear Mesh Spam"
  4528. ClearMesh.TextColor3 = Color3.new(1, 1, 1)
  4529. ClearMesh.TextScaled = true
  4530. ClearMesh.TextSize = 14
  4531. ClearMesh.TextTransparency = 1
  4532. ClearMesh.TextWrapped = true
  4533.  
  4534. RandomColor.Name = "RandomColor"
  4535. RandomColor.Parent = Frame
  4536. RandomColor.BackgroundColor3 = Color3.new(1, 1, 1)
  4537. RandomColor.BackgroundTransparency = 0.5
  4538. RandomColor.Position = UDim2.new(0, 370, 0, 220)
  4539. RandomColor.Size = UDim2.new(0, 80, 0, 20)
  4540. RandomColor.Font = Enum.Font.SciFi
  4541. RandomColor.FontSize = Enum.FontSize.Size14
  4542. RandomColor.Text = "RandomWS"
  4543. RandomColor.TextColor3 = Color3.new(1, 1, 1)
  4544. RandomColor.TextSize = 14
  4545. RandomColor.TextTransparency = 1
  4546.  
  4547. PaintWS.Name = "PaintWS"
  4548. PaintWS.Parent = Frame
  4549. PaintWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4550. PaintWS.BackgroundTransparency = 0.5
  4551. PaintWS.Position = UDim2.new(0, 280, 0, 220)
  4552. PaintWS.Size = UDim2.new(0, 80, 0, 20)
  4553. PaintWS.Font = Enum.Font.SciFi
  4554. PaintWS.FontSize = Enum.FontSize.Size14
  4555. PaintWS.Text = "PaintWS"
  4556. PaintWS.TextColor3 = Color3.new(1, 1, 1)
  4557. PaintWS.TextSize = 14
  4558. PaintWS.TextTransparency = 1
  4559.  
  4560. Brickcolor.Name = "Brickcolor"
  4561. Brickcolor.Parent = Frame
  4562. Brickcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  4563. Brickcolor.BackgroundTransparency = 0.5
  4564. Brickcolor.Position = UDim2.new(0, 280, 0, 250)
  4565. Brickcolor.Size = UDim2.new(0, 80, 0, 20)
  4566. Brickcolor.Font = Enum.Font.SciFi
  4567. Brickcolor.FontSize = Enum.FontSize.Size14
  4568. Brickcolor.Text = "Really red"
  4569. Brickcolor.TextColor3 = Color3.new(0, 0.984314, 1)
  4570. Brickcolor.TextSize = 14
  4571. Brickcolor.TextTransparency = 1
  4572.  
  4573. Explode.Name = "Explode"
  4574. Explode.Parent = Frame
  4575. Explode.BackgroundColor3 = Color3.new(1, 1, 1)
  4576. Explode.BackgroundTransparency = 0.5
  4577. Explode.Position = UDim2.new(0, 370, 0, 250)
  4578. Explode.Size = UDim2.new(0, 80, 0, 20)
  4579. Explode.Font = Enum.Font.SciFi
  4580. Explode.FontSize = Enum.FontSize.Size14
  4581. Explode.Text = "Explode"
  4582. Explode.TextColor3 = Color3.new(1, 1, 1)
  4583. Explode.TextSize = 14
  4584. Explode.TextTransparency = 1
  4585.  
  4586. Fog.Name = "Fog"
  4587. Fog.Parent = Frame
  4588. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  4589. Fog.BackgroundTransparency = 0.5
  4590. Fog.Position = UDim2.new(0, 370, 0, 280)
  4591. Fog.Size = UDim2.new(0, 80, 0, 20)
  4592. Fog.Font = Enum.Font.SciFi
  4593. Fog.FontSize = Enum.FontSize.Size14
  4594. Fog.Text = "Fog"
  4595. Fog.TextColor3 = Color3.new(1, 1, 1)
  4596. Fog.TextSize = 14
  4597. Fog.TextTransparency = 1
  4598.  
  4599. Fogend.Name = "Fogend"
  4600. Fogend.Parent = Frame
  4601. Fogend.BackgroundColor3 = Color3.new(1, 1, 1)
  4602. Fogend.BackgroundTransparency = 0.5
  4603. Fogend.Position = UDim2.new(0, 280, 0, 280)
  4604. Fogend.Size = UDim2.new(0, 80, 0, 20)
  4605. Fogend.Font = Enum.Font.SciFi
  4606. Fogend.FontSize = Enum.FontSize.Size14
  4607. Fogend.Text = "FogEnd"
  4608. Fogend.TextColor3 = Color3.new(0, 0.984314, 1)
  4609. Fogend.TextSize = 14
  4610. Fogend.TextTransparency = 1
  4611.  
  4612. Message.Name = "Message"
  4613. Message.Parent = Frame
  4614. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  4615. Message.BackgroundTransparency = 0.5
  4616. Message.Position = UDim2.new(0, 10, 0, 310)
  4617. Message.Size = UDim2.new(0, 80, 0, 20)
  4618. Message.Font = Enum.Font.SciFi
  4619. Message.FontSize = Enum.FontSize.Size14
  4620. Message.Text = "Message"
  4621. Message.TextColor3 = Color3.new(1, 1, 1)
  4622. Message.TextSize = 14
  4623. Message.TextTransparency = 1
  4624.  
  4625. Msg.Name = "Msg"
  4626. Msg.Parent = Frame
  4627. Msg.BackgroundColor3 = Color3.new(1, 1, 1)
  4628. Msg.BackgroundTransparency = 0.5
  4629. Msg.Position = UDim2.new(0, 10, 0, 340)
  4630. Msg.Size = UDim2.new(0, 80, 0, 20)
  4631. Msg.Font = Enum.Font.SciFi
  4632. Msg.FontSize = Enum.FontSize.Size14
  4633. Msg.Text = "get rekt noobs"
  4634. Msg.TextColor3 = Color3.new(0, 0.984314, 1)
  4635. Msg.TextScaled = true
  4636. Msg.TextSize = 14
  4637. Msg.TextTransparency = 1
  4638. Msg.TextWrapped = true
  4639.  
  4640. Hnt.Name = "Hnt"
  4641. Hnt.Parent = Frame
  4642. Hnt.BackgroundColor3 = Color3.new(1, 1, 1)
  4643. Hnt.BackgroundTransparency = 0.5
  4644. Hnt.Position = UDim2.new(0, 100, 0, 340)
  4645. Hnt.Size = UDim2.new(0, 80, 0, 20)
  4646. Hnt.Font = Enum.Font.SciFi
  4647. Hnt.FontSize = Enum.FontSize.Size14
  4648. Hnt.Text = "this server has been exploited"
  4649. Hnt.TextColor3 = Color3.new(0, 0.984314, 1)
  4650. Hnt.TextScaled = true
  4651. Hnt.TextSize = 14
  4652. Hnt.TextTransparency = 1
  4653. Hnt.TextWrapped = true
  4654.  
  4655. Hint.Name = "Hint"
  4656. Hint.Parent = Frame
  4657. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  4658. Hint.BackgroundTransparency = 0.5
  4659. Hint.Position = UDim2.new(0, 100, 0, 310)
  4660. Hint.Size = UDim2.new(0, 80, 0, 20)
  4661. Hint.Font = Enum.Font.SciFi
  4662. Hint.FontSize = Enum.FontSize.Size14
  4663. Hint.Text = "Hint"
  4664. Hint.TextColor3 = Color3.new(1, 1, 1)
  4665. Hint.TextSize = 14
  4666. Hint.TextTransparency = 1
  4667.  
  4668. ClearMessage.Name = "ClearMessage"
  4669. ClearMessage.Parent = Frame
  4670. ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  4671. ClearMessage.BackgroundTransparency = 0.5
  4672. ClearMessage.Position = UDim2.new(0, 190, 0, 310)
  4673. ClearMessage.Size = UDim2.new(0, 80, 0, 20)
  4674. ClearMessage.Font = Enum.Font.SciFi
  4675. ClearMessage.FontSize = Enum.FontSize.Size14
  4676. ClearMessage.Text = "Clear Message"
  4677. ClearMessage.TextColor3 = Color3.new(1, 1, 1)
  4678. ClearMessage.TextScaled = true
  4679. ClearMessage.TextSize = 14
  4680. ClearMessage.TextTransparency = 1
  4681. ClearMessage.TextWrapped = true
  4682.  
  4683. ClearHint.Name = "ClearHint"
  4684. ClearHint.Parent = Frame
  4685. ClearHint.BackgroundColor3 = Color3.new(1, 1, 1)
  4686. ClearHint.BackgroundTransparency = 0.5
  4687. ClearHint.Position = UDim2.new(0, 190, 0, 340)
  4688. ClearHint.Size = UDim2.new(0, 80, 0, 20)
  4689. ClearHint.Font = Enum.Font.SciFi
  4690. ClearHint.FontSize = Enum.FontSize.Size14
  4691. ClearHint.Text = "Clear Hint"
  4692. ClearHint.TextColor3 = Color3.new(1, 1, 1)
  4693. ClearHint.TextSize = 14
  4694. ClearHint.TextTransparency = 1
  4695.  
  4696. UnMesh.Name = "UnMesh"
  4697. UnMesh.Parent = Frame
  4698. UnMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4699. UnMesh.BackgroundTransparency = 0.5
  4700. UnMesh.Position = UDim2.new(0, 280, 0, 310)
  4701. UnMesh.Size = UDim2.new(0, 80, 0, 20)
  4702. UnMesh.Font = Enum.Font.SciFi
  4703. UnMesh.FontSize = Enum.FontSize.Size14
  4704. UnMesh.Text = "UnMesh"
  4705. UnMesh.TextColor3 = Color3.new(1, 1, 1)
  4706. UnMesh.TextScaled = true
  4707. UnMesh.TextSize = 14
  4708. UnMesh.TextTransparency = 1
  4709. UnMesh.TextWrapped = true
  4710.  
  4711. Material.Name = "Material"
  4712. Material.Parent = Frame
  4713. Material.BackgroundColor3 = Color3.new(1, 1, 1)
  4714. Material.BackgroundTransparency = 0.5
  4715. Material.Position = UDim2.new(0, 370, 0, 340)
  4716. Material.Size = UDim2.new(0, 80, 0, 20)
  4717. Material.Font = Enum.Font.SciFi
  4718. Material.FontSize = Enum.FontSize.Size14
  4719. Material.Text = "Fabric"
  4720. Material.TextColor3 = Color3.new(0, 0.984314, 1)
  4721. Material.TextScaled = true
  4722. Material.TextSize = 14
  4723. Material.TextTransparency = 1
  4724. Material.TextWrapped = true
  4725.  
  4726. MaterialWS.Name = "MaterialWS"
  4727. MaterialWS.Parent = Frame
  4728. MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4729. MaterialWS.BackgroundTransparency = 0.5
  4730. MaterialWS.Position = UDim2.new(0, 370, 0, 310)
  4731. MaterialWS.Size = UDim2.new(0, 80, 0, 20)
  4732. MaterialWS.Font = Enum.Font.SciFi
  4733. MaterialWS.FontSize = Enum.FontSize.Size14
  4734. MaterialWS.Text = "MaterialWS"
  4735. MaterialWS.TextColor3 = Color3.new(1, 1, 1)
  4736. MaterialWS.TextSize = 14
  4737. MaterialWS.TextTransparency = 1
  4738.  
  4739. Break.Name = "Break"
  4740. Break.Parent = Frame
  4741. Break.BackgroundColor3 = Color3.new(1, 1, 1)
  4742. Break.BackgroundTransparency = 0.5
  4743. Break.Position = UDim2.new(0, 280, 0, 340)
  4744. Break.Size = UDim2.new(0, 80, 0, 20)
  4745. Break.Font = Enum.Font.SciFi
  4746. Break.FontSize = Enum.FontSize.Size14
  4747. Break.Text = "fuck game up"
  4748. Break.TextColor3 = Color3.new(1, 1, 1)
  4749. Break.TextScaled = true
  4750. Break.TextSize = 14
  4751. Break.TextTransparency = 1
  4752. Break.TextWrapped = true
  4753.  
  4754. fuckspam.Name = "fuckspam"
  4755. fuckspam.Parent = Frame
  4756. fuckspam.BackgroundColor3 = Color3.new(1, 1, 1)
  4757. fuckspam.BackgroundTransparency = 0.5
  4758. fuckspam.Position = UDim2.new(0, 280, 0, 370)
  4759. fuckspam.Size = UDim2.new(0, 80, 0, 20)
  4760. fuckspam.Font = Enum.Font.SciFi
  4761. fuckspam.FontSize = Enum.FontSize.Size14
  4762. fuckspam.Text = "FUCK YOU!!"
  4763. fuckspam.TextColor3 = Color3.new(0, 0.984314, 1)
  4764. fuckspam.TextScaled = true
  4765. fuckspam.TextSize = 14
  4766. fuckspam.TextTransparency = 1
  4767. fuckspam.TextWrapped = true
  4768.  
  4769. UnBreak.Name = "UnBreak"
  4770. UnBreak.Parent = Frame
  4771. UnBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  4772. UnBreak.BackgroundTransparency = 0.5
  4773. UnBreak.Position = UDim2.new(0, 370, 0, 370)
  4774. UnBreak.Size = UDim2.new(0, 80, 0, 20)
  4775. UnBreak.Font = Enum.Font.SciFi
  4776. UnBreak.FontSize = Enum.FontSize.Size14
  4777. UnBreak.Text = "unfuck game"
  4778. UnBreak.TextColor3 = Color3.new(1, 1, 1)
  4779. UnBreak.TextScaled = true
  4780. UnBreak.TextSize = 14
  4781. UnBreak.TextTransparency = 1
  4782. UnBreak.TextWrapped = true
  4783.  
  4784. Lag.Name = "Lag"
  4785. Lag.Parent = Frame
  4786. Lag.BackgroundColor3 = Color3.new(1, 1, 1)
  4787. Lag.BackgroundTransparency = 0.5
  4788. Lag.Position = UDim2.new(0, 190, 0, 370)
  4789. Lag.Size = UDim2.new(0, 80, 0, 20)
  4790. Lag.Font = Enum.Font.SciFi
  4791. Lag.FontSize = Enum.FontSize.Size14
  4792. Lag.Text = "Lag"
  4793. Lag.TextColor3 = Color3.new(1, 1, 1)
  4794. Lag.TextSize = 14
  4795. Lag.TextTransparency = 1
  4796.  
  4797. Shutdown.Name = "Shutdown"
  4798. Shutdown.Parent = Frame
  4799. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  4800. Shutdown.BackgroundTransparency = 0.5
  4801. Shutdown.Position = UDim2.new(0, 100, 0, 370)
  4802. Shutdown.Size = UDim2.new(0, 80, 0, 20)
  4803. Shutdown.Font = Enum.Font.SciFi
  4804. Shutdown.FontSize = Enum.FontSize.Size14
  4805. Shutdown.Text = "Shutdown"
  4806. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  4807. Shutdown.TextSize = 14
  4808. Shutdown.TextTransparency = 1
  4809.  
  4810. ParticleWS.Name = "ParticleWS"
  4811. ParticleWS.Parent = Frame
  4812. ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4813. ParticleWS.BackgroundTransparency = 0.5
  4814. ParticleWS.Position = UDim2.new(0, 10, 0, 370)
  4815. ParticleWS.Size = UDim2.new(0, 80, 0, 20)
  4816. ParticleWS.Font = Enum.Font.SciFi
  4817. ParticleWS.FontSize = Enum.FontSize.Size14
  4818. ParticleWS.Text = "ParticleWS"
  4819. ParticleWS.TextColor3 = Color3.new(1, 1, 1)
  4820. ParticleWS.TextSize = 14
  4821. ParticleWS.TextTransparency = 1
  4822.  
  4823. UnParticleWS.Name = "UnParticleWS"
  4824. UnParticleWS.Parent = Frame
  4825. UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4826. UnParticleWS.BackgroundTransparency = 0.5
  4827. UnParticleWS.Position = UDim2.new(0, 10, 0, 400)
  4828. UnParticleWS.Size = UDim2.new(0, 80, 0, 20)
  4829. UnParticleWS.Font = Enum.Font.SciFi
  4830. UnParticleWS.FontSize = Enum.FontSize.Size14
  4831. UnParticleWS.Text = "Un-ParticleWS"
  4832. UnParticleWS.TextColor3 = Color3.new(1, 1, 1)
  4833. UnParticleWS.TextScaled = true
  4834. UnParticleWS.TextSize = 14
  4835. UnParticleWS.TextTransparency = 1
  4836. UnParticleWS.TextWrapped = true
  4837.  
  4838. Chat.Name = "Chat"
  4839. Chat.Parent = Frame
  4840. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  4841. Chat.BackgroundTransparency = 0.5
  4842. Chat.Position = UDim2.new(0, 460, 0, 40)
  4843. Chat.Size = UDim2.new(0, 80, 0, 20)
  4844. Chat.Font = Enum.Font.SciFi
  4845. Chat.FontSize = Enum.FontSize.Size14
  4846. Chat.Text = "Chat"
  4847. Chat.TextColor3 = Color3.new(1, 1, 1)
  4848. Chat.TextScaled = true
  4849. Chat.TextSize = 14
  4850. Chat.TextTransparency = 1
  4851. Chat.TextWrapped = true
  4852.  
  4853. ChatString.Name = "ChatString"
  4854. ChatString.Parent = Frame
  4855. ChatString.BackgroundColor3 = Color3.new(1, 1, 1)
  4856. ChatString.BackgroundTransparency = 0.5
  4857. ChatString.Position = UDim2.new(0, 460, 0, 70)
  4858. ChatString.Size = UDim2.new(0, 80, 0, 20)
  4859. ChatString.Font = Enum.Font.SciFi
  4860. ChatString.FontSize = Enum.FontSize.Size14
  4861. ChatString.Text = "Im a bitch"
  4862. ChatString.TextColor3 = Color3.new(0, 0.984314, 1)
  4863. ChatString.TextScaled = true
  4864. ChatString.TextSize = 14
  4865. ChatString.TextTransparency = 1
  4866. ChatString.TextWrapped = true
  4867.  
  4868. Smallhead.Name = "Smallhead"
  4869. Smallhead.Parent = Frame
  4870. Smallhead.BackgroundColor3 = Color3.new(1, 1, 1)
  4871. Smallhead.BackgroundTransparency = 0.5
  4872. Smallhead.Position = UDim2.new(0, 100, 0, 400)
  4873. Smallhead.Size = UDim2.new(0, 80, 0, 20)
  4874. Smallhead.Font = Enum.Font.SciFi
  4875. Smallhead.FontSize = Enum.FontSize.Size14
  4876. Smallhead.Text = "Normalhead"
  4877. Smallhead.TextColor3 = Color3.new(1, 1, 1)
  4878. Smallhead.TextSize = 14
  4879. Smallhead.TextTransparency = 1
  4880.  
  4881. BallWS.Name = "BallWS"
  4882. BallWS.Parent = Frame
  4883. BallWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4884. BallWS.BackgroundTransparency = 0.5
  4885. BallWS.Position = UDim2.new(0, 190, 0, 400)
  4886. BallWS.Size = UDim2.new(0, 80, 0, 20)
  4887. BallWS.Font = Enum.Font.SciFi
  4888. BallWS.FontSize = Enum.FontSize.Size14
  4889. BallWS.Text = "BallWS"
  4890. BallWS.TextColor3 = Color3.new(1, 1, 1)
  4891. BallWS.TextSize = 14
  4892. BallWS.TextTransparency = 1
  4893.  
  4894. CylWS.Name = "CylWS"
  4895. CylWS.Parent = Frame
  4896. CylWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4897. CylWS.BackgroundTransparency = 0.5
  4898. CylWS.Position = UDim2.new(0, 280, 0, 400)
  4899. CylWS.Size = UDim2.new(0, 80, 0, 20)
  4900. CylWS.Font = Enum.Font.SciFi
  4901. CylWS.FontSize = Enum.FontSize.Size14
  4902. CylWS.Text = "CylinderWS"
  4903. CylWS.TextColor3 = Color3.new(1, 1, 1)
  4904. CylWS.TextSize = 14
  4905. CylWS.TextTransparency = 1
  4906.  
  4907. BloWS.Name = "BloWS"
  4908. BloWS.Parent = Frame
  4909. BloWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4910. BloWS.BackgroundTransparency = 0.5
  4911. BloWS.Position = UDim2.new(0, 370, 0, 400)
  4912. BloWS.Size = UDim2.new(0, 80, 0, 20)
  4913. BloWS.Font = Enum.Font.SciFi
  4914. BloWS.FontSize = Enum.FontSize.Size14
  4915. BloWS.Text = "BlockWS"
  4916. BloWS.TextColor3 = Color3.new(1, 1, 1)
  4917. BloWS.TextSize = 14
  4918. BloWS.TextTransparency = 1
  4919.  
  4920. TorsoWS.Name = "TorsoWS"
  4921. TorsoWS.Parent = Frame
  4922. TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4923. TorsoWS.BackgroundTransparency = 0.5
  4924. TorsoWS.Position = UDim2.new(0, 460, 0, 370)
  4925. TorsoWS.Size = UDim2.new(0, 80, 0, 20)
  4926. TorsoWS.Font = Enum.Font.SciFi
  4927. TorsoWS.FontSize = Enum.FontSize.Size14
  4928. TorsoWS.Text = "TorsoWS"
  4929. TorsoWS.TextColor3 = Color3.new(1, 1, 1)
  4930. TorsoWS.TextSize = 14
  4931. TorsoWS.TextTransparency = 1
  4932.  
  4933. WedgeWS.Name = "WedgeWS"
  4934. WedgeWS.Parent = Frame
  4935. WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4936. WedgeWS.BackgroundTransparency = 0.5
  4937. WedgeWS.Position = UDim2.new(0, 460, 0, 340)
  4938. WedgeWS.Size = UDim2.new(0, 80, 0, 20)
  4939. WedgeWS.Font = Enum.Font.SciFi
  4940. WedgeWS.FontSize = Enum.FontSize.Size14
  4941. WedgeWS.Text = "WedgeWS"
  4942. WedgeWS.TextColor3 = Color3.new(1, 1, 1)
  4943. WedgeWS.TextSize = 14
  4944. WedgeWS.TextTransparency = 1
  4945.  
  4946. HeadWS.Name = "HeadWS"
  4947. HeadWS.Parent = Frame
  4948. HeadWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4949. HeadWS.BackgroundTransparency = 0.5
  4950. HeadWS.Position = UDim2.new(0, 460, 0, 400)
  4951. HeadWS.Size = UDim2.new(0, 80, 0, 20)
  4952. HeadWS.Font = Enum.Font.SciFi
  4953. HeadWS.FontSize = Enum.FontSize.Size14
  4954. HeadWS.Text = "HeadWS"
  4955. HeadWS.TextColor3 = Color3.new(1, 1, 1)
  4956. HeadWS.TextSize = 14
  4957. HeadWS.TextTransparency = 1
  4958.  
  4959. Longneck.Name = "Longneck"
  4960. Longneck.Parent = Frame
  4961. Longneck.BackgroundColor3 = Color3.new(1, 1, 1)
  4962. Longneck.BackgroundTransparency = 0.5
  4963. Longneck.Position = UDim2.new(0, 460, 0, 310)
  4964. Longneck.Size = UDim2.new(0, 80, 0, 20)
  4965. Longneck.Font = Enum.Font.SciFi
  4966. Longneck.FontSize = Enum.FontSize.Size14
  4967. Longneck.Text = "Longneck"
  4968. Longneck.TextColor3 = Color3.new(1, 1, 1)
  4969. Longneck.TextSize = 14
  4970. Longneck.TextTransparency = 1
  4971.  
  4972. Normalneck.Name = "Normalneck"
  4973. Normalneck.Parent = Frame
  4974. Normalneck.BackgroundColor3 = Color3.new(1, 1, 1)
  4975. Normalneck.BackgroundTransparency = 0.5
  4976. Normalneck.Position = UDim2.new(0, 460, 0, 280)
  4977. Normalneck.Size = UDim2.new(0, 80, 0, 20)
  4978. Normalneck.Font = Enum.Font.SciFi
  4979. Normalneck.FontSize = Enum.FontSize.Size14
  4980. Normalneck.Text = "Normalneck"
  4981. Normalneck.TextColor3 = Color3.new(1, 1, 1)
  4982. Normalneck.TextSize = 14
  4983. Normalneck.TextTransparency = 1
  4984.  
  4985. Headtummy.Name = "Headtummy"
  4986. Headtummy.Parent = Frame
  4987. Headtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  4988. Headtummy.BackgroundTransparency = 0.5
  4989. Headtummy.Position = UDim2.new(0, 460, 0, 250)
  4990. Headtummy.Size = UDim2.new(0, 80, 0, 20)
  4991. Headtummy.Font = Enum.Font.SciFi
  4992. Headtummy.FontSize = Enum.FontSize.Size14
  4993. Headtummy.Text = "Funny"
  4994. Headtummy.TextColor3 = Color3.new(1, 1, 1)
  4995. Headtummy.TextSize = 14
  4996. Headtummy.TextTransparency = 1
  4997.  
  4998. UnHeadtummy.Name = "UnHeadtummy"
  4999. UnHeadtummy.Parent = Frame
  5000. UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  5001. UnHeadtummy.BackgroundTransparency = 0.5
  5002. UnHeadtummy.Position = UDim2.new(0, 460, 0, 430)
  5003. UnHeadtummy.Size = UDim2.new(0, 80, 0, 20)
  5004. UnHeadtummy.Font = Enum.Font.SciFi
  5005. UnHeadtummy.FontSize = Enum.FontSize.Size14
  5006. UnHeadtummy.Text = "UnFunny"
  5007. UnHeadtummy.TextColor3 = Color3.new(1, 1, 1)
  5008. UnHeadtummy.TextSize = 14
  5009. UnHeadtummy.TextTransparency = 1
  5010.  
  5011. Fire.Name = "Fire"
  5012. Fire.Parent = Frame
  5013. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  5014. Fire.BackgroundTransparency = 0.5
  5015. Fire.Position = UDim2.new(0, 460, 0, 160)
  5016. Fire.Size = UDim2.new(0, 80, 0, 20)
  5017. Fire.Font = Enum.Font.SciFi
  5018. Fire.FontSize = Enum.FontSize.Size14
  5019. Fire.Text = "Fire"
  5020. Fire.TextColor3 = Color3.new(1, 1, 1)
  5021. Fire.TextSize = 14
  5022. Fire.TextTransparency = 1
  5023.  
  5024. Smoke.Name = "Smoke"
  5025. Smoke.Parent = Frame
  5026. Smoke.BackgroundColor3 = Color3.new(1, 1, 1)
  5027. Smoke.BackgroundTransparency = 0.5
  5028. Smoke.Position = UDim2.new(0, 460, 0, 220)
  5029. Smoke.Size = UDim2.new(0, 80, 0, 20)
  5030. Smoke.Font = Enum.Font.SciFi
  5031. Smoke.FontSize = Enum.FontSize.Size14
  5032. Smoke.Text = "Smoke"
  5033. Smoke.TextColor3 = Color3.new(1, 1, 1)
  5034. Smoke.TextSize = 14
  5035. Smoke.TextTransparency = 1
  5036.  
  5037. Sparkles.Name = "Sparkles"
  5038. Sparkles.Parent = Frame
  5039. Sparkles.BackgroundColor3 = Color3.new(1, 1, 1)
  5040. Sparkles.BackgroundTransparency = 0.5
  5041. Sparkles.Position = UDim2.new(0, 460, 0, 130)
  5042. Sparkles.Size = UDim2.new(0, 80, 0, 20)
  5043. Sparkles.Font = Enum.Font.SciFi
  5044. Sparkles.FontSize = Enum.FontSize.Size14
  5045. Sparkles.Text = "Sparkles"
  5046. Sparkles.TextColor3 = Color3.new(1, 1, 1)
  5047. Sparkles.TextSize = 14
  5048. Sparkles.TextTransparency = 1
  5049.  
  5050. FF.Name = "FF"
  5051. FF.Parent = Frame
  5052. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  5053. FF.BackgroundTransparency = 0.5
  5054. FF.Position = UDim2.new(0, 460, 0, 190)
  5055. FF.Size = UDim2.new(0, 80, 0, 20)
  5056. FF.Font = Enum.Font.SciFi
  5057. FF.FontSize = Enum.FontSize.Size14
  5058. FF.Text = "FF"
  5059. FF.TextColor3 = Color3.new(1, 1, 1)
  5060. FF.TextSize = 14
  5061. FF.TextTransparency = 1
  5062.  
  5063. MlgParticles.Name = "MlgParticles"
  5064. MlgParticles.Parent = Frame
  5065. MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1)
  5066. MlgParticles.BackgroundTransparency = 0.5
  5067. MlgParticles.Position = UDim2.new(0, 460, 0, 100)
  5068. MlgParticles.Size = UDim2.new(0, 80, 0, 20)
  5069. MlgParticles.Font = Enum.Font.SciFi
  5070. MlgParticles.FontSize = Enum.FontSize.Size14
  5071. MlgParticles.Text = "MLG"
  5072. MlgParticles.TextColor3 = Color3.new(1, 1, 1)
  5073. MlgParticles.TextSize = 14
  5074. MlgParticles.TextTransparency = 1
  5075.  
  5076. Close.Name = "Close"
  5077. Close.Parent = Frame
  5078. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  5079. Close.BackgroundTransparency = 0.58
  5080. Close.BorderColor3 = Color3.new(0, 0, 0)
  5081. Close.BorderSizePixel = 0
  5082. Close.Position = UDim2.new(0, 530, 0, 0)
  5083. Close.Size = UDim2.new(0, 20, 0, 20)
  5084. Close.Font = Enum.Font.SciFi
  5085. Close.FontSize = Enum.FontSize.Size14
  5086. Close.Text = "X"
  5087. Close.TextColor3 = Color3.new(1, 1, 1)
  5088. Close.TextSize = 14
  5089. Close.TextTransparency = 1
  5090.  
  5091. Sanic.Name = "Sanic"
  5092. Sanic.Parent = Frame
  5093. Sanic.BackgroundColor3 = Color3.new(1, 1, 1)
  5094. Sanic.BackgroundTransparency = 0.5
  5095. Sanic.Position = UDim2.new(0, 10, 0, 430)
  5096. Sanic.Size = UDim2.new(0, 80, 0, 20)
  5097. Sanic.Font = Enum.Font.SciFi
  5098. Sanic.FontSize = Enum.FontSize.Size14
  5099. Sanic.Text = "Sanic"
  5100. Sanic.TextColor3 = Color3.new(1, 1, 1)
  5101. Sanic.TextScaled = true
  5102. Sanic.TextSize = 14
  5103. Sanic.TextTransparency = 1
  5104. Sanic.TextWrapped = true
  5105.  
  5106. UnSanic.Name = "UnSanic"
  5107. UnSanic.Parent = Frame
  5108. UnSanic.BackgroundColor3 = Color3.new(1, 1, 1)
  5109. UnSanic.BackgroundTransparency = 0.5
  5110. UnSanic.Position = UDim2.new(0, 100, 0, 430)
  5111. UnSanic.Size = UDim2.new(0, 80, 0, 20)
  5112. UnSanic.Font = Enum.Font.SciFi
  5113. UnSanic.FontSize = Enum.FontSize.Size14
  5114. UnSanic.Text = "UnSanic"
  5115. UnSanic.TextColor3 = Color3.new(1, 1, 1)
  5116. UnSanic.TextScaled = true
  5117. UnSanic.TextSize = 14
  5118. UnSanic.TextTransparency = 1
  5119. UnSanic.TextWrapped = true
  5120.  
  5121. LagOthers.Name = "LagOthers"
  5122. LagOthers.Parent = Frame
  5123. LagOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  5124. LagOthers.BackgroundTransparency = 0.5
  5125. LagOthers.Position = UDim2.new(0, 190, 0, 430)
  5126. LagOthers.Size = UDim2.new(0, 80, 0, 20)
  5127. LagOthers.Font = Enum.Font.SciFi
  5128. LagOthers.FontSize = Enum.FontSize.Size14
  5129. LagOthers.Text = "LagOthers"
  5130. LagOthers.TextColor3 = Color3.new(1, 1, 1)
  5131. LagOthers.TextScaled = true
  5132. LagOthers.TextSize = 14
  5133. LagOthers.TextTransparency = 1
  5134. LagOthers.TextWrapped = true
  5135.  
  5136. FeChecker.Name = "FeChecker"
  5137. FeChecker.Parent = Frame
  5138. FeChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  5139. FeChecker.BackgroundTransparency = 0.5
  5140. FeChecker.Position = UDim2.new(0, 150, 0, 10)
  5141. FeChecker.Size = UDim2.new(0, 100, 0, 20)
  5142. FeChecker.Font = Enum.Font.SciFi
  5143. FeChecker.FontSize = Enum.FontSize.Size14
  5144. FeChecker.Text = "FE is Disabled"
  5145. FeChecker.TextColor3 = Color3.new(1, 1, 1)
  5146. FeChecker.TextScaled = true
  5147. FeChecker.TextSize = 14
  5148. FeChecker.TextTransparency = 1
  5149. FeChecker.TextWrapped = true
  5150.  
  5151. Intro.Name = "Intro"
  5152. Intro.Parent = BG
  5153. Intro.BackgroundColor3 = Color3.new(0, 0, 0)
  5154. Intro.BackgroundTransparency = 1
  5155. Intro.BorderColor3 = Color3.new(0, 0, 0)
  5156. Intro.BorderSizePixel = 3
  5157. Intro.Position = UDim2.new(0,0,0,0)
  5158. Intro.ClipsDescendants = true
  5159. Intro.Size = UDim2.new(0, 460, 0, 310)
  5160.  
  5161. rowreck.Name = "rowreck"
  5162. rowreck.Parent = Intro
  5163. rowreck.BackgroundTransparency = 1
  5164. rowreck.Position = UDim2.new(0, 140, 0, 120)
  5165. rowreck.Size = UDim2.new(0, 200, 0, 50)
  5166. rowreck.Font = Enum.Font.SciFi
  5167. rowreck.FontSize = Enum.FontSize.Size42
  5168. rowreck.Text = "Ro-Wrecker"
  5169. rowreck.TextColor3 = Color3.new(1, 0, 0)
  5170. rowreck.TextSize = 42
  5171. rowreck.TextTransparency = 1
  5172.  
  5173. me.Name = "me"
  5174. me.Parent = Intro
  5175. me.BackgroundColor3 = Color3.new(1, 1, 1)
  5176. me.BackgroundTransparency = 1
  5177. me.Position = UDim2.new(0, 470, 0, 70)
  5178. me.Size = UDim2.new(0, 200, 0, 50)
  5179. me.Font = Enum.Font.SciFi
  5180. me.FontSize = Enum.FontSize.Size24
  5181. me.Text = "Made by : Luckyxero"
  5182. me.TextColor3 = Color3.new(1, 1, 1)
  5183. me.TextSize = 24
  5184.  
  5185. BG.Name = "BG"
  5186. BG.BackgroundColor3 = Color3.new(0,0,0)
  5187. BG.BorderSizePixel = 0
  5188. BG.BackgroundTransparency = 0.58
  5189. BG.Parent = Exploit
  5190. BG.Size = UDim2.new(0,460,0,0)
  5191. BG.Position = UDim2.new(0,380,0,0)
  5192. BG.Visible = true
  5193. BG.ClipsDescendants = true
  5194.  
  5195. Frame.Position = UDim2.new(0,0,0,-460)
  5196. Frame.Size = UDim2.new(0,550,0,490)
  5197. Sound2 = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  5198. Sound2.Volume = 4
  5199. Sound2.PlaybackSpeed = 1
  5200. Sound2.SoundId = "rbxassetid://255881176"
  5201. LineSound = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  5202. LineSound.Volume = 6
  5203. LineSound.SoundId = "rbxassetid://151414336"
  5204. WaitTime1 = 0.5
  5205. WaitTime2 = 0.4
  5206. WaitTime3 = 0.7
  5207. WaitTime4 = 0.1
  5208. WaitTime5 = 0.2
  5209. wait(1)
  5210. ----------------------- movement
  5211. IntroSong.PlaybackSpeed = 1.3
  5212. IntroSong:Play()
  5213. BG:TweenSize(UDim2.new(0,460,0,310),"Out",0.2)
  5214. wait(WaitTime1)
  5215. Sound2:Play()
  5216. me:TweenPosition(UDim2.new(0,140,0,70),"Out",0.2)
  5217. wait(WaitTime2)
  5218. O:TweenSize(UDim2.new(0,240,0,0),"Out",0.2)
  5219. T:TweenSize(UDim2.new(0,280,0,0),"Out",0.2)
  5220. for i = 1,0,-0.1 do
  5221.     O.BackgroundTransparency = i
  5222.     T.BackgroundTransparency = i
  5223.     wait()
  5224. end
  5225. wait(WaitTime3)
  5226. LineSound:Play()
  5227. O:TweenSize(UDim2.new(0,0,0,0),"Out")
  5228. wait(WaitTime4)
  5229. LineSound:Play()
  5230. T:TweenSize(UDim2.new(0,0,0,0),"Out")
  5231. for i = 0,1,0.1 do
  5232.     O.BackgroundTransparency = i
  5233.     T.BackgroundTransparency = i
  5234.     wait()
  5235. end
  5236. wait(WaitTime5)
  5237. me:TweenPosition(UDim2.new(0,140,0,0,70),"Out",0.2)
  5238. wait(1)
  5239. for i = 1,0,-0.1 do
  5240.     LineOne.BackgroundTransparency = i
  5241.     LineTw0.BackgroundTransparency = i
  5242.     LineThree.BackgroundTransparency = i
  5243.     LineFour.BackgroundTransparency = i
  5244.     wait()
  5245. end
  5246. LineSound:Play()
  5247. LineThree:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5248. LineSound:Play()
  5249. LineFour:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5250. wait(WaitTime4)
  5251. LineSound:Play()
  5252. LineOne:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5253. LineSound:Play()
  5254. LineTw0:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5255. Sound2.PlaybackSpeed = 1.2
  5256. wait(WaitTime1)
  5257. Sound2:Play()
  5258. for i = 1,0,-0.05 do
  5259.     rowreck.TextTransparency = i
  5260.     wait()
  5261. end
  5262. for i = 0,255,17 do
  5263.     rowreck.TextColor3 = Color3.fromRGB(255,i,0)
  5264.     wait()
  5265. end
  5266. for i = 255,0,-17 do
  5267.     rowreck.TextColor3 = Color3.fromRGB(i,255,0)
  5268.     wait()
  5269. end
  5270. for i = 0,255,17 do
  5271.     rowreck.TextColor3 = Color3.fromRGB(0,255,i)
  5272.     wait()
  5273. end
  5274. for i = 255,0,-17 do
  5275.     rowreck.TextColor3 = Color3.fromRGB(0,i,255)
  5276.     wait()
  5277. end
  5278. for i = 0,1,0.05 do
  5279.     rowreck.TextTransparency = i
  5280.     wait()
  5281. end
  5282. rowreck.TextTransparency = 1
  5283. LineTw0:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5284. LineSound:Play()
  5285. LineOne:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5286. LineSound:Play()
  5287. wait(WaitTime4)
  5288. LineFour:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5289. LineSound:Play()
  5290. LineThree:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5291. LineSound:Play()
  5292. wait(WaitTime1)
  5293. for i = 0,1,0.1 do
  5294.     LineOne.BackgroundTransparency = i
  5295.     LineTw0.BackgroundTransparency = i
  5296.     LineThree.BackgroundTransparency = i
  5297.     LineFour.BackgroundTransparency = i
  5298.     wait()
  5299. end
  5300. wait(WaitTime1)
  5301. for i = 0,1,0.2 do
  5302.     me.TextTransparency = i
  5303.     wait()
  5304. end
  5305. me:TweenPosition(UDim2.new(0,210,0,0),"Out")
  5306. BG:TweenSize(UDim2.new(0,550,0,0),"Out")
  5307. BG:TweenPosition(UDim2.new(0,380,0,0),"Out")
  5308. wait(1)
  5309. IntroSong.PlaybackSpeed = 0.93
  5310. IntroSong:Play()
  5311. me.TextTransparency = 1
  5312. BG:TweenSize(UDim2.new(0,550,0,490),"Out")
  5313. Intro.Visible = false
  5314. Intro.Active = false
  5315. Frame.Position = UDim2.new(0,0,0,-460)
  5316. Frame.Visible = true
  5317. Frame:TweenPosition(UDim2.new(0,0,0,0),"Out")
  5318. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  5319. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  5320. for i,v in pairs(Frame:GetChildren()) do
  5321.     if v.ClassName ~= "Frame" then
  5322.     v.TextTransparency = 0
  5323.     end
  5324. end
  5325. Frame.Active = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement