Advertisement
ManOhMan

Untitled

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