Advertisement
Demonlord27

ro-wrecker

Feb 20th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.32 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. discord = Instance.new("TextLabel")
  285. Message = Instance.new("TextButton")
  286. Msg = Instance.new("TextBox")
  287. Hnt = Instance.new("TextBox")
  288. Hint = Instance.new("TextButton")
  289. ClearMessage = Instance.new("TextButton")
  290. ClearHint = Instance.new("TextButton")
  291. UnMesh = Instance.new("TextButton")
  292. SelectOthers = Instance.new("TextButton")
  293. MaterialWS = Instance.new("TextButton")
  294. Material = Instance.new("TextBox")
  295. UnBreak = Instance.new("TextButton")
  296. Break = Instance.new("TextButton")
  297. fuckspam = Instance.new("TextBox")
  298. Lag = Instance.new("TextButton")
  299. SecondPage = Instance.new("TextButton")
  300. Shutdown = Instance.new("TextButton")
  301. ParticleWS = Instance.new("TextButton")
  302. UnParticleWS = Instance.new("TextButton")
  303. Chat = Instance.new("TextButton")
  304. ChatString = Instance.new("TextBox")
  305. Smallhead = Instance.new("TextButton")
  306. BallWS = Instance.new("TextButton")
  307. CylWS = Instance.new("TextButton")
  308. BloWS = Instance.new("TextButton")
  309. Thaw = Instance.new("TextButton")
  310. HeadWS = Instance.new("TextButton")
  311. BallWS = Instance.new("TextButton")
  312. TorsoWS = Instance.new("TextButton")
  313. WedgeWS = Instance.new("TextButton")
  314. Longneck = Instance.new("TextButton")
  315. Normalneck = Instance.new("TextButton")
  316. Headtummy = Instance.new("TextButton")
  317. UnHeadtummy = Instance.new("TextButton")
  318. Fire = Instance.new("TextButton")
  319. Smoke = Instance.new("TextButton")
  320. Sparkles = Instance.new("TextButton")
  321. FF = Instance.new("TextButton")
  322. MlgParticles = Instance.new("TextButton")
  323. Close = Instance.new("TextButton")
  324. Open = Instance.new("TextButton")
  325. Sanic = Instance.new("TextButton")
  326. rowreck = Instance.new("TextLabel")
  327. UnSanic = Instance.new("TextButton")
  328. LagOthers = Instance.new("TextButton")
  329. FeChecker = Instance.new("TextButton")
  330.  
  331. -- Properties
  332.  
  333. Exploit.Name = "Exploit"
  334. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  335. Exploit.ResetOnSpawn = false
  336.  
  337. BG.Name = "BG"
  338. BG.BackgroundColor3 = Color3.new(0,0,0)
  339. BG.BorderSizePixel = 0
  340. BG.BackgroundTransparency = 0.58
  341. BG.Parent = Exploit
  342. BG.Size = UDim2.new(0,460,0,0)
  343. BG.Position = UDim2.new(0,260,0,0)
  344. BG.Visible = true
  345. BG.ClipsDescendants = true
  346.  
  347. SitPlr.Name = "SitPlr"
  348. SitPlr.Parent = FrameTwo
  349. SitPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  350. SitPlr.BackgroundTransparency = 0.5
  351. SitPlr.Position = UDim2.new(0, 460, 0, 40)
  352. SitPlr.Size = UDim2.new(0, 80, 0, 20)
  353. SitPlr.Font = Enum.Font.SciFi
  354. SitPlr.FontSize = Enum.FontSize.Size14
  355. SitPlr.Text = "Sit"
  356. SitPlr.TextColor3 = Color3.new(1, 1, 1)
  357. SitPlr.TextSize = 14
  358. SitPlr.MouseButton1Down:connect(function()
  359. if Selected.Value == false then
  360. Clicksound:Play()
  361. workspace[PlayerName.Text].Humanoid.Sit = true
  362. elseif Selected.Value == true then
  363. for i,v in pairs(game.Players:GetChildren()) do
  364. v.Character.Humanoid.Sit = true
  365. end
  366. end
  367. end)
  368.  
  369.  
  370. JumpPlr.Name = "JumpPlr"
  371. JumpPlr.Parent = FrameTwo
  372. JumpPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  373. JumpPlr.BackgroundTransparency = 0.5
  374. JumpPlr.Position = UDim2.new(0, 280, 0, 70)
  375. JumpPlr.Size = UDim2.new(0, 80, 0, 20)
  376. JumpPlr.Font = Enum.Font.SciFi
  377. JumpPlr.FontSize = Enum.FontSize.Size14
  378. JumpPlr.Text = "Jump"
  379. JumpPlr.TextColor3 = Color3.new(1, 1, 1)
  380. JumpPlr.TextSize = 14
  381. JumpPlr.MouseButton1Down:connect(function()
  382. if Selected.Value == false then
  383. Clicksound:Play()
  384. workspace[PlayerName.Text].Humanoid.Jump = true
  385. elseif Selected.Value == true then
  386. for i,v in pairs(game.Players:GetChildren()) do
  387. v.Character.Humanoid.Jump = true
  388. end
  389. end
  390. end)
  391.  
  392. Control.Name = "Control"
  393. Control.Parent = FrameTwo
  394. Control.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Control.BackgroundTransparency = 0.5
  396. Control.Position = UDim2.new(0, 370, 0, 70)
  397. Control.Size = UDim2.new(0, 80, 0, 20)
  398. Control.Font = Enum.Font.SciFi
  399. Control.FontSize = Enum.FontSize.Size14
  400. Control.Text = "Control"
  401. Control.TextColor3 = Color3.new(1, 1, 1)
  402. Control.TextSize = 14
  403. Controlling = false
  404. Control.MouseButton1Down:connect(function()
  405. if Controlling == false then
  406. Controlling = true
  407. Clicksound:Play()
  408. workspace[PlayerName.Text].Humanoid.PlatformStand = true
  409. Control.Text = "UnControl"
  410. W1 = Instance.new("Weld",workspace)
  411. W1.Name = "Weld1"
  412. W1.Part0 = plr.Character.Torso
  413. W1.Part1 = workspace[PlayerName.Text].Torso
  414. W2 = Instance.new("Weld",workspace)
  415. W2.Name = "Weld2"
  416. W2.Part0 = plr.Character.Head
  417. W2.Part1 = workspace[PlayerName.Text].Head
  418. W3 = Instance.new("Weld",workspace)
  419. W3.Name = "Weld3"
  420. W3.Part0 = plr.Character.HumanoidRootPart
  421. W3.Part1 = workspace[PlayerName.Text].HumanoidRootPart
  422. W4 = Instance.new("Weld",workspace)
  423. W4.Name = "Weld4"
  424. W4.Part0 = plr.Character["Left Arm"]
  425. W4.Part1 = workspace[PlayerName.Text]["Left Arm"]
  426. W5 = Instance.new("Weld",workspace)
  427. W5.Name = "Weld5"
  428. W5.Part0 = plr.Character["Left Leg"]
  429. W5.Part1 = workspace[PlayerName.Text]["Left Leg"]
  430. W6 = Instance.new("Weld",workspace)
  431. W6.Name = "Weld6"
  432. W6.Part0 = plr.Character["Right Arm"]
  433. W6.Part1 = workspace[PlayerName.Text]["Right Arm"]
  434. W7 = Instance.new("Weld",workspace)
  435. W7.Name = "Weld7"
  436. W7.Part0 = plr.Character["Right Leg"]
  437. W7.Part1 = workspace[PlayerName.Text]["Right Leg"]
  438. for i,v in pairs(plr.Character:GetChildren()) do
  439. if v.ClassName == "Part" then
  440. v.Transparency = 1
  441. end
  442. plr.Character.HumanoidRootPart.Transparency = 1
  443. if v.ClassName == "Accessory" then
  444. v.Handle.Transparency = 1
  445. end
  446. plr.Character.Humanoid.NameOcclusion = "NoOcclusion"
  447. end
  448. elseif Controlling == true then
  449. Controlling = 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, 200)
  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. discord.Name = "discord"
  1830. discord.Parent = Intro
  1831. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  1832. discord.BackgroundTransparency = 1
  1833. discord.Position = UDim2.new(0, -230, 0, 160)
  1834. discord.Size = UDim2.new(0, 200, 0, 50)
  1835. discord.Font = Enum.Font.SciFi
  1836. discord.FontSize = Enum.FontSize.Size24
  1837. discord.Text = "Discord : Workspace#0793"
  1838. discord.TextColor3 = Color3.new(1, 1, 1)
  1839. discord.TextSize = 24
  1840.  
  1841. Frame.Parent = BG
  1842. Frame.Active = true
  1843. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1844. Frame.BackgroundTransparency = 1
  1845. Frame.BorderColor3 = Color3.new(0, 0, 0)
  1846. Frame.BorderSizePixel = 3
  1847. Frame.ClipsDescendants = false
  1848. Frame.Draggable = false
  1849. Frame.Active = false
  1850. Frame.Visible = false
  1851. Frame.Position = UDim2.new(0, 260, 0, 0)
  1852. Frame.Size = UDim2.new(0, 550, 0, 460)
  1853.  
  1854. PlayerName.Name = "PlayerName"
  1855. PlayerName.Parent = Frame
  1856. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  1857. PlayerName.BackgroundTransparency = 1
  1858. PlayerName.Position = UDim2.new(0, 10, 0, 10)
  1859. PlayerName.Size = UDim2.new(0, 130, 0, 20)
  1860. PlayerName.Font = Enum.Font.SciFi
  1861. PlayerName.FontSize = Enum.FontSize.Size14
  1862. PlayerName.Text = "PlayerName"
  1863. PlayerName.TextColor3 = Color3.new(0, 0.984314, 1)
  1864. PlayerName.TextSize = 14
  1865. PlayerName.TextTransparency = 1
  1866.  
  1867. SelectAll.Name = "SelectAll"
  1868. SelectAll.Parent = Frame
  1869. SelectAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1870. SelectAll.BackgroundTransparency = 1
  1871. SelectAll.Position = UDim2.new(0, 260, 0, 10)
  1872. SelectAll.Size = UDim2.new(0, 80, 0, 20)
  1873. SelectAll.Font = Enum.Font.SciFi
  1874. SelectAll.FontSize = Enum.FontSize.Size14
  1875. SelectAll.Text = "Select all plrs"
  1876. SelectAll.TextColor3 = Color3.new(1, 1, 1)
  1877. SelectAll.TextScaled = true
  1878. SelectAll.TextSize = 14
  1879. SelectAll.TextTransparency = 1
  1880. SelectAll.TextWrapped = true
  1881. Selected.Parent = SelectAll
  1882. Selected.Value = false
  1883. Selected.Name = "Selected"
  1884. SelectAll.MouseButton1Down:connect(function()
  1885. Clicksound:Play()
  1886. if Selected.Value == false then
  1887. Selected.Value = true
  1888. SelectAll.Text = "Deselect all plrs"
  1889. SelectAll.BackgroundColor3 = Color3.new(0,1,0)
  1890. elseif Selected.Value == true then
  1891. Selected.Value = false
  1892. SelectAll.Text = "Select all plrs"
  1893. SelectAll.BackgroundColor3 = Color3.new(1,0,0)
  1894. end
  1895. end)
  1896. Music.Name = "Music"
  1897. Music.Parent = Frame
  1898. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  1899. Music.BackgroundTransparency = 1
  1900. Music.Position = UDim2.new(0, 10, 0, 70)
  1901. Music.Size = UDim2.new(0, 80, 0, 20)
  1902. Music.Font = Enum.Font.SciFi
  1903. Music.FontSize = Enum.FontSize.Size14
  1904. Music.Text = "Music"
  1905. Music.TextColor3 = Color3.new(1, 1, 1)
  1906. Music.TextSize = 14
  1907. Music.TextTransparency = 1
  1908. Music.MouseButton1Down:connect(function()
  1909. Clicksound:Play()
  1910. if workspace:FindFirstChild("ExploitSound") then
  1911. workspace:FindFirstChild("ExploitSound"):Remove()
  1912. end
  1913. s = Instance.new("Sound",workspace)
  1914. s.Looped = true
  1915. s.Playing = true
  1916. s.Name = "ExploitSound"
  1917. s.Volume = 10
  1918. s.SoundId = "rbxassetid://"..tonumber(ID.Text)
  1919. s.PlaybackSpeed = tonumber(Pitch.Text)
  1920. end)
  1921. Punish.Name = "Punish"
  1922. Punish.Parent = Frame
  1923. Punish.BackgroundColor3 = Color3.new(1, 1, 1)
  1924. Punish.BackgroundTransparency = 1
  1925. Punish.Position = UDim2.new(0, 100, 0, 40)
  1926. Punish.Size = UDim2.new(0, 80, 0, 20)
  1927. Punish.Font = Enum.Font.SciFi
  1928. Punish.FontSize = Enum.FontSize.Size14
  1929. Punish.Text = "Punish"
  1930. Punish.TextColor3 = Color3.new(1, 1, 1)
  1931. Punish.TextSize = 14
  1932. Punish.TextTransparency = 1
  1933. Punish.MouseButton1Down:connect(function()
  1934. Clicksound:Play()
  1935. if Selected.Value == true then
  1936. for i,v in pairs(game.Players:GetChildren()) do
  1937. v.Character:Remove()
  1938. end
  1939. elseif Selected.Value == false then
  1940. workspace[PlayerName.Text]:Remove()
  1941. end
  1942. end)
  1943. RemoveTools.Name = "RemoveTools"
  1944. RemoveTools.Parent = Frame
  1945. RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  1946. RemoveTools.BackgroundTransparency = 1
  1947. RemoveTools.Position = UDim2.new(0, 190, 0, 40)
  1948. RemoveTools.Size = UDim2.new(0, 80, 0, 20)
  1949. RemoveTools.Font = Enum.Font.SciFi
  1950. RemoveTools.FontSize = Enum.FontSize.Size14
  1951. RemoveTools.Text = "Remove Tools"
  1952. RemoveTools.TextColor3 = Color3.new(1, 1, 1)
  1953. RemoveTools.TextScaled = true
  1954. RemoveTools.TextSize = 14
  1955. RemoveTools.TextTransparency = 1
  1956. RemoveTools.TextWrapped = true
  1957. RemoveTools.MouseButton1Down:connect(function()
  1958. Clicksound:Play()
  1959. if Selected.Value == true then
  1960. for i,v in pairs(game.Players:GetChildren()) do
  1961. v.Backpack:ClearAllChildren()
  1962. end
  1963. elseif Selected.Value == false then
  1964. game.Players[PlayerName.Text].Backpack:ClearAllChildren()
  1965. for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  1966. if c.ClassName == "Tool" or c.ClassName == "HopperBin" then
  1967. c:Remove()
  1968. end
  1969. end
  1970. end
  1971. end)
  1972. Stools.Name = "Stools"
  1973. Stools.Parent = Frame
  1974. Stools.BackgroundColor3 = Color3.new(1, 1, 1)
  1975. Stools.BackgroundTransparency = 1
  1976. Stools.Position = UDim2.new(0, 370, 0, 40)
  1977. Stools.Size = UDim2.new(0, 80, 0, 20)
  1978. Stools.Font = Enum.Font.SciFi
  1979. Stools.FontSize = Enum.FontSize.Size14
  1980. Stools.Text = "Steal Tools"
  1981. Stools.TextColor3 = Color3.new(1, 1, 1)
  1982. Stools.TextScaled = true
  1983. Stools.TextSize = 14
  1984. Stools.TextTransparency = 1
  1985. Stools.TextWrapped = true
  1986. Stools.MouseButton1Down:connect(function()
  1987. Clicksound:Play()
  1988. if Selected.Value == true then
  1989. for i,v in pairs(game.Players:GetChildren()) do
  1990. q = v.Backpack:GetChildren()
  1991. q:Clone()
  1992. q.Parent = plr.Backpack
  1993. end
  1994. elseif Selected.Value == false then
  1995. for i,c in pairs(game.Players[PlayerName.Text].Backpack:GetChildren()) do
  1996. b = c:Clone()
  1997. b.Parent = plr.Backpack
  1998. end
  1999. for i,p in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2000. if p.ClassName == "Tool" or p.ClassName == "HopperBin" then
  2001. n = p:Clone()
  2002. p.Parent = plr.Backpack
  2003. end
  2004. end
  2005. end
  2006. end)
  2007. Kill.Name = "Kill"
  2008. Kill.Parent = Frame
  2009. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  2010. Kill.BackgroundTransparency = 1
  2011. Kill.Position = UDim2.new(0, 10, 0, 40)
  2012. Kill.Size = UDim2.new(0, 80, 0, 20)
  2013. Kill.Font = Enum.Font.SciFi
  2014. Kill.FontSize = Enum.FontSize.Size14
  2015. Kill.Text = "Kill"
  2016. Kill.TextColor3 = Color3.new(1, 1, 1)
  2017. Kill.TextSize = 14
  2018. Kill.TextTransparency = 1
  2019. Kill.MouseButton1Down:connect(function()
  2020. Clicksound:Play()
  2021. if Selected.Value == true then
  2022. for i,v in pairs(game.Players:GetChildren()) do
  2023. v.Character:BreakJoints()
  2024. end
  2025. elseif Selected.Value == false then
  2026. workspace[PlayerName.Text]:BreakJoints()
  2027. end
  2028. end)
  2029.  
  2030. Pitch.Name = "Pitch"
  2031. Pitch.Parent = Frame
  2032. Pitch.BackgroundColor3 = Color3.new(1, 1, 1)
  2033. Pitch.BackgroundTransparency = 1
  2034. Pitch.Position = UDim2.new(0, 10, 0, 130)
  2035. Pitch.Size = UDim2.new(0, 80, 0, 20)
  2036. Pitch.Font = Enum.Font.SciFi
  2037. Pitch.FontSize = Enum.FontSize.Size14
  2038. Pitch.Text = "1"
  2039. Pitch.TextColor3 = Color3.new(0, 0.984314, 1)
  2040. Pitch.TextSize = 14
  2041. Pitch.TextTransparency = 1
  2042.  
  2043. From.Name = "From"
  2044. From.Parent = Frame
  2045. From.BackgroundColor3 = Color3.new(1, 1, 1)
  2046. From.BackgroundTransparency = 1
  2047. From.Position = UDim2.new(0, 370, 0, 70)
  2048. From.Size = UDim2.new(0, 80, 0, 20)
  2049. From.Font = Enum.Font.SciFi
  2050. From.FontSize = Enum.FontSize.Size14
  2051. From.Text = "From"
  2052. From.TextColor3 = Color3.new(0, 0.984314, 1)
  2053. From.TextScaled = true
  2054. From.TextSize = 14
  2055. From.TextTransparency = 1
  2056. From.TextWrapped = true
  2057.  
  2058. ID.Name = "ID"
  2059. ID.Parent = Frame
  2060. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  2061. ID.BackgroundTransparency = 1
  2062. ID.Position = UDim2.new(0, 10, 0, 100)
  2063. ID.Size = UDim2.new(0, 80, 0, 20)
  2064. ID.Font = Enum.Font.SciFi
  2065. ID.FontSize = Enum.FontSize.Size14
  2066. ID.Text = "35930009"
  2067. ID.TextColor3 = Color3.new(0, 0.984314, 1)
  2068. ID.TextSize = 14
  2069. ID.TextTransparency = 1
  2070.  
  2071. Godmode.Name = "Godmode"
  2072. Godmode.Parent = Frame
  2073. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  2074. Godmode.BackgroundTransparency = 1
  2075. Godmode.Position = UDim2.new(0, 190, 0, 130)
  2076. Godmode.Size = UDim2.new(0, 80, 0, 20)
  2077. Godmode.Font = Enum.Font.SciFi
  2078. Godmode.FontSize = Enum.FontSize.Size14
  2079. Godmode.Text = "God"
  2080. Godmode.TextColor3 = Color3.new(1, 1, 1)
  2081. Godmode.TextScaled = true
  2082. Godmode.TextSize = 14
  2083. Godmode.TextTransparency = 1
  2084. Godmode.TextWrapped = true
  2085. Godmode.MouseButton1Down:connect(function()
  2086. Clicksound:Play()
  2087. if Selected.Value == true then
  2088. for i,v in pairs(game.Players:GetChildren()) do
  2089. v.Character.Humanoid.MaxHealth = math.huge
  2090. end
  2091. elseif Selected.Value == false then
  2092. workspace[PlayerName.Text].Humanoid.MaxHealth = math.huge
  2093. end
  2094. end)
  2095. Walkspeed.Name = "Walkspeed"
  2096. Walkspeed.Parent = Frame
  2097. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2098. Walkspeed.BackgroundTransparency = 1
  2099. Walkspeed.Position = UDim2.new(0, 190, 0, 70)
  2100. Walkspeed.Size = UDim2.new(0, 80, 0, 20)
  2101. Walkspeed.Font = Enum.Font.SciFi
  2102. Walkspeed.FontSize = Enum.FontSize.Size14
  2103. Walkspeed.Text = "Walkspeed"
  2104. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  2105. Walkspeed.TextScaled = true
  2106. Walkspeed.TextSize = 14
  2107. Walkspeed.TextTransparency = 1
  2108. Walkspeed.TextWrapped = true
  2109. Walkspeed.MouseButton1Down:connect(function()
  2110. Clicksound:Play()
  2111. if Selected.Value == true then
  2112. for i,v in pairs(game.Players:GetChildren()) do
  2113. v.Character.Humanoid.WalkSpeed = tonumber(Speed.Text)
  2114. end
  2115. elseif Selected.Value == false then
  2116. workspace[PlayerName.Text].Humanoid.WalkSpeed = tonumber(Speed.Text)
  2117. end
  2118. end)
  2119. Speed.Name = "Speed"
  2120. Speed.Parent = Frame
  2121. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  2122. Speed.BackgroundTransparency = 1
  2123. Speed.Position = UDim2.new(0, 190, 0, 100)
  2124. Speed.Size = UDim2.new(0, 80, 0, 20)
  2125. Speed.Font = Enum.Font.SciFi
  2126. Speed.FontSize = Enum.FontSize.Size14
  2127. Speed.Text = "Speed"
  2128. Speed.TextColor3 = Color3.new(0, 0.984314, 1)
  2129. Speed.TextSize = 14
  2130. Speed.TextTransparency = 1
  2131.  
  2132. Value.Name = "Value"
  2133. Value.Parent = Frame
  2134. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  2135. Value.BackgroundTransparency = 1
  2136. Value.Position = UDim2.new(0, 280, 0, 130)
  2137. Value.Size = UDim2.new(0, 80, 0, 20)
  2138. Value.Font = Enum.Font.SciFi
  2139. Value.FontSize = Enum.FontSize.Size14
  2140. Value.Text = "Value"
  2141. Value.TextColor3 = Color3.new(0, 0.984314, 1)
  2142. Value.TextSize = 14
  2143. Value.TextTransparency = 1
  2144.  
  2145. Btools.Name = "Btools"
  2146. Btools.Name = "Btools"
  2147. Btools.Parent = Frame
  2148. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  2149. Btools.BackgroundTransparency = 1
  2150. Btools.Position = UDim2.new(0, 280, 0, 40)
  2151. Btools.Size = UDim2.new(0, 80, 0, 20)
  2152. Btools.Font = Enum.Font.SciFi
  2153. Btools.FontSize = Enum.FontSize.Size14
  2154. Btools.Text = "Btools"
  2155. Btools.TextColor3 = Color3.new(1, 1, 1)
  2156. Btools.TextScaled = true
  2157. Btools.TextSize = 14
  2158. Btools.TextTransparency = 1
  2159. Btools.TextWrapped = true
  2160. Btools.MouseButton1Down:connect(function()
  2161. Clicksound:Play()
  2162. if Selected.Value == true then
  2163. for i,v in pairs(game.Players:GetChildren()) do
  2164. clo = Instance.new("HopperBin",v.Backpack)
  2165. clo.BinType = "Clone"
  2166. ham = Instance.new("HopperBin",v.Backpack)
  2167. ham.BinType = "Hammer"
  2168. gra = Instance.new("HopperBin",v.Backpack)
  2169. gra.BinType = "Grab"
  2170. end
  2171. elseif Selected.Value == false then
  2172. clo = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2173. clo.BinType = "Clone"
  2174. ham = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2175. ham.BinType = "Hammer"
  2176. gra = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack)
  2177. gra.BinType = "Grab"
  2178. end
  2179. end)
  2180. StatChange.Name = "StatChange"
  2181. StatChange.Parent = Frame
  2182. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  2183. StatChange.BackgroundTransparency = 1
  2184. StatChange.Position = UDim2.new(0, 280, 0, 70)
  2185. StatChange.Size = UDim2.new(0, 80, 0, 20)
  2186. StatChange.Font = Enum.Font.SciFi
  2187. StatChange.FontSize = Enum.FontSize.Size14
  2188. StatChange.Text = "StatChange"
  2189. StatChange.TextColor3 = Color3.new(1, 1, 1)
  2190. StatChange.TextScaled = true
  2191. StatChange.TextSize = 14
  2192. StatChange.TextTransparency = 1
  2193. StatChange.TextWrapped = true
  2194. StatChange.MouseButton1Down:connect(function()
  2195. Clicksound:Play()
  2196. if Selected.Value == true then
  2197. for i,v in pairs(game.Players:GetChildren()) do
  2198. v.leaderstats[StatName.Text].Value = Value.Text
  2199. end
  2200. elseif Selected.Value == false then
  2201. game.Players[PlayerName.Text].leaderstats[StatName.Text].Value = Value.Text
  2202. end
  2203. end)
  2204. StatName.Name = "StatName"
  2205. StatName.Parent = Frame
  2206. StatName.BackgroundColor3 = Color3.new(1, 1, 1)
  2207. StatName.BackgroundTransparency = 1
  2208. StatName.Position = UDim2.new(0, 280, 0, 100)
  2209. StatName.Size = UDim2.new(0, 80, 0, 20)
  2210. StatName.Font = Enum.Font.SciFi
  2211. StatName.FontSize = Enum.FontSize.Size14
  2212. StatName.Text = "Stat Name"
  2213. StatName.TextColor3 = Color3.new(0, 0.984314, 1)
  2214. StatName.TextSize = 14
  2215. StatName.TextTransparency = 1
  2216.  
  2217. Skybox.Name = "Skybox"
  2218. Skybox.Parent = Frame
  2219. Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
  2220. Skybox.BackgroundTransparency = 1
  2221. Skybox.Position = UDim2.new(0, 100, 0, 100)
  2222. Skybox.Size = UDim2.new(0, 80, 0, 20)
  2223. Skybox.Selected = true
  2224. Skybox.Font = Enum.Font.SciFi
  2225. Skybox.FontSize = Enum.FontSize.Size14
  2226. Skybox.Text = "Skybox"
  2227. Skybox.TextColor3 = Color3.new(1, 1, 1)
  2228. Skybox.TextSize = 14
  2229. Skybox.TextTransparency = 1
  2230. Skybox.MouseButton1Down:connect(function()
  2231. Clicksound:Play()
  2232. for i,v in pairs(game.Lighting:GetChildren()) do
  2233. if v.ClassName == "Sky" then
  2234. v:Remove()
  2235. end
  2236. f = Instance.new("Sky",game.Lighting)
  2237. f.SkyboxBk = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2238. f.SkyboxDn = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2239. f.SkyboxFt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2240. f.SkyboxLf = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2241. f.SkyboxUp = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2242. f.SkyboxRt = "rbxassetid://"..tonumber(Skyboxid.Text - 1)
  2243. end
  2244. end)
  2245. Skyboxid.Name = "Skyboxid"
  2246. Skyboxid.Parent = Frame
  2247. Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1)
  2248. Skyboxid.BackgroundTransparency = 1
  2249. Skyboxid.Position = UDim2.new(0, 100, 0, 130)
  2250. Skyboxid.Size = UDim2.new(0, 80, 0, 20)
  2251. Skyboxid.Font = Enum.Font.SciFi
  2252. Skyboxid.FontSize = Enum.FontSize.Size14
  2253. Skyboxid.Text = "Image ID"
  2254. Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1)
  2255. Skyboxid.TextSize = 14
  2256. Skyboxid.TextTransparency = 1
  2257.  
  2258.  
  2259. UnlockWS.Name = "UnlockWS"
  2260. UnlockWS.Parent = Frame
  2261. UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2262. UnlockWS.BackgroundTransparency = 1
  2263. UnlockWS.Position = UDim2.new(0, 370, 0, 100)
  2264. UnlockWS.Size = UDim2.new(0, 80, 0, 20)
  2265. UnlockWS.Font = Enum.Font.SciFi
  2266. UnlockWS.FontSize = Enum.FontSize.Size14
  2267. UnlockWS.Text = "Unlock WS"
  2268. UnlockWS.TextColor3 = Color3.new(1, 1, 1)
  2269. UnlockWS.TextScaled = true
  2270. UnlockWS.TextSize = 14
  2271. UnlockWS.TextTransparency = 1
  2272. UnlockWS.TextWrapped = true
  2273. UnlockWS.MouseButton1Down:connect(function()
  2274. Clicksound:Play()
  2275. function Scan(var_a)
  2276. for i,v in pairs(var_a:GetChildren()) do
  2277. 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
  2278. v.Locked = false
  2279. end
  2280. Scan(v)
  2281. end
  2282. end
  2283. Scan(workspace)
  2284. end)
  2285. Teleport.Name = "Teleport"
  2286. Teleport.Parent = Frame
  2287. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  2288. Teleport.BackgroundTransparency = 1
  2289. Teleport.Position = UDim2.new(0, 370, 0, 130)
  2290. Teleport.Size = UDim2.new(0, 80, 0, 20)
  2291. Teleport.Font = Enum.Font.SciFi
  2292. Teleport.FontSize = Enum.FontSize.Size14
  2293. Teleport.Text = "Teleport"
  2294. Teleport.TextColor3 = Color3.new(1, 1, 1)
  2295. Teleport.TextScaled = true
  2296. Teleport.TextSize = 14
  2297. Teleport.TextTransparency = 1
  2298. Teleport.TextWrapped = true
  2299. Teleport.MouseButton1Down:connect(function()
  2300. Clicksound:Play()
  2301. if Selected.Value == true then
  2302. for i,v in pairs(game.Players:GetChildren()) do
  2303. v.Character.Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  2304. end
  2305. elseif Selected.Value == false then
  2306. workspace[PlayerName.Text].Torso.CFrame = workspace[TpTo.Text].Torso.CFrame
  2307. end
  2308. end)
  2309. TpTo.Name = "TpTo"
  2310. TpTo.Parent = Frame
  2311. TpTo.BackgroundColor3 = Color3.new(1, 1, 1)
  2312. TpTo.BackgroundTransparency = 1
  2313. TpTo.Position = UDim2.new(0, 370, 0, 160)
  2314. TpTo.Size = UDim2.new(0, 80, 0, 20)
  2315. TpTo.Font = Enum.Font.SciFi
  2316. TpTo.FontSize = Enum.FontSize.Size14
  2317. TpTo.Text = "To"
  2318. TpTo.TextColor3 = Color3.new(0, 0.984314, 1)
  2319. TpTo.TextScaled = true
  2320. TpTo.TextSize = 14
  2321. TpTo.TextTransparency = 1
  2322. TpTo.TextWrapped = true
  2323.  
  2324.  
  2325. UnanchorWS.Name = "UnanchorWS"
  2326. UnanchorWS.Parent = Frame
  2327. UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2328. UnanchorWS.BackgroundTransparency = 1
  2329. UnanchorWS.Position = UDim2.new(0, 370, 0, 190)
  2330. UnanchorWS.Size = UDim2.new(0, 80, 0, 20)
  2331. UnanchorWS.Font = Enum.Font.SciFi
  2332. UnanchorWS.FontSize = Enum.FontSize.Size14
  2333. UnanchorWS.Text = "UnanchorWS"
  2334. UnanchorWS.TextColor3 = Color3.new(1, 1, 1)
  2335. UnanchorWS.TextScaled = true
  2336. UnanchorWS.TextSize = 14
  2337. UnanchorWS.TextTransparency = 1
  2338. UnanchorWS.TextWrapped = true
  2339. UnanchorWS.MouseButton1Down:connect(function()
  2340. Clicksound:Play()
  2341. function Scann(var_a)
  2342. for i,v in pairs(var_a:GetChildren()) do
  2343. if v.ClassName == "Part" then
  2344. v.Anchored = false
  2345. end
  2346. Scann(v)
  2347. end
  2348. end
  2349. Scann(workspace)
  2350. end)
  2351.  
  2352. Char.Name = "Char"
  2353. Char.Parent = Frame
  2354. Char.BackgroundColor3 = Color3.new(1, 1, 1)
  2355. Char.BackgroundTransparency = 1
  2356. Char.Position = UDim2.new(0, 10, 0, 160)
  2357. Char.Size = UDim2.new(0, 80, 0, 20)
  2358. Char.Font = Enum.Font.SciFi
  2359. Char.FontSize = Enum.FontSize.Size14
  2360. Char.Text = "Char"
  2361. Char.TextColor3 = Color3.new(1, 1, 1)
  2362. Char.TextSize = 14
  2363. Char.TextTransparency = 1
  2364.  
  2365. Char.MouseButton1Down:connect(function()
  2366. Clicksound:Play()
  2367. if Selected.Value == true then
  2368. for i,v in pairs(game.Players:GetChildren()) do
  2369. v.CharacterAppearanceId = tonumber(CharID.Text)
  2370. v.Character.Humanoid.Health = 0
  2371. end
  2372. elseif Selected.Value == false then
  2373. game.Players[PlayerName.Text].CharacterAppearanceId = tonumber(CharID.Text)
  2374. workspace[PlayerName.Text].Humanoid.Health = 0
  2375. end
  2376. end)
  2377. CharID.Name = "CharID"
  2378. CharID.Parent = Frame
  2379. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  2380. CharID.BackgroundTransparency = 1
  2381. CharID.Position = UDim2.new(0, 10, 0, 190)
  2382. CharID.Size = UDim2.new(0, 80, 0, 20)
  2383. CharID.Font = Enum.Font.SciFi
  2384. CharID.FontSize = Enum.FontSize.Size14
  2385. CharID.Text = "1311"
  2386. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  2387. CharID.TextSize = 14
  2388. CharID.TextTransparency = 1
  2389.  
  2390. Particle.Name = "Particle"
  2391. Particle.Parent = Frame
  2392. Particle.BackgroundColor3 = Color3.new(1, 1, 1)
  2393. Particle.BackgroundTransparency = 1
  2394. Particle.Position = UDim2.new(0, 100, 0, 160)
  2395. Particle.Size = UDim2.new(0, 80, 0, 20)
  2396. Particle.Font = Enum.Font.SciFi
  2397. Particle.FontSize = Enum.FontSize.Size14
  2398. Particle.Text = "Particle"
  2399. Particle.TextColor3 = Color3.new(1, 1, 1)
  2400. Particle.TextSize = 14
  2401. Particle.TextTransparency = 1
  2402. Particle.MouseButton1Down:connect(function()
  2403. Clicksound:Play()
  2404. if Selected.Value == true then
  2405. for i,v in pairs(game.Players:GetChildren()) do
  2406. p = Instance.new("ParticleEmitter",v.Character.Torso)
  2407. p.Speed = NumberRange.new(20,20)
  2408. p.Rate = 80
  2409. p.VelocitySpread = 30
  2410. p.Lifetime = NumberRange.new(6,6)
  2411. p.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  2412. end
  2413. elseif Selected.Value == false then
  2414. g = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  2415. g.Speed = NumberRange.new(20,20)
  2416. g.Rate = 80
  2417. g.VelocitySpread = 30
  2418. g.Lifetime = NumberRange.new(6,6)
  2419. g.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  2420. end
  2421. end)
  2422. ParticleID.Name = "ParticleID"
  2423. ParticleID.Parent = Frame
  2424. ParticleID.BackgroundColor3 = Color3.new(1, 1, 1)
  2425. ParticleID.BackgroundTransparency = 1
  2426. ParticleID.Position = UDim2.new(0, 100, 0, 190)
  2427. ParticleID.Size = UDim2.new(0, 80, 0, 20)
  2428. ParticleID.Font = Enum.Font.SciFi
  2429. ParticleID.FontSize = Enum.FontSize.Size14
  2430. ParticleID.Text = "244905905"
  2431. ParticleID.TextColor3 = Color3.new(0, 0.984314, 1)
  2432. ParticleID.TextSize = 14
  2433. ParticleID.TextTransparency = 1
  2434.  
  2435. TimeOfDay.Name = "TimeOfDay"
  2436. TimeOfDay.Parent = Frame
  2437. TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1)
  2438. TimeOfDay.BackgroundTransparency = 1
  2439. TimeOfDay.Position = UDim2.new(0, 190, 0, 160)
  2440. TimeOfDay.Size = UDim2.new(0, 80, 0, 20)
  2441. TimeOfDay.Font = Enum.Font.SciFi
  2442. TimeOfDay.FontSize = Enum.FontSize.Size14
  2443. TimeOfDay.Text = "Time Of Day"
  2444. TimeOfDay.TextColor3 = Color3.new(1, 1, 1)
  2445. TimeOfDay.TextSize = 14
  2446. TimeOfDay.TextTransparency = 1
  2447. TimeOfDay.MouseButton1Down:connect(function()
  2448. Clicksound:Play()
  2449. game.Lighting.TimeOfDay = tonumber(Time.Text)
  2450. end)
  2451. Time.Name = "Time"
  2452. Time.Parent = Frame
  2453. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  2454. Time.BackgroundTransparency = 1
  2455. Time.Position = UDim2.new(0, 190, 0, 190)
  2456. Time.Size = UDim2.new(0, 80, 0, 20)
  2457. Time.Font = Enum.Font.SciFi
  2458. Time.FontSize = Enum.FontSize.Size14
  2459. Time.Text = "0"
  2460. Time.TextColor3 = Color3.new(0, 0.984314, 1)
  2461. Time.TextSize = 14
  2462. Time.TextTransparency = 1
  2463.  
  2464.  
  2465. JumpPower.Name = "JumpPower"
  2466. JumpPower.Parent = Frame
  2467. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  2468. JumpPower.BackgroundTransparency = 1
  2469. JumpPower.Position = UDim2.new(0, 280, 0, 160)
  2470. JumpPower.Size = UDim2.new(0, 80, 0, 20)
  2471. JumpPower.Font = Enum.Font.SciFi
  2472. JumpPower.FontSize = Enum.FontSize.Size14
  2473. JumpPower.Text = "Jump Power"
  2474. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  2475. JumpPower.TextSize = 14
  2476. JumpPower.TextTransparency = 1
  2477. JumpPower.MouseButton1Down:connect(function()
  2478. Clicksound:Play()
  2479. if Selected.Value == true then
  2480. for i,v in pairs(game.Players:GetChildren()) do
  2481. v.Character.Humanoid.JumpPower = tonumber(Power.Text)
  2482. end
  2483. elseif Selected.Value == false then
  2484. workspace[PlayerName.Text].Humanoid.JumpPower = tonumber(Power.Text)
  2485. end
  2486. end)
  2487. Power.Name = "Power"
  2488. Power.Parent = Frame
  2489. Power.BackgroundColor3 = Color3.new(1, 1, 1)
  2490. Power.BackgroundTransparency = 1
  2491. Power.Position = UDim2.new(0, 280, 0, 190)
  2492. Power.Size = UDim2.new(0, 80, 0, 20)
  2493. Power.Font = Enum.Font.SciFi
  2494. Power.FontSize = Enum.FontSize.Size14
  2495. Power.Text = "100"
  2496. Power.TextColor3 = Color3.new(0, 0.984314, 1)
  2497. Power.TextSize = 14
  2498. Power.TextTransparency = 1
  2499.  
  2500.  
  2501. Bighead.Name = "Bighead"
  2502. Bighead.Parent = Frame
  2503. Bighead.BackgroundColor3 = Color3.new(1, 1, 1)
  2504. Bighead.BackgroundTransparency = 1
  2505. Bighead.Position = UDim2.new(0, 190, 0, 220)
  2506. Bighead.Size = UDim2.new(0, 80, 0, 20)
  2507. Bighead.Font = Enum.Font.SciFi
  2508. Bighead.FontSize = Enum.FontSize.Size14
  2509. Bighead.Text = "Bighead"
  2510. Bighead.TextColor3 = Color3.new(1, 1, 1)
  2511. Bighead.TextSize = 14
  2512. Bighead.TextTransparency = 1
  2513. Bighead.MouseButton1Down:connect(function()
  2514. Clicksound:Play()
  2515. if Selected.Value == true then
  2516. for i,v in pairs(game.Players:GetChildren()) do
  2517. v.Character.Head.Mesh.Scale = Vector3.new(8,8,8)
  2518. end
  2519. elseif Selected.Value == false then
  2520. workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(8,8,8)
  2521. end
  2522. end)
  2523. DecalID.Name = "DecalID"
  2524. DecalID.Parent = Frame
  2525. DecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  2526. DecalID.BackgroundTransparency = 1
  2527. DecalID.Position = UDim2.new(0, 100, 0, 280)
  2528. DecalID.Size = UDim2.new(0, 80, 0, 20)
  2529. DecalID.Font = Enum.Font.SciFi
  2530. DecalID.FontSize = Enum.FontSize.Size14
  2531. DecalID.Text = "292916915"
  2532. DecalID.TextColor3 = Color3.new(0, 0.984314, 1)
  2533. DecalID.TextSize = 14
  2534. DecalID.TextTransparency = 1
  2535.  
  2536. DecalSpam.Name = "DecalSpam"
  2537. DecalSpam.Parent = Frame
  2538. DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  2539. DecalSpam.BackgroundTransparency = 1
  2540. DecalSpam.Position = UDim2.new(0, 100, 0, 250)
  2541. DecalSpam.Size = UDim2.new(0, 80, 0, 20)
  2542. DecalSpam.Font = Enum.Font.SciFi
  2543. DecalSpam.FontSize = Enum.FontSize.Size14
  2544. DecalSpam.Text = "Decal Spam"
  2545. DecalSpam.TextColor3 = Color3.new(1, 1, 1)
  2546. DecalSpam.TextSize = 14
  2547. DecalSpam.TextTransparency = 1
  2548.  
  2549. DecalSpam.MouseButton1Down:connect(function()
  2550. Clicksound:Play()
  2551. function Scabn(var_a)
  2552. for i,v in pairs(var_a:GetChildren()) do
  2553. if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "UnionOperation" then
  2554. decal = Instance.new("Decal",v)
  2555. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2556. decal.Name = "ExploitDecal"
  2557. decal.Face = "Front"
  2558. decal = Instance.new("Decal",v)
  2559. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2560. decal.Name = "ExploitDecal"
  2561. decal.Face = "Back"
  2562. decal = Instance.new("Decal",v)
  2563. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2564. decal.Name = "ExploitDecal"
  2565. decal.Face = "Bottom"
  2566. decal = Instance.new("Decal",v)
  2567. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2568. decal.Name = "ExploitDecal"
  2569. decal.Face = "Left"
  2570. decal = Instance.new("Decal",v)
  2571. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2572. decal.Name = "ExploitDecal"
  2573. decal.Face = "Right"
  2574. decal = Instance.new("Decal",v)
  2575. decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1)
  2576. decal.Name = "ExploitDecal"
  2577. decal.Face = "Top"
  2578. end
  2579. Scabn(v)
  2580. end
  2581. end
  2582. Scabn(workspace)
  2583. end)
  2584.  
  2585. Mesh.Name = "Mesh"
  2586. Mesh.Parent = Frame
  2587. Mesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2588. Mesh.BackgroundTransparency = 1
  2589. Mesh.Position = UDim2.new(0, 10, 0, 220)
  2590. Mesh.Size = UDim2.new(0, 80, 0, 20)
  2591. Mesh.Font = Enum.Font.SciFi
  2592. Mesh.FontSize = Enum.FontSize.Size14
  2593. Mesh.Text = "Mesh"
  2594. Mesh.TextColor3 = Color3.new(1, 1, 1)
  2595. Mesh.TextSize = 14
  2596. Mesh.TextTransparency = 1
  2597. Mesh.MouseButton1Down:connect(function()
  2598. Clicksound:Play()
  2599. if Selected.Value == true then
  2600. for i,v in pairs(game.Players:GetChildren()) do
  2601. v.Character.Head.Transparency = 1
  2602. v.Character:FindFirstChild("Left Arm").Transparency = 1
  2603. v.Character:FindFirstChild("Right Arm").Transparency = 1
  2604. v.Character:FindFirstChild("Right Leg").Transparency = 1
  2605. v.Character:FindFirstChild("Left Leg").Transparency = 1
  2606. v.Character.Head.face.Transparency = 1
  2607. mesh = Instance.new("SpecialMesh",v.Character.Torso)
  2608. mesh.MeshType = "FileMesh"
  2609. mesh.Name = "InstanceMesh"
  2610. mesh.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2611. mesh.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2612. mesh.Scale = Vector3.new(6,6,6)
  2613. for i,n in pairs(v.Character:GetChildren()) do
  2614. if n.ClassName == "Accessory" then
  2615. n.Handle.Transparency = 1
  2616. end
  2617. end
  2618. end
  2619. elseif Selected.Value == false then
  2620. workspace[PlayerName.Text].Head.Transparency = 1
  2621. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  2622. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  2623. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  2624. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  2625. workspace[PlayerName.Text].Head.face.Transparency = 1
  2626. mesth = Instance.new("SpecialMesh",workspace[PlayerName.Text].Torso)
  2627. mesth.MeshType = "FileMesh"
  2628. mesth.Name = "InstanceMesh"
  2629. mesth.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2630. mesth.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2631. mesth.Scale = Vector3.new(6,6,6)
  2632. for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2633. if c.ClassName == "Accessory" then
  2634. c.Handle.Transparency = 1
  2635. end
  2636. end
  2637. end
  2638. end)
  2639. CharID.Name = "CharID"
  2640. CharID.Parent = Frame
  2641. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  2642. CharID.BackgroundTransparency = 1
  2643. CharID.Position = UDim2.new(0, 10, 0, 190)
  2644. CharID.Size = UDim2.new(0, 80, 0, 20)
  2645. CharID.Font = Enum.Font.SciFi
  2646. CharID.FontSize = Enum.FontSize.Size14
  2647. CharID.Text = "1311"
  2648. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  2649. CharID.TextSize = 14
  2650. CharID.TextTransparency = 1
  2651.  
  2652. TexID.Name = "TexID"
  2653. TexID.Parent = Frame
  2654. TexID.BackgroundColor3 = Color3.new(1, 1, 1)
  2655. TexID.BackgroundTransparency = 1
  2656. TexID.Position = UDim2.new(0, 10, 0, 280)
  2657. TexID.Size = UDim2.new(0, 80, 0, 20)
  2658. TexID.Font = Enum.Font.SciFi
  2659. TexID.FontSize = Enum.FontSize.Size14
  2660. TexID.Text = "Texture ID"
  2661. TexID.TextColor3 = Color3.new(0, 0.984314, 1)
  2662. TexID.TextSize = 14
  2663. TexID.TextTransparency = 1
  2664.  
  2665.  
  2666. MeshID.Name = "MeshID"
  2667. MeshID.Parent = Frame
  2668. MeshID.BackgroundColor3 = Color3.new(1, 1, 1)
  2669. MeshID.BackgroundTransparency = 1
  2670. MeshID.Position = UDim2.new(0, 10, 0, 250)
  2671. MeshID.Size = UDim2.new(0, 80, 0, 20)
  2672. MeshID.Font = Enum.Font.SciFi
  2673. MeshID.FontSize = Enum.FontSize.Size14
  2674. MeshID.Text = "Mesh ID"
  2675. MeshID.TextColor3 = Color3.new(0, 0.984314, 1)
  2676. MeshID.TextSize = 14
  2677. MeshID.TextTransparency = 1
  2678.  
  2679. ClearDecals.Name = "ClearDecals"
  2680. ClearDecals.Parent = Frame
  2681. ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1)
  2682. ClearDecals.BackgroundTransparency = 1
  2683. ClearDecals.Position = UDim2.new(0, 190, 0, 250)
  2684. ClearDecals.Size = UDim2.new(0, 80, 0, 20)
  2685. ClearDecals.Font = Enum.Font.SciFi
  2686. ClearDecals.FontSize = Enum.FontSize.Size14
  2687. ClearDecals.Text = "Clear Spam"
  2688. ClearDecals.TextColor3 = Color3.new(1, 1, 1)
  2689. ClearDecals.TextSize = 14
  2690. ClearDecals.TextTransparency = 1
  2691. ClearDecals.MouseButton1Down:connect(function()
  2692. Clicksound:Play()
  2693. function Swcan(var_a)
  2694. for i,v in pairs(var_a:GetChildren()) do
  2695. 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
  2696. v:FindFirstChild("ExploitDecal"):Remove()
  2697. v:FindFirstChild("ExploitDecal"):Remove()
  2698. v:FindFirstChild("ExploitDecal"):Remove()
  2699. v:FindFirstChild("ExploitDecal"):Remove()
  2700. v:FindFirstChild("ExploitDecal"):Remove()
  2701. v:FindFirstChild("ExploitDecal"):Remove()
  2702. end
  2703. Swcan(v)
  2704. end
  2705. end
  2706. Swcan(workspace)
  2707. end)
  2708.  
  2709. MeshSpam.Name = "MeshSpam"
  2710. MeshSpam.Parent = Frame
  2711. MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  2712. MeshSpam.BackgroundTransparency = 1
  2713. MeshSpam.Position = UDim2.new(0, 100, 0, 220)
  2714. MeshSpam.Size = UDim2.new(0, 80, 0, 20)
  2715. MeshSpam.Font = Enum.Font.SciFi
  2716. MeshSpam.FontSize = Enum.FontSize.Size14
  2717. MeshSpam.Text = "Mesh Spam"
  2718. MeshSpam.TextColor3 = Color3.new(1, 1, 1)
  2719. MeshSpam.TextSize = 14
  2720. MeshSpam.TextTransparency = 1
  2721. MeshSpam.MouseButton1Down:connect(function()
  2722. Clicksound:Play()
  2723. function Scyan(var_a)
  2724. for i,v in pairs(var_a:GetChildren()) do
  2725. 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
  2726. mspam = Instance.new("SpecialMesh",v)
  2727. mspam.Name = "ExploitMesh"
  2728. mspam.MeshType = "FileMesh"
  2729. mspam.Scale = Vector3.new(v.Size.X, v.Size.Y, v.Size.Z)
  2730. mspam.MeshId = "rbxassetid://"..tonumber(MeshID.Text)
  2731. mspam.TextureId = "rbxassetid://"..tonumber(TexID.Text)
  2732. end
  2733. Scyan(v)
  2734. end
  2735. end
  2736. Scyan(workspace)
  2737. end)
  2738. ClearMesh.Name = "ClearMesh"
  2739. ClearMesh.Parent = Frame
  2740. ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2741. ClearMesh.BackgroundTransparency = 1
  2742. ClearMesh.Position = UDim2.new(0, 190, 0, 280)
  2743. ClearMesh.Size = UDim2.new(0, 80, 0, 20)
  2744. ClearMesh.Font = Enum.Font.SciFi
  2745. ClearMesh.FontSize = Enum.FontSize.Size14
  2746. ClearMesh.Text = "Clear Mesh Spam"
  2747. ClearMesh.TextColor3 = Color3.new(1, 1, 1)
  2748. ClearMesh.TextScaled = true
  2749. ClearMesh.TextSize = 14
  2750. ClearMesh.TextTransparency = 1
  2751. ClearMesh.TextWrapped = true
  2752. ClearMesh.MouseButton1Down:connect(function()
  2753. Clicksound:Play()
  2754. function Scain(var_a)
  2755. for i,v in pairs(var_a:GetChildren()) do
  2756. if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" then
  2757. v:FindFirstChild("ExploitMesh"):Remove()
  2758. end
  2759. Scain(v)
  2760. end
  2761. end
  2762. Scain(workspace)
  2763. end)
  2764. RandomColor.Name = "RandomColor"
  2765. RandomColor.Parent = Frame
  2766. RandomColor.BackgroundColor3 = Color3.new(1, 1, 1)
  2767. RandomColor.BackgroundTransparency = 1
  2768. RandomColor.Position = UDim2.new(0, 370, 0, 220)
  2769. RandomColor.Size = UDim2.new(0, 80, 0, 20)
  2770. RandomColor.Font = Enum.Font.SciFi
  2771. RandomColor.FontSize = Enum.FontSize.Size14
  2772. RandomColor.Text = "RandomWS"
  2773. RandomColor.TextColor3 = Color3.new(1, 1, 1)
  2774. RandomColor.TextSize = 14
  2775. RandomColor.TextTransparency = 1
  2776. RandomColor.MouseButton1Down:connect(function()
  2777. Clicksound:Play()
  2778. function Scatun(var_a)
  2779. for i,v in pairs(var_a:GetChildren()) do
  2780. if v.ClassName == "Part" then
  2781. Types = {"Sphere","Cylinder","Brick","Torso","Head","Wedge"}
  2782. Materials = {"Brick","Cobblestone","Concrete","CorrodedMetal","DiamondPlate","Fabric","Foil","Granite","Grass","Ice","Marble","Metal","Neon","Pebble","Plastic","Sand","Slate","SmoothPlastic","Wood","WoodPlanks"}
  2783. v.Color = Color3.new(math.random(), math.random(), math.random())
  2784. v.Material = Materials[math.random(1,#Materials)]
  2785. goog = Instance.new("SpecialMesh",v)
  2786. goog.MeshType = Types[math.random(1,6)]
  2787. goog.Name = "FillMesh"
  2788. end
  2789. Scatun(v)
  2790. end
  2791. end
  2792. Scatun(workspace)
  2793. end)
  2794. PaintWS.Name = "PaintWS"
  2795. PaintWS.Parent = Frame
  2796. PaintWS.BackgroundColor3 = Color3.new(1, 1, 1)
  2797. PaintWS.BackgroundTransparency = 1
  2798. PaintWS.Position = UDim2.new(0, 280, 0, 220)
  2799. PaintWS.Size = UDim2.new(0, 80, 0, 20)
  2800. PaintWS.Font = Enum.Font.SciFi
  2801. PaintWS.FontSize = Enum.FontSize.Size14
  2802. PaintWS.Text = "PaintWS"
  2803. PaintWS.TextColor3 = Color3.new(1, 1, 1)
  2804. PaintWS.TextSize = 14
  2805. PaintWS.TextTransparency = 1
  2806. PaintWS.MouseButton1Down:connect(function()
  2807. Clicksound:Play()
  2808. function Skcan(var_a)
  2809. for i,v in pairs(var_a:GetChildren()) do
  2810. if v.ClassName == "Part" then
  2811. v.BrickColor = BrickColor.new(Brickcolor.Text)
  2812. end
  2813. Skcan(v)
  2814. end
  2815. end
  2816. Skcan(workspace)
  2817. end)
  2818. Brickcolor.Name = "Brickcolor"
  2819. Brickcolor.Parent = Frame
  2820. Brickcolor.BackgroundColor3 = Color3.new(0, 1, 1)
  2821. Brickcolor.Position = UDim2.new(0, 280, 0, 250)
  2822. Brickcolor.Size = UDim2.new(0, 80, 0, 20)
  2823. Brickcolor.Font = Enum.Font.SciFi
  2824. Brickcolor.FontSize = Enum.FontSize.Size14
  2825. Brickcolor.Text = "Really red"
  2826. Brickcolor.TextSize = 14
  2827.  
  2828. Explode.Name = "Explode"
  2829. Explode.Parent = Frame
  2830. Explode.BackgroundColor3 = Color3.new(1, 1, 1)
  2831. Explode.Position = UDim2.new(0, 370, 0, 250)
  2832. Explode.Size = UDim2.new(0, 80, 0, 20)
  2833. Explode.Font = Enum.Font.SciFi
  2834. Explode.FontSize = Enum.FontSize.Size14
  2835. Explode.Text = "Explode"
  2836. Explode.TextSize = 14
  2837. Explode.MouseButton1Down:connect(function()
  2838. Clicksound:Play()
  2839. if Selected.Value == true then
  2840. for i,v in pairs(game.Players:GetChildren()) do
  2841. e = Instance.new("Explosion",v.Character.Torso)
  2842. e.Position = v.Character.Torso.Position
  2843. e.BlastRadius = 10
  2844. end
  2845. elseif Selected.Value == false then
  2846. ed = Instance.new("Explosion",workspace[PlayerName.Text].Torso)
  2847. edd.Position = workspace[PlayerName.Text].Torso.Position
  2848. e.BlastRadius = 10
  2849. end
  2850. end)
  2851. Fog.Name = "Fog"
  2852. Fog.Parent = Frame
  2853. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  2854. Fog.Position = UDim2.new(0, 370, 0, 280)
  2855. Fog.Size = UDim2.new(0, 80, 0, 20)
  2856. Fog.Font = Enum.Font.SciFi
  2857. Fog.FontSize = Enum.FontSize.Size14
  2858. Fog.Text = "Fog"
  2859. Fog.TextSize = 14
  2860. Fog.MouseButton1Down:connect(function()
  2861. Clicksound:Play()
  2862. game.Lighting.FogEnd = tonumber(Fogend.Text)
  2863. end)
  2864. Fogend.Name = "Fogend"
  2865. Fogend.Parent = Frame
  2866. Fogend.BackgroundColor3 = Color3.new(0, 1, 1)
  2867. Fogend.Position = UDim2.new(0, 280, 0, 280)
  2868. Fogend.Size = UDim2.new(0, 80, 0, 20)
  2869. Fogend.Font = Enum.Font.SciFi
  2870. Fogend.FontSize = Enum.FontSize.Size14
  2871. Fogend.Text = "FogEnd"
  2872. Fogend.TextSize = 14
  2873.  
  2874. Message.Name = "Message"
  2875. Message.Parent = Frame
  2876. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  2877. Message.Position = UDim2.new(0, 10, 0, 310)
  2878. Message.Size = UDim2.new(0, 80, 0, 20)
  2879. Message.Font = Enum.Font.SciFi
  2880. Message.FontSize = Enum.FontSize.Size14
  2881. Message.Text = "Message"
  2882. Message.TextSize = 14
  2883. Message.MouseButton1Down:connect(function()
  2884. Clicksound:Play()
  2885. s = Instance.new("Message",workspace)
  2886. s.Name = "ExploitMessage"
  2887. s.Text = tostring(Msg.Text)
  2888. end)
  2889. Msg.Name = "Msg"
  2890. Msg.Parent = Frame
  2891. Msg.BackgroundColor3 = Color3.new(0, 1, 1)
  2892. Msg.Position = UDim2.new(0, 10, 0, 340)
  2893. Msg.Size = UDim2.new(0, 80, 0, 20)
  2894. Msg.Font = Enum.Font.SciFi
  2895. Msg.FontSize = Enum.FontSize.Size14
  2896. Msg.Text = "get rekt noobs"
  2897. Msg.TextScaled = true
  2898. Msg.TextSize = 14
  2899. Msg.TextWrapped = true
  2900.  
  2901. Hnt.Name = "Hnt"
  2902. Hnt.Parent = Frame
  2903. Hnt.BackgroundColor3 = Color3.new(0, 1, 1)
  2904. Hnt.Position = UDim2.new(0, 100, 0, 340)
  2905. Hnt.Size = UDim2.new(0, 80, 0, 20)
  2906. Hnt.Font = Enum.Font.SciFi
  2907. Hnt.FontSize = Enum.FontSize.Size14
  2908. Hnt.Text = "this server has been exploited"
  2909. Hnt.TextScaled = true
  2910. Hnt.TextSize = 14
  2911. Hnt.TextWrapped = true
  2912.  
  2913. Hint.Name = "Hint"
  2914. Hint.Parent = Frame
  2915. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  2916. Hint.Position = UDim2.new(0, 100, 0, 310)
  2917. Hint.Size = UDim2.new(0, 80, 0, 20)
  2918. Hint.Font = Enum.Font.SciFi
  2919. Hint.FontSize = Enum.FontSize.Size14
  2920. Hint.Text = "Hint"
  2921. Hint.TextSize = 14
  2922. Hint.MouseButton1Down:connect(function()
  2923. Clicksound:Play()
  2924. h = Instance.new("Hint",workspace)
  2925. h.Name = "ExploitHint"
  2926. h.Text = tostring(Hnt.Text)
  2927. end)
  2928. ClearMessage.Name = "ClearMessage"
  2929. ClearMessage.Parent = Frame
  2930. ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  2931. ClearMessage.Position = UDim2.new(0, 190, 0, 310)
  2932. ClearMessage.Size = UDim2.new(0, 80, 0, 20)
  2933. ClearMessage.Font = Enum.Font.SciFi
  2934. ClearMessage.FontSize = Enum.FontSize.Size14
  2935. ClearMessage.Text = "Clear Message"
  2936. ClearMessage.TextScaled = true
  2937. ClearMessage.TextSize = 14
  2938. ClearMessage.TextWrapped = true
  2939. ClearMessage.MouseButton1Down:connect(function()
  2940. Clicksound:Play()
  2941. workspace:FindFirstChild("ExploitMessage"):Remove()
  2942. end)
  2943. ClearHint.Name = "ClearHint"
  2944. ClearHint.Parent = Frame
  2945. ClearHint.BackgroundColor3 = Color3.new(1, 1, 1)
  2946. ClearHint.Position = UDim2.new(0, 190, 0, 340)
  2947. ClearHint.Size = UDim2.new(0, 80, 0, 20)
  2948. ClearHint.Font = Enum.Font.SciFi
  2949. ClearHint.FontSize = Enum.FontSize.Size14
  2950. ClearHint.Text = "Clear Hint"
  2951. ClearHint.TextSize = 14
  2952. ClearHint.MouseButton1Down:connect(function()
  2953. Clicksound:Play()
  2954. workspace:FindFirstChild("ExploitHint"):Remove()
  2955. end)
  2956. UnMesh.Name = "UnMesh"
  2957. UnMesh.Parent = Frame
  2958. UnMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  2959. UnMesh.Position = UDim2.new(0, 280, 0, 310)
  2960. UnMesh.Size = UDim2.new(0, 80, 0, 20)
  2961. UnMesh.Font = Enum.Font.SciFi
  2962. UnMesh.FontSize = Enum.FontSize.Size14
  2963. UnMesh.Text = "UnMesh"
  2964. UnMesh.TextScaled = true
  2965. UnMesh.TextSize = 14
  2966. UnMesh.TextWrapped = true
  2967. UnMesh.MouseButton1Down:connect(function()
  2968. Clicksound:Play()
  2969. if Selected.Value == true then
  2970. for i,v in pairs(game.Players:GetChildren()) do
  2971. v.Character.Torso:FindFirstChild("InstanceMesh"):Remove()
  2972. v.Character.Head.Transparency = 0
  2973. v.Character:FindFirstChild("Left Arm").Transparency = 0
  2974. v.Character:FindFirstChild("Right Arm").Transparency = 0
  2975. v.Character:FindFirstChild("Right Leg").Transparency = 0
  2976. v.Character:FindFirstChild("Left Leg").Transparency = 0
  2977. v.Character.Head.face.Transparency = 0
  2978. for i,j in pairs(v.Character:GetChildren()) do
  2979. if j.ClassName == "Accessory" then
  2980. j.Handle.Transparency = 0
  2981. end
  2982. end
  2983. end
  2984. elseif Selected.Value == false then
  2985. workspace[PlayerName.Text].Torso:FindFirstChild("InstanceMesh"):Remove()
  2986. workspace[PlayerName.Text].Head.Transparency = 0
  2987. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  2988. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  2989. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  2990. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  2991. workspace[PlayerName.Text].Head:FindFirstChild("face").Transparency = 0
  2992. for i,o in pairs(workspace[PlayerName.Text]:GetChildren()) do
  2993. if o.ClassName == "Accessory" then
  2994. o.Handle.Transparency = 0
  2995. end
  2996. end
  2997. end
  2998. end)
  2999.  
  3000. Material.Name = "Material"
  3001. Material.Parent = Frame
  3002. Material.BackgroundColor3 = Color3.new(0, 1, 1)
  3003. Material.Position = UDim2.new(0, 370, 0, 340)
  3004. Material.Size = UDim2.new(0, 80, 0, 20)
  3005. Material.Font = Enum.Font.SciFi
  3006. Material.FontSize = Enum.FontSize.Size14
  3007. Material.Text = "Fabric"
  3008. Material.TextScaled = true
  3009. Material.TextSize = 14
  3010. Material.TextWrapped = true
  3011.  
  3012. MaterialWS.Name = "MaterialWS"
  3013. MaterialWS.Parent = Frame
  3014. MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3015. MaterialWS.Position = UDim2.new(0, 370, 0, 310)
  3016. MaterialWS.Size = UDim2.new(0, 80, 0, 20)
  3017. MaterialWS.Font = Enum.Font.SciFi
  3018. MaterialWS.FontSize = Enum.FontSize.Size14
  3019. MaterialWS.Text = "MaterialWS"
  3020. MaterialWS.TextSize = 14
  3021. MaterialWS.MouseButton1Down:connect(function()
  3022. Clicksound:Play()
  3023. function gScan(var_a)
  3024. for i,v in pairs(var_a:GetChildren()) do
  3025. if v.ClassName == "Part" then
  3026. v.Material = tostring(Material.Text)
  3027. end
  3028. gScan(v)
  3029. end
  3030. end
  3031. gScan(workspace)
  3032. end)
  3033.  
  3034. Break.Name = "Break"
  3035. Break.Parent = Frame
  3036. Break.BackgroundColor3 = Color3.new(1, 1, 1)
  3037. Break.Position = UDim2.new(0, 280, 0, 340)
  3038. Break.Size = UDim2.new(0, 80, 0, 20)
  3039. Break.Font = Enum.Font.SciFi
  3040. Break.FontSize = Enum.FontSize.Size14
  3041. Break.Text = "fuck game up"
  3042. Break.TextScaled = true
  3043. Break.TextSize = 14
  3044. Break.TextWrapped = true
  3045. Break.MouseButton1Down:connect(function()
  3046. Clicksound:Play()
  3047. function gfScan(var_a)
  3048. for i,v in pairs(var_a:GetChildren()) do
  3049. if v.ClassName == "Part" then
  3050. surf = Instance.new("SurfaceGui",v)
  3051. surf.Name = "ExploitSurface"
  3052. surf.AlwaysOnTop = true
  3053. surf.Face = "Back"
  3054. eframe = Instance.new("TextLabel",surf)
  3055. eframe.Text = fuckspam.Text
  3056. eframe.Size = UDim2.new(0,800,0,600)
  3057. eframe.FontSize = "Size60"
  3058. eframe.BackgroundTransparency = 1
  3059. surf = Instance.new("SurfaceGui",v)
  3060. surf.Name = "ExploitSurface"
  3061. surf.AlwaysOnTop = true
  3062. surf.Face = "Bottom"
  3063. eframe = Instance.new("TextLabel",surf)
  3064. eframe.Text = fuckspam.Text
  3065. eframe.Size = UDim2.new(0,800,0,600)
  3066. eframe.FontSize = "Size60"
  3067. eframe.BackgroundTransparency = 1
  3068. surf = Instance.new("SurfaceGui",v)
  3069. surf.Name = "ExploitSurface"
  3070. surf.AlwaysOnTop = true
  3071. surf.Face = "Top"
  3072. eframe = Instance.new("TextLabel",surf)
  3073. eframe.Text = fuckspam.Text
  3074. eframe.Size = UDim2.new(0,800,0,600)
  3075. eframe.FontSize = "Size60"
  3076. eframe.BackgroundTransparency = 1
  3077. surf = Instance.new("SurfaceGui",v)
  3078. surf.Name = "ExploitSurface"
  3079. surf.AlwaysOnTop = true
  3080. surf.Face = "Left"
  3081. eframe = Instance.new("TextLabel",surf)
  3082. eframe.Text = fuckspam.Text
  3083. eframe.Size = UDim2.new(0,800,0,600)
  3084. eframe.FontSize = "Size60"
  3085. eframe.BackgroundTransparency = 1
  3086. surf = Instance.new("SurfaceGui",v)
  3087. surf.Name = "ExploitSurface"
  3088. surf.AlwaysOnTop = true
  3089. surf.Face = "Right"
  3090. eframe = Instance.new("TextLabel",surf)
  3091. eframe.Text = fuckspam.Text
  3092. eframe.Size = UDim2.new(0,800,0,600)
  3093. eframe.FontSize = "Size60"
  3094. eframe.BackgroundTransparency = 1
  3095. surf = Instance.new("SurfaceGui",v)
  3096. surf.Name = "ExploitSurface"
  3097. surf.AlwaysOnTop = true
  3098. surf.Face = "Front"
  3099. eframe = Instance.new("TextLabel",surf)
  3100. eframe.Text = fuckspam.Text
  3101. eframe.Size = UDim2.new(0,800,0,600)
  3102. eframe.FontSize = "Size60"
  3103. eframe.BackgroundTransparency = 1
  3104. end
  3105. gfScan(v)
  3106. end
  3107. end
  3108. gfScan(workspace)
  3109. end)
  3110.  
  3111. fuckspam.Name = "fuckspam"
  3112. fuckspam.Parent = Frame
  3113. fuckspam.BackgroundColor3 = Color3.new(0, 1, 1)
  3114. fuckspam.Position = UDim2.new(0, 280, 0, 370)
  3115. fuckspam.Size = UDim2.new(0, 80, 0, 20)
  3116. fuckspam.Font = Enum.Font.SciFi
  3117. fuckspam.FontSize = Enum.FontSize.Size14
  3118. fuckspam.Text = "FUCK YOU!!"
  3119. fuckspam.TextScaled = true
  3120. fuckspam.TextSize = 14
  3121. fuckspam.TextWrapped = true
  3122.  
  3123. UnBreak.Name = "UnBreak"
  3124. UnBreak.Parent = Frame
  3125. UnBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  3126. UnBreak.Position = UDim2.new(0, 370, 0, 370)
  3127. UnBreak.Size = UDim2.new(0, 80, 0, 20)
  3128. UnBreak.Font = Enum.Font.SciFi
  3129. UnBreak.FontSize = Enum.FontSize.Size14
  3130. UnBreak.Text = "unfuck game"
  3131. UnBreak.TextScaled = true
  3132. UnBreak.TextSize = 14
  3133. UnBreak.TextWrapped = true
  3134. UnBreak.MouseButton1Down:connect(function()
  3135. Clicksound:Play()
  3136. function xaScan(var_a)
  3137. for i,v in pairs(var_a:GetChildren()) do
  3138. if v.ClassName == "Part" then
  3139. v:FindFirstChild("ExploitSurface"):Remove()
  3140. v:FindFirstChild("ExploitSurface"):Remove()
  3141. v:FindFirstChild("ExploitSurface"):Remove()
  3142. v:FindFirstChild("ExploitSurface"):Remove()
  3143. v:FindFirstChild("ExploitSurface"):Remove()
  3144. v:FindFirstChild("ExploitSurface"):Remove()
  3145. end
  3146. xaScan(v)
  3147. end
  3148. end
  3149. xaScan(workspace)
  3150. end)
  3151.  
  3152. Lag.Name = "Lag"
  3153. Lag.Parent = Frame
  3154. Lag.BackgroundColor3 = Color3.new(1, 1, 1)
  3155. Lag.Position = UDim2.new(0, 190, 0, 370)
  3156. Lag.Size = UDim2.new(0, 80, 0, 20)
  3157. Lag.Font = Enum.Font.SciFi
  3158. Lag.FontSize = Enum.FontSize.Size14
  3159. Lag.Text = "Lag"
  3160. Lag.TextSize = 14
  3161. Lag.MouseButton1Down:connect(function()
  3162. Clicksound:Play()
  3163. if Selected.Value == true then
  3164. for i,v in pairs(game.Players:GetChildren()) do
  3165. v.Character.Humanoid.HipHeight = math.huge * 0
  3166. end
  3167. elseif Selected.Value == false then
  3168. workspace[PlayerName.Text].Humanoid.HipHeight = math.huge * 0
  3169. end
  3170. end)
  3171. Shutdown.Name = "Shutdown"
  3172. Shutdown.Parent = Frame
  3173. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  3174. Shutdown.Position = UDim2.new(0, 100, 0, 370)
  3175. Shutdown.Size = UDim2.new(0, 80, 0, 20)
  3176. Shutdown.Font = Enum.Font.SciFi
  3177. Shutdown.FontSize = Enum.FontSize.Size14
  3178. Shutdown.Text = "Shutdown"
  3179. Shutdown.TextSize = 14
  3180. Shutdown.MouseButton1Down:connect(function()
  3181. Clicksound:Play()
  3182. workspace.Gravity = math.huge * 0
  3183. end)
  3184.  
  3185. ParticleWS.Name = "ParticleWS"
  3186. ParticleWS.Parent = Frame
  3187. ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3188. ParticleWS.Position = UDim2.new(0, 10, 0, 370)
  3189. ParticleWS.Size = UDim2.new(0, 80, 0, 20)
  3190. ParticleWS.Font = Enum.Font.SciFi
  3191. ParticleWS.FontSize = Enum.FontSize.Size14
  3192. ParticleWS.Text = "ParticleWS"
  3193. ParticleWS.TextSize = 14
  3194. ParticleWS.MouseButton1Down:connect(function()
  3195. Clicksound:Play()
  3196. function qScan(var_a)
  3197. for i,v in pairs(var_a:GetChildren()) do
  3198. if v.ClassName == "Part" then
  3199. em = Instance.new("ParticleEmitter",v)
  3200. em.Speed = NumberRange.new(20,20)
  3201. em.Rate = 80
  3202. em.Name = "ExploitSpam"
  3203. em.VelocitySpread = 30
  3204. em.Lifetime = NumberRange.new(6,6)
  3205. em.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1)
  3206. end
  3207. qScan(v)
  3208. end
  3209. end
  3210. qScan(workspace)
  3211. end)
  3212.  
  3213. UnParticleWS.Name = "UnParticleWS"
  3214. UnParticleWS.Parent = Frame
  3215. UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3216. UnParticleWS.Position = UDim2.new(0, 10, 0, 400)
  3217. UnParticleWS.Size = UDim2.new(0, 80, 0, 20)
  3218. UnParticleWS.Font = Enum.Font.SciFi
  3219. UnParticleWS.FontSize = Enum.FontSize.Size14
  3220. UnParticleWS.Text = "Un-ParticleWS"
  3221. UnParticleWS.TextScaled = true
  3222. UnParticleWS.TextSize = 14
  3223. UnParticleWS.TextWrapped = true
  3224. UnParticleWS.MouseButton1Down:connect(function()
  3225. Clicksound:Play()
  3226. function Sopcan(var_a)
  3227. for i,v in pairs(var_a:GetChildren()) do
  3228. if v.ClassName == "Part" then
  3229. v:FindFirstChild("ExploitSpam"):Remove()
  3230. end
  3231. Sopcan(v)
  3232. end
  3233. end
  3234. Sopcan(workspace)
  3235. end)
  3236.  
  3237. Chat.Name = "Chat"
  3238. Chat.Parent = Frame
  3239. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  3240. Chat.Position = UDim2.new(0, 460, 0, 40)
  3241. Chat.Size = UDim2.new(0, 80, 0, 20)
  3242. Chat.Font = Enum.Font.SciFi
  3243. Chat.FontSize = Enum.FontSize.Size14
  3244. Chat.Text = "Chat"
  3245. Chat.TextScaled = true
  3246. Chat.TextSize = 14
  3247. Chat.TextWrapped = true
  3248. Chat.MouseButton1Down:connect(function()
  3249. Clicksound:Play()
  3250. if Selected.Value == true then
  3251. for i,v in pairs(game.Players:GetChildren()) do
  3252. game:GetService("Chat"):Chat(v.Character.Head,tostring(ChatString.Text),"Blue")
  3253. end
  3254. elseif Selected.Value == false then
  3255. game:GetService("Chat"):Chat(workspace[PlayerName.Text].Head,tostring(ChatString.Text),"Blue")
  3256. end
  3257. end)
  3258. ChatString.Name = "ChatString"
  3259. ChatString.Parent = Frame
  3260. ChatString.BackgroundColor3 = Color3.new(0, 1, 1)
  3261. ChatString.Position = UDim2.new(0, 460, 0, 70)
  3262. ChatString.Size = UDim2.new(0, 80, 0, 20)
  3263. ChatString.Font = Enum.Font.SciFi
  3264. ChatString.FontSize = Enum.FontSize.Size14
  3265. ChatString.Text = "Im a bitch"
  3266. ChatString.TextScaled = true
  3267. ChatString.TextSize = 14
  3268. ChatString.TextWrapped = true
  3269.  
  3270. Smallhead.Name = "Smallhead"
  3271. Smallhead.Parent = Frame
  3272. Smallhead.BackgroundColor3 = Color3.new(1, 1, 1)
  3273. Smallhead.Position = UDim2.new(0, 100, 0, 400)
  3274. Smallhead.Size = UDim2.new(0, 80, 0, 20)
  3275. Smallhead.Font = Enum.Font.SciFi
  3276. Smallhead.FontSize = Enum.FontSize.Size14
  3277. Smallhead.Text = "Normalhead"
  3278. Smallhead.TextSize = 14
  3279. Smallhead.MouseButton1Down:connect(function()
  3280. Clicksound:Play()
  3281. if Selected.Value == true then
  3282. for i,v in pairs(game.Players:GetChildren()) do
  3283. v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  3284. end
  3285. elseif Selected.Value == false then
  3286. workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
  3287. end
  3288. end)
  3289. BallWS.Name = "BallWS"
  3290. BallWS.Parent = Frame
  3291. BallWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3292. BallWS.Position = UDim2.new(0, 190, 0, 400)
  3293. BallWS.Size = UDim2.new(0, 80, 0, 20)
  3294. BallWS.Font = Enum.Font.SciFi
  3295. BallWS.FontSize = Enum.FontSize.Size14
  3296. BallWS.Text = "BallWS"
  3297. BallWS.TextSize = 14
  3298. BallWS.MouseButton1Down:connect(function()
  3299. Clicksound:Play()
  3300. function Scaren(var_a)
  3301. for i,v in pairs(var_a:GetChildren()) do
  3302. if v.ClassName == "Part" then
  3303. Ball = Instance.new("SpecialMesh",v)
  3304. Ball.Name = "ExploitBall"
  3305. Ball.MeshType = "Sphere"
  3306. end
  3307. Scaren(v)
  3308. end
  3309. end
  3310. Scaren(workspace)
  3311. end)
  3312. CylWS.Name = "CylWS"
  3313. CylWS.Parent = Frame
  3314. CylWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3315. CylWS.Position = UDim2.new(0, 280, 0, 400)
  3316. CylWS.Size = UDim2.new(0, 80, 0, 20)
  3317. CylWS.Font = Enum.Font.SciFi
  3318. CylWS.FontSize = Enum.FontSize.Size14
  3319. CylWS.Text = "CylinderWS"
  3320. CylWS.TextSize = 14
  3321. CylWS.MouseButton1Down:connect(function()
  3322. Clicksound:Play()
  3323. function qcaren(var_a)
  3324. for i,v in pairs(var_a:GetChildren()) do
  3325. if v.ClassName == "Part" then
  3326. Cyli = Instance.new("SpecialMesh",v)
  3327. Cyli.Name = "ExploitCyli"
  3328. Cyli.MeshType = "Cylinder"
  3329. end
  3330. qcaren(v)
  3331. end
  3332. end
  3333. qcaren(workspace)
  3334. end)
  3335. BloWS.Name = "BloWS"
  3336. BloWS.Parent = Frame
  3337. BloWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3338. BloWS.Position = UDim2.new(0, 370, 0, 400)
  3339. BloWS.Size = UDim2.new(0, 80, 0, 20)
  3340. BloWS.Font = Enum.Font.SciFi
  3341. BloWS.FontSize = Enum.FontSize.Size14
  3342. BloWS.Text = "BlockWS"
  3343. BloWS.TextSize = 14
  3344. BloWS.MouseButton1Down:connect(function()
  3345. Clicksound:Play()
  3346. function xcaren(var_a)
  3347. for i,v in pairs(var_a:GetChildren()) do
  3348. if v.ClassName == "Part" then
  3349. Bric = Instance.new("SpecialMesh",v)
  3350. Bric.Name = "ExploitBrick"
  3351. Bric.MeshType = "Brick"
  3352. end
  3353. xcaren(v)
  3354. end
  3355. end
  3356. xcaren(workspace)
  3357. end)
  3358.  
  3359. TorsoWS.Name = "TorsoWS"
  3360. TorsoWS.Parent = Frame
  3361. TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3362. TorsoWS.Position = UDim2.new(0, 460, 0, 370)
  3363. TorsoWS.Size = UDim2.new(0, 80, 0, 20)
  3364. TorsoWS.Font = Enum.Font.SciFi
  3365. TorsoWS.FontSize = Enum.FontSize.Size14
  3366. TorsoWS.Text = "TorsoWS"
  3367. TorsoWS.TextSize = 14
  3368. TorsoWS.MouseButton1Down:connect(function()
  3369. Clicksound:Play()
  3370. function pxucarn(var_a)
  3371. for i,v in pairs(var_a:GetChildren()) do
  3372. if v.ClassName == "Part" then
  3373. Tors = Instance.new("SpecialMesh",v)
  3374. Tors.Name = "ExploitTorso"
  3375. Tors.MeshType = "Torso"
  3376. end
  3377. pxucarn(v)
  3378. end
  3379. end
  3380. pxucarn(workspace)
  3381. end)
  3382.  
  3383. WedgeWS.Name = "WedgeWS"
  3384. WedgeWS.Parent = Frame
  3385. WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3386. WedgeWS.Position = UDim2.new(0, 460, 0, 340)
  3387. WedgeWS.Size = UDim2.new(0, 80, 0, 20)
  3388. WedgeWS.Font = Enum.Font.SciFi
  3389. WedgeWS.FontSize = Enum.FontSize.Size14
  3390. WedgeWS.Text = "WedgeWS"
  3391. WedgeWS.TextSize = 14
  3392. WedgeWS.MouseButton1Down:connect(function()
  3393. Clicksound:Play()
  3394. function foo(var_a)
  3395. for i,v in pairs(var_a:GetChildren()) do
  3396. if v.ClassName == "Part" then
  3397. Wedg = Instance.new("SpecialMesh",v)
  3398. Wedg.Name = "ExploitWedge"
  3399. Wedg.MeshType = "Wedge"
  3400. end
  3401. foo(v)
  3402. end
  3403. end
  3404. foo(workspace)
  3405. end)
  3406. HeadWS.Name = "HeadWS"
  3407. HeadWS.Parent = Frame
  3408. HeadWS.BackgroundColor3 = Color3.new(1, 1, 1)
  3409. HeadWS.Position = UDim2.new(0, 460, 0, 400)
  3410. HeadWS.Size = UDim2.new(0, 80, 0, 20)
  3411. HeadWS.Font = Enum.Font.SciFi
  3412. HeadWS.FontSize = Enum.FontSize.Size14
  3413. HeadWS.Text = "HeadWS"
  3414. HeadWS.TextSize = 14
  3415. HeadWS.MouseButton1Down:connect(function()
  3416. Clicksound:Play()
  3417. function food(var_a)
  3418. for i,v in pairs(var_a:GetChildren()) do
  3419. if v.ClassName == "Part" then
  3420. Head = Instance.new("SpecialMesh",v)
  3421. Head.Name = "ExploitHead"
  3422. Head.MeshType = "Head"
  3423. end
  3424. food(v)
  3425. end
  3426. end
  3427. food(workspace)
  3428. end)
  3429.  
  3430. Longneck.Name = "Longneck"
  3431. Longneck.Parent = Frame
  3432. Longneck.BackgroundColor3 = Color3.new(1, 1, 1)
  3433. Longneck.Position = UDim2.new(0, 460, 0, 310)
  3434. Longneck.Size = UDim2.new(0, 80, 0, 20)
  3435. Longneck.Font = Enum.Font.SciFi
  3436. Longneck.FontSize = Enum.FontSize.Size14
  3437. Longneck.Text = "Longneck"
  3438. Longneck.TextSize = 14
  3439. Longneck.MouseButton1Down:connect(function()
  3440. Clicksound:Play()
  3441. if Selected.Value == true then
  3442. for i,v in pairs(game.Players:GetChildren()) do
  3443. v.Character.HumanoidRootPart.Transparency = 0
  3444. v.Character.Head.Mesh.Offset = Vector3.new(0,3,0)
  3445. gt = Instance.new("CylinderMesh",v.Character.HumanoidRootPart)
  3446. gt.Offset = Vector3.new(0,3,0)
  3447. gt.Scale = Vector3.new(1,2,1)
  3448. for i,h in pairs(v.Character:GetChildren()) do
  3449. if h.ClassName == "Accessory" then
  3450. h.Handle.Mesh.Offset = Vector3.new(0,3,0)
  3451. end
  3452. end
  3453. end
  3454. elseif Selected.Value == false then
  3455. workspace[PlayerName.Text].HumanoidRootPart.Transparency = 0
  3456. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,3,0)
  3457. gt = Instance.new("CylinderMesh",workspace[PlayerName.Text].HumanoidRootPart)
  3458. gt.Offset = Vector3.new(0,3,0)
  3459. gt.Scale = Vector3.new(1,2,1)
  3460. for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3461. if g.ClassName == "Accessory" then
  3462. g.Handle.Mesh.Offset = Vector3.new(0,3,0)
  3463. end
  3464. end
  3465. end
  3466. end)
  3467. Normalneck.Name = "Normalneck"
  3468. Normalneck.Parent = Frame
  3469. Normalneck.BackgroundColor3 = Color3.new(1, 1, 1)
  3470. Normalneck.Position = UDim2.new(0, 460, 0, 280)
  3471. Normalneck.Size = UDim2.new(0, 80, 0, 20)
  3472. Normalneck.Font = Enum.Font.SciFi
  3473. Normalneck.FontSize = Enum.FontSize.Size14
  3474. Normalneck.Text = "Normalneck"
  3475. Normalneck.TextSize = 14
  3476. Normalneck.MouseButton1Down:connect(function()
  3477. Clicksound:Play()
  3478. if Selected.Value == true then
  3479. for i,v in pairs(game.Players:GetChildren()) do
  3480. v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  3481. v.Character.HumanoidRootPart.Mesh:Remove()
  3482. v.Character.HumanoidRootPart.Transparency = 1
  3483. for i,h in pairs(v.Character:GetChildren()) do
  3484. if h.ClassName == "Accessory" then
  3485. h.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3486. end
  3487. end
  3488. end
  3489. elseif Selected.Value == false then
  3490. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  3491. workspace[PlayerName.Text].HumanoidRootPart.Mesh:Remove()
  3492. workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1
  3493. for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3494. if g.ClassName == "Accessory" then
  3495. g.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3496. end
  3497. end
  3498. end
  3499. end)
  3500. Headtummy.Name = "Headtummy"
  3501. Headtummy.Parent = Frame
  3502. Headtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  3503. Headtummy.Position = UDim2.new(0, 460, 0, 250)
  3504. Headtummy.Size = UDim2.new(0, 80, 0, 20)
  3505. Headtummy.Font = Enum.Font.SciFi
  3506. Headtummy.FontSize = Enum.FontSize.Size14
  3507. Headtummy.Text = "Funny"
  3508. Headtummy.TextSize = 14
  3509. Headtummy.MouseButton1Down:connect(function()
  3510. Clicksound:Play()
  3511. if Selected.Value == true then
  3512. for i,v in pairs(game.Players:GetChildren()) do
  3513. v.Character.Torso.Transparency = 1
  3514. v.Character:FindFirstChild("Left Arm").Transparency = 1
  3515. v.Character:FindFirstChild("Right Arm").Transparency = 1
  3516. v.Character.Head.Mesh.Offset = Vector3.new(0,-2,0)
  3517. for i,q in pairs(v.Character:GetChildren()) do
  3518. if q.ClassName == "Accessory" then
  3519. q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  3520. end
  3521. end
  3522. end
  3523. elseif Selected.Value == false then
  3524. workspace[PlayerName.Text].Torso.Transparency = 1
  3525. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  3526. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  3527. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,-2,0)
  3528. for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3529. if q.ClassName == "Accessory" then
  3530. q.Handle.Mesh.Offset = Vector3.new(0,-2,0)
  3531. end
  3532. end
  3533. end
  3534. end)
  3535. UnHeadtummy.Name = "UnHeadtummy"
  3536. UnHeadtummy.Parent = Frame
  3537. UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  3538. UnHeadtummy.Position = UDim2.new(0, 460, 0, 430)
  3539. UnHeadtummy.Size = UDim2.new(0, 80, 0, 20)
  3540. UnHeadtummy.Font = Enum.Font.SciFi
  3541. UnHeadtummy.FontSize = Enum.FontSize.Size14
  3542. UnHeadtummy.Text = "UnFunny"
  3543. UnHeadtummy.TextSize = 14
  3544. UnHeadtummy.MouseButton1Down:connect(function()
  3545. Clicksound:Play()
  3546. if Selected.Value == true then
  3547. for i,v in pairs(game.Players:GetChildren()) do
  3548. v.Character.Torso.Transparency = 0
  3549. v.Character:FindFirstChild("Left Arm").Transparency = 0
  3550. v.Character:FindFirstChild("Right Arm").Transparency = 0
  3551. v.Character.Head.Mesh.Offset = Vector3.new(0,0,0)
  3552. for i,q in pairs(v.Character:GetChildren()) do
  3553. if q.ClassName == "Accessory" then
  3554. q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3555. end
  3556. end
  3557. end
  3558. elseif Selected.Value == false then
  3559. workspace[PlayerName.Text].Torso.Transparency = 0
  3560. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  3561. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  3562. workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0)
  3563. for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3564. if q.ClassName == "Accessory" then
  3565. q.Handle.Mesh.Offset = Vector3.new(0,0,0)
  3566. end
  3567. end
  3568. end
  3569. end)
  3570.  
  3571. Fire.Name = "Fire"
  3572. Fire.Parent = Frame
  3573. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  3574. Fire.Position = UDim2.new(0, 460, 0, 160)
  3575. Fire.Size = UDim2.new(0, 80, 0, 20)
  3576. Fire.Font = Enum.Font.SciFi
  3577. Fire.FontSize = Enum.FontSize.Size14
  3578. Fire.Text = "Fire"
  3579. Fire.TextSize = 14
  3580. Fire.MouseButton1Down:connect(function()
  3581. Clicksound:Play()
  3582. if Selected.Value == true then
  3583. for i,v in pairs(game.Players:GetChildren()) do
  3584. Instance.new("Fire",v.Character.Torso)
  3585. Instance.new("Fire",v.Character.Head)
  3586. Instance.new("Fire",v.Character:FindFirstChild("Left Leg"))
  3587. Instance.new("Fire",v.Character:FindFirstChild("Left Arm"))
  3588. Instance.new("Fire",v.Character:FindFirstChild("Right Leg"))
  3589. Instance.new("Fire",v.Character:FindFirstChild("Right Arm"))
  3590. end
  3591. elseif Selected.Value == false then
  3592. Instance.new("Fire",workspace[PlayerName.Text].Torso)
  3593. Instance.new("Fire",workspace[PlayerName.Text].Head)
  3594. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  3595. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  3596. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  3597. Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  3598. end
  3599. end)
  3600. Smoke.Name = "Smoke"
  3601. Smoke.Parent = Frame
  3602. Smoke.BackgroundColor3 = Color3.new(1, 1, 1)
  3603. Smoke.Position = UDim2.new(0, 460, 0, 220)
  3604. Smoke.Size = UDim2.new(0, 80, 0, 20)
  3605. Smoke.Font = Enum.Font.SciFi
  3606. Smoke.FontSize = Enum.FontSize.Size14
  3607. Smoke.Text = "Smoke"
  3608. Smoke.TextSize = 14
  3609. Smoke.MouseButton1Down:connect(function()
  3610. Clicksound:Play()
  3611. if Selected.Value == true then
  3612. for i,v in pairs(game.Players:GetChildren()) do
  3613. Instance.new("Smoke",v.Character.Torso)
  3614. end
  3615. elseif Selected.Value == false then
  3616. Instance.new("Smoke",workspace[PlayerName.Text].Torso)
  3617. end
  3618. end)
  3619. Sparkles.Name = "Sparkles"
  3620. Sparkles.Parent = Frame
  3621. Sparkles.BackgroundColor3 = Color3.new(1, 1, 1)
  3622. Sparkles.Position = UDim2.new(0, 460, 0, 130)
  3623. Sparkles.Size = UDim2.new(0, 80, 0, 20)
  3624. Sparkles.Font = Enum.Font.SciFi
  3625. Sparkles.FontSize = Enum.FontSize.Size14
  3626. Sparkles.Text = "Sparkles"
  3627. Sparkles.TextSize = 14
  3628. Sparkles.MouseButton1Down:connect(function()
  3629. Clicksound:Play()
  3630. if Selected.Value == true then
  3631. for i,v in pairs(game.Players:GetChildren()) do
  3632. Instance.new("Sparkles",v.Character.Torso)
  3633. Instance.new("Sparkles",v.Character.Head)
  3634. Instance.new("Sparkles",v.Character:FindFirstChild("Left Leg"))
  3635. Instance.new("Sparkles",v.Character:FindFirstChild("Left Arm"))
  3636. Instance.new("Sparkles",v.Character:FindFirstChild("Right Leg"))
  3637. Instance.new("Sparkles",v.Character:FindFirstChild("Right Arm"))
  3638. end
  3639. elseif Selected.Value == false then
  3640. Instance.new("Sparkles",workspace[PlayerName.Text].Torso)
  3641. Instance.new("Sparkles",workspace[PlayerName.Text].Head)
  3642. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Leg"))
  3643. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Arm"))
  3644. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Leg"))
  3645. Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Arm"))
  3646. end
  3647. end)
  3648. FF.Name = "FF"
  3649. FF.Parent = Frame
  3650. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  3651. FF.Position = UDim2.new(0, 460, 0, 190)
  3652. FF.Size = UDim2.new(0, 80, 0, 20)
  3653. FF.Font = Enum.Font.SciFi
  3654. FF.FontSize = Enum.FontSize.Size14
  3655. FF.Text = "FF"
  3656. FF.TextSize = 14
  3657. FF.MouseButton1Down:connect(function()
  3658. Clicksound:Play()
  3659. if Selected.Value == true then
  3660. for i,v in pairs(game.Players:GetChildren()) do
  3661. Instance.new("ForceField",v.Character)
  3662. end
  3663. elseif Selected.Value == false then
  3664. Instance.new("ForceField",workspace[PlayerName.Text])
  3665. end
  3666. end)
  3667.  
  3668. MlgParticles.Name = "MlgParticles"
  3669. MlgParticles.Parent = Frame
  3670. MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1)
  3671. MlgParticles.Position = UDim2.new(0, 460, 0, 100)
  3672. MlgParticles.Size = UDim2.new(0, 80, 0, 20)
  3673. MlgParticles.Font = Enum.Font.SciFi
  3674. MlgParticles.FontSize = Enum.FontSize.Size14
  3675. MlgParticles.Text = "MLG"
  3676. MlgParticles.TextSize = 14
  3677. MlgParticles.MouseButton1Down:connect(function()
  3678. Clicksound:Play()
  3679. if Selected.Value == true then
  3680. for i,v in pairs(game.Players:GetChildren()) do
  3681. mlg = Instance.new("ParticleEmitter",v.Character.Torso)
  3682. mlg.Speed = NumberRange.new(20,20)
  3683. mlg.Rate = 20
  3684. mlg.VelocitySpread = 30
  3685. mlg.Lifetime = NumberRange.new(6,6)
  3686. mlg.Texture = "rbxassetid://193849784"
  3687. mlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  3688. mlgg.Speed = NumberRange.new(20,20)
  3689. mlgg.Rate = 20
  3690. mlgg.VelocitySpread = 30
  3691. mlgg.Lifetime = NumberRange.new(6,6)
  3692. mlgg.Texture = "rbxassetid://188207856"
  3693. smlgg = Instance.new("ParticleEmitter",v.Character.Torso)
  3694. smlgg.Speed = NumberRange.new(20,20)
  3695. smlgg.Rate = 20
  3696. smlgg.VelocitySpread = 30
  3697. smlgg.Lifetime = NumberRange.new(6,6)
  3698. smlgg.Texture = "rbxassetid://198328945"
  3699. sml = Instance.new("ParticleEmitter",v.Character.Torso)
  3700. sml.Speed = NumberRange.new(20,20)
  3701. sml.Rate = 20
  3702. sml.VelocitySpread = 30
  3703. sml.Lifetime = NumberRange.new(6,6)
  3704. sml.Texture = "rbxassetid://461700443"
  3705. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3706. sml.Speed = NumberRange.new(20,20)
  3707. sml.Rate = 20
  3708. sml.VelocitySpread = 30
  3709. sml.Lifetime = NumberRange.new(6,6)
  3710. sml.Texture = "rbxassetid://198328733"
  3711. end
  3712. elseif Selected.Value == false then
  3713. mlg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3714. mlg.Speed = NumberRange.new(20,20)
  3715. mlg.Rate = 20
  3716. mlg.VelocitySpread = 30
  3717. mlg.Lifetime = NumberRange.new(6,6)
  3718. mlg.Texture = "rbxassetid://193849784"
  3719. mlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3720. mlgg.Speed = NumberRange.new(20,20)
  3721. mlgg.Rate = 20
  3722. mlgg.VelocitySpread = 30
  3723. mlgg.Lifetime = NumberRange.new(6,6)
  3724. mlgg.Texture = "rbxassetid://188207856"
  3725. smlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3726. smlgg.Speed = NumberRange.new(20,20)
  3727. smlgg.Rate = 20
  3728. smlgg.VelocitySpread = 30
  3729. smlgg.Lifetime = NumberRange.new(6,6)
  3730. smlgg.Texture = "rbxassetid://198328945"
  3731. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3732. sml.Speed = NumberRange.new(20,20)
  3733. sml.Rate = 20
  3734. sml.VelocitySpread = 30
  3735. sml.Lifetime = NumberRange.new(6,6)
  3736. sml.Texture = "rbxassetid://461700443"
  3737. sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso)
  3738. sml.Speed = NumberRange.new(20,20)
  3739. sml.Rate = 20
  3740. sml.VelocitySpread = 30
  3741. sml.Lifetime = NumberRange.new(6,6)
  3742. sml.Texture = "rbxassetid://198328733"
  3743. end
  3744. end)
  3745.  
  3746. Close.Name = "Close"
  3747. Close.Parent = Frame
  3748. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  3749. Close.BorderColor3 = Color3.new(0, 0, 0)
  3750. Close.BorderSizePixel = 3
  3751. Close.Position = UDim2.new(0, 540, 0, 0)
  3752. Close.Size = UDim2.new(0, 20, 0, 20)
  3753. Close.Font = Enum.Font.SciFi
  3754. Close.FontSize = Enum.FontSize.Size14
  3755. Close.Text = "X"
  3756. Close.TextColor3 = Color3.new(0, 0, 0)
  3757. Close.TextSize = 14
  3758. Close.MouseButton1Down:connect(function()
  3759. IntroSong.PlaybackSpeed = 0.93
  3760. IntroSong:Play()
  3761. Clicksound:Play()
  3762. BG:TweenSize(UDim2.new(0,550,0,0),"Out")
  3763. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  3764. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
  3765. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3766. Frame.Active = false
  3767. wait(1.3)
  3768. Open.Visible = true
  3769. end)
  3770. Open.Name = "Open"
  3771. Open.Parent = Exploit
  3772. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3773. Open.BorderColor3 = Color3.new(0, 0, 0)
  3774. Open.BorderSizePixel = 0
  3775. Open.BackgroundTransparency = 0.58
  3776. Open.Position = UDim2.new(0, 0, 0, 0)
  3777. Open.Size = UDim2.new(0, 40, 0, 40)
  3778. Open.Visible = false
  3779. Open.Font = Enum.Font.SciFi
  3780. Open.FontSize = Enum.FontSize.Size14
  3781. Open.Text = "Open"
  3782. Open.TextColor3 = Color3.new(1, 1, 1)
  3783. Open.TextSize = 18
  3784. Open.MouseButton1Down:connect(function()
  3785. IntroSong.PlaybackSpeed = 1.1
  3786. IntroSong:Play()
  3787. Clicksound:Play()
  3788. BG:TweenSize(UDim2.new(0,550,0,490),"Out")
  3789. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  3790. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
  3791. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3792. Frame.Active = true
  3793. Open.Visible = false
  3794. end)
  3795.  
  3796. Sanic.Name = "Sanic"
  3797. Sanic.Parent = Frame
  3798. Sanic.BackgroundColor3 = Color3.new(1, 1, 1)
  3799. Sanic.Position = UDim2.new(0, 10, 0, 430)
  3800. Sanic.Size = UDim2.new(0, 80, 0, 20)
  3801. Sanic.Font = Enum.Font.SciFi
  3802. Sanic.FontSize = Enum.FontSize.Size14
  3803. Sanic.Text = "Sanic"
  3804. Sanic.TextScaled = true
  3805. Sanic.TextSize = 14
  3806. Sanic.TextWrapped = true
  3807. Sanic.MouseButton1Down:connect(function()
  3808. Clicksound:Play()
  3809. if Selected.Value == true then
  3810. for i,v in pairs(game.Players:GetChildren()) do
  3811. v.Character.Torso.Transparency = 1
  3812. v.Character.Head.Transparency = 1
  3813. v.Character.Head.face.Transparency = 1
  3814. v.Character:FindFirstChild("Left Leg").Transparency = 1
  3815. v.Character:FindFirstChild("Left Arm").Transparency = 1
  3816. v.Character:FindFirstChild("Right Leg").Transparency = 1
  3817. v.Character:FindFirstChild("Right Arm").Transparency = 1
  3818. v.Character.Humanoid.WalkSpeed = 100
  3819. v.Character.Humanoid.NameOcclusion = "NoOcclusion"
  3820. Lol = Instance.new("Sound",v.Character.Torso)
  3821. Lol.Playing = true
  3822. Lol.Looped = true
  3823. Lol.Volume = 10
  3824. Lol.SoundId = "rbxassetid://145542130"
  3825. for i,t in pairs(v.Character:GetChildren()) do
  3826. if t.ClassName == "Accessory" then
  3827. t.Handle.Transparency = 1
  3828. end
  3829. end
  3830. sanic = Instance.new("SurfaceGui",v.Character.HumanoidRootPart)
  3831. img = Instance.new("ImageLabel",sanic)
  3832. img.Size = UDim2.new(0,2000,0,1500)
  3833. img.Position = UDim2.new(0,-600,0,-400)
  3834. img.Image = "rbxassetid://360880946"
  3835. img.BackgroundTransparency = 1
  3836. end
  3837. elseif Selected.Value == false then
  3838. workspace[PlayerName.Text].Torso.Transparency = 1
  3839. workspace[PlayerName.Text].Head.Transparency = 1
  3840. workspace[PlayerName.Text].Head.face.Transparency = 1
  3841. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1
  3842. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1
  3843. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1
  3844. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1
  3845. workspace[PlayerName.Text].Humanoid.WalkSpeed = 100
  3846. workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion"
  3847. Lol = Instance.new("Sound",workspace[PlayerName.Text].Torso)
  3848. Lol.Playing = true
  3849. Lol.Looped = true
  3850. Lol.Volume = 10
  3851. Lol.SoundId = "rbxassetid://145542130"
  3852. for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3853. if tx.ClassName == "Accessory" then
  3854. tx.Handle.Transparency = 1
  3855. end
  3856. end
  3857. sanic = Instance.new("SurfaceGui",workspace[PlayerName.Text].HumanoidRootPart)
  3858. img = Instance.new("ImageLabel",sanic)
  3859. img.Size = UDim2.new(0,2000,0,1500)
  3860. img.Position = UDim2.new(0,-600,0,-400)
  3861. img.Image = "rbxassetid://360880946"
  3862. img.BackgroundTransparency = 1
  3863. end
  3864. end)
  3865.  
  3866. UnSanic.Name = "UnSanic"
  3867. UnSanic.Parent = Frame
  3868. UnSanic.BackgroundColor3 = Color3.new(1, 1, 1)
  3869. UnSanic.Position = UDim2.new(0, 100, 0, 430)
  3870. UnSanic.Size = UDim2.new(0, 80, 0, 20)
  3871. UnSanic.Font = Enum.Font.SciFi
  3872. UnSanic.FontSize = Enum.FontSize.Size14
  3873. UnSanic.Text = "UnSanic"
  3874. UnSanic.TextScaled = true
  3875. UnSanic.TextSize = 14
  3876. UnSanic.TextWrapped = true
  3877. UnSanic.MouseButton1Down:connect(function()
  3878. Clicksound:Play()
  3879. if Selected.Value == true then
  3880. for i,v in pairs(game.Players:GetChildren()) do
  3881. v.Character.Torso.Transparency = 0
  3882. v.Character.Head.Transparency = 0
  3883. v.Character.Head.face.Transparency = 0
  3884. v.Character:FindFirstChild("Left Leg").Transparency = 0
  3885. v.Character:FindFirstChild("Left Arm").Transparency = 0
  3886. v.Character:FindFirstChild("Right Leg").Transparency = 0
  3887. v.Character:FindFirstChild("Right Arm").Transparency = 0
  3888. v.Character.Humanoid.WalkSpeed = 16
  3889. v.Character.Humanoid.NameOcclusion = "OccludeAll"
  3890. v.Character.Torso.Sound:Remove()
  3891. for i,t in pairs(v.Character:GetChildren()) do
  3892. if t.ClassName == "Accessory" then
  3893. t.Handle.Transparency = 0
  3894. end
  3895. end
  3896. v.Character.HumanoidRootPart.SurfaceGui:Remove()
  3897. end
  3898. elseif Selected.Value == false then
  3899. workspace[PlayerName.Text].Torso.Transparency = 0
  3900. workspace[PlayerName.Text].Head.Transparency = 0
  3901. workspace[PlayerName.Text].Head.face.Transparency = 0
  3902. workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0
  3903. workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0
  3904. workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0
  3905. workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0
  3906. workspace[PlayerName.Text].Humanoid.WalkSpeed = 16
  3907. workspace[PlayerName.Text].Humanoid.NameOcclusion = "OccludeAll"
  3908. workspace[PlayerName.Text].Torso.Sound:Remove()
  3909. for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do
  3910. if tx.ClassName == "Accessory" then
  3911. tx.Handle.Transparency = 0
  3912. end
  3913. end
  3914. workspace[PlayerName.Text].HumanoidRootPart.SurfaceGui:Remove()
  3915. end
  3916. end)
  3917. LagOthers.Name = "LagOthers"
  3918. LagOthers.Parent = Frame
  3919. LagOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  3920. LagOthers.Position = UDim2.new(0, 190, 0, 430)
  3921. LagOthers.Size = UDim2.new(0, 80, 0, 20)
  3922. LagOthers.Font = Enum.Font.SciFi
  3923. LagOthers.FontSize = Enum.FontSize.Size14
  3924. LagOthers.Text = "LagOthers"
  3925. LagOthers.TextScaled = true
  3926. LagOthers.TextSize = 14
  3927. LagOthers.TextWrapped = true
  3928. LagOthers.MouseButton1Down:connect(function()
  3929. Clicksound:Play()
  3930. for i,v in pairs(game.Players:GetChildren()) do
  3931. if v.Name ~= game.Players.LocalPlayer.Name then
  3932. v.Character.Humanoid.HipHeight = math.huge * 0
  3933. end
  3934. end
  3935. end)
  3936.  
  3937. FeChecker.Name = "FeChecker"
  3938. FeChecker.Parent = Frame
  3939. FeChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  3940. FeChecker.BackgroundTransparency = 1
  3941. FeChecker.Position = UDim2.new(0, 150, 0, 10)
  3942. FeChecker.Size = UDim2.new(0, 100, 0, 20)
  3943. FeChecker.Font = Enum.Font.SciFi
  3944. FeChecker.FontSize = Enum.FontSize.Size14
  3945. FeChecker.Text = "FE is Disabled"
  3946. FeChecker.TextColor3 = Color3.new(1, 1, 1)
  3947. FeChecker.TextScaled = true
  3948. FeChecker.TextSize = 14
  3949. FeChecker.TextTransparency = 1
  3950. FeChecker.TextWrapped = true
  3951. if workspace.FilteringEnabled == false then
  3952. FeChecker.Text = "FE is Disabled"
  3953. FeChecker.BackgroundColor3 = Color3.new(0,1,0)
  3954. elseif workspace.FilteringEnabled == true then
  3955. FeChecker.Text = "FE is Enabled :("
  3956. FeChecker.BackgroundColor3 = Color3.new(1,0,0)
  3957. end
  3958.  
  3959. -- Properties
  3960.  
  3961. Exploit.Name = "Exploit"
  3962. Exploit.Parent = game.Players.LocalPlayer.PlayerGui
  3963.  
  3964. Open.Name = "Open"
  3965. Open.Parent = Exploit
  3966. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  3967. Open.BackgroundTransparency = 0.40000000596046
  3968. Open.BorderColor3 = Color3.new(0, 0, 0)
  3969. Open.Position = UDim2.new(0, 0, 0, 0)
  3970. Open.Size = UDim2.new(0, 40, 0, 40)
  3971. Open.Visible = false
  3972. Open.Font = Enum.Font.SciFi
  3973. Open.FontSize = Enum.FontSize.Size14
  3974. Open.Text = "Open"
  3975. Open.TextColor3 = Color3.new(1, 1, 1)
  3976. Open.TextSize = 14
  3977.  
  3978. BG.Name = "BG"
  3979. BG.Parent = Exploit
  3980. BG.BackgroundColor3 = Color3.new(0, 0, 0)
  3981. BG.BackgroundTransparency = 0.5
  3982. BG.BorderSizePixel = 0
  3983. BG.ClipsDescendants = true
  3984. BG.Position = UDim2.new(0, 260, 0, 10)
  3985. BG.Selectable = true
  3986. BG.Size = UDim2.new(0, 460, 0, 0)
  3987.  
  3988. Frame.Parent = BG
  3989. Frame.Active = true
  3990. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  3991. Frame.BackgroundTransparency = 1
  3992. Frame.BorderColor3 = Color3.new(0, 0, 0)
  3993. Frame.BorderSizePixel = 3
  3994. Frame.ClipsDescendants = false
  3995. Frame.Position = UDim2.new(0, 0, 0, 0)
  3996. Frame.Size = UDim2.new(0, 550, 0, 460)
  3997. Frame.Visible = false
  3998.  
  3999. PlayerName.Name = "PlayerName"
  4000. PlayerName.Parent = Frame
  4001. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  4002. PlayerName.BackgroundTransparency = 0.5
  4003. PlayerName.Position = UDim2.new(0, 10, 0, 10)
  4004. PlayerName.Size = UDim2.new(0, 130, 0, 20)
  4005. PlayerName.Font = Enum.Font.SciFi
  4006. PlayerName.FontSize = Enum.FontSize.Size14
  4007. PlayerName.Text = "PlayerName"
  4008. PlayerName.TextColor3 = Color3.new(0, 0.984314, 1)
  4009. PlayerName.TextSize = 14
  4010. PlayerName.TextTransparency = 1
  4011.  
  4012. SelectAll.Name = "SelectAll"
  4013. SelectAll.Parent = Frame
  4014. SelectAll.BackgroundColor3 = Color3.new(1, 1, 1)
  4015. SelectAll.BackgroundTransparency = 0.5
  4016. SelectAll.Position = UDim2.new(0, 260, 0, 10)
  4017. SelectAll.Size = UDim2.new(0, 80, 0, 20)
  4018. SelectAll.Font = Enum.Font.SciFi
  4019. SelectAll.FontSize = Enum.FontSize.Size14
  4020. SelectAll.Text = "Select all plrs"
  4021. SelectAll.TextColor3 = Color3.new(1, 1, 1)
  4022. SelectAll.TextScaled = true
  4023. SelectAll.TextSize = 14
  4024. SelectAll.TextTransparency = 1
  4025. SelectAll.TextWrapped = true
  4026.  
  4027. Music.Name = "Music"
  4028. Music.Parent = Frame
  4029. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  4030. Music.BackgroundTransparency = 0.5
  4031. Music.Position = UDim2.new(0, 10, 0, 70)
  4032. Music.Size = UDim2.new(0, 80, 0, 20)
  4033. Music.Font = Enum.Font.SciFi
  4034. Music.FontSize = Enum.FontSize.Size14
  4035. Music.Text = "Music"
  4036. Music.TextColor3 = Color3.new(1, 1, 1)
  4037. Music.TextSize = 14
  4038. Music.TextTransparency = 1
  4039.  
  4040. Punish.Name = "Punish"
  4041. Punish.Parent = Frame
  4042. Punish.BackgroundColor3 = Color3.new(1, 1, 1)
  4043. Punish.BackgroundTransparency = 0.5
  4044. Punish.Position = UDim2.new(0, 100, 0, 40)
  4045. Punish.Size = UDim2.new(0, 80, 0, 20)
  4046. Punish.Font = Enum.Font.SciFi
  4047. Punish.FontSize = Enum.FontSize.Size14
  4048. Punish.Text = "Punish"
  4049. Punish.TextColor3 = Color3.new(1, 1, 1)
  4050. Punish.TextSize = 14
  4051. Punish.TextTransparency = 1
  4052.  
  4053. RemoveTools.Name = "RemoveTools"
  4054. RemoveTools.Parent = Frame
  4055. RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  4056. RemoveTools.BackgroundTransparency = 0.5
  4057. RemoveTools.Position = UDim2.new(0, 190, 0, 40)
  4058. RemoveTools.Size = UDim2.new(0, 80, 0, 20)
  4059. RemoveTools.Font = Enum.Font.SciFi
  4060. RemoveTools.FontSize = Enum.FontSize.Size14
  4061. RemoveTools.Text = "Remove Tools"
  4062. RemoveTools.TextColor3 = Color3.new(1, 1, 1)
  4063. RemoveTools.TextScaled = true
  4064. RemoveTools.TextSize = 14
  4065. RemoveTools.TextTransparency = 1
  4066. RemoveTools.TextWrapped = true
  4067.  
  4068. Stools.Name = "Stools"
  4069. Stools.Parent = Frame
  4070. Stools.BackgroundColor3 = Color3.new(1, 1, 1)
  4071. Stools.BackgroundTransparency = 0.5
  4072. Stools.Position = UDim2.new(0, 370, 0, 40)
  4073. Stools.Size = UDim2.new(0, 80, 0, 20)
  4074. Stools.Font = Enum.Font.SciFi
  4075. Stools.FontSize = Enum.FontSize.Size14
  4076. Stools.Text = "Steal Tools"
  4077. Stools.TextColor3 = Color3.new(1, 1, 1)
  4078. Stools.TextScaled = true
  4079. Stools.TextSize = 14
  4080. Stools.TextTransparency = 1
  4081. Stools.TextWrapped = true
  4082.  
  4083. Kill.Name = "Kill"
  4084. Kill.Parent = Frame
  4085. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  4086. Kill.BackgroundTransparency = 0.5
  4087. Kill.Position = UDim2.new(0, 10, 0, 40)
  4088. Kill.Size = UDim2.new(0, 80, 0, 20)
  4089. Kill.Font = Enum.Font.SciFi
  4090. Kill.FontSize = Enum.FontSize.Size14
  4091. Kill.Text = "Kill"
  4092. Kill.TextColor3 = Color3.new(1, 1, 1)
  4093. Kill.TextSize = 14
  4094. Kill.TextTransparency = 1
  4095.  
  4096. Pitch.Name = "Pitch"
  4097. Pitch.Parent = Frame
  4098. Pitch.BackgroundColor3 = Color3.new(1, 1, 1)
  4099. Pitch.BackgroundTransparency = 0.5
  4100. Pitch.Position = UDim2.new(0, 10, 0, 130)
  4101. Pitch.Size = UDim2.new(0, 80, 0, 20)
  4102. Pitch.Font = Enum.Font.SciFi
  4103. Pitch.FontSize = Enum.FontSize.Size14
  4104. Pitch.Text = "1"
  4105. Pitch.TextColor3 = Color3.new(0, 0.984314, 1)
  4106. Pitch.TextSize = 14
  4107. Pitch.TextTransparency = 1
  4108.  
  4109. From.Name = "From"
  4110. From.Parent = Frame
  4111. From.BackgroundColor3 = Color3.new(1, 1, 1)
  4112. From.BackgroundTransparency = 0.5
  4113. From.Position = UDim2.new(0, 370, 0, 70)
  4114. From.Size = UDim2.new(0, 80, 0, 20)
  4115. From.Font = Enum.Font.SciFi
  4116. From.FontSize = Enum.FontSize.Size14
  4117. From.Text = "From"
  4118. From.TextColor3 = Color3.new(0, 0.984314, 1)
  4119. From.TextScaled = true
  4120. From.TextSize = 14
  4121. From.TextTransparency = 1
  4122. From.TextWrapped = true
  4123.  
  4124. ID.Name = "ID"
  4125. ID.Parent = Frame
  4126. ID.BackgroundColor3 = Color3.new(1, 1, 1)
  4127. ID.BackgroundTransparency = 0.5
  4128. ID.Position = UDim2.new(0, 10, 0, 100)
  4129. ID.Size = UDim2.new(0, 80, 0, 20)
  4130. ID.Font = Enum.Font.SciFi
  4131. ID.FontSize = Enum.FontSize.Size14
  4132. ID.Text = "35930009"
  4133. ID.TextColor3 = Color3.new(0, 0.984314, 1)
  4134. ID.TextSize = 14
  4135. ID.TextTransparency = 1
  4136.  
  4137. Godmode.Name = "Godmode"
  4138. Godmode.Parent = Frame
  4139. Godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  4140. Godmode.BackgroundTransparency = 0.5
  4141. Godmode.Position = UDim2.new(0, 190, 0, 130)
  4142. Godmode.Size = UDim2.new(0, 80, 0, 20)
  4143. Godmode.Font = Enum.Font.SciFi
  4144. Godmode.FontSize = Enum.FontSize.Size14
  4145. Godmode.Text = "God"
  4146. Godmode.TextColor3 = Color3.new(1, 1, 1)
  4147. Godmode.TextScaled = true
  4148. Godmode.TextSize = 14
  4149. Godmode.TextTransparency = 1
  4150. Godmode.TextWrapped = true
  4151.  
  4152. Walkspeed.Name = "Walkspeed"
  4153. Walkspeed.Parent = Frame
  4154. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  4155. Walkspeed.BackgroundTransparency = 0.5
  4156. Walkspeed.Position = UDim2.new(0, 190, 0, 70)
  4157. Walkspeed.Size = UDim2.new(0, 80, 0, 20)
  4158. Walkspeed.Font = Enum.Font.SciFi
  4159. Walkspeed.FontSize = Enum.FontSize.Size14
  4160. Walkspeed.Text = "Walkspeed"
  4161. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  4162. Walkspeed.TextScaled = true
  4163. Walkspeed.TextSize = 14
  4164. Walkspeed.TextTransparency = 1
  4165. Walkspeed.TextWrapped = true
  4166.  
  4167. Speed.Name = "Speed"
  4168. Speed.Parent = Frame
  4169. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  4170. Speed.BackgroundTransparency = 0.5
  4171. Speed.Position = UDim2.new(0, 190, 0, 100)
  4172. Speed.Size = UDim2.new(0, 80, 0, 20)
  4173. Speed.Font = Enum.Font.SciFi
  4174. Speed.FontSize = Enum.FontSize.Size14
  4175. Speed.Text = "Speed"
  4176. Speed.TextColor3 = Color3.new(0, 0.984314, 1)
  4177. Speed.TextSize = 14
  4178. Speed.TextTransparency = 1
  4179.  
  4180. Value.Name = "Value"
  4181. Value.Parent = Frame
  4182. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  4183. Value.BackgroundTransparency = 0.5
  4184. Value.Position = UDim2.new(0, 280, 0, 130)
  4185. Value.Size = UDim2.new(0, 80, 0, 20)
  4186. Value.Font = Enum.Font.SciFi
  4187. Value.FontSize = Enum.FontSize.Size14
  4188. Value.Text = "Value"
  4189. Value.TextColor3 = Color3.new(0, 0.984314, 1)
  4190. Value.TextSize = 14
  4191. Value.TextTransparency = 1
  4192.  
  4193. Btools.Name = "Btools"
  4194. Btools.Parent = Frame
  4195. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  4196. Btools.BackgroundTransparency = 0.5
  4197. Btools.Position = UDim2.new(0, 280, 0, 40)
  4198. Btools.Size = UDim2.new(0, 80, 0, 20)
  4199. Btools.Font = Enum.Font.SciFi
  4200. Btools.FontSize = Enum.FontSize.Size14
  4201. Btools.Text = "Btools"
  4202. Btools.TextColor3 = Color3.new(1, 1, 1)
  4203. Btools.TextScaled = true
  4204. Btools.TextSize = 14
  4205. Btools.TextTransparency = 1
  4206. Btools.TextWrapped = true
  4207.  
  4208. StatChange.Name = "StatChange"
  4209. StatChange.Parent = Frame
  4210. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  4211. StatChange.BackgroundTransparency = 0.5
  4212. StatChange.Position = UDim2.new(0, 280, 0, 70)
  4213. StatChange.Size = UDim2.new(0, 80, 0, 20)
  4214. StatChange.Font = Enum.Font.SciFi
  4215. StatChange.FontSize = Enum.FontSize.Size14
  4216. StatChange.Text = "StatChange"
  4217. StatChange.TextColor3 = Color3.new(1, 1, 1)
  4218. StatChange.TextScaled = true
  4219. StatChange.TextSize = 14
  4220. StatChange.TextTransparency = 1
  4221. StatChange.TextWrapped = true
  4222.  
  4223. StatName.Name = "StatName"
  4224. StatName.Parent = Frame
  4225. StatName.BackgroundColor3 = Color3.new(1, 1, 1)
  4226. StatName.BackgroundTransparency = 0.5
  4227. StatName.Position = UDim2.new(0, 280, 0, 100)
  4228. StatName.Size = UDim2.new(0, 80, 0, 20)
  4229. StatName.Font = Enum.Font.SciFi
  4230. StatName.FontSize = Enum.FontSize.Size14
  4231. StatName.Text = "Stat Name"
  4232. StatName.TextColor3 = Color3.new(0, 0.984314, 1)
  4233. StatName.TextSize = 14
  4234. StatName.TextTransparency = 1
  4235.  
  4236. Skybox.Name = "Skybox"
  4237. Skybox.Parent = Frame
  4238. Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
  4239. Skybox.BackgroundTransparency = 0.5
  4240. Skybox.Position = UDim2.new(0, 100, 0, 100)
  4241. Skybox.Size = UDim2.new(0, 80, 0, 20)
  4242. Skybox.Selected = true
  4243. Skybox.Font = Enum.Font.SciFi
  4244. Skybox.FontSize = Enum.FontSize.Size14
  4245. Skybox.Text = "Skybox"
  4246. Skybox.TextColor3 = Color3.new(1, 1, 1)
  4247. Skybox.TextSize = 14
  4248. Skybox.TextTransparency = 1
  4249.  
  4250. Skyboxid.Name = "Skyboxid"
  4251. Skyboxid.Parent = Frame
  4252. Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1)
  4253. Skyboxid.BackgroundTransparency = 0.5
  4254. Skyboxid.Position = UDim2.new(0, 100, 0, 130)
  4255. Skyboxid.Size = UDim2.new(0, 80, 0, 20)
  4256. Skyboxid.Font = Enum.Font.SciFi
  4257. Skyboxid.FontSize = Enum.FontSize.Size14
  4258. Skyboxid.Text = "Image ID"
  4259. Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1)
  4260. Skyboxid.TextSize = 14
  4261. Skyboxid.TextTransparency = 1
  4262.  
  4263. UnlockWS.Name = "UnlockWS"
  4264. UnlockWS.Parent = Frame
  4265. UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4266. UnlockWS.BackgroundTransparency = 0.5
  4267. UnlockWS.Position = UDim2.new(0, 370, 0, 100)
  4268. UnlockWS.Size = UDim2.new(0, 80, 0, 20)
  4269. UnlockWS.Font = Enum.Font.SciFi
  4270. UnlockWS.FontSize = Enum.FontSize.Size14
  4271. UnlockWS.Text = "Unlock WS"
  4272. UnlockWS.TextColor3 = Color3.new(1, 1, 1)
  4273. UnlockWS.TextScaled = true
  4274. UnlockWS.TextSize = 14
  4275. UnlockWS.TextTransparency = 1
  4276. UnlockWS.TextWrapped = true
  4277.  
  4278. Teleport.Name = "Teleport"
  4279. Teleport.Parent = Frame
  4280. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  4281. Teleport.BackgroundTransparency = 0.5
  4282. Teleport.Position = UDim2.new(0, 370, 0, 130)
  4283. Teleport.Size = UDim2.new(0, 80, 0, 20)
  4284. Teleport.Font = Enum.Font.SciFi
  4285. Teleport.FontSize = Enum.FontSize.Size14
  4286. Teleport.Text = "Teleport"
  4287. Teleport.TextColor3 = Color3.new(1, 1, 1)
  4288. Teleport.TextScaled = true
  4289. Teleport.TextSize = 14
  4290. Teleport.TextTransparency = 1
  4291. Teleport.TextWrapped = true
  4292.  
  4293. TpTo.Name = "TpTo"
  4294. TpTo.Parent = Frame
  4295. TpTo.BackgroundColor3 = Color3.new(1, 1, 1)
  4296. TpTo.BackgroundTransparency = 0.5
  4297. TpTo.Position = UDim2.new(0, 370, 0, 160)
  4298. TpTo.Size = UDim2.new(0, 80, 0, 20)
  4299. TpTo.Font = Enum.Font.SciFi
  4300. TpTo.FontSize = Enum.FontSize.Size14
  4301. TpTo.Text = "To"
  4302. TpTo.TextColor3 = Color3.new(0, 0.984314, 1)
  4303. TpTo.TextScaled = true
  4304. TpTo.TextSize = 14
  4305. TpTo.TextTransparency = 1
  4306. TpTo.TextWrapped = true
  4307.  
  4308. UnanchorWS.Name = "UnanchorWS"
  4309. UnanchorWS.Parent = Frame
  4310. UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4311. UnanchorWS.BackgroundTransparency = 0.5
  4312. UnanchorWS.Position = UDim2.new(0, 370, 0, 190)
  4313. UnanchorWS.Size = UDim2.new(0, 80, 0, 20)
  4314. UnanchorWS.Font = Enum.Font.SciFi
  4315. UnanchorWS.FontSize = Enum.FontSize.Size14
  4316. UnanchorWS.Text = "UnanchorWS"
  4317. UnanchorWS.TextColor3 = Color3.new(1, 1, 1)
  4318. UnanchorWS.TextScaled = true
  4319. UnanchorWS.TextSize = 14
  4320. UnanchorWS.TextTransparency = 1
  4321. UnanchorWS.TextWrapped = true
  4322.  
  4323. Char.Name = "Char"
  4324. Char.Parent = Frame
  4325. Char.BackgroundColor3 = Color3.new(1, 1, 1)
  4326. Char.BackgroundTransparency = 0.5
  4327. Char.Position = UDim2.new(0, 10, 0, 160)
  4328. Char.Size = UDim2.new(0, 80, 0, 20)
  4329. Char.Font = Enum.Font.SciFi
  4330. Char.FontSize = Enum.FontSize.Size14
  4331. Char.Text = "Char"
  4332. Char.TextColor3 = Color3.new(1, 1, 1)
  4333. Char.TextSize = 14
  4334. Char.TextTransparency = 1
  4335.  
  4336. CharID.Name = "CharID"
  4337. CharID.Parent = Frame
  4338. CharID.BackgroundColor3 = Color3.new(1, 1, 1)
  4339. CharID.BackgroundTransparency = 0.5
  4340. CharID.Position = UDim2.new(0, 10, 0, 190)
  4341. CharID.Size = UDim2.new(0, 80, 0, 20)
  4342. CharID.Font = Enum.Font.SciFi
  4343. CharID.FontSize = Enum.FontSize.Size14
  4344. CharID.Text = "1311"
  4345. CharID.TextColor3 = Color3.new(0, 0.984314, 1)
  4346. CharID.TextSize = 14
  4347. CharID.TextTransparency = 1
  4348.  
  4349. Particle.Name = "Particle"
  4350. Particle.Parent = Frame
  4351. Particle.BackgroundColor3 = Color3.new(1, 1, 1)
  4352. Particle.BackgroundTransparency = 0.5
  4353. Particle.Position = UDim2.new(0, 100, 0, 160)
  4354. Particle.Size = UDim2.new(0, 80, 0, 20)
  4355. Particle.Font = Enum.Font.SciFi
  4356. Particle.FontSize = Enum.FontSize.Size14
  4357. Particle.Text = "Particle"
  4358. Particle.TextColor3 = Color3.new(1, 1, 1)
  4359. Particle.TextSize = 14
  4360. Particle.TextTransparency = 1
  4361.  
  4362. ParticleID.Name = "ParticleID"
  4363. ParticleID.Parent = Frame
  4364. ParticleID.BackgroundColor3 = Color3.new(1, 1, 1)
  4365. ParticleID.BackgroundTransparency = 0.5
  4366. ParticleID.Position = UDim2.new(0, 100, 0, 190)
  4367. ParticleID.Size = UDim2.new(0, 80, 0, 20)
  4368. ParticleID.Font = Enum.Font.SciFi
  4369. ParticleID.FontSize = Enum.FontSize.Size14
  4370. ParticleID.Text = "244905905"
  4371. ParticleID.TextColor3 = Color3.new(0, 0.984314, 1)
  4372. ParticleID.TextSize = 14
  4373. ParticleID.TextTransparency = 1
  4374.  
  4375. TimeOfDay.Name = "TimeOfDay"
  4376. TimeOfDay.Parent = Frame
  4377. TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1)
  4378. TimeOfDay.BackgroundTransparency = 0.5
  4379. TimeOfDay.Position = UDim2.new(0, 190, 0, 160)
  4380. TimeOfDay.Size = UDim2.new(0, 80, 0, 20)
  4381. TimeOfDay.Font = Enum.Font.SciFi
  4382. TimeOfDay.FontSize = Enum.FontSize.Size14
  4383. TimeOfDay.Text = "Time Of Day"
  4384. TimeOfDay.TextColor3 = Color3.new(1, 1, 1)
  4385. TimeOfDay.TextSize = 14
  4386. TimeOfDay.TextTransparency = 1
  4387.  
  4388. Time.Name = "Time"
  4389. Time.Parent = Frame
  4390. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  4391. Time.BackgroundTransparency = 0.5
  4392. Time.Position = UDim2.new(0, 190, 0, 190)
  4393. Time.Size = UDim2.new(0, 80, 0, 20)
  4394. Time.Font = Enum.Font.SciFi
  4395. Time.FontSize = Enum.FontSize.Size14
  4396. Time.Text = "0"
  4397. Time.TextColor3 = Color3.new(0, 0.984314, 1)
  4398. Time.TextSize = 14
  4399. Time.TextTransparency = 1
  4400.  
  4401. JumpPower.Name = "JumpPower"
  4402. JumpPower.Parent = Frame
  4403. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  4404. JumpPower.BackgroundTransparency = 0.5
  4405. JumpPower.Position = UDim2.new(0, 280, 0, 160)
  4406. JumpPower.Size = UDim2.new(0, 80, 0, 20)
  4407. JumpPower.Font = Enum.Font.SciFi
  4408. JumpPower.FontSize = Enum.FontSize.Size14
  4409. JumpPower.Text = "Jump Power"
  4410. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  4411. JumpPower.TextSize = 14
  4412. JumpPower.TextTransparency = 1
  4413.  
  4414. Power.Name = "Power"
  4415. Power.Parent = Frame
  4416. Power.BackgroundColor3 = Color3.new(1, 1, 1)
  4417. Power.BackgroundTransparency = 0.5
  4418. Power.Position = UDim2.new(0, 280, 0, 190)
  4419. Power.Size = UDim2.new(0, 80, 0, 20)
  4420. Power.Font = Enum.Font.SciFi
  4421. Power.FontSize = Enum.FontSize.Size14
  4422. Power.Text = "100"
  4423. Power.TextColor3 = Color3.new(0, 0.984314, 1)
  4424. Power.TextSize = 14
  4425. Power.TextTransparency = 1
  4426.  
  4427. Bighead.Name = "Bighead"
  4428. Bighead.Parent = Frame
  4429. Bighead.BackgroundColor3 = Color3.new(1, 1, 1)
  4430. Bighead.BackgroundTransparency = 0.5
  4431. Bighead.Position = UDim2.new(0, 190, 0, 220)
  4432. Bighead.Size = UDim2.new(0, 80, 0, 20)
  4433. Bighead.Font = Enum.Font.SciFi
  4434. Bighead.FontSize = Enum.FontSize.Size14
  4435. Bighead.Text = "Bighead"
  4436. Bighead.TextColor3 = Color3.new(1, 1, 1)
  4437. Bighead.TextSize = 14
  4438. Bighead.TextTransparency = 1
  4439.  
  4440. DecalID.Name = "DecalID"
  4441. DecalID.Parent = Frame
  4442. DecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  4443. DecalID.BackgroundTransparency = 0.5
  4444. DecalID.Position = UDim2.new(0, 100, 0, 280)
  4445. DecalID.Size = UDim2.new(0, 80, 0, 20)
  4446. DecalID.Font = Enum.Font.SciFi
  4447. DecalID.FontSize = Enum.FontSize.Size14
  4448. DecalID.Text = "292916915"
  4449. DecalID.TextColor3 = Color3.new(0, 0.984314, 1)
  4450. DecalID.TextSize = 14
  4451. DecalID.TextTransparency = 1
  4452.  
  4453. DecalSpam.Name = "DecalSpam"
  4454. DecalSpam.Parent = Frame
  4455. DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  4456. DecalSpam.BackgroundTransparency = 0.5
  4457. DecalSpam.Position = UDim2.new(0, 100, 0, 250)
  4458. DecalSpam.Size = UDim2.new(0, 80, 0, 20)
  4459. DecalSpam.Font = Enum.Font.SciFi
  4460. DecalSpam.FontSize = Enum.FontSize.Size14
  4461. DecalSpam.Text = "Decal Spam"
  4462. DecalSpam.TextColor3 = Color3.new(1, 1, 1)
  4463. DecalSpam.TextSize = 14
  4464. DecalSpam.TextTransparency = 1
  4465.  
  4466. Mesh.Name = "Mesh"
  4467. Mesh.Parent = Frame
  4468. Mesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4469. Mesh.BackgroundTransparency = 0.5
  4470. Mesh.Position = UDim2.new(0, 10, 0, 220)
  4471. Mesh.Size = UDim2.new(0, 80, 0, 20)
  4472. Mesh.Font = Enum.Font.SciFi
  4473. Mesh.FontSize = Enum.FontSize.Size14
  4474. Mesh.Text = "Mesh"
  4475. Mesh.TextColor3 = Color3.new(1, 1, 1)
  4476. Mesh.TextSize = 14
  4477. Mesh.TextTransparency = 1
  4478.  
  4479. TexID.Name = "TexID"
  4480. TexID.Parent = Frame
  4481. TexID.BackgroundColor3 = Color3.new(1, 1, 1)
  4482. TexID.BackgroundTransparency = 0.5
  4483. TexID.Position = UDim2.new(0, 10, 0, 280)
  4484. TexID.Size = UDim2.new(0, 80, 0, 20)
  4485. TexID.Font = Enum.Font.SciFi
  4486. TexID.FontSize = Enum.FontSize.Size14
  4487. TexID.Text = "9419827"
  4488. TexID.TextColor3 = Color3.new(0, 0.984314, 1)
  4489. TexID.TextSize = 14
  4490. TexID.TextTransparency = 1
  4491.  
  4492. MeshID.Name = "MeshID"
  4493. MeshID.Parent = Frame
  4494. MeshID.BackgroundColor3 = Color3.new(1, 1, 1)
  4495. MeshID.BackgroundTransparency = 0.5
  4496. MeshID.Position = UDim2.new(0, 10, 0, 250)
  4497. MeshID.Size = UDim2.new(0, 80, 0, 20)
  4498. MeshID.Font = Enum.Font.SciFi
  4499. MeshID.FontSize = Enum.FontSize.Size14
  4500. MeshID.Text = "9419831"
  4501. MeshID.TextColor3 = Color3.new(0, 0.984314, 1)
  4502. MeshID.TextSize = 14
  4503. MeshID.TextTransparency = 1
  4504.  
  4505. ClearDecals.Name = "ClearDecals"
  4506. ClearDecals.Parent = Frame
  4507. ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1)
  4508. ClearDecals.BackgroundTransparency = 0.5
  4509. ClearDecals.Position = UDim2.new(0, 190, 0, 250)
  4510. ClearDecals.Size = UDim2.new(0, 80, 0, 20)
  4511. ClearDecals.Font = Enum.Font.SciFi
  4512. ClearDecals.FontSize = Enum.FontSize.Size14
  4513. ClearDecals.Text = "Clear Spam"
  4514. ClearDecals.TextColor3 = Color3.new(1, 1, 1)
  4515. ClearDecals.TextSize = 14
  4516. ClearDecals.TextTransparency = 1
  4517.  
  4518. MeshSpam.Name = "MeshSpam"
  4519. MeshSpam.Parent = Frame
  4520. MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  4521. MeshSpam.BackgroundTransparency = 0.5
  4522. MeshSpam.Position = UDim2.new(0, 100, 0, 220)
  4523. MeshSpam.Size = UDim2.new(0, 80, 0, 20)
  4524. MeshSpam.Font = Enum.Font.SciFi
  4525. MeshSpam.FontSize = Enum.FontSize.Size14
  4526. MeshSpam.Text = "Mesh Spam"
  4527. MeshSpam.TextColor3 = Color3.new(1, 1, 1)
  4528. MeshSpam.TextSize = 14
  4529. MeshSpam.TextTransparency = 1
  4530.  
  4531. ClearMesh.Name = "ClearMesh"
  4532. ClearMesh.Parent = Frame
  4533. ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4534. ClearMesh.BackgroundTransparency = 0.5
  4535. ClearMesh.Position = UDim2.new(0, 190, 0, 280)
  4536. ClearMesh.Size = UDim2.new(0, 80, 0, 20)
  4537. ClearMesh.Font = Enum.Font.SciFi
  4538. ClearMesh.FontSize = Enum.FontSize.Size14
  4539. ClearMesh.Text = "Clear Mesh Spam"
  4540. ClearMesh.TextColor3 = Color3.new(1, 1, 1)
  4541. ClearMesh.TextScaled = true
  4542. ClearMesh.TextSize = 14
  4543. ClearMesh.TextTransparency = 1
  4544. ClearMesh.TextWrapped = true
  4545.  
  4546. RandomColor.Name = "RandomColor"
  4547. RandomColor.Parent = Frame
  4548. RandomColor.BackgroundColor3 = Color3.new(1, 1, 1)
  4549. RandomColor.BackgroundTransparency = 0.5
  4550. RandomColor.Position = UDim2.new(0, 370, 0, 220)
  4551. RandomColor.Size = UDim2.new(0, 80, 0, 20)
  4552. RandomColor.Font = Enum.Font.SciFi
  4553. RandomColor.FontSize = Enum.FontSize.Size14
  4554. RandomColor.Text = "RandomWS"
  4555. RandomColor.TextColor3 = Color3.new(1, 1, 1)
  4556. RandomColor.TextSize = 14
  4557. RandomColor.TextTransparency = 1
  4558.  
  4559. PaintWS.Name = "PaintWS"
  4560. PaintWS.Parent = Frame
  4561. PaintWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4562. PaintWS.BackgroundTransparency = 0.5
  4563. PaintWS.Position = UDim2.new(0, 280, 0, 220)
  4564. PaintWS.Size = UDim2.new(0, 80, 0, 20)
  4565. PaintWS.Font = Enum.Font.SciFi
  4566. PaintWS.FontSize = Enum.FontSize.Size14
  4567. PaintWS.Text = "PaintWS"
  4568. PaintWS.TextColor3 = Color3.new(1, 1, 1)
  4569. PaintWS.TextSize = 14
  4570. PaintWS.TextTransparency = 1
  4571.  
  4572. Brickcolor.Name = "Brickcolor"
  4573. Brickcolor.Parent = Frame
  4574. Brickcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  4575. Brickcolor.BackgroundTransparency = 0.5
  4576. Brickcolor.Position = UDim2.new(0, 280, 0, 250)
  4577. Brickcolor.Size = UDim2.new(0, 80, 0, 20)
  4578. Brickcolor.Font = Enum.Font.SciFi
  4579. Brickcolor.FontSize = Enum.FontSize.Size14
  4580. Brickcolor.Text = "Really red"
  4581. Brickcolor.TextColor3 = Color3.new(0, 0.984314, 1)
  4582. Brickcolor.TextSize = 14
  4583. Brickcolor.TextTransparency = 1
  4584.  
  4585. Explode.Name = "Explode"
  4586. Explode.Parent = Frame
  4587. Explode.BackgroundColor3 = Color3.new(1, 1, 1)
  4588. Explode.BackgroundTransparency = 0.5
  4589. Explode.Position = UDim2.new(0, 370, 0, 250)
  4590. Explode.Size = UDim2.new(0, 80, 0, 20)
  4591. Explode.Font = Enum.Font.SciFi
  4592. Explode.FontSize = Enum.FontSize.Size14
  4593. Explode.Text = "Explode"
  4594. Explode.TextColor3 = Color3.new(1, 1, 1)
  4595. Explode.TextSize = 14
  4596. Explode.TextTransparency = 1
  4597.  
  4598. Fog.Name = "Fog"
  4599. Fog.Parent = Frame
  4600. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  4601. Fog.BackgroundTransparency = 0.5
  4602. Fog.Position = UDim2.new(0, 370, 0, 280)
  4603. Fog.Size = UDim2.new(0, 80, 0, 20)
  4604. Fog.Font = Enum.Font.SciFi
  4605. Fog.FontSize = Enum.FontSize.Size14
  4606. Fog.Text = "Fog"
  4607. Fog.TextColor3 = Color3.new(1, 1, 1)
  4608. Fog.TextSize = 14
  4609. Fog.TextTransparency = 1
  4610.  
  4611. Fogend.Name = "Fogend"
  4612. Fogend.Parent = Frame
  4613. Fogend.BackgroundColor3 = Color3.new(1, 1, 1)
  4614. Fogend.BackgroundTransparency = 0.5
  4615. Fogend.Position = UDim2.new(0, 280, 0, 280)
  4616. Fogend.Size = UDim2.new(0, 80, 0, 20)
  4617. Fogend.Font = Enum.Font.SciFi
  4618. Fogend.FontSize = Enum.FontSize.Size14
  4619. Fogend.Text = "FogEnd"
  4620. Fogend.TextColor3 = Color3.new(0, 0.984314, 1)
  4621. Fogend.TextSize = 14
  4622. Fogend.TextTransparency = 1
  4623.  
  4624. Message.Name = "Message"
  4625. Message.Parent = Frame
  4626. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  4627. Message.BackgroundTransparency = 0.5
  4628. Message.Position = UDim2.new(0, 10, 0, 310)
  4629. Message.Size = UDim2.new(0, 80, 0, 20)
  4630. Message.Font = Enum.Font.SciFi
  4631. Message.FontSize = Enum.FontSize.Size14
  4632. Message.Text = "Message"
  4633. Message.TextColor3 = Color3.new(1, 1, 1)
  4634. Message.TextSize = 14
  4635. Message.TextTransparency = 1
  4636.  
  4637. Msg.Name = "Msg"
  4638. Msg.Parent = Frame
  4639. Msg.BackgroundColor3 = Color3.new(1, 1, 1)
  4640. Msg.BackgroundTransparency = 0.5
  4641. Msg.Position = UDim2.new(0, 10, 0, 340)
  4642. Msg.Size = UDim2.new(0, 80, 0, 20)
  4643. Msg.Font = Enum.Font.SciFi
  4644. Msg.FontSize = Enum.FontSize.Size14
  4645. Msg.Text = "get rekt noobs"
  4646. Msg.TextColor3 = Color3.new(0, 0.984314, 1)
  4647. Msg.TextScaled = true
  4648. Msg.TextSize = 14
  4649. Msg.TextTransparency = 1
  4650. Msg.TextWrapped = true
  4651.  
  4652. Hnt.Name = "Hnt"
  4653. Hnt.Parent = Frame
  4654. Hnt.BackgroundColor3 = Color3.new(1, 1, 1)
  4655. Hnt.BackgroundTransparency = 0.5
  4656. Hnt.Position = UDim2.new(0, 100, 0, 340)
  4657. Hnt.Size = UDim2.new(0, 80, 0, 20)
  4658. Hnt.Font = Enum.Font.SciFi
  4659. Hnt.FontSize = Enum.FontSize.Size14
  4660. Hnt.Text = "this server has been exploited"
  4661. Hnt.TextColor3 = Color3.new(0, 0.984314, 1)
  4662. Hnt.TextScaled = true
  4663. Hnt.TextSize = 14
  4664. Hnt.TextTransparency = 1
  4665. Hnt.TextWrapped = true
  4666.  
  4667. Hint.Name = "Hint"
  4668. Hint.Parent = Frame
  4669. Hint.BackgroundColor3 = Color3.new(1, 1, 1)
  4670. Hint.BackgroundTransparency = 0.5
  4671. Hint.Position = UDim2.new(0, 100, 0, 310)
  4672. Hint.Size = UDim2.new(0, 80, 0, 20)
  4673. Hint.Font = Enum.Font.SciFi
  4674. Hint.FontSize = Enum.FontSize.Size14
  4675. Hint.Text = "Hint"
  4676. Hint.TextColor3 = Color3.new(1, 1, 1)
  4677. Hint.TextSize = 14
  4678. Hint.TextTransparency = 1
  4679.  
  4680. ClearMessage.Name = "ClearMessage"
  4681. ClearMessage.Parent = Frame
  4682. ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  4683. ClearMessage.BackgroundTransparency = 0.5
  4684. ClearMessage.Position = UDim2.new(0, 190, 0, 310)
  4685. ClearMessage.Size = UDim2.new(0, 80, 0, 20)
  4686. ClearMessage.Font = Enum.Font.SciFi
  4687. ClearMessage.FontSize = Enum.FontSize.Size14
  4688. ClearMessage.Text = "Clear Message"
  4689. ClearMessage.TextColor3 = Color3.new(1, 1, 1)
  4690. ClearMessage.TextScaled = true
  4691. ClearMessage.TextSize = 14
  4692. ClearMessage.TextTransparency = 1
  4693. ClearMessage.TextWrapped = true
  4694.  
  4695. ClearHint.Name = "ClearHint"
  4696. ClearHint.Parent = Frame
  4697. ClearHint.BackgroundColor3 = Color3.new(1, 1, 1)
  4698. ClearHint.BackgroundTransparency = 0.5
  4699. ClearHint.Position = UDim2.new(0, 190, 0, 340)
  4700. ClearHint.Size = UDim2.new(0, 80, 0, 20)
  4701. ClearHint.Font = Enum.Font.SciFi
  4702. ClearHint.FontSize = Enum.FontSize.Size14
  4703. ClearHint.Text = "Clear Hint"
  4704. ClearHint.TextColor3 = Color3.new(1, 1, 1)
  4705. ClearHint.TextSize = 14
  4706. ClearHint.TextTransparency = 1
  4707.  
  4708. UnMesh.Name = "UnMesh"
  4709. UnMesh.Parent = Frame
  4710. UnMesh.BackgroundColor3 = Color3.new(1, 1, 1)
  4711. UnMesh.BackgroundTransparency = 0.5
  4712. UnMesh.Position = UDim2.new(0, 280, 0, 310)
  4713. UnMesh.Size = UDim2.new(0, 80, 0, 20)
  4714. UnMesh.Font = Enum.Font.SciFi
  4715. UnMesh.FontSize = Enum.FontSize.Size14
  4716. UnMesh.Text = "UnMesh"
  4717. UnMesh.TextColor3 = Color3.new(1, 1, 1)
  4718. UnMesh.TextScaled = true
  4719. UnMesh.TextSize = 14
  4720. UnMesh.TextTransparency = 1
  4721. UnMesh.TextWrapped = true
  4722.  
  4723. Material.Name = "Material"
  4724. Material.Parent = Frame
  4725. Material.BackgroundColor3 = Color3.new(1, 1, 1)
  4726. Material.BackgroundTransparency = 0.5
  4727. Material.Position = UDim2.new(0, 370, 0, 340)
  4728. Material.Size = UDim2.new(0, 80, 0, 20)
  4729. Material.Font = Enum.Font.SciFi
  4730. Material.FontSize = Enum.FontSize.Size14
  4731. Material.Text = "Fabric"
  4732. Material.TextColor3 = Color3.new(0, 0.984314, 1)
  4733. Material.TextScaled = true
  4734. Material.TextSize = 14
  4735. Material.TextTransparency = 1
  4736. Material.TextWrapped = true
  4737.  
  4738. MaterialWS.Name = "MaterialWS"
  4739. MaterialWS.Parent = Frame
  4740. MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4741. MaterialWS.BackgroundTransparency = 0.5
  4742. MaterialWS.Position = UDim2.new(0, 370, 0, 310)
  4743. MaterialWS.Size = UDim2.new(0, 80, 0, 20)
  4744. MaterialWS.Font = Enum.Font.SciFi
  4745. MaterialWS.FontSize = Enum.FontSize.Size14
  4746. MaterialWS.Text = "MaterialWS"
  4747. MaterialWS.TextColor3 = Color3.new(1, 1, 1)
  4748. MaterialWS.TextSize = 14
  4749. MaterialWS.TextTransparency = 1
  4750.  
  4751. Break.Name = "Break"
  4752. Break.Parent = Frame
  4753. Break.BackgroundColor3 = Color3.new(1, 1, 1)
  4754. Break.BackgroundTransparency = 0.5
  4755. Break.Position = UDim2.new(0, 280, 0, 340)
  4756. Break.Size = UDim2.new(0, 80, 0, 20)
  4757. Break.Font = Enum.Font.SciFi
  4758. Break.FontSize = Enum.FontSize.Size14
  4759. Break.Text = "fuck game up"
  4760. Break.TextColor3 = Color3.new(1, 1, 1)
  4761. Break.TextScaled = true
  4762. Break.TextSize = 14
  4763. Break.TextTransparency = 1
  4764. Break.TextWrapped = true
  4765.  
  4766. fuckspam.Name = "fuckspam"
  4767. fuckspam.Parent = Frame
  4768. fuckspam.BackgroundColor3 = Color3.new(1, 1, 1)
  4769. fuckspam.BackgroundTransparency = 0.5
  4770. fuckspam.Position = UDim2.new(0, 280, 0, 370)
  4771. fuckspam.Size = UDim2.new(0, 80, 0, 20)
  4772. fuckspam.Font = Enum.Font.SciFi
  4773. fuckspam.FontSize = Enum.FontSize.Size14
  4774. fuckspam.Text = "FUCK YOU!!"
  4775. fuckspam.TextColor3 = Color3.new(0, 0.984314, 1)
  4776. fuckspam.TextScaled = true
  4777. fuckspam.TextSize = 14
  4778. fuckspam.TextTransparency = 1
  4779. fuckspam.TextWrapped = true
  4780.  
  4781. UnBreak.Name = "UnBreak"
  4782. UnBreak.Parent = Frame
  4783. UnBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  4784. UnBreak.BackgroundTransparency = 0.5
  4785. UnBreak.Position = UDim2.new(0, 370, 0, 370)
  4786. UnBreak.Size = UDim2.new(0, 80, 0, 20)
  4787. UnBreak.Font = Enum.Font.SciFi
  4788. UnBreak.FontSize = Enum.FontSize.Size14
  4789. UnBreak.Text = "unfuck game"
  4790. UnBreak.TextColor3 = Color3.new(1, 1, 1)
  4791. UnBreak.TextScaled = true
  4792. UnBreak.TextSize = 14
  4793. UnBreak.TextTransparency = 1
  4794. UnBreak.TextWrapped = true
  4795.  
  4796. Lag.Name = "Lag"
  4797. Lag.Parent = Frame
  4798. Lag.BackgroundColor3 = Color3.new(1, 1, 1)
  4799. Lag.BackgroundTransparency = 0.5
  4800. Lag.Position = UDim2.new(0, 190, 0, 370)
  4801. Lag.Size = UDim2.new(0, 80, 0, 20)
  4802. Lag.Font = Enum.Font.SciFi
  4803. Lag.FontSize = Enum.FontSize.Size14
  4804. Lag.Text = "Lag"
  4805. Lag.TextColor3 = Color3.new(1, 1, 1)
  4806. Lag.TextSize = 14
  4807. Lag.TextTransparency = 1
  4808.  
  4809. Shutdown.Name = "Shutdown"
  4810. Shutdown.Parent = Frame
  4811. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  4812. Shutdown.BackgroundTransparency = 0.5
  4813. Shutdown.Position = UDim2.new(0, 100, 0, 370)
  4814. Shutdown.Size = UDim2.new(0, 80, 0, 20)
  4815. Shutdown.Font = Enum.Font.SciFi
  4816. Shutdown.FontSize = Enum.FontSize.Size14
  4817. Shutdown.Text = "Shutdown"
  4818. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  4819. Shutdown.TextSize = 14
  4820. Shutdown.TextTransparency = 1
  4821.  
  4822. ParticleWS.Name = "ParticleWS"
  4823. ParticleWS.Parent = Frame
  4824. ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4825. ParticleWS.BackgroundTransparency = 0.5
  4826. ParticleWS.Position = UDim2.new(0, 10, 0, 370)
  4827. ParticleWS.Size = UDim2.new(0, 80, 0, 20)
  4828. ParticleWS.Font = Enum.Font.SciFi
  4829. ParticleWS.FontSize = Enum.FontSize.Size14
  4830. ParticleWS.Text = "ParticleWS"
  4831. ParticleWS.TextColor3 = Color3.new(1, 1, 1)
  4832. ParticleWS.TextSize = 14
  4833. ParticleWS.TextTransparency = 1
  4834.  
  4835. UnParticleWS.Name = "UnParticleWS"
  4836. UnParticleWS.Parent = Frame
  4837. UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4838. UnParticleWS.BackgroundTransparency = 0.5
  4839. UnParticleWS.Position = UDim2.new(0, 10, 0, 400)
  4840. UnParticleWS.Size = UDim2.new(0, 80, 0, 20)
  4841. UnParticleWS.Font = Enum.Font.SciFi
  4842. UnParticleWS.FontSize = Enum.FontSize.Size14
  4843. UnParticleWS.Text = "Un-ParticleWS"
  4844. UnParticleWS.TextColor3 = Color3.new(1, 1, 1)
  4845. UnParticleWS.TextScaled = true
  4846. UnParticleWS.TextSize = 14
  4847. UnParticleWS.TextTransparency = 1
  4848. UnParticleWS.TextWrapped = true
  4849.  
  4850. Chat.Name = "Chat"
  4851. Chat.Parent = Frame
  4852. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  4853. Chat.BackgroundTransparency = 0.5
  4854. Chat.Position = UDim2.new(0, 460, 0, 40)
  4855. Chat.Size = UDim2.new(0, 80, 0, 20)
  4856. Chat.Font = Enum.Font.SciFi
  4857. Chat.FontSize = Enum.FontSize.Size14
  4858. Chat.Text = "Chat"
  4859. Chat.TextColor3 = Color3.new(1, 1, 1)
  4860. Chat.TextScaled = true
  4861. Chat.TextSize = 14
  4862. Chat.TextTransparency = 1
  4863. Chat.TextWrapped = true
  4864.  
  4865. ChatString.Name = "ChatString"
  4866. ChatString.Parent = Frame
  4867. ChatString.BackgroundColor3 = Color3.new(1, 1, 1)
  4868. ChatString.BackgroundTransparency = 0.5
  4869. ChatString.Position = UDim2.new(0, 460, 0, 70)
  4870. ChatString.Size = UDim2.new(0, 80, 0, 20)
  4871. ChatString.Font = Enum.Font.SciFi
  4872. ChatString.FontSize = Enum.FontSize.Size14
  4873. ChatString.Text = "Im a bitch"
  4874. ChatString.TextColor3 = Color3.new(0, 0.984314, 1)
  4875. ChatString.TextScaled = true
  4876. ChatString.TextSize = 14
  4877. ChatString.TextTransparency = 1
  4878. ChatString.TextWrapped = true
  4879.  
  4880. Smallhead.Name = "Smallhead"
  4881. Smallhead.Parent = Frame
  4882. Smallhead.BackgroundColor3 = Color3.new(1, 1, 1)
  4883. Smallhead.BackgroundTransparency = 0.5
  4884. Smallhead.Position = UDim2.new(0, 100, 0, 400)
  4885. Smallhead.Size = UDim2.new(0, 80, 0, 20)
  4886. Smallhead.Font = Enum.Font.SciFi
  4887. Smallhead.FontSize = Enum.FontSize.Size14
  4888. Smallhead.Text = "Normalhead"
  4889. Smallhead.TextColor3 = Color3.new(1, 1, 1)
  4890. Smallhead.TextSize = 14
  4891. Smallhead.TextTransparency = 1
  4892.  
  4893. BallWS.Name = "BallWS"
  4894. BallWS.Parent = Frame
  4895. BallWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4896. BallWS.BackgroundTransparency = 0.5
  4897. BallWS.Position = UDim2.new(0, 190, 0, 400)
  4898. BallWS.Size = UDim2.new(0, 80, 0, 20)
  4899. BallWS.Font = Enum.Font.SciFi
  4900. BallWS.FontSize = Enum.FontSize.Size14
  4901. BallWS.Text = "BallWS"
  4902. BallWS.TextColor3 = Color3.new(1, 1, 1)
  4903. BallWS.TextSize = 14
  4904. BallWS.TextTransparency = 1
  4905.  
  4906. CylWS.Name = "CylWS"
  4907. CylWS.Parent = Frame
  4908. CylWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4909. CylWS.BackgroundTransparency = 0.5
  4910. CylWS.Position = UDim2.new(0, 280, 0, 400)
  4911. CylWS.Size = UDim2.new(0, 80, 0, 20)
  4912. CylWS.Font = Enum.Font.SciFi
  4913. CylWS.FontSize = Enum.FontSize.Size14
  4914. CylWS.Text = "CylinderWS"
  4915. CylWS.TextColor3 = Color3.new(1, 1, 1)
  4916. CylWS.TextSize = 14
  4917. CylWS.TextTransparency = 1
  4918.  
  4919. BloWS.Name = "BloWS"
  4920. BloWS.Parent = Frame
  4921. BloWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4922. BloWS.BackgroundTransparency = 0.5
  4923. BloWS.Position = UDim2.new(0, 370, 0, 400)
  4924. BloWS.Size = UDim2.new(0, 80, 0, 20)
  4925. BloWS.Font = Enum.Font.SciFi
  4926. BloWS.FontSize = Enum.FontSize.Size14
  4927. BloWS.Text = "BlockWS"
  4928. BloWS.TextColor3 = Color3.new(1, 1, 1)
  4929. BloWS.TextSize = 14
  4930. BloWS.TextTransparency = 1
  4931.  
  4932. TorsoWS.Name = "TorsoWS"
  4933. TorsoWS.Parent = Frame
  4934. TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4935. TorsoWS.BackgroundTransparency = 0.5
  4936. TorsoWS.Position = UDim2.new(0, 460, 0, 370)
  4937. TorsoWS.Size = UDim2.new(0, 80, 0, 20)
  4938. TorsoWS.Font = Enum.Font.SciFi
  4939. TorsoWS.FontSize = Enum.FontSize.Size14
  4940. TorsoWS.Text = "TorsoWS"
  4941. TorsoWS.TextColor3 = Color3.new(1, 1, 1)
  4942. TorsoWS.TextSize = 14
  4943. TorsoWS.TextTransparency = 1
  4944.  
  4945. WedgeWS.Name = "WedgeWS"
  4946. WedgeWS.Parent = Frame
  4947. WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4948. WedgeWS.BackgroundTransparency = 0.5
  4949. WedgeWS.Position = UDim2.new(0, 460, 0, 340)
  4950. WedgeWS.Size = UDim2.new(0, 80, 0, 20)
  4951. WedgeWS.Font = Enum.Font.SciFi
  4952. WedgeWS.FontSize = Enum.FontSize.Size14
  4953. WedgeWS.Text = "WedgeWS"
  4954. WedgeWS.TextColor3 = Color3.new(1, 1, 1)
  4955. WedgeWS.TextSize = 14
  4956. WedgeWS.TextTransparency = 1
  4957.  
  4958. HeadWS.Name = "HeadWS"
  4959. HeadWS.Parent = Frame
  4960. HeadWS.BackgroundColor3 = Color3.new(1, 1, 1)
  4961. HeadWS.BackgroundTransparency = 0.5
  4962. HeadWS.Position = UDim2.new(0, 460, 0, 400)
  4963. HeadWS.Size = UDim2.new(0, 80, 0, 20)
  4964. HeadWS.Font = Enum.Font.SciFi
  4965. HeadWS.FontSize = Enum.FontSize.Size14
  4966. HeadWS.Text = "HeadWS"
  4967. HeadWS.TextColor3 = Color3.new(1, 1, 1)
  4968. HeadWS.TextSize = 14
  4969. HeadWS.TextTransparency = 1
  4970.  
  4971. Longneck.Name = "Longneck"
  4972. Longneck.Parent = Frame
  4973. Longneck.BackgroundColor3 = Color3.new(1, 1, 1)
  4974. Longneck.BackgroundTransparency = 0.5
  4975. Longneck.Position = UDim2.new(0, 460, 0, 310)
  4976. Longneck.Size = UDim2.new(0, 80, 0, 20)
  4977. Longneck.Font = Enum.Font.SciFi
  4978. Longneck.FontSize = Enum.FontSize.Size14
  4979. Longneck.Text = "Longneck"
  4980. Longneck.TextColor3 = Color3.new(1, 1, 1)
  4981. Longneck.TextSize = 14
  4982. Longneck.TextTransparency = 1
  4983.  
  4984. Normalneck.Name = "Normalneck"
  4985. Normalneck.Parent = Frame
  4986. Normalneck.BackgroundColor3 = Color3.new(1, 1, 1)
  4987. Normalneck.BackgroundTransparency = 0.5
  4988. Normalneck.Position = UDim2.new(0, 460, 0, 280)
  4989. Normalneck.Size = UDim2.new(0, 80, 0, 20)
  4990. Normalneck.Font = Enum.Font.SciFi
  4991. Normalneck.FontSize = Enum.FontSize.Size14
  4992. Normalneck.Text = "Normalneck"
  4993. Normalneck.TextColor3 = Color3.new(1, 1, 1)
  4994. Normalneck.TextSize = 14
  4995. Normalneck.TextTransparency = 1
  4996.  
  4997. Headtummy.Name = "Headtummy"
  4998. Headtummy.Parent = Frame
  4999. Headtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  5000. Headtummy.BackgroundTransparency = 0.5
  5001. Headtummy.Position = UDim2.new(0, 460, 0, 250)
  5002. Headtummy.Size = UDim2.new(0, 80, 0, 20)
  5003. Headtummy.Font = Enum.Font.SciFi
  5004. Headtummy.FontSize = Enum.FontSize.Size14
  5005. Headtummy.Text = "Funny"
  5006. Headtummy.TextColor3 = Color3.new(1, 1, 1)
  5007. Headtummy.TextSize = 14
  5008. Headtummy.TextTransparency = 1
  5009.  
  5010. UnHeadtummy.Name = "UnHeadtummy"
  5011. UnHeadtummy.Parent = Frame
  5012. UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1)
  5013. UnHeadtummy.BackgroundTransparency = 0.5
  5014. UnHeadtummy.Position = UDim2.new(0, 460, 0, 430)
  5015. UnHeadtummy.Size = UDim2.new(0, 80, 0, 20)
  5016. UnHeadtummy.Font = Enum.Font.SciFi
  5017. UnHeadtummy.FontSize = Enum.FontSize.Size14
  5018. UnHeadtummy.Text = "UnFunny"
  5019. UnHeadtummy.TextColor3 = Color3.new(1, 1, 1)
  5020. UnHeadtummy.TextSize = 14
  5021. UnHeadtummy.TextTransparency = 1
  5022.  
  5023. Fire.Name = "Fire"
  5024. Fire.Parent = Frame
  5025. Fire.BackgroundColor3 = Color3.new(1, 1, 1)
  5026. Fire.BackgroundTransparency = 0.5
  5027. Fire.Position = UDim2.new(0, 460, 0, 160)
  5028. Fire.Size = UDim2.new(0, 80, 0, 20)
  5029. Fire.Font = Enum.Font.SciFi
  5030. Fire.FontSize = Enum.FontSize.Size14
  5031. Fire.Text = "Fire"
  5032. Fire.TextColor3 = Color3.new(1, 1, 1)
  5033. Fire.TextSize = 14
  5034. Fire.TextTransparency = 1
  5035.  
  5036. Smoke.Name = "Smoke"
  5037. Smoke.Parent = Frame
  5038. Smoke.BackgroundColor3 = Color3.new(1, 1, 1)
  5039. Smoke.BackgroundTransparency = 0.5
  5040. Smoke.Position = UDim2.new(0, 460, 0, 220)
  5041. Smoke.Size = UDim2.new(0, 80, 0, 20)
  5042. Smoke.Font = Enum.Font.SciFi
  5043. Smoke.FontSize = Enum.FontSize.Size14
  5044. Smoke.Text = "Smoke"
  5045. Smoke.TextColor3 = Color3.new(1, 1, 1)
  5046. Smoke.TextSize = 14
  5047. Smoke.TextTransparency = 1
  5048.  
  5049. Sparkles.Name = "Sparkles"
  5050. Sparkles.Parent = Frame
  5051. Sparkles.BackgroundColor3 = Color3.new(1, 1, 1)
  5052. Sparkles.BackgroundTransparency = 0.5
  5053. Sparkles.Position = UDim2.new(0, 460, 0, 130)
  5054. Sparkles.Size = UDim2.new(0, 80, 0, 20)
  5055. Sparkles.Font = Enum.Font.SciFi
  5056. Sparkles.FontSize = Enum.FontSize.Size14
  5057. Sparkles.Text = "Sparkles"
  5058. Sparkles.TextColor3 = Color3.new(1, 1, 1)
  5059. Sparkles.TextSize = 14
  5060. Sparkles.TextTransparency = 1
  5061.  
  5062. FF.Name = "FF"
  5063. FF.Parent = Frame
  5064. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  5065. FF.BackgroundTransparency = 0.5
  5066. FF.Position = UDim2.new(0, 460, 0, 190)
  5067. FF.Size = UDim2.new(0, 80, 0, 20)
  5068. FF.Font = Enum.Font.SciFi
  5069. FF.FontSize = Enum.FontSize.Size14
  5070. FF.Text = "FF"
  5071. FF.TextColor3 = Color3.new(1, 1, 1)
  5072. FF.TextSize = 14
  5073. FF.TextTransparency = 1
  5074.  
  5075. MlgParticles.Name = "MlgParticles"
  5076. MlgParticles.Parent = Frame
  5077. MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1)
  5078. MlgParticles.BackgroundTransparency = 0.5
  5079. MlgParticles.Position = UDim2.new(0, 460, 0, 100)
  5080. MlgParticles.Size = UDim2.new(0, 80, 0, 20)
  5081. MlgParticles.Font = Enum.Font.SciFi
  5082. MlgParticles.FontSize = Enum.FontSize.Size14
  5083. MlgParticles.Text = "MLG"
  5084. MlgParticles.TextColor3 = Color3.new(1, 1, 1)
  5085. MlgParticles.TextSize = 14
  5086. MlgParticles.TextTransparency = 1
  5087.  
  5088. Close.Name = "Close"
  5089. Close.Parent = Frame
  5090. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  5091. Close.BackgroundTransparency = 0.58
  5092. Close.BorderColor3 = Color3.new(0, 0, 0)
  5093. Close.BorderSizePixel = 0
  5094. Close.Position = UDim2.new(0, 530, 0, 0)
  5095. Close.Size = UDim2.new(0, 20, 0, 20)
  5096. Close.Font = Enum.Font.SciFi
  5097. Close.FontSize = Enum.FontSize.Size14
  5098. Close.Text = "X"
  5099. Close.TextColor3 = Color3.new(1, 1, 1)
  5100. Close.TextSize = 14
  5101. Close.TextTransparency = 1
  5102.  
  5103. Sanic.Name = "Sanic"
  5104. Sanic.Parent = Frame
  5105. Sanic.BackgroundColor3 = Color3.new(1, 1, 1)
  5106. Sanic.BackgroundTransparency = 0.5
  5107. Sanic.Position = UDim2.new(0, 10, 0, 430)
  5108. Sanic.Size = UDim2.new(0, 80, 0, 20)
  5109. Sanic.Font = Enum.Font.SciFi
  5110. Sanic.FontSize = Enum.FontSize.Size14
  5111. Sanic.Text = "Sanic"
  5112. Sanic.TextColor3 = Color3.new(1, 1, 1)
  5113. Sanic.TextScaled = true
  5114. Sanic.TextSize = 14
  5115. Sanic.TextTransparency = 1
  5116. Sanic.TextWrapped = true
  5117.  
  5118. UnSanic.Name = "UnSanic"
  5119. UnSanic.Parent = Frame
  5120. UnSanic.BackgroundColor3 = Color3.new(1, 1, 1)
  5121. UnSanic.BackgroundTransparency = 0.5
  5122. UnSanic.Position = UDim2.new(0, 100, 0, 430)
  5123. UnSanic.Size = UDim2.new(0, 80, 0, 20)
  5124. UnSanic.Font = Enum.Font.SciFi
  5125. UnSanic.FontSize = Enum.FontSize.Size14
  5126. UnSanic.Text = "UnSanic"
  5127. UnSanic.TextColor3 = Color3.new(1, 1, 1)
  5128. UnSanic.TextScaled = true
  5129. UnSanic.TextSize = 14
  5130. UnSanic.TextTransparency = 1
  5131. UnSanic.TextWrapped = true
  5132.  
  5133. LagOthers.Name = "LagOthers"
  5134. LagOthers.Parent = Frame
  5135. LagOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  5136. LagOthers.BackgroundTransparency = 0.5
  5137. LagOthers.Position = UDim2.new(0, 190, 0, 430)
  5138. LagOthers.Size = UDim2.new(0, 80, 0, 20)
  5139. LagOthers.Font = Enum.Font.SciFi
  5140. LagOthers.FontSize = Enum.FontSize.Size14
  5141. LagOthers.Text = "LagOthers"
  5142. LagOthers.TextColor3 = Color3.new(1, 1, 1)
  5143. LagOthers.TextScaled = true
  5144. LagOthers.TextSize = 14
  5145. LagOthers.TextTransparency = 1
  5146. LagOthers.TextWrapped = true
  5147.  
  5148. FeChecker.Name = "FeChecker"
  5149. FeChecker.Parent = Frame
  5150. FeChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  5151. FeChecker.BackgroundTransparency = 0.5
  5152. FeChecker.Position = UDim2.new(0, 150, 0, 10)
  5153. FeChecker.Size = UDim2.new(0, 100, 0, 20)
  5154. FeChecker.Font = Enum.Font.SciFi
  5155. FeChecker.FontSize = Enum.FontSize.Size14
  5156. FeChecker.Text = "FE is Disabled"
  5157. FeChecker.TextColor3 = Color3.new(1, 1, 1)
  5158. FeChecker.TextScaled = true
  5159. FeChecker.TextSize = 14
  5160. FeChecker.TextTransparency = 1
  5161. FeChecker.TextWrapped = true
  5162.  
  5163. Intro.Name = "Intro"
  5164. Intro.Parent = BG
  5165. Intro.BackgroundColor3 = Color3.new(0, 0, 0)
  5166. Intro.BackgroundTransparency = 1
  5167. Intro.BorderColor3 = Color3.new(0, 0, 0)
  5168. Intro.BorderSizePixel = 3
  5169. Intro.Position = UDim2.new(0,0,0,0)
  5170. Intro.ClipsDescendants = true
  5171. Intro.Size = UDim2.new(0, 460, 0, 310)
  5172.  
  5173. rowreck.Name = "rowreck"
  5174. rowreck.Parent = Intro
  5175. rowreck.BackgroundTransparency = 1
  5176. rowreck.Position = UDim2.new(0, 140, 0, 120)
  5177. rowreck.Size = UDim2.new(0, 200, 0, 50)
  5178. rowreck.Font = Enum.Font.SciFi
  5179. rowreck.FontSize = Enum.FontSize.Size42
  5180. rowreck.Text = "Ro-Wrecker"
  5181. rowreck.TextColor3 = Color3.new(1, 0, 0)
  5182. rowreck.TextSize = 42
  5183. rowreck.TextTransparency = 1
  5184.  
  5185. me.Name = "me"
  5186. me.Parent = Intro
  5187. me.BackgroundColor3 = Color3.new(1, 1, 1)
  5188. me.BackgroundTransparency = 1
  5189. me.Position = UDim2.new(0, 470, 0, 70)
  5190. me.Size = UDim2.new(0, 200, 0, 50)
  5191. me.Font = Enum.Font.SciFi
  5192. me.FontSize = Enum.FontSize.Size24
  5193. me.Text = "Made by : Luckyxero"
  5194. me.TextColor3 = Color3.new(1, 1, 1)
  5195. me.TextSize = 24
  5196.  
  5197. discord.Name = "discord"
  5198. discord.Parent = Intro
  5199. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  5200. discord.BackgroundTransparency = 1
  5201. discord.Position = UDim2.new(0, -230, 0, 160)
  5202. discord.Size = UDim2.new(0, 200, 0, 50)
  5203. discord.Font = Enum.Font.SciFi
  5204. discord.FontSize = Enum.FontSize.Size24
  5205. discord.Text = "Discord : Workspace#0793"
  5206. discord.TextColor3 = Color3.new(1, 1, 1)
  5207. discord.TextSize = 24
  5208.  
  5209. BG.Name = "BG"
  5210. BG.BackgroundColor3 = Color3.new(0,0,0)
  5211. BG.BorderSizePixel = 0
  5212. BG.BackgroundTransparency = 0.58
  5213. BG.Parent = Exploit
  5214. BG.Size = UDim2.new(0,460,0,0)
  5215. BG.Position = UDim2.new(0,380,0,0)
  5216. BG.Visible = true
  5217. BG.ClipsDescendants = true
  5218.  
  5219. Frame.Position = UDim2.new(0,0,0,-460)
  5220. Frame.Size = UDim2.new(0,550,0,490)
  5221. Sound2 = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  5222. Sound2.Volume = 4
  5223. Sound2.PlaybackSpeed = 1
  5224. Sound2.SoundId = "rbxassetid://255881176"
  5225. LineSound = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui)
  5226. LineSound.Volume = 6
  5227. LineSound.SoundId = "rbxassetid://151414336"
  5228. WaitTime1 = 0.5
  5229. WaitTime2 = 0.4
  5230. WaitTime3 = 0.7
  5231. WaitTime4 = 0.1
  5232. WaitTime5 = 0.2
  5233. wait(1)
  5234. ----------------------- movement
  5235. IntroSong.PlaybackSpeed = 1.3
  5236. IntroSong:Play()
  5237. BG:TweenSize(UDim2.new(0,460,0,310),"Out",0.2)
  5238. wait(WaitTime1)
  5239. Sound2:Play()
  5240. me:TweenPosition(UDim2.new(0,140,0,70),"Out",0.2)
  5241. wait(WaitTime2)
  5242. Sound2:Play()
  5243. discord:TweenPosition(UDim2.new(0,140,0,160),"Out",0.2)
  5244. O:TweenSize(UDim2.new(0,240,0,0),"Out",0.2)
  5245. T:TweenSize(UDim2.new(0,280,0,0),"Out",0.2)
  5246. for i = 1,0,-0.1 do
  5247. O.BackgroundTransparency = i
  5248. T.BackgroundTransparency = i
  5249. wait()
  5250. end
  5251. wait(WaitTime3)
  5252. LineSound:Play()
  5253. O:TweenSize(UDim2.new(0,0,0,0),"Out")
  5254. wait(WaitTime4)
  5255. LineSound:Play()
  5256. T:TweenSize(UDim2.new(0,0,0,0),"Out")
  5257. for i = 0,1,0.1 do
  5258. O.BackgroundTransparency = i
  5259. T.BackgroundTransparency = i
  5260. wait()
  5261. end
  5262. wait(WaitTime5)
  5263. me:TweenPosition(UDim2.new(0,140,0,0,70),"Out",0.2)
  5264. wait(WaitTime2)
  5265. discord:TweenPosition(UDim2.new(0,140,0,300),"Out",0.2)
  5266. wait(1)
  5267. for i = 1,0,-0.1 do
  5268. LineOne.BackgroundTransparency = i
  5269. LineTw0.BackgroundTransparency = i
  5270. LineThree.BackgroundTransparency = i
  5271. LineFour.BackgroundTransparency = i
  5272. wait()
  5273. end
  5274. LineSound:Play()
  5275. LineThree:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5276. LineSound:Play()
  5277. LineFour:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5278. wait(WaitTime4)
  5279. LineSound:Play()
  5280. LineOne:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5281. LineSound:Play()
  5282. LineTw0:TweenSize(UDim2.new(0,220,0,0),"Out",0.2)
  5283. Sound2.PlaybackSpeed = 1.2
  5284. wait(WaitTime1)
  5285. Sound2:Play()
  5286. for i = 1,0,-0.05 do
  5287. rowreck.TextTransparency = i
  5288. wait()
  5289. end
  5290. for i = 0,255,17 do
  5291. rowreck.TextColor3 = Color3.fromRGB(255,i,0)
  5292. wait()
  5293. end
  5294. for i = 255,0,-17 do
  5295. rowreck.TextColor3 = Color3.fromRGB(i,255,0)
  5296. wait()
  5297. end
  5298. for i = 0,255,17 do
  5299. rowreck.TextColor3 = Color3.fromRGB(0,255,i)
  5300. wait()
  5301. end
  5302. for i = 255,0,-17 do
  5303. rowreck.TextColor3 = Color3.fromRGB(0,i,255)
  5304. wait()
  5305. end
  5306. for i = 0,1,0.05 do
  5307. rowreck.TextTransparency = i
  5308. wait()
  5309. end
  5310. rowreck.TextTransparency = 1
  5311. LineTw0:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5312. LineSound:Play()
  5313. LineOne:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5314. LineSound:Play()
  5315. wait(WaitTime4)
  5316. LineFour:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5317. LineSound:Play()
  5318. LineThree:TweenSize(UDim2.new(0,0,0,0),"Out",0.2)
  5319. LineSound:Play()
  5320. wait(WaitTime1)
  5321. for i = 0,1,0.1 do
  5322. LineOne.BackgroundTransparency = i
  5323. LineTw0.BackgroundTransparency = i
  5324. LineThree.BackgroundTransparency = i
  5325. LineFour.BackgroundTransparency = i
  5326. wait()
  5327. end
  5328. wait(WaitTime1)
  5329. for i = 0,1,0.2 do
  5330. me.TextTransparency = i
  5331. wait()
  5332. end
  5333. me:TweenPosition(UDim2.new(0,210,0,0),"Out")
  5334. BG:TweenSize(UDim2.new(0,550,0,0),"Out")
  5335. BG:TweenPosition(UDim2.new(0,380,0,0),"Out")
  5336. wait(1)
  5337. IntroSong.PlaybackSpeed = 0.93
  5338. IntroSong:Play()
  5339. me.TextTransparency = 1
  5340. BG:TweenSize(UDim2.new(0,550,0,490),"Out")
  5341. Intro.Visible = false
  5342. Intro.Active = false
  5343. Frame.Position = UDim2.new(0,0,0,-460)
  5344. Frame.Visible = true
  5345. Frame:TweenPosition(UDim2.new(0,0,0,0),"Out")
  5346. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  5347. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  5348. for i,v in pairs(Frame:GetChildren()) do
  5349. if v.ClassName ~= "Frame" then
  5350. v.TextTransparency = 0
  5351. end
  5352. end
  5353. Frame.Active = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement