Advertisement
DerpyAdmins

Ro-Wrecker

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