Advertisement
coolgoldboy166

ro-wrecker

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