Advertisement
Psykek

Androxis HUB

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