Advertisement
DiveGamerV2

Kohls Admin House NBCBC hack

Jan 8th, 2021
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 234.43 KB | None | 0 0
  1. -- Variables
  2.  
  3. local abc = 0 -- Wait Time of Spam
  4. local lol = 0 -- If command being spammed will be displayed
  5. local amn = 1 -- amount of gear given
  6. local nopunish = true
  7. local healauto = true
  8. local noexp = true
  9. local nokill = true
  10. local noblind = true
  11. local nojail = true
  12. local nomusic = false
  13. local nodog = true
  14. local nosmoke = true
  15. local noswag = true
  16. local nosparkles = false
  17. local nofire = true
  18. local nospeed = false
  19. local noskydive = true
  20. local nocrash = true
  21. local noice = true
  22. local noseizure = true
  23. local noff = false
  24. local nomsgcrash = false
  25. local ilight = true
  26.  
  27. -- Functions
  28.  
  29. local function ultanti(msg)
  30. local GetPlayers = game:GetService("Players")
  31. local allplr = GetPlayers:GetPlayers()
  32.  
  33. while multianti == true do
  34. wait()
  35.  
  36. -- anti-punish
  37.  
  38. if nopunish == true then
  39. if game.Lighting:FindFirstChild(game.Players.LocalPlayer.Name) then
  40. game:GetService'Players':Chat(("unpunish me"))
  41. wait(0.25)
  42. end
  43. end
  44.  
  45. -- auto-heal
  46.  
  47. if healauto == true then
  48. if game.Players.LocalPlayer.Character then
  49. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  50. if game.Players.LocalPlayer.Character.Humanoid.Health > 0 and game.Players.LocalPlayer.Character.Humanoid.Health < 100 then
  51. game:GetService'Players':Chat(("heal me 100"))
  52. wait(0.25)
  53. end
  54. end
  55. end
  56. end
  57.  
  58. -- remove explosion effect
  59.  
  60. if noexp == true then
  61. if game.Workspace:FindFirstChild("Explosion") then
  62. game.Workspace.Explosion:Destroy()
  63. end
  64. end
  65.  
  66. -- anti-kill
  67.  
  68. if nokill == true then
  69. if game.Players.LocalPlayer.Character then
  70. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  71. game:GetService'Players':Chat(("reset me"))
  72. wait(0.25)
  73. end
  74. end
  75. end
  76.  
  77. -- anti-blind
  78.  
  79. if noblind == true then
  80. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("EFFECTGUIBLIND") then
  81. game.Players.LocalPlayer.PlayerGui.EFFECTGUIBLIND:Destroy()
  82. end
  83. end
  84.  
  85. --anti-jail
  86.  
  87. if nojail == true then
  88. if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild(game.Players.LocalPlayer.Name .. "'s jail") then
  89. game:GetService'Players':Chat(("unjail me"))
  90. wait(0.25)
  91. end
  92. end
  93.  
  94. -- anti-music
  95.  
  96. if nomusic == true then
  97. if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild("Sound") then
  98. game:GetService'Players':Chat(("music"))
  99. wait(0.25)
  100. end
  101. end
  102.  
  103. -- anti dog
  104.  
  105. if nodog == true then
  106. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  107. if game.Players.LocalPlayer.Character.Torso.Transparency == 1 and game.Players.LocalPlayer.Character.Torso.BrickColor == BrickColor.new("Brown") then
  108. game:GetService'Players':Chat(("undog me"))
  109. wait(0.25)
  110. end
  111. end
  112. end
  113.  
  114. -- anti smoke
  115.  
  116. if nosmoke == true then
  117. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  118. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Smoke") then
  119. game:GetService'Players':Chat(("unsmoke me"))
  120. wait(0.25)
  121. end
  122. end
  123. end
  124.  
  125. -- anti swag
  126.  
  127. if noswag == true then
  128. if game.Players.LocalPlayer.Character:FindFirstChild("EpicCape") then
  129. game:GetService'Players':Chat(("normal me"))
  130. wait(0.25)
  131. end
  132. end
  133.  
  134. -- anti-sparkles
  135.  
  136. if nosparkles == true then
  137. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Sparkles") then
  138. game:GetService'Players':Chat(("unsparkles me"))
  139. wait(0.25)
  140. end
  141. end
  142.  
  143. -- anti-fire
  144.  
  145. if nofire == true then
  146. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  147. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Fire") then
  148. game:GetService'Players':Chat(("unfire me"))
  149. wait(0.25)
  150. end
  151. end
  152. end
  153.  
  154. -- anti-speed
  155.  
  156. if nospeed == true then
  157. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed > 16 or game.Players.LocalPlayer.Character.Humanoid.WalkSpeed < 16 then
  158. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  159. wait(0.25)
  160. end
  161. end
  162.  
  163. -- anti skydive
  164.  
  165. if noskydive == true then
  166. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  167. if game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y >= 1950 then
  168. game:GetService'Players':Chat(("unskydive me"))
  169. wait(0.25)
  170. end
  171. end
  172. end
  173.  
  174. -- anti crash
  175.  
  176. if nocrash == true then
  177. if game.Players.PlayerAdded then
  178. allplr = GetPlayers:GetPlayers()
  179. end
  180. for i, player in pairs(allplr) do
  181. if player.Character then
  182. if player.Character:FindFirstChild("VampireVanquisher") then
  183. local plrname = player.Name
  184. game:GetService'Players':Chat(("ungear "..plrname))
  185. game:GetService'Players':Chat(("unsize "..plrname))
  186. wait(0.28)
  187. end
  188. if player.Character:FindFirstChild("HumanoidRootPart") then
  189. if player.Character.HumanoidRootPart.Size.Y <= 0.3 then
  190. local plrname = player.Name
  191. game:GetService'Players':Chat(("reset "..plrname))
  192. game:GetService'Players':Chat(("unclone "..plrname))
  193. wait(0.28)
  194. end
  195. end
  196. end
  197. end
  198. end
  199.  
  200. -- removeff effect
  201. if noff == true then
  202. if game.Players.PlayerAdded then
  203. allplr = GetPlayers:GetPlayers()
  204. end
  205. for i, player in pairs(allplr) do
  206. if player.Character then
  207. if player.Character:FindFirstChild("ForceField") then
  208. player.Character.ForceField:Destroy()
  209. end
  210. end
  211. end
  212. end
  213.  
  214. -- anti ice
  215.  
  216. if noice == true then
  217. if game.Players.LocalPlayer.Character then
  218. if game.Players.LocalPlayer.Character:FindFirstChild("ice") then
  219. game:GetService'Players':Chat(("thaw me"))
  220. wait(0.28)
  221. end
  222. end
  223. end
  224.  
  225. -- anti seizure
  226.  
  227. if noseizure == true then
  228. if game.Players.LocalPlayer.Character then
  229. if game.Players.LocalPlayer.Character:FindFirstChild("Seizure") then
  230. game:GetService'Players':Chat(("unseizure me"))
  231. wait(0.28)
  232. end
  233. end
  234. end
  235.  
  236. -- anti message crash
  237.  
  238. if nomsgcrash == true then
  239. wait(0.2)
  240. for i, v in pairs(game.Players.LocalPlayer.PlayerGui:GetDescendants()) do
  241. if v.Name == "MessageGUI" or v.Name == "HintGUI" then
  242. v:Destroy()
  243. end
  244. end
  245. end
  246.  
  247.  
  248. -- anti ivory light
  249.  
  250. if ilight == true then
  251. if game.Workspace:FindFirstChild("StarShard") then
  252. game.Workspace.StarShard:Destroy()
  253. end
  254. if game.Workspace:FindFirstChild("Part") then
  255. if game.Workspace.Part:FindFirstChild("Twinkle") then
  256. game.Workspace.Part:Destroy()
  257. end
  258. end
  259. end
  260.  
  261. end
  262. end
  263.  
  264.  
  265. local function rjn ()
  266. local place = game:GetService("TeleportService")
  267. local playur = game:GetService("Players").LocalPlayer
  268. place:Teleport(game.PlaceId, playur)
  269. end
  270.  
  271. local function regen ()
  272. fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)
  273. end
  274.  
  275. local function killanti(msg)
  276. local plrname = string.sub(msg, 11)
  277. local GetPlayers = game:GetService("Players")
  278. local all = GetPlayers:GetPlayers()
  279.  
  280. while ak == true do
  281. wait(0)
  282.  
  283. for i, player in pairs(all) do
  284. if player.Name == plrname then
  285. if player.Character then
  286. if player.Character.Humanoid.Health == 0 then
  287. game:GetService'Players':Chat(("reset "..plrname))
  288. wait(0.28)
  289. end
  290. end
  291. end
  292. end
  293. end
  294. end
  295.  
  296. local function antiforall(msg)
  297. local GetPlayers = game:GetService("Players")
  298. local allplr = GetPlayers:GetPlayers()
  299.  
  300. while liall == true do
  301. wait(0)
  302. if game.Players.PlayerAdded then
  303. allplr = GetPlayers:GetPlayers()
  304. end
  305. for i, player in pairs(allplr) do
  306. if player.Character then
  307. if player.Character.Humanoid.Health == 0 then
  308. local plrname = player.Name
  309. game:GetService'Players':Chat(("reset "..plrname))
  310. wait(0.28)
  311. end -- if
  312. end -- other if
  313. end -- for
  314. end -- while
  315. end -- function
  316.  
  317. -- Animation Functions
  318. ------------------------------------------------------------------------------------------------------------------------
  319. local function armturbine ()
  320. for i,v in pairs(game.Players:GetPlayers()) do
  321. AnimationId = "259438880"
  322. local Anim = Instance.new("Animation")
  323. Anim.AnimationId = "rbxassetid://"..AnimationId
  324. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  325. k:Play()
  326. k:AdjustSpeed(100)
  327. end
  328. end
  329. local function loopheadd ()
  330. for i,v in pairs(game.Players:GetPlayers()) do
  331. AnimationId = "35154961"
  332. local Anim = Instance.new("Animation")
  333. Anim.AnimationId = "rbxassetid://"..AnimationId
  334. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  335. while wait(0.00703125) do
  336. k:Play()
  337. k:AdjustSpeed(640)
  338. end
  339. end
  340. end
  341. local function laydown ()
  342. for i,v in pairs(game.Players:GetPlayers()) do
  343. AnimationId = "282574440"
  344. local Anim = Instance.new("Animation")
  345. Anim.AnimationId = "rbxassetid://"..AnimationId
  346. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  347. k:Play()
  348. k:AdjustSpeed(1)
  349. end
  350. end
  351. local function dabb ()
  352. for i,v in pairs(game.Players:GetPlayers()) do
  353. AnimationId = "248263260"
  354. local Anim = Instance.new("Animation")
  355. Anim.AnimationId = "rbxassetid://"..AnimationId
  356. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  357. k:Play()
  358. k:AdjustSpeed(1)
  359. end
  360. end
  361. local function hmmm ()
  362. for i,v in pairs(game.Players:GetPlayers()) do
  363. AnimationId = "148840371"
  364. local Anim = Instance.new("Animation")
  365. Anim.AnimationId = "rbxassetid://"..AnimationId
  366. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  367. k:Play()
  368. k:AdjustSpeed(1)
  369. end
  370. end
  371. local function screamm ()
  372. for i,v in pairs(game.Players:GetPlayers()) do
  373. AnimationId = "180611870"
  374. local Anim = Instance.new("Animation")
  375. Anim.AnimationId = "rbxassetid://"..AnimationId
  376. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  377. k:Play()
  378. k:AdjustSpeed(1)
  379. end
  380. end
  381. local function headthrow ()
  382. for i,v in pairs(game.Players:GetPlayers()) do
  383. AnimationId = "35154961"
  384. local Anim = Instance.new("Animation")
  385. Anim.AnimationId = "rbxassetid://"..AnimationId
  386. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  387. k:Play()
  388. k:AdjustSpeed(1)
  389. end
  390. end
  391. local function raisehead ()
  392. for i,v in pairs(game.Players:GetPlayers()) do
  393. AnimationId = "121572214"
  394. local Anim = Instance.new("Animation")
  395. Anim.AnimationId = "rbxassetid://"..AnimationId
  396. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  397. k:Play()
  398. k:AdjustSpeed(1)
  399. end
  400. end
  401. local function crouchh ()
  402. for i,v in pairs(game.Players:GetPlayers()) do
  403. AnimationId = "182724289"
  404. local Anim = Instance.new("Animation")
  405. Anim.AnimationId = "rbxassetid://"..AnimationId
  406. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  407. k:Play()
  408. k:AdjustSpeed(1)
  409. end
  410. end
  411. local function MovingDance ()
  412. for i,v in pairs(game.Players:GetPlayers()) do
  413. AnimationId = "429703734"
  414. local Anim = Instance.new("Animation")
  415. Anim.AnimationId = "rbxassetid://"..AnimationId
  416. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  417. k:Play()
  418. k:AdjustSpeed(1)
  419. end
  420. end
  421. ------------------------------------------------------------------------------------------------------------------------
  422.  
  423. local function clors(msg)
  424.  
  425. while ccolor == true do
  426. wait(0)
  427. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  428. wait(0.005)
  429. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  430. wait(0.005)
  431. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  432. wait(0.005)
  433. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  434. wait(0.005)
  435. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  436. wait(0.005)
  437. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  438. wait(0.005)
  439. end
  440.  
  441. while bcolor == true do
  442. wait(0)
  443. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  444. wait(0.005)
  445. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  446. wait(0.005)
  447. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  448. wait(0.005)
  449. end
  450.  
  451. while acolor == true do
  452. wait(0)
  453. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  454. wait(0.005)
  455. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  456. wait(0.005)
  457. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  458. wait(0.005)
  459. end
  460.  
  461. while rhell == true do
  462. wait(0)
  463. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  464. wait(0.125)
  465. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  466. wait(0.125)
  467. game:GetService'Players':Chat(("colorshifttop 100000000 1000000000 10000000000000"))
  468. wait(0.125)
  469. game:GetService'Players':Chat(("colorshiftbottom 100000000 1000000000 10000000000000"))
  470. wait(0.125)
  471. game:GetService'Players':Chat(("time 0"))
  472. wait(0.125)
  473. end
  474.  
  475. end
  476.  
  477.  
  478. local function antiff(msg)
  479. local GetPlayers = game:GetService("Players")
  480. local allplr = GetPlayers:GetPlayers()
  481.  
  482. while ffanti == true do
  483. wait(0)
  484. if game.Players.PlayerAdded then
  485. allplr = GetPlayers:GetPlayers()
  486. end
  487. for i, player in pairs(allplr) do
  488. if player.Character then
  489. if not player.Character:FindFirstChild("ForceField") then
  490. local plrname = player.Name
  491. game:GetService'Players':Chat(("ff "..plrname))
  492. wait(0.28)
  493. end -- character check
  494. end -- ff check
  495. end -- for
  496. end -- while
  497. end -- function
  498.  
  499. local function rainbow(msg)
  500.  
  501. while multi == true do
  502. wait(0)
  503. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  504. wait(0.05)
  505. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  506. wait(0.05)
  507. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  508. wait(0.05)
  509. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  510. wait(0.05)
  511. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  512. wait(0.05)
  513. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  514. wait(0.05)
  515. game:GetService'Players':Chat(("colorshifttop 15000 10603 0"))
  516. wait(0.005)
  517. game:GetService'Players':Chat(("colorshiftbottom 15000 10603 0"))
  518. wait(0.05)
  519. game:GetService'Players':Chat(("colorshifttop 10000 9000 5000"))
  520. wait(0.05)
  521. game:GetService'Players':Chat(("colorshiftbottom 10000 9000 5000"))
  522. wait(0.05)
  523. game:GetService'Players':Chat(("colorshifttop 10000 0 14135"))
  524. wait(0.05)
  525. game:GetService'Players':Chat(("colorshiftbottom 10000 0 14135"))
  526. wait(0.05)
  527. game:GetService'Players':Chat(("colorshifttop 10000 0 12000"))
  528. wait(0.05)
  529. game:GetService'Players':Chat(("colorshiftbottom 10000 0 12000"))
  530. wait(0.05)
  531. game:GetService'Players':Chat(("colorshifttop 10610 7496 0"))
  532. wait(0.05)
  533. game:GetService'Players':Chat(("colorshiftbottom 10610 7496 0"))
  534. wait(0.05)
  535. game:GetService'Players':Chat(("colorshifttop 100000000000000000 0 0"))
  536. wait(0.05)
  537. game:GetService'Players':Chat(("colorshiftbottom 100000000000000000 0 0"))
  538. wait(0.05)
  539. game:GetService'Players':Chat(("colorshifttop 10000000 10000000 10000000"))
  540. wait(0.05)
  541. game:GetService'Players':Chat(("colorshiftbottom 10000000 10000000 10000000"))
  542. wait(0.05)
  543. end
  544.  
  545. end
  546.  
  547. local wlholder = {}
  548.  
  549. local function whitelist(msg)
  550. for i,v in pairs(game.Players:GetPlayers()) do
  551. if v.Name:lower():sub(1,#wluser) == wluser:lower() then
  552. wluser = v.Name
  553. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " has been Whitelisted!", "All")
  554. wait(1)
  555. if not table.find(wlholder, v.Name) then
  556. table.insert(wlholder, v.Name)
  557. wait(1)
  558. v.Chatted:connect(function(msg)
  559. if v.Name == wluser then
  560.  
  561. -- Teleport commands
  562. ----------------------------------
  563. if string.sub(msg, 1, 6) == ":house" then
  564. if string.sub(msg, 8, 9) == "me" or string.sub(msg, 8, 8) == "" then
  565. game:GetService'Players':Chat((":house "..wluser))
  566. elseif string.sub(msg, 8, 13) ~= "others" then
  567. local plrname = string.sub(msg, 8)
  568. game:GetService'Players':Chat((":house "..plrname))
  569. end
  570. end
  571.  
  572. if string.sub(msg, 1, 7) == ":uhouse" then
  573. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then
  574. game:GetService'Players':Chat((":uhouse "..wluser))
  575. elseif string.sub(msg, 9, 14) ~= "others" then
  576. local plrname = string.sub(msg, 9)
  577. game:GetService'Players':Chat((":uhouse "..plrname))
  578. end
  579. end
  580.  
  581. if string.sub(msg, 1, 5) == ":obby" then
  582. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then
  583. game:GetService'Players':Chat((":obby "..wluser))
  584. elseif string.sub(msg, 7, 12) ~= "others" then
  585. local plrname = string.sub(msg, 7)
  586. game:GetService'Players':Chat((":obby "..plrname))
  587. end
  588. end
  589.  
  590. if string.sub(msg, 1, 7) == ":blocks" then
  591. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then
  592. game:GetService'Players':Chat((":blocks "..wluser))
  593. elseif string.sub(msg, 9, 14) ~= "others" then
  594. local plrname = string.sub(msg, 9)
  595. game:GetService'Players':Chat((":blocks "..plrname))
  596. end
  597. end
  598.  
  599. if string.sub(msg, 1, 5) == ":pads" then
  600. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then
  601. game:GetService'Players':Chat((":pads "..wluser))
  602. elseif string.sub(msg, 7, 12) ~= "others" then
  603. local plrname = string.sub(msg, 7)
  604. game:GetService'Players':Chat((":pads "..plrname))
  605. end
  606. end
  607. ----------------------------------
  608.  
  609. -- Kits commands
  610. ----------------------------------
  611. if string.sub(msg, 1, 9) == ":kit omni" then
  612. if string.sub(msg, 11, 12) == "me" or string.sub(msg, 11, 11) == "" then
  613. game:GetService'Players':Chat((":kit omni "..wluser))
  614. elseif string.sub(msg, 11, 16) ~= "others" then
  615. local plrname = string.sub(msg, 11)
  616. game:GetService'Players':Chat((":kit omni "..plrname))
  617. end
  618. end
  619.  
  620. if string.sub(msg, 1, 8) == ":kit god" then
  621. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then
  622. game:GetService'Players':Chat((":kit god "..wluser))
  623. elseif string.sub(msg, 10, 15) ~= "others" then
  624. local plrname = string.sub(msg, 10)
  625. game:GetService'Players':Chat((":kit god "..plrname))
  626. end
  627. end
  628.  
  629. if string.sub(msg, 1, 8) == ":kit gun" then
  630. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then
  631. game:GetService'Players':Chat((":kit gun "..wluser))
  632. elseif string.sub(msg, 10, 15) ~= "others" then
  633. local plrname = string.sub(msg, 10)
  634. game:GetService'Players':Chat((":kit gun "..plrname))
  635. end
  636. end
  637.  
  638. if string.sub(msg, 1, 10) == ":kit troll" then
  639. if string.sub(msg, 12, 14) == "me" or string.sub(msg, 12, 12) == "" then
  640. game:GetService'Players':Chat((":kit troll "..wluser))
  641. elseif string.sub(msg, 12, 17) ~= "others" then
  642. local plrname = string.sub(msg, 12)
  643. game:GetService'Players':Chat((":kit troll "..plrname))
  644. end
  645. end
  646.  
  647. if string.sub(msg, 1, 9) == ":kit bomb" then
  648. if string.sub(msg, 11, 12) == "me" or string.sub(msg, 11, 11) == "" then
  649. game:GetService'Players':Chat((":kit bomb "..wluser))
  650. elseif string.sub(msg, 11, 16) ~= "others" then
  651. local plrname = string.sub(msg, 10)
  652. game:GetService'Players':Chat((":kit bomb "..plrname))
  653. end
  654. end
  655.  
  656. if string.sub(msg, 1, 10) == ":kit sword" then
  657. if string.sub(msg, 12, 14) == "me" or string.sub(msg, 12, 12) == "" then
  658. game:GetService'Players':Chat((":kit sword "..wluser))
  659. elseif string.sub(msg, 12, 17) ~= "others" then
  660. local plrname = string.sub(msg, 12)
  661. game:GetService'Players':Chat((":kit sword "..plrname))
  662. end
  663. end
  664.  
  665. if string.sub(msg, 1, 8) == ":kit bow" then
  666. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then
  667. game:GetService'Players':Chat((":kit bow "..wluser))
  668. elseif string.sub(msg, 10, 15) ~= "others" then
  669. local plrname = string.sub(msg, 10)
  670. game:GetService'Players':Chat((":kit bow "..plrname))
  671. end
  672. end
  673. ----------------------------------
  674.  
  675. end -- username check
  676. end) -- message function
  677. end -- table
  678. end -- get entire user
  679. end -- get players
  680. end -- functions
  681.  
  682. local function Spam(msg)
  683. local plyr = string.sub(msg, 6)
  684. while Non == true do
  685. wait(abc)
  686. game:GetService'Players':Chat((plyr))
  687. end
  688. end
  689.  
  690. local function Stop(msg)
  691. while stop == true do
  692. wait(0.0005)
  693. game:GetService'Players':Chat(("unfly all"))
  694. wait(0.0005)
  695. game:GetService'Players':Chat(("removetools all"))
  696. wait(0.0005)
  697. game:GetService'Players':Chat(("setgrav all 1250"))
  698. wait(0.0005)
  699. game:GetService'Players':Chat(("speed all 0"))
  700. wait(0.0005)
  701. game:GetService'Players':Chat(("outdoorambient 239 20 20"))
  702. end
  703. end
  704.  
  705. -- Hotkey Variables
  706.  
  707. local hotkeyf = nil
  708. local keyfcmd1 = nil
  709. local keyfcmd2 = nil
  710. local keyfcmd3 = nil
  711. local hotkeyg = nil
  712. local keygcmd1 = nil
  713. local keygcmd2 = nil
  714. local keygcmd3 = nil
  715. local hotkeyh = nil
  716. local keyhcmd1 = nil
  717. local keyhcmd2 = nil
  718. local keyhcmd3 = nil
  719. local hotkeyt = nil
  720. local keytcmd1 = nil
  721. local keytcmd2 = nil
  722. local keytcmd3 = nil
  723. local hotkeyy = nil
  724. local keyycmd1 = nil
  725. local keyycmd2 = nil
  726. local keyycmd3 = nil
  727. local check1 = 0
  728. local lastcmd = nil
  729.  
  730. -- HotKey Function
  731.  
  732. lp = game.Players.LocalPlayer
  733. ms = lp:GetMouse()
  734. ms.KeyDown:connect(function(key)
  735.  
  736. -- Hot Keys
  737.  
  738. if check1 == 0 then
  739.  
  740. if key == "z" then
  741. game:GetService'Players':Chat(("fly me"))
  742.  
  743. elseif key == "x" then
  744. game:GetService'Players':Chat(("ff me"))
  745.  
  746. elseif key == "c" then
  747. game:GetService'Players':Chat(("reset me"))
  748.  
  749. elseif key == "v" then
  750. game:GetService'Players':Chat(("respawn me"))
  751.  
  752. elseif key == "b" then
  753. SPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  754.  
  755. elseif key == "n" then
  756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = SPos
  757.  
  758. elseif key == "m" then
  759. game:GetService'Players':Chat((lastcmd))
  760.  
  761. elseif key == "f" then
  762.  
  763. if keyfcmd1 ~= nil then
  764. game:GetService'Players':Chat((keyfcmd1))
  765. end
  766. if keyfcmd2 ~= nil then
  767. game:GetService'Players':Chat((keyfcmd2))
  768. end
  769. if keyfcmd3 ~= nil then
  770. game:GetService'Players':Chat((keyfcmd3))
  771. end
  772.  
  773. elseif key == "g" then
  774. if keygcmd1 ~= nil then
  775. game:GetService'Players':Chat((keygcmd1))
  776. end
  777. if keygcmd2 ~= nil then
  778. game:GetService'Players':Chat((keygcmd2))
  779. end
  780. if keygcmd3 ~= nil then
  781. game:GetService'Players':Chat((keygcmd3))
  782. end
  783.  
  784. elseif key == "h" then
  785. if keyhcmd1 ~= nil then
  786. game:GetService'Players':Chat((keyhcmd1))
  787. end
  788. if keyhcmd2 ~= nil then
  789. game:GetService'Players':Chat((keyhcmd2))
  790. end
  791. if keyhcmd3 ~= nil then
  792. game:GetService'Players':Chat((keyhcmd3))
  793. end
  794.  
  795. elseif key == "t" then
  796. if keytcmd1 ~= nil then
  797. game:GetService'Players':Chat((keytcmd1))
  798. end
  799. if keytcmd2 ~= nil then
  800. game:GetService'Players':Chat((keytcmd2))
  801. end
  802. if keytcmd3 ~= nil then
  803. game:GetService'Players':Chat((keytcmd3))
  804. end
  805.  
  806. elseif key == "y" then
  807. if keyycmd1 ~= nil then
  808. game:GetService'Players':Chat((keyycmd1))
  809. end
  810. if keyycmd2 ~= nil then
  811. game:GetService'Players':Chat((keyycmd2))
  812. end
  813. if keyycmd3 ~= nil then
  814. game:GetService'Players':Chat((keyycmd3))
  815. end
  816. end
  817.  
  818. end
  819.  
  820. if key == "j" then
  821.  
  822. check1 = check1 + 1
  823.  
  824. if check1 == 2 then
  825. check1 = 0
  826. end
  827. end
  828.  
  829. end)
  830.  
  831.  
  832.  
  833. game.Players.LocalPlayer.Chatted:connect(function(msg)
  834. time = string.sub(msg, 9)
  835.  
  836. if string.sub(msg, 1, math.huge) == "" then
  837. lastcmd = string.sub(msg, 1)
  838. end
  839.  
  840. if string.sub(msg, 1, 9) == "hkfcmd1 =" then
  841. keyfcmd1 = string.sub(msg, 11)
  842. elseif string.sub(msg, 1, 9) == "hkfcmd2 =" then
  843. keyfcmd2 = string.sub(msg, 11)
  844. elseif string.sub(msg, 1, 9) == "hkfcmd3 =" then
  845. keyfcmd3 = string.sub(msg, 11)
  846.  
  847. elseif string.sub(msg, 1, 9) == "hkgcmd1 =" then
  848. keygcmd1 = string.sub(msg, 11)
  849. elseif string.sub(msg, 1, 9) == "hkgcmd2 =" then
  850. keygcmd2 = string.sub(msg, 11)
  851. elseif string.sub(msg, 1, 9) == "hkgcmd3 =" then
  852. keygcmd3 = string.sub(msg, 11)
  853.  
  854. elseif string.sub(msg, 1, 9) == "hkhcmd1 =" then
  855. keyhcmd1 = string.sub(msg, 11)
  856. elseif string.sub(msg, 1, 9) == "hkhcmd2 =" then
  857. keyhcmd2 = string.sub(msg, 11)
  858. elseif string.sub(msg, 1, 9) == "hkhcmd3 =" then
  859. keyhcmd3 = string.sub(msg, 11)
  860.  
  861. elseif string.sub(msg, 1, 9) == "hktcmd1 =" then
  862. keytcmd1 = string.sub(msg, 11)
  863. elseif string.sub(msg, 1, 9) == "hktcmd2 =" then
  864. keytcmd2 = string.sub(msg, 11)
  865. elseif string.sub(msg, 1, 9) == "hktcmd3 =" then
  866. keytcmd3 = string.sub(msg, 11)
  867.  
  868. elseif string.sub(msg, 1, 9) == "hkycmd1 =" then
  869. keyycmd1 = string.sub(msg, 11)
  870. elseif string.sub(msg, 1, 9) == "hkycmd2 =" then
  871. keyycmd2 = string.sub(msg, 11)
  872. elseif string.sub(msg, 1, 9) == "hkycmd3 =" then
  873. keyycmd3 = string.sub(msg, 11)
  874.  
  875. end
  876.  
  877. if string.sub(msg, 1, 7) == ":wait =" then
  878. abc = time
  879. end
  880.  
  881. if string.sub(msg, 1, 9) == ":amount =" then
  882. amn = string.sub(msg, 11)
  883. end
  884.  
  885. if msg == "lol = 0" then
  886. lol = 0
  887. end
  888. if msg == "lol = 1" then
  889. lol = 1
  890. end
  891. -- Kit Commands
  892.  
  893. if string.sub(msg, 1, 9) == ":kit omni" then
  894.  
  895. local plrname = string.sub(msg, 11)
  896.  
  897. for i = 1,10 do
  898. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))
  899. end
  900.  
  901. for i = 1,10 do
  902. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))
  903. end
  904.  
  905. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))
  906. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))
  907. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))
  908. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))
  909. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))
  910. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))
  911. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))
  912. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))
  913. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))
  914.  
  915. end
  916.  
  917. if string.sub(msg, 1, 8) == ":kit god" then
  918.  
  919. local plrname = string.sub(msg, 10)
  920.  
  921. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))
  922. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))
  923. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))
  924. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))
  925. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))
  926. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))
  927. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))
  928. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))
  929. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))
  930. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))
  931. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))
  932.  
  933. end
  934.  
  935. if msg == ":kit dark" then
  936. game:GetService'Players':Chat(("paint me black"))
  937. game:GetService'Players':Chat(("cape me black"))
  938. game:GetService'Players':Chat(("removehats me"))
  939. game:GetService'Players':Chat(("removeface me"))
  940. game:GetService'Players':Chat(("name me "))
  941. game:GetService'Players':Chat(("speed me 32"))
  942. game:GetService'Players':Chat(("trail me black"))
  943. game:GetService'Players':Chat(("gear me 000000000000000000108149175"))
  944. end
  945.  
  946. if string.sub(msg, 1, 8) == ":kit gun" then
  947.  
  948. local plrname = string.sub(msg, 10)
  949.  
  950. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094233344"))
  951. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094233286"))
  952. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095354288"))
  953. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885552"))
  954. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000116693764"))
  955. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885508"))
  956. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))
  957.  
  958. end
  959.  
  960. if string.sub(msg, 1, 10) == ":kit knife" then
  961. local plrname = string.sub(msg, 12)
  962. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000121946387"))
  963. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001215515248"))
  964. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000208659586"))
  965. end
  966.  
  967. if string.sub(msg, 1, 11) == ":kit dagger" then
  968. local plrname = string.sub(msg, 13)
  969. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000062350856"))
  970. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000065079090"))
  971. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000064220952"))
  972. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))
  973. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000168142394"))
  974. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000051760061"))
  975. end
  976.  
  977. if string.sub(msg, 1, 8) == ":kit bow" then
  978. local plrname = string.sub(msg, 10)
  979. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001180418251"))
  980. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000092142841"))
  981. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002136389582"))
  982. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000346687267"))
  983. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000356213494"))
  984. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002568113462"))
  985. end
  986.  
  987. if string.sub(msg, 1, 13) == ":kit crossbow" then
  988. local plrname = string.sub(msg, 15)
  989. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000174752245"))
  990. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001587175338"))
  991. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000206566653"))
  992. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000178076831"))
  993. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002163551089"))
  994. end
  995.  
  996. if string.sub(msg, 1, 10) == ":kit magic" then
  997. local plrname = string.sub(msg, 12)
  998. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002316760298"))
  999. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000127506105"))
  1000. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000010760425"))
  1001. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000066416616"))
  1002. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002261167878"))
  1003. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000027860496"))
  1004. end
  1005.  
  1006. if string.sub(msg, 1, 10) == ":kit sword" then
  1007. local plrname = string.sub(msg, 12)
  1008. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001981813154"))
  1009. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))
  1010. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))
  1011. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001340206957"))
  1012. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000155661985"))
  1013. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000532254782"))
  1014. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000088885481"))
  1015. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))
  1016. end
  1017.  
  1018. if string.sub(msg, 1, 11) == ":kit scythe" then
  1019. local plrname = string.sub(msg, 13)
  1020. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001609498185"))
  1021. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002506365260"))
  1022. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000028275809"))
  1023. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000846792499"))
  1024. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095951330"))
  1025. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000218631128"))
  1026. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000050938765"))
  1027. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000517827255"))
  1028.  
  1029. end
  1030.  
  1031. if string.sub(msg, 1, 10) == ":kit ninja" then
  1032. local plrname = string.sub(msg, 12)
  1033. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000086494914"))
  1034. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011377306"))
  1035. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011115851"))
  1036. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001304339797"))
  1037. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000051346336"))
  1038. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000233519998"))
  1039.  
  1040. end
  1041.  
  1042. if string.sub(msg, 1, 11) == ":kit potion" then
  1043. local plrname = string.sub(msg, 13)
  1044. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011450664"))
  1045. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000056561593"))
  1046. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000055917420"))
  1047. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000065082246"))
  1048. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011419319"))
  1049. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000047597835"))
  1050.  
  1051. end
  1052.  
  1053. if string.sub(msg, 1, 11) == ":kit flying" then
  1054. local plrname = string.sub(msg, 13)
  1055. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000225921000"))
  1056. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000031314966"))
  1057. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000477910063"))
  1058. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000511930668"))
  1059. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000223785473"))
  1060. end
  1061.  
  1062. if string.sub(msg, 1, 9) == ":kit bomb" then
  1063. local plrname = string.sub(msg, 11)
  1064. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011999247"))
  1065. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000012890798"))
  1066. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000243788010"))
  1067. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000088885539"))
  1068. end
  1069.  
  1070. if string.sub(msg, 1, 10) == ":kit troll" then
  1071. local plrname = string.sub(msg, 12)
  1072. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000082357101"))
  1073. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794847"))
  1074. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000243788010"))
  1075. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000268586231"))
  1076. end
  1077.  
  1078. if string.sub(msg, 1, 9) == ":kit heal" then
  1079. local plrname = string.sub(msg, 11)
  1080. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011419319"))
  1081. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000061916132"))
  1082. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000115377964"))
  1083. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002316760298"))
  1084. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002103276507"))
  1085. end
  1086.  
  1087. -- Teleport Commands
  1088.  
  1089. if msg == "clicktp" then
  1090. -- Notifications
  1091. local function notify(title, text)
  1092. game:GetService("StarterGui"):SetCore("SendNotification", {
  1093. Title = title;
  1094. Text = text;
  1095. Duration = 1;
  1096. })
  1097. end
  1098.  
  1099. -- Tool-Check
  1100. local Check = game.Players.LocalPlayer.Backpack:FindFirstChild("Sprint")
  1101. local Check2 = game.Players.LocalPlayer.Character:FindFirstChild("Sprint")
  1102. if Check or Check2 then
  1103. notify("TP and Sprint Was Found", "Check Inventory")
  1104. wait(0.5)
  1105.  
  1106. elseif not Check and not Check2 then
  1107. notify("TP and Sprint Not Found", "Adding to Inventory...")
  1108. wait(0.5)
  1109.  
  1110. plr = game.Players.LocalPlayer
  1111. mouse = plr:GetMouse()
  1112. hum = plr.Character.HumanoidRootPart
  1113. local tptool = Instance.new("Tool", plr.Backpack)
  1114. local sptool = Instance.new("Tool", plr.Backpack)
  1115. local dftool = Instance.new("Tool", plr.Backpack)
  1116.  
  1117. tptool.Name = "ClickTP"
  1118. tptool.CanBeDropped = false
  1119. tptool.RequiresHandle = false
  1120.  
  1121. sptool.Name = "Sprint"
  1122. sptool.CanBeDropped = false
  1123. sptool.RequiresHandle = false
  1124.  
  1125. dftool.Name = "Default"
  1126. dftool.CanBeDropped = false
  1127. dftool.RequiresHandle = false
  1128.  
  1129. tptool.Activated:Connect(function()
  1130. if mouse.Target then
  1131. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1132. end
  1133. end)
  1134.  
  1135. sptool.Activated:Connect(function()
  1136. plr.Character.Humanoid.JumpPower = 150
  1137. plr.Character.Humanoid.WalkSpeed = 50
  1138. end)
  1139.  
  1140. dftool.Activated:Connect(function()
  1141. plr.Character.Humanoid.JumpPower = 50
  1142. plr.Character.Humanoid.WalkSpeed = 16
  1143. end)
  1144.  
  1145.  
  1146. wait(0.5)
  1147. notify("TP and Sprint Has been Added", "Check Your Inventory...")
  1148. end
  1149. end
  1150.  
  1151. if string.sub(msg, 1, 3) == ":wl" then
  1152. if wluser == nil then
  1153. wluser = string.sub(msg, 5)
  1154. whitelist(msg)
  1155. end
  1156. end
  1157.  
  1158. if string.sub(msg, 1, 5) == ":unwl" then
  1159. if wluser ~= nil then
  1160. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " is no longer Whitelisted!", "All")
  1161. wluser = nil
  1162. end
  1163. end
  1164.  
  1165. if msg == ":here" then
  1166. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1167. end
  1168.  
  1169. if msg == ":back" then
  1170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos
  1171. end
  1172.  
  1173. if msg == ";spawn1" then
  1174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))
  1175. end
  1176.  
  1177. if msg == ";spawn2" then
  1178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))
  1179. end
  1180.  
  1181. if msg == ";spawn3" then
  1182. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))
  1183. end
  1184.  
  1185.  
  1186. if string.sub(msg, 1, 5) == ":pads" then
  1187. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then
  1188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  1189. elseif string.sub(msg, 7, 9) == "all" then
  1190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  1191. wait(0.25)
  1192. game:GetService'Players':Chat(("tp all me"))
  1193. else
  1194. local plrname = string.sub(msg, 7)
  1195. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1196. wait(0.125)
  1197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  1198. wait(0.25)
  1199. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1200. wait(0.25)
  1201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  1202. end
  1203. end
  1204.  
  1205. if string.sub(msg, 1, 6) == ":house" then
  1206. if string.sub(msg, 8, 9) == "me" or string.sub(msg, 8, 8) == "" then
  1207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  1208. elseif string.sub(msg, 8, 10) == "all" then
  1209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  1210. wait(0.25)
  1211. game:GetService'Players':Chat(("tp all me"))
  1212. else
  1213. local plrname = string.sub(msg, 8)
  1214. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1215. wait(0.125)
  1216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  1217. wait(0.25)
  1218. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1219. wait(0.25)
  1220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  1221. end
  1222. end
  1223.  
  1224. if string.sub(msg, 1, 7) == ":uhouse" then
  1225. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then
  1226. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  1227. elseif string.sub(msg, 9, 11) == "all" then
  1228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  1229. wait(0.25)
  1230. game:GetService'Players':Chat(("tp all me"))
  1231. else
  1232. local plrname = string.sub(msg, 9)
  1233. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1234. wait(0.125)
  1235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  1236. wait(0.25)
  1237. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1238. wait(0.25)
  1239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  1240. end
  1241. end
  1242.  
  1243. if string.sub(msg, 1, 5) == ":obby" then
  1244. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then
  1245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  1246. elseif string.sub(msg, 7, 9) == "all" then
  1247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  1248. wait(0.25)
  1249. game:GetService'Players':Chat(("tp all me"))
  1250. else
  1251. local plrname = string.sub(msg, 7)
  1252. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1253. wait(0.125)
  1254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  1255. wait(0.25)
  1256. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1257. wait(0.25)
  1258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  1259. end
  1260. end
  1261.  
  1262. if string.sub(msg, 1, 7) == ":blocks" or string.sub(msg, 1, 7) == ":bricks" then
  1263. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then
  1264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))
  1265. elseif string.sub(msg, 9, 11) == "all" then
  1266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))
  1267. wait(0.25)
  1268. game:GetService'Players':Chat(("tp all me"))
  1269. local plrname = string.sub(msg, 9)
  1270. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1271. wait(0.125)
  1272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))
  1273. wait(0.25)
  1274. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1275. wait(0.25)
  1276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  1277. end
  1278. end
  1279.  
  1280. -- Emote Commands
  1281.  
  1282. if msg == ":hmm" then
  1283. hmmm()
  1284. end
  1285. if msg == ":headtoss" then
  1286. headthrow()
  1287. end
  1288. if msg == ":armspin" then
  1289. armturbine()
  1290. end
  1291. if msg == ":loophead" then
  1292. loopheadd()
  1293. end
  1294. if msg == ":scream" then
  1295. screamm()
  1296. end
  1297. if msg == ":headraise" then
  1298. raisehead()
  1299. end
  1300. if msg == ":dab" then
  1301. dabb()
  1302. end
  1303. if msg == ":crawl" then
  1304. laydown()
  1305. end
  1306. if msg == ":crouch" then
  1307. crouchh()
  1308. end
  1309. if msg == ":dance" then
  1310. MovingDance()
  1311. end
  1312.  
  1313. -- Music Commands
  1314.  
  1315. if msg == "play mwd" then
  1316. game:GetService'Players':Chat(("h Playing Miss Wanna Die"))
  1317. wait(0.125)
  1318. game:GetService'Players':Chat(("music 0000000000000000003118721479"))
  1319. end
  1320.  
  1321. -- Morph Commands
  1322.  
  1323. if msg == ":Dark_Lord" then
  1324. game:GetService'Players':Chat(("unpackage me"))
  1325. game:GetService'Players':Chat(("removehats me"))
  1326. game:GetService'Players':Chat(("paint me black"))
  1327. wait(0.25)
  1328. game:GetService'Players':Chat(("pants me 1279747525"))
  1329. game:GetService'Players':Chat(("shirt me 1233857398"))
  1330. game:GetService'Players':Chat(("hat me 4238305136"))
  1331. game:GetService'Players':Chat(("hat me 745790335"))
  1332. game:GetService'Players':Chat(("hat me 99860652"))
  1333. game:GetService'Players':Chat(("hat me 244160766"))
  1334. game:GetService'Players':Chat(("hat me 19380685"))
  1335. game:GetService'Players':Chat(("hat me 4087527067"))
  1336. end
  1337.  
  1338. if msg == ":Aka" or msg == ":aka" then
  1339. game:GetService'Players':Chat(("unpackage me"))
  1340. game:GetService'Players':Chat(("paint me pastel brown"))
  1341. game:GetService'Players':Chat(("removehats me"))
  1342. wait(0.25)
  1343. game:GetService'Players':Chat(("hat me 4708970652"))
  1344. game:GetService'Players':Chat(("hat me 4660425043"))
  1345. game:GetService'Players':Chat(("hat me 4524990267"))
  1346. game:GetService'Players':Chat(("hat me 4524481392"))
  1347. game:GetService'Players':Chat(("shirt me 4150240898"))
  1348. game:GetService'Players':Chat(("pants me 4240325953"))
  1349. game:GetService'Players':Chat(("hat me 106709021"))
  1350. game:GetService'Players':Chat(("face me 402304145"))
  1351. end
  1352.  
  1353. if msg == ":Jester" or msg == ":jester" then
  1354. game:GetService'Players':Chat(("unpackage me"))
  1355. game:GetService'Players':Chat(("paint me white"))
  1356. game:GetService'Players':Chat(("removehats me"))
  1357. wait(0.125)
  1358. game:GetService'Players':Chat(("hat me 1301377743"))
  1359. game:GetService'Players':Chat(("hat me 13702134"))
  1360. game:GetService'Players':Chat(("shirt me 1304485340"))
  1361. game:GetService'Players':Chat(("pants me 1304482618"))
  1362. wait(0.125)
  1363. game:GetService'Players':Chat(("gear me 000000000000000000120749528"))
  1364. game:GetService'Players':Chat(("gear me 000000000000000000746687364"))
  1365. end
  1366.  
  1367. if msg == ":joy" or msg == ":Joy" then
  1368. game:GetService'Players':Chat(("removehats me"))
  1369. game:GetService'Players':Chat(("paint me white"))
  1370. game:GetService'Players':Chat(("hat me 4904151381"))
  1371. end
  1372.  
  1373. if msg == ":raja" then
  1374. Point = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1375. wait(0.125)
  1376. game:GetService'Players':Chat(("char me 86670779"))
  1377. wait(0.125)
  1378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Point
  1379. end
  1380.  
  1381. -- Super Commands
  1382.  
  1383. if string.sub(msg, 1, 6) == ":super" then
  1384. local plrname = string.sub(msg, 7)
  1385. for i = 1,250 do
  1386. game:GetService'Players':Chat((plrname))
  1387. end
  1388. end
  1389.  
  1390. -- Spam Commands
  1391.  
  1392. if string.sub(msg, 1, 5) == ":spam" then
  1393. Non = true
  1394. Spam(msg)
  1395. end
  1396.  
  1397. if msg == ":stop" then
  1398. Non = false
  1399. acolor = false
  1400. bcolor = false
  1401. ccolor = false
  1402. rhell = false
  1403. multi = false
  1404. end
  1405.  
  1406. -- Other Commands
  1407.  
  1408. if string.sub(msg, 1, 8) == ":boombox" then
  1409.  
  1410. local plrname = string.sub(msg, 10)
  1411. game:GetService'Players':Chat(("gear "..plrname.." 000000000212641536"))
  1412. end
  1413.  
  1414. if msg == ":blink" then
  1415. game:GetService'Players':Chat(("blind all"))
  1416. wait(0.35)
  1417. game:GetService'Players':Chat(("unblind all"))
  1418. end
  1419.  
  1420.  
  1421. if string.sub(msg, 1, 9) == ":antikill" then
  1422. ak = true
  1423. killanti(msg)
  1424. end
  1425.  
  1426. if string.sub(msg, 1, 9) == "!antikill" then
  1427. liall = true
  1428. antiforall(msg)
  1429. end
  1430.  
  1431. if string.sub(msg, 1, 7) == "!autoff" then
  1432. ffanti = true
  1433. antiff(msg)
  1434. end
  1435.  
  1436. if msg == ":unanti" then
  1437. multianti = false
  1438. ak = false
  1439. liall = false
  1440. ffanti = false
  1441. end
  1442.  
  1443. -- Local Commands
  1444.  
  1445.  
  1446. if string.sub(msg, 1, 5) == ":swap" then
  1447. local plr1 = string.sub(msg, 7,10)
  1448. local plr2 = string.sub(msg, 11, 13)
  1449. local mylocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1450. game:GetService'Players':Chat(("invis me"))
  1451. wait(0.20)
  1452. game:GetService'Players':Chat(("tp me "..plr1))
  1453. wait(0.20)
  1454. game:GetService'Players':Chat(("tp ".. plr1 .. plr2))
  1455. wait(0.20)
  1456. game:GetService'Players':Chat(("tp "..plr2.." me"))
  1457. wait(0.125)
  1458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = mylocation
  1459. game:GetService'Players':Chat(("vis me"))
  1460. end
  1461.  
  1462. if string.sub(msg, 1, 8) == ";swap me" then
  1463. local plyr1 = string.sub(msg, 10)
  1464. local myloc1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1465. game:GetService'Players':Chat(("invis me"))
  1466. wait(0.20)
  1467. game:GetService'Players':Chat(("tp me "..plyr1))
  1468. wait(0.20)
  1469. local myloc2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1470. wait(0.20)
  1471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc1
  1472. wait(0.20)
  1473. game:GetService'Players':Chat(("tp "..plyr1.." me"))
  1474. wait(0.20)
  1475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc2
  1476. game:GetService'Players':Chat(("vis me"))
  1477. end
  1478.  
  1479. if string.sub(msg, 1, 7) == ":random" then
  1480. local xvalue = math.random(-495,495)
  1481. local zvalue = math.random(-495,495)
  1482. local plrname = string.sub(msg, 9)
  1483. local myloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1484. wait(0.125)
  1485. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue))
  1486. wait(0.25)
  1487. game:GetService'Players':Chat(("tp "..plrname.." me"))
  1488. wait(0.25)
  1489. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc
  1490. end
  1491.  
  1492. if string.sub(msg, 1, 6) == ":throw" then
  1493. local plrname = string.sub(msg, 8)
  1494. game:GetService'Players':Chat(("fling "..plrname))
  1495. end
  1496.  
  1497. if msg == ":sky" then
  1498. game:GetService'Players':Chat(("gear me 212641536"))
  1499. wait(0.125)
  1500. game:GetService'Players':Chat(("fly me"))
  1501. for i = 1,10 do
  1502. game:GetService'Players':Chat(("skydive me"))
  1503. end
  1504. wait(0.125)
  1505. game:GetService'Players':Chat(("jail me"))
  1506. wait(0.25)
  1507. game:GetService'Players':Chat(("unfly me"))
  1508. wait(0.5)
  1509. game:GetService'Players':Chat(("jail me"))
  1510.  
  1511. end
  1512.  
  1513. if string.sub(msg, 1, 7) == ":acolor" then
  1514. acolor = true
  1515. bcolor = false
  1516. ccolor = false
  1517. rhell = false
  1518. clors(msg)
  1519. end
  1520.  
  1521. if string.sub(msg, 1, 7) == ":bcolor" then
  1522. bcolor = true
  1523. acolor = false
  1524. ccolor = false
  1525. rhell = false
  1526. clors(msg)
  1527. end
  1528.  
  1529. if string.sub(msg, 1, 7) == ":ccolor" then
  1530. ccolor = true
  1531. acolor = false
  1532. bcolor = false
  1533. rhell = false
  1534. clors(msg)
  1535. end
  1536.  
  1537. if string.sub(msg, 1, 8) == ":redhell" then
  1538. rhell = true
  1539. ccolor = false
  1540. acolor = false
  1541. bcolor = false
  1542. clors(msg)
  1543. end
  1544.  
  1545. if msg == ":rainbow" then
  1546. multi = true
  1547. rainbow(msg)
  1548. end
  1549.  
  1550. if msg == ":map" then
  1551. wait(0.25)
  1552. game:GetService'Players':Chat(("sit me"))
  1553. wait(1.25)
  1554. game:GetService'Players':Chat(("punish me"))
  1555. wait(1.25)
  1556. game:GetService'Players':Chat(("unpunish me"))
  1557. end
  1558. if string.sub(msg, 1, 6) == ":regen" then
  1559. regen()
  1560. end
  1561.  
  1562. if msg == ":Stop" then
  1563. stop = true
  1564. Stop(msg)
  1565.  
  1566. end
  1567.  
  1568. if msg == ":Go" then
  1569. stop = false
  1570. wait(0.25)
  1571. game:GetService'Players':Chat(("speed all 16"))
  1572. game:GetService'Players':Chat(("grav all"))
  1573. game:GetService'Players':Chat(("fix"))
  1574. end
  1575.  
  1576.  
  1577. if msg == ":loadout 1" then
  1578. game:GetService'Players':Chat(("normal me"))
  1579. game:GetService'Players':Chat(("ff me"))
  1580. game:GetService'Players':Chat(("fly me"))
  1581.  
  1582. end
  1583.  
  1584. if string.sub(msg, 1, 5) == ":snap" then
  1585. local plrname = string.sub(msg, 7)
  1586. game:GetService'Players':Chat(("music 862198133"))
  1587. wait(2.50)
  1588. game:GetService'Players':Chat(("speed "..plrname.." inf"))
  1589. wait(0.125)
  1590. game:GetService'Players':Chat(("music "))
  1591. end
  1592.  
  1593. if msg == ":ls" then
  1594. game:GetService'Players':Chat(("logs"))
  1595. end
  1596.  
  1597. if msg == ":ms" then
  1598. local rlog = math.random(1,5)
  1599.  
  1600. if rlog == 1 then
  1601. for i = 1,100 do
  1602. game:GetService'Players':Chat(("ff use your own stuff"))
  1603. end
  1604. end
  1605.  
  1606. if rlog == 2 then
  1607. for i = 1,100 do
  1608. game:GetService'Players':Chat(("ff stop looking :/"))
  1609. end
  1610. end
  1611.  
  1612. if rlog == 3 then
  1613. for i = 1,100 do
  1614. game:GetService'Players':Chat(("ff viewing logs I see"))
  1615. end
  1616. end
  1617.  
  1618. if rlog == 4 then
  1619. for i = 1,100 do
  1620. game:GetService'Players':Chat(("ff no stealing please"))
  1621. end
  1622. end
  1623.  
  1624. if rlog == 5 then
  1625. for i = 1,100 do
  1626. game:GetService'Players':Chat(("ff checking logs I see"))
  1627. end
  1628. end
  1629.  
  1630. end
  1631.  
  1632. if string.sub(msg, 1) == ":rejoin" then
  1633. rjn()
  1634. game:GetService("TeleportService"):Teleport(game.PlaceId, playur)
  1635. end
  1636.  
  1637.  
  1638. if msg == ":zawarudo" then
  1639. game.Players:Chat("music 304787933")
  1640. wait(2)
  1641. game.Players:Chat("freeze all")
  1642. game.Players:Chat("ambient 0 63.75 0")
  1643. wait(.25)
  1644. game.Players:Chat("ambient 0 127.5 0")
  1645. wait(.25)
  1646. game.Players:Chat("ambient 0 191.25 0")
  1647. wait(.25)
  1648. game.Players:Chat("ambient 0 255 0")
  1649. wait(.25)
  1650. game.Players:Chat("stopmusic")
  1651. wait(1.5)
  1652. game.Players:Chat("music 384043882")
  1653. for i = 1,20 do
  1654. game.Players:Chat("freeze all")
  1655. game.Players:Chat("ambient 0 255 0")
  1656. wait(.5)
  1657. end
  1658. game.Players:Chat("music 676242549")
  1659. wait(2.5)
  1660. game.Players:Chat("stopmusic")
  1661. game.Players:Chat("thaw all")
  1662. game.Players:Chat("ambient 0 255 0")
  1663. wait(.25)
  1664. game.Players:Chat("ambient 0 191.25 0")
  1665. wait(.25)
  1666. game.Players:Chat("ambient 0 127.5 0")
  1667. wait(.25)
  1668. game.Players:Chat("ambient 0 63.75 0")
  1669. end
  1670.  
  1671. if msg == ":purge" then
  1672. game.Players:Chat("music 232554097")
  1673. game.Players:Chat("fogend 150")
  1674. game.Players:Chat("time 2")
  1675. game.Players:Chat("fogcolor 0 0 0")
  1676. game.Players:Chat("brightness 5")
  1677. end
  1678.  
  1679. -- Gear Commands
  1680.  
  1681. if string.sub(msg, 1, 13) == ":g hyperlaser" then
  1682. local plrname = string.sub(msg, 15)
  1683. for i = 1,amn do
  1684. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))
  1685. end
  1686. end
  1687.  
  1688. if string.sub(msg, 1, 7) == ":g mine" then
  1689. local plrname = string.sub(msg, 9)
  1690. for i = 1,amn do
  1691. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000033383241"))
  1692. end
  1693. end
  1694.  
  1695. if string.sub(msg, 1, 6) == ":g dsd" then
  1696. local plrname = string.sub(msg, 8)
  1697. for i = 1,amn do
  1698. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))
  1699. end
  1700. end
  1701.  
  1702. if string.sub(msg, 1, 11) == ":g cresendo" then
  1703. local plrname = string.sub(msg, 13)
  1704. for i = 1,amn do
  1705. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))
  1706. end
  1707. end
  1708.  
  1709. if string.sub(msg, 1, 10) == ":g rainbow" then
  1710. local plrname = string.sub(msg, 12)
  1711. for i = 1,amn do
  1712. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))
  1713. end
  1714. end
  1715.  
  1716. if string.sub(msg, 1, 8) == ":g ivory" then
  1717. local plrname = string.sub(msg, 10)
  1718. for i = 1,amn do
  1719. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))
  1720. end
  1721. end
  1722.  
  1723. if string.sub(msg, 1, 8) == ":g azure" then
  1724. local plrname = string.sub(msg, 10)
  1725. for i = 1,amn do
  1726. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))
  1727. end
  1728. end
  1729.  
  1730. if string.sub(msg, 1, 10) == ":g crimson" then
  1731. local plrname = string.sub(msg, 12)
  1732. for i = 1,amn do
  1733. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))
  1734. end
  1735. end
  1736.  
  1737. if string.sub(msg, 1, 13) == ":g chartreuse" then
  1738. local plrname = string.sub(msg, 15)
  1739. for i = 1,amn do
  1740. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))
  1741. end
  1742. end
  1743.  
  1744. if string.sub(msg, 1, 11) == ":g amethyst" then
  1745. local plrname = string.sub(msg, 13)
  1746. for i = 1,amn do
  1747. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))
  1748. end
  1749. end
  1750.  
  1751. if string.sub(msg, 1, 7) == ":g noir" then
  1752. local plrname = string.sub(msg, 9)
  1753. for i = 1,amn do
  1754. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))
  1755. end
  1756. end
  1757.  
  1758. if string.sub(msg, 1, 11) == ":g grimgold" then
  1759. local plrname = string.sub(msg, 13)
  1760. for i = 1,amn do
  1761. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))
  1762. end
  1763. end
  1764.  
  1765. if string.sub(msg, 1, 15) == ":g sledgehammer" then
  1766. local plrname = string.sub(msg, 17)
  1767. for i = 1,amn do
  1768. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000045177979"))
  1769. end
  1770. end
  1771.  
  1772. if string.sub(msg, 1, 9) == ":g carpet" then
  1773. local plrname = string.sub(msg, 11)
  1774. for i = 1,amn do
  1775. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000225921000"))
  1776. end
  1777. end
  1778.  
  1779. if string.sub(msg, 1, 16) == ":g dualdarkheart" then
  1780. local plrname = string.sub(msg, 18)
  1781. for i = 1,amn do
  1782. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108149175"))
  1783. end
  1784. end
  1785.  
  1786. if string.sub(msg, 1, 12) == ":g darkheart" then
  1787. local plrname = string.sub(msg, 14)
  1788. for i = 1,amn do
  1789. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000016895215"))
  1790. end
  1791. end
  1792.  
  1793. if string.sub(msg, 1, 15) == ":g dualillumina" then
  1794. local plrname = string.sub(msg, 17)
  1795. for i = 1,amn do
  1796. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000101191388"))
  1797. end
  1798. end
  1799.  
  1800. if string.sub(msg, 1, 11) == ":g illumina" then
  1801. local plrname = string.sub(msg, 13)
  1802. for i = 1,amn do
  1803. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000016641274"))
  1804. end
  1805. end
  1806.  
  1807. if string.sub(msg, 1, 8) == ":g tommy" then
  1808. local plrname = string.sub(msg, 10)
  1809. for i = 1,amn do
  1810. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000116693764"))
  1811. end
  1812. end
  1813.  
  1814. if string.sub(msg, 1, 5) == ":g M1" then
  1815. local plrname = string.sub(msg, 7)
  1816. for i = 1,amn do
  1817. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))
  1818. end
  1819. end
  1820.  
  1821. if string.sub(msg, 1, 8) == ":g luger" then
  1822. local plrname = string.sub(msg, 10)
  1823. for i = 1,amn do
  1824. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095354288"))
  1825. end
  1826. end
  1827.  
  1828. if string.sub(msg, 1, 11) == ":g mauser" then
  1829. local plrname = string.sub(msg, 13)
  1830. for i = 1,amn do
  1831. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885552"))
  1832. end
  1833. end
  1834.  
  1835. if string.sub(msg, 1, 11) == ":g revolver" then
  1836. local plrname = string.sub(msg, 13)
  1837. for i = 1,amn do
  1838. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885508"))
  1839. end
  1840. end
  1841.  
  1842. if string.sub(msg, 1, 7) == ":g whip" then
  1843. local plrname = string.sub(msg, 9)
  1844. for i = 1,amn do
  1845. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000255800146"))
  1846. end
  1847. end
  1848.  
  1849. if string.sub(msg, 1, 10) == ":g jetpack" then
  1850. local plrname = string.sub(msg, 12)
  1851. for i = 1,amn do
  1852. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000031314966"))
  1853. end
  1854. end
  1855.  
  1856. if string.sub(msg, 1, 9) == ":g katana" then
  1857. local plrname = string.sub(msg, 11)
  1858. for i = 1,amn do
  1859. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011453385"))
  1860. end
  1861. end
  1862.  
  1863. if string.sub(msg, 1, 8) == ":g chaos" then
  1864. local plrname = string.sub(msg, 10)
  1865. for i = 1,amn do
  1866. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))
  1867. end
  1868. end
  1869.  
  1870. if string.sub(msg, 1, 7) == ":g lock" then
  1871. local plrname = string.sub(msg, 9)
  1872. for i = 1,amn do
  1873. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000082357101"))
  1874. end
  1875. end
  1876.  
  1877. if string.sub(msg, 1, 5) == ":g ld" then
  1878. local plrname = string.sub(msg, 7)
  1879. for i = 1,amn do
  1880. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))
  1881. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))
  1882. end
  1883. end
  1884.  
  1885. if string.sub(msg, 1, 8) == ":g light" then
  1886. local plrname = string.sub(msg, 10)
  1887. for i = 1,amn do
  1888. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))
  1889. end
  1890. end
  1891.  
  1892. if string.sub(msg, 1, 7) == ":g dark" then
  1893. local plrname = string.sub(msg, 9)
  1894. for i = 1,amn do
  1895. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))
  1896. end
  1897. end
  1898.  
  1899. if string.sub(msg, 1, 11) == ":g batsword" then
  1900. local plrname = string.sub(msg, 13)
  1901. for i = 1,amn do
  1902. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000017680660"))
  1903. end
  1904. end
  1905.  
  1906. if msg == ":wh" then
  1907. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.8988581, 40029.3047, -31.0650883))
  1908. end
  1909.  
  1910. if msg == ":idk" then
  1911. game:GetService'Players':Chat((":spam;house"))
  1912. game:GetService'Players':Chat((":spam;uhouse"))
  1913. game:GetService'Players':Chat((":spam;blocks"))
  1914. game:GetService'Players':Chat((":spam;spawn1"))
  1915. game:GetService'Players':Chat((":spam;spawn2"))
  1916. game:GetService'Players':Chat((":spam;spawn3"))
  1917. game:GetService'Players':Chat((":spam;obby"))
  1918. game:GetService'Players':Chat((":spam;pads"))
  1919. end
  1920.  
  1921. if msg == ";random" then
  1922. local xvalue = math.random(-495,495)
  1923. local zvalue = math.random(-495,495)
  1924. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue))
  1925. end
  1926.  
  1927. if string.sub(msg, 1, 5) == ":trap" then
  1928. local plr = string.sub(msg, 7)
  1929. game:GetService'Players':Chat(("freeze "..plr))
  1930. wait(0.10)
  1931. game:GetService'Players':Chat(("name "..plr.." "))
  1932. wait(0.10)
  1933. game:GetService'Players':Chat(("thaw "..plr))
  1934. end
  1935.  
  1936. if msg == ":skh" then
  1937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-35.2523956, 1000001.63, 46.7573242, 0.999997735, -0.000349402428, 0.00207597017, 0.000349551439, 0.99999994, -8.17775726e-05, -0.00207591057, 8.2463026e-05, 0.999997854))
  1938. end
  1939.  
  1940. if msg == ":removeobbykill" then
  1941. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump.TouchInterest:destroy()
  1942. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump1.TouchInterest:destroy()
  1943. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump2.TouchInterest:destroy()
  1944. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump3.TouchInterest:destroy()
  1945. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump4.TouchInterest:destroy()
  1946. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump5.TouchInterest:destroy()
  1947. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump6.TouchInterest:destroy()
  1948. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump7.TouchInterest:destroy()
  1949. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump8.TouchInterest:destroy()
  1950. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump9.TouchInterest:destroy()
  1951. end
  1952.  
  1953. if msg == ":invertfix" then
  1954. for i = 1,25 do
  1955. game.Workspace.CurrentCamera.GrayScale:Destroy()
  1956. end
  1957. end
  1958.  
  1959. if msg == ":allanti" then
  1960. multianti = true
  1961. ultanti(msg)
  1962. end
  1963.  
  1964. if msg == ":alldefault" then
  1965. nopunish = true
  1966. healauto = true
  1967. noexp = true
  1968. nokill = false
  1969. noblind = true
  1970. nojail = true
  1971. nomusic = false
  1972. nodog = true
  1973. nosmoke = true
  1974. noswag = true
  1975. nosparkles = false
  1976. nofire = true
  1977. nospeed = false
  1978. noskydive = true
  1979. nocrash = true
  1980. noice = true
  1981. noseizure = true
  1982. noff = false
  1983. nomsgcrash = false
  1984. ilight = true
  1985. end
  1986.  
  1987. if msg == ":enableall" then
  1988. nopunish = true
  1989. healauto = true
  1990. noexp = true
  1991. nokill = true
  1992. noblind = true
  1993. nojail = true
  1994. nomusic = true
  1995. nodog = true
  1996. nosmoke = true
  1997. noswag = true
  1998. nosparkles = true
  1999. nofire = true
  2000. nospeed = true
  2001. noskydive = true
  2002. nocrash = true
  2003. noice = true
  2004. noseizure = true
  2005. noff = true
  2006. nomsgcrash = true
  2007. ilight = true
  2008. end
  2009.  
  2010.  
  2011. if msg == ":disableall" then
  2012. nopunish = false
  2013. healauto = false
  2014. noexp = false
  2015. nokill = false
  2016. noblind = false
  2017. nojail = false
  2018. nomusic = false
  2019. nodog = false
  2020. nosmoke = false
  2021. noswag = false
  2022. nosparkles = false
  2023. nofire = false
  2024. nospeed = false
  2025. noskydive = false
  2026. nocrash = false
  2027. noice = false
  2028. noseizure = false
  2029. noff = false
  2030. nomsgcrash = false
  2031. ilight = false
  2032. end
  2033.  
  2034. if msg == ":disablekill" then
  2035. nokill = false
  2036. end
  2037. if msg == ":disablepunish" then
  2038. nopunish = false
  2039. end
  2040. if msg == ":disableautoheal" then
  2041. healauto = false
  2042. end
  2043. if msg == ":disablejail" then
  2044. nojail = false
  2045. end
  2046. if msg == ":disablemusic" then
  2047. nomusic = false
  2048. end
  2049. if msg == ":disabledog" then
  2050. nodog = false
  2051. end
  2052. if msg == ":disablesparkles" then
  2053. nosparkles = false
  2054. end
  2055. if msg == ":disablesmoke" then
  2056. nosmoke = false
  2057. end
  2058. if msg == ":disableexp" then
  2059. noexp = false
  2060. end
  2061. if msg == ":disablespeed" then
  2062. nospeed = false
  2063. end
  2064. if msg == ":disablefire" then
  2065. nofire = false
  2066. end
  2067. if msg == ":disableswag" then
  2068. noswag = false
  2069. end
  2070. if msg == ":disableblind" then
  2071. noblind = false
  2072. end
  2073.  
  2074. if msg == ":disableskydive" then
  2075. noskydive = false
  2076. end
  2077.  
  2078. if msg == ":disablecrash" then
  2079. nocrash = false
  2080. end
  2081.  
  2082. if msg == ":disableice" then
  2083. noice = false
  2084. end
  2085.  
  2086. if msg == ":disableseizure" then
  2087. noseizure = false
  2088. end
  2089.  
  2090. if msg == ":disableff" then
  2091. noff = false
  2092. end
  2093.  
  2094. if msg == ":disablemsgcrash" then
  2095. nomsgcrash = false
  2096. end
  2097.  
  2098. if msg == ":disablenolight" then
  2099. ilight = false
  2100. end
  2101.  
  2102. if msg == ":enablekill" then
  2103. nokill = true
  2104. end
  2105. if msg == ":enablepunish" then
  2106. nopunish = true
  2107. end
  2108. if msg == ":enableautoheal" then
  2109. healauto =true
  2110. end
  2111. if msg == ":enablejail" then
  2112. nojail = true
  2113. end
  2114. if msg == ":enablemusic" then
  2115. nomusic = true
  2116. end
  2117. if msg == ":enabledog" then
  2118. nodog = true
  2119. end
  2120. if msg == ":enablesparkles" then
  2121. nosparkles = true
  2122. end
  2123. if msg == ":enablesmoke" then
  2124. nosmoke = true
  2125. end
  2126. if msg == ":enableexp" then
  2127. noexp = true
  2128. end
  2129. if msg == ":enablespeed" then
  2130. nospeed = true
  2131. end
  2132. if msg == ":enablefire" then
  2133. nofire = true
  2134. end
  2135. if msg == ":enableswag" then
  2136. noswag = true
  2137. end
  2138. if msg == ":enableblind" then
  2139. noblind = true
  2140. end
  2141.  
  2142. if msg == ":enableskydive" then
  2143. noskydive = true
  2144. end
  2145.  
  2146. if msg == ":enablecrash" then
  2147. nocrash = true
  2148. end
  2149.  
  2150. if msg == ":enableice" then
  2151. noice = true
  2152. end
  2153.  
  2154. if msg == ":enableseizure" then
  2155. noseizure = true
  2156. end
  2157.  
  2158. if msg == ":enableff" then
  2159. noff = true
  2160. end
  2161.  
  2162. if msg == ":enablemsgcrash" then
  2163. nomsgcrash = true
  2164. end
  2165.  
  2166. if msg == ":enablenolight" then
  2167. ilight = true
  2168. end
  2169.  
  2170. if msg == ":allpads" then
  2171. local pads = game:GetService("Workspace").Terrain["_Game"].Admin.Pads:GetChildren("Head")
  2172.  
  2173. for i, pad in pairs(pads) do
  2174. pad.PrimaryPart = pad:FindFirstChild("Head")
  2175. local pos = pad.PrimaryPart.CFrame
  2176. wait(0)
  2177. pad.PrimaryPart.CanCollide = false
  2178. pad:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  2179. wait(0)
  2180. pad:SetPrimaryPartCFrame(pos)
  2181. pad.PrimaryPart.CanCollide = true
  2182. end
  2183. end
  2184.  
  2185. end)
  2186.  
  2187. local function system(text)
  2188. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2189. Text = text;
  2190. Font = Enum.Font.SourceSansLight;
  2191. Color = Color3.new(255, 255, 255);
  2192. FontSize = Enum.FontSize.Size8;
  2193. })
  2194. end
  2195.  
  2196. -- Gui to Lua
  2197. -- Version: 3.2
  2198.  
  2199. -- Instances:
  2200.  
  2201. local ScreenGui = {
  2202. ScreenGui = Instance.new("ScreenGui"),
  2203. main = Instance.new("Frame"),
  2204. title = Instance.new("TextLabel"),
  2205. page1 = Instance.new("Frame"),
  2206. rightarrow = Instance.new("TextButton"),
  2207. teleport = Instance.new("TextButton"),
  2208. spam = Instance.new("TextButton"),
  2209. super = Instance.new("TextButton"),
  2210. kits = Instance.new("TextButton"),
  2211. cmds = Instance.new("TextButton"),
  2212. pgnum = Instance.new("TextLabel"),
  2213. page2 = Instance.new("Frame"),
  2214. rightarrow_2 = Instance.new("TextButton"),
  2215. other = Instance.new("TextButton"),
  2216. anti = Instance.new("TextButton"),
  2217. colors = Instance.new("TextButton"),
  2218. gear = Instance.new("TextButton"),
  2219. animation = Instance.new("TextButton"),
  2220. leftarrow = Instance.new("TextButton"),
  2221. pgnum_2 = Instance.new("TextLabel"),
  2222. page3 = Instance.new("Frame"),
  2223. whiltelist = Instance.new("TextButton"),
  2224. hk = Instance.new("TextButton"),
  2225. leftarrow_2 = Instance.new("TextButton"),
  2226. Credits = Instance.new("TextButton"),
  2227. morph = Instance.new("TextButton"),
  2228. serverpro = Instance.new("TextButton"),
  2229. pgnum_3 = Instance.new("TextLabel"),
  2230. bg = Instance.new("TextLabel"),
  2231. tabholder = Instance.new("Frame"),
  2232. spamtab = Instance.new("Frame"),
  2233. title_2 = Instance.new("TextLabel"),
  2234. line = Instance.new("TextLabel"),
  2235. delay = Instance.new("TextBox"),
  2236. waittitle = Instance.new("TextLabel"),
  2237. start = Instance.new("TextButton"),
  2238. stop = Instance.new("TextButton"),
  2239. cmdhere = Instance.new("TextBox"),
  2240. cmdtitle = Instance.new("TextLabel"),
  2241. supertab = Instance.new("Frame"),
  2242. title_3 = Instance.new("TextLabel"),
  2243. line_2 = Instance.new("TextLabel"),
  2244. supertitle = Instance.new("TextLabel"),
  2245. start_2 = Instance.new("TextButton"),
  2246. cmdhere_2 = Instance.new("TextBox"),
  2247. kittab = Instance.new("ScrollingFrame"),
  2248. title_4 = Instance.new("TextLabel"),
  2249. line_3 = Instance.new("TextLabel"),
  2250. god = Instance.new("TextButton"),
  2251. omni = Instance.new("TextButton"),
  2252. gun = Instance.new("TextButton"),
  2253. dark = Instance.new("TextButton"),
  2254. dagger = Instance.new("TextButton"),
  2255. bow = Instance.new("TextButton"),
  2256. crossbow = Instance.new("TextButton"),
  2257. knife = Instance.new("TextButton"),
  2258. ninja = Instance.new("TextButton"),
  2259. scythe = Instance.new("TextButton"),
  2260. sword = Instance.new("TextButton"),
  2261. magic = Instance.new("TextButton"),
  2262. flying = Instance.new("TextButton"),
  2263. troll = Instance.new("TextButton"),
  2264. potion = Instance.new("TextButton"),
  2265. bomb = Instance.new("TextButton"),
  2266. heal = Instance.new("TextButton"),
  2267. teleporttab = Instance.new("Frame"),
  2268. title_5 = Instance.new("TextLabel"),
  2269. line_4 = Instance.new("TextLabel"),
  2270. obby = Instance.new("TextButton"),
  2271. house = Instance.new("TextButton"),
  2272. uhouse = Instance.new("TextButton"),
  2273. blocks = Instance.new("TextButton"),
  2274. spawn2 = Instance.new("TextButton"),
  2275. pads = Instance.new("TextButton"),
  2276. spawn3 = Instance.new("TextButton"),
  2277. spawn1 = Instance.new("TextButton"),
  2278. antitab = Instance.new("ScrollingFrame"),
  2279. title_6 = Instance.new("TextLabel"),
  2280. line_5 = Instance.new("TextLabel"),
  2281. kill = Instance.new("TextButton"),
  2282. onofftext = Instance.new("TextLabel"),
  2283. punish = Instance.new("TextButton"),
  2284. onofftext_2 = Instance.new("TextLabel"),
  2285. on = Instance.new("TextButton"),
  2286. onofftext_3 = Instance.new("TextLabel"),
  2287. off = Instance.new("TextButton"),
  2288. jail = Instance.new("TextButton"),
  2289. onofftext_4 = Instance.new("TextLabel"),
  2290. heal_2 = Instance.new("TextButton"),
  2291. onofftext_5 = Instance.new("TextLabel"),
  2292. dog = Instance.new("TextButton"),
  2293. onofftext_6 = Instance.new("TextLabel"),
  2294. music = Instance.new("TextButton"),
  2295. onofftext_7 = Instance.new("TextLabel"),
  2296. smoke = Instance.new("TextButton"),
  2297. onofftext_8 = Instance.new("TextLabel"),
  2298. sparkles = Instance.new("TextButton"),
  2299. onofftext_9 = Instance.new("TextLabel"),
  2300. speed = Instance.new("TextButton"),
  2301. onofftext_10 = Instance.new("TextLabel"),
  2302. explode = Instance.new("TextButton"),
  2303. onofftext_11 = Instance.new("TextLabel"),
  2304. swag = Instance.new("TextButton"),
  2305. onofftext_12 = Instance.new("TextLabel"),
  2306. fire = Instance.new("TextButton"),
  2307. onofftext_13 = Instance.new("TextLabel"),
  2308. skydive = Instance.new("TextButton"),
  2309. onofftext_14 = Instance.new("TextLabel"),
  2310. blind = Instance.new("TextButton"),
  2311. onofftext_15 = Instance.new("TextLabel"),
  2312. ice = Instance.new("TextButton"),
  2313. onofftext_16 = Instance.new("TextLabel"),
  2314. crash = Instance.new("TextButton"),
  2315. onofftext_17 = Instance.new("TextLabel"),
  2316. ff = Instance.new("TextButton"),
  2317. onofftext_18 = Instance.new("TextLabel"),
  2318. seizure = Instance.new("TextButton"),
  2319. onofftext_19 = Instance.new("TextLabel"),
  2320. light = Instance.new("TextButton"),
  2321. onofftext_20 = Instance.new("TextLabel"),
  2322. msgcrash = Instance.new("TextButton"),
  2323. onofftext_21 = Instance.new("TextLabel"),
  2324. colortab = Instance.new("Frame"),
  2325. title_7 = Instance.new("TextLabel"),
  2326. line_6 = Instance.new("TextLabel"),
  2327. acolor = Instance.new("TextButton"),
  2328. bcolor = Instance.new("TextButton"),
  2329. redhell = Instance.new("TextButton"),
  2330. ccolor = Instance.new("TextButton"),
  2331. a = Instance.new("TextButton"),
  2332. rainbow = Instance.new("TextButton"),
  2333. a_2 = Instance.new("TextButton"),
  2334. a_3 = Instance.new("TextButton"),
  2335. stop_2 = Instance.new("TextButton"),
  2336. geartab = Instance.new("ScrollingFrame"),
  2337. title_8 = Instance.new("TextLabel"),
  2338. line_7 = Instance.new("TextLabel"),
  2339. laser = Instance.new("TextButton"),
  2340. dagger_2 = Instance.new("TextButton"),
  2341. cresendo = Instance.new("TextButton"),
  2342. rainbow_2 = Instance.new("TextButton"),
  2343. azure = Instance.new("TextButton"),
  2344. crimson = Instance.new("TextButton"),
  2345. chart = Instance.new("TextButton"),
  2346. ivory = Instance.new("TextButton"),
  2347. sledge = Instance.new("TextButton"),
  2348. grim = Instance.new("TextButton"),
  2349. noir = Instance.new("TextButton"),
  2350. amethy = Instance.new("TextButton"),
  2351. dualill = Instance.new("TextButton"),
  2352. dualdark = Instance.new("TextButton"),
  2353. carpet = Instance.new("TextButton"),
  2354. chaos = Instance.new("TextButton"),
  2355. katana = Instance.new("TextButton"),
  2356. jetpack = Instance.new("TextButton"),
  2357. batsword = Instance.new("TextButton"),
  2358. othertab = Instance.new("Frame"),
  2359. title_9 = Instance.new("TextLabel"),
  2360. line_8 = Instance.new("TextLabel"),
  2361. zawarudo = Instance.new("TextButton"),
  2362. purge = Instance.new("TextButton"),
  2363. green = Instance.new("TextButton"),
  2364. red = Instance.new("TextButton"),
  2365. obbykill = Instance.new("TextButton"),
  2366. regen = Instance.new("TextButton"),
  2367. rejoin = Instance.new("TextButton"),
  2368. invert = Instance.new("TextButton"),
  2369. skh = Instance.new("TextButton"),
  2370. allpad = Instance.new("TextButton"),
  2371. animationtab = Instance.new("Frame"),
  2372. title_10 = Instance.new("TextLabel"),
  2373. line_9 = Instance.new("TextLabel"),
  2374. hmm = Instance.new("TextButton"),
  2375. tosshead = Instance.new("TextButton"),
  2376. headloop = Instance.new("TextButton"),
  2377. spinarm = Instance.new("TextButton"),
  2378. headraise = Instance.new("TextButton"),
  2379. scream = Instance.new("TextButton"),
  2380. crawl = Instance.new("TextButton"),
  2381. dab = Instance.new("TextButton"),
  2382. dance = Instance.new("TextButton"),
  2383. crouch = Instance.new("TextButton"),
  2384. whitelisttab = Instance.new("Frame"),
  2385. title_11 = Instance.new("TextLabel"),
  2386. line_10 = Instance.new("TextLabel"),
  2387. namehere = Instance.new("TextBox"),
  2388. wlhelp = Instance.new("TextLabel"),
  2389. wlstart = Instance.new("TextButton"),
  2390. wlstop = Instance.new("TextButton"),
  2391. wlcmds = Instance.new("TextButton"),
  2392. serverprotecttab = Instance.new("Frame"),
  2393. title_12 = Instance.new("TextLabel"),
  2394. line_11 = Instance.new("TextLabel"),
  2395. enable = Instance.new("TextButton"),
  2396. disable = Instance.new("TextButton"),
  2397. antikill = Instance.new("TextButton"),
  2398. autoff = Instance.new("TextButton"),
  2399. sphelp = Instance.new("TextLabel"),
  2400. creditstab = Instance.new("Frame"),
  2401. title_13 = Instance.new("TextLabel"),
  2402. line_12 = Instance.new("TextLabel"),
  2403. credithelp0 = Instance.new("TextLabel"),
  2404. credithelp1 = Instance.new("TextLabel"),
  2405. credithelp2 = Instance.new("TextLabel"),
  2406. Morphtab = Instance.new("Frame"),
  2407. title_14 = Instance.new("TextLabel"),
  2408. line_13 = Instance.new("TextLabel"),
  2409. joy = Instance.new("TextButton"),
  2410. aka = Instance.new("TextButton"),
  2411. jester = Instance.new("TextButton"),
  2412. raja = Instance.new("TextButton"),
  2413. darklord = Instance.new("TextButton"),
  2414. hktab = Instance.new("Frame"),
  2415. title_15 = Instance.new("TextLabel"),
  2416. line_14 = Instance.new("TextLabel"),
  2417. credithelp0_2 = Instance.new("TextLabel"),
  2418. openclose = Instance.new("TextButton"),
  2419. commandtab = Instance.new("ScrollingFrame"),
  2420. cmds_2 = Instance.new("TextLabel"),
  2421. title_16 = Instance.new("TextLabel"),
  2422. line_15 = Instance.new("TextLabel"),
  2423. cmdopenclose = Instance.new("TextButton"),
  2424. wlcmdtab = Instance.new("Frame"),
  2425. wlcmdtabtitle = Instance.new("TextLabel"),
  2426. wlcmdtabline = Instance.new("TextLabel"),
  2427. wlcmdtabcmdlist = Instance.new("TextLabel"),
  2428. wlcmdtabclose = Instance.new("TextButton"),
  2429. }
  2430.  
  2431. --Properties:
  2432.  
  2433. ScreenGui.ScreenGui.Parent = game.CoreGui
  2434.  
  2435. ScreenGui.main.Name = "main"
  2436. ScreenGui.main.Parent = ScreenGui.ScreenGui
  2437. ScreenGui.main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  2438. ScreenGui.main.BackgroundTransparency = 1.000
  2439. ScreenGui.main.BorderSizePixel = 0
  2440. ScreenGui.main.Position = UDim2.new(0.142798111, 0, 0.270096481, 0)
  2441. ScreenGui.main.Size = UDim2.new(0, 156, 0, 285)
  2442. ScreenGui.main.Visible = true
  2443. ScreenGui.main.Active = true
  2444. ScreenGui.main.Draggable = true
  2445.  
  2446. ScreenGui.title.Name = "title"
  2447. ScreenGui.title.Parent = ScreenGui.main
  2448. ScreenGui.title.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  2449. ScreenGui.title.BorderSizePixel = 0
  2450. ScreenGui.title.Size = UDim2.new(0, 156, 0, 31)
  2451. ScreenGui.title.Font = Enum.Font.Gotham
  2452. ScreenGui.title.Text = "AdminJoy V2"
  2453. ScreenGui.title.TextColor3 = Color3.fromRGB(255, 255, 255)
  2454. ScreenGui.title.TextSize = 16.000
  2455. ScreenGui.title.TextWrapped = true
  2456. ScreenGui.title.TextXAlignment = Enum.TextXAlignment.Left
  2457.  
  2458. ScreenGui.page1.Name = "page1"
  2459. ScreenGui.page1.Parent = ScreenGui.main
  2460. ScreenGui.page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2461. ScreenGui.page1.BackgroundTransparency = 1.000
  2462. ScreenGui.page1.BorderSizePixel = 0
  2463. ScreenGui.page1.Position = UDim2.new(0, 0, 0.105263159, 0)
  2464. ScreenGui.page1.Size = UDim2.new(0, 156, 0, 255)
  2465. ScreenGui.page1.Visible = false
  2466.  
  2467. ScreenGui.rightarrow.Name = "right arrow"
  2468. ScreenGui.rightarrow.Parent = ScreenGui.page1
  2469. ScreenGui.rightarrow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2470. ScreenGui.rightarrow.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2471. ScreenGui.rightarrow.BorderSizePixel = 3
  2472. ScreenGui.rightarrow.Position = UDim2.new(0.756410241, 0, 0.866615057, 0)
  2473. ScreenGui.rightarrow.Size = UDim2.new(0, 32, 0, 25)
  2474. ScreenGui.rightarrow.Font = Enum.Font.Gotham
  2475. ScreenGui.rightarrow.Text = ">"
  2476. ScreenGui.rightarrow.TextColor3 = Color3.fromRGB(255, 255, 255)
  2477. ScreenGui.rightarrow.TextSize = 18.000
  2478. ScreenGui.rightarrow.MouseButton1Down:connect(function()
  2479. ScreenGui.page1.Visible = false
  2480. ScreenGui.page2.Visible = true
  2481. end)
  2482.  
  2483. ScreenGui.teleport.Name = "teleport"
  2484. ScreenGui.teleport.Parent = ScreenGui.page1
  2485. ScreenGui.teleport.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2486. ScreenGui.teleport.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2487. ScreenGui.teleport.BorderSizePixel = 3
  2488. ScreenGui.teleport.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)
  2489. ScreenGui.teleport.Size = UDim2.new(0, 145, 0, 29)
  2490. ScreenGui.teleport.Font = Enum.Font.Gotham
  2491. ScreenGui.teleport.Text = "Teleports!"
  2492. ScreenGui.teleport.TextColor3 = Color3.fromRGB(255, 255, 255)
  2493. ScreenGui.teleport.TextSize = 18.000
  2494. ScreenGui.teleport.MouseButton1Down:connect(function()
  2495. ScreenGui.Morphtab.Visible = false
  2496. ScreenGui.animationtab.Visible = false
  2497. ScreenGui.antitab.Visible = false
  2498. ScreenGui.colortab.Visible = false
  2499. ScreenGui.creditstab.Visible = false
  2500. ScreenGui.geartab.Visible = false
  2501. ScreenGui.hktab.Visible = false
  2502. ScreenGui.kittab.Visible = false
  2503. ScreenGui.othertab.Visible = false
  2504. ScreenGui.serverprotecttab.Visible = false
  2505. ScreenGui.spamtab.Visible = false
  2506. ScreenGui.supertab.Visible = false
  2507. ScreenGui.teleporttab.Visible = not ScreenGui.teleporttab.Visible
  2508. if ScreenGui.teleporttab.Visible == false then
  2509. ScreenGui.tabholder.Visible = false
  2510. end
  2511. if ScreenGui.teleporttab.Visible == true then
  2512. ScreenGui.tabholder.Visible = true
  2513. end
  2514. ScreenGui.whitelisttab.Visible = false
  2515. end)
  2516.  
  2517. ScreenGui.spam.Name = "spam"
  2518. ScreenGui.spam.Parent = ScreenGui.page1
  2519. ScreenGui.spam.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2520. ScreenGui.spam.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2521. ScreenGui.spam.BorderSizePixel = 3
  2522. ScreenGui.spam.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)
  2523. ScreenGui.spam.Size = UDim2.new(0, 145, 0, 29)
  2524. ScreenGui.spam.Font = Enum.Font.Gotham
  2525. ScreenGui.spam.Text = "Spam!"
  2526. ScreenGui.spam.TextColor3 = Color3.fromRGB(255, 255, 255)
  2527. ScreenGui.spam.TextSize = 18.000
  2528. ScreenGui.spam.MouseButton1Down:connect(function()
  2529. ScreenGui.Morphtab.Visible = false
  2530. ScreenGui.animationtab.Visible = false
  2531. ScreenGui.antitab.Visible = false
  2532. ScreenGui.colortab.Visible = false
  2533. ScreenGui.creditstab.Visible = false
  2534. ScreenGui.geartab.Visible = false
  2535. ScreenGui.hktab.Visible = false
  2536. ScreenGui.kittab.Visible = false
  2537. ScreenGui.othertab.Visible = false
  2538. ScreenGui.serverprotecttab.Visible = false
  2539. ScreenGui.spamtab.Visible = not ScreenGui.spamtab.Visible
  2540. if ScreenGui.spamtab.Visible == false then
  2541. ScreenGui.tabholder.Visible = false
  2542. end
  2543. if ScreenGui.spamtab.Visible == true then
  2544. ScreenGui.tabholder.Visible = true
  2545. end
  2546. ScreenGui.supertab.Visible = false
  2547. ScreenGui.teleporttab.Visible = false
  2548. ScreenGui.whitelisttab.Visible = false
  2549. end)
  2550.  
  2551. ScreenGui.super.Name = "super"
  2552. ScreenGui.super.Parent = ScreenGui.page1
  2553. ScreenGui.super.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2554. ScreenGui.super.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2555. ScreenGui.super.BorderSizePixel = 3
  2556. ScreenGui.super.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)
  2557. ScreenGui.super.Size = UDim2.new(0, 145, 0, 29)
  2558. ScreenGui.super.Font = Enum.Font.Gotham
  2559. ScreenGui.super.Text = "Super"
  2560. ScreenGui.super.TextColor3 = Color3.fromRGB(255, 255, 255)
  2561. ScreenGui.super.TextSize = 18.000
  2562. ScreenGui.super.MouseButton1Down:connect(function()
  2563. ScreenGui.Morphtab.Visible = false
  2564. ScreenGui.animationtab.Visible = false
  2565. ScreenGui.antitab.Visible = false
  2566. ScreenGui.colortab.Visible = false
  2567. ScreenGui.creditstab.Visible = false
  2568. ScreenGui.geartab.Visible = false
  2569. ScreenGui.hktab.Visible = false
  2570. ScreenGui.kittab.Visible = false
  2571. ScreenGui.othertab.Visible = false
  2572. ScreenGui.serverprotecttab.Visible = false
  2573. ScreenGui.spamtab.Visible = false
  2574. ScreenGui.supertab.Visible = not ScreenGui.supertab.Visible
  2575. if ScreenGui.supertab.Visible == false then
  2576. ScreenGui.tabholder.Visible = false
  2577. end
  2578. if ScreenGui.supertab.Visible == true then
  2579. ScreenGui.tabholder.Visible = true
  2580. end
  2581. ScreenGui.teleporttab.Visible = false
  2582. ScreenGui.whitelisttab.Visible = false
  2583. end)
  2584.  
  2585. ScreenGui.kits.Name = "kits"
  2586. ScreenGui.kits.Parent = ScreenGui.page1
  2587. ScreenGui.kits.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2588. ScreenGui.kits.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2589. ScreenGui.kits.BorderSizePixel = 3
  2590. ScreenGui.kits.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)
  2591. ScreenGui.kits.Size = UDim2.new(0, 145, 0, 29)
  2592. ScreenGui.kits.Font = Enum.Font.Gotham
  2593. ScreenGui.kits.Text = "Kits"
  2594. ScreenGui.kits.TextColor3 = Color3.fromRGB(255, 255, 255)
  2595. ScreenGui.kits.TextSize = 18.000
  2596. ScreenGui.kits.MouseButton1Down:connect(function()
  2597. ScreenGui.Morphtab.Visible = false
  2598. ScreenGui.animationtab.Visible = false
  2599. ScreenGui.antitab.Visible = false
  2600. ScreenGui.colortab.Visible = false
  2601. ScreenGui.creditstab.Visible = false
  2602. ScreenGui.geartab.Visible = false
  2603. ScreenGui.hktab.Visible = false
  2604. ScreenGui.kittab.Visible = not ScreenGui.kittab.Visible
  2605. if ScreenGui.kittab.Visible == false then
  2606. ScreenGui.tabholder.Visible = false
  2607. end
  2608. if ScreenGui.kittab.Visible == true then
  2609. ScreenGui.tabholder.Visible = true
  2610. end
  2611. ScreenGui.othertab.Visible = false
  2612. ScreenGui.serverprotecttab.Visible = false
  2613. ScreenGui.spamtab.Visible = false
  2614. ScreenGui.supertab.Visible = false
  2615. ScreenGui.teleporttab.Visible = false
  2616. ScreenGui.whitelisttab.Visible = false
  2617. end)
  2618.  
  2619. ScreenGui.cmds.Name = "cmds"
  2620. ScreenGui.cmds.Parent = ScreenGui.page1
  2621. ScreenGui.cmds.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2622. ScreenGui.cmds.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2623. ScreenGui.cmds.BorderSizePixel = 3
  2624. ScreenGui.cmds.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)
  2625. ScreenGui.cmds.Size = UDim2.new(0, 145, 0, 29)
  2626. ScreenGui.cmds.Font = Enum.Font.Gotham
  2627. ScreenGui.cmds.Text = "Commands!"
  2628. ScreenGui.cmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  2629. ScreenGui.cmds.TextSize = 18.000
  2630. ScreenGui.cmds.MouseButton1Down:connect(function()
  2631. ScreenGui.commandtab.Visible = not ScreenGui.commandtab.Visible
  2632. end)
  2633.  
  2634. ScreenGui.pgnum.Name = "pgnum"
  2635. ScreenGui.pgnum.Parent = ScreenGui.page1
  2636. ScreenGui.pgnum.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  2637. ScreenGui.pgnum.BackgroundTransparency = 1.000
  2638. ScreenGui.pgnum.BorderSizePixel = 0
  2639. ScreenGui.pgnum.Position = UDim2.new(0.339743584, 0, 0.866615057, 0)
  2640. ScreenGui.pgnum.Size = UDim2.new(0, 50, 0, 25)
  2641. ScreenGui.pgnum.Font = Enum.Font.Gotham
  2642. ScreenGui.pgnum.Text = "Page 1"
  2643. ScreenGui.pgnum.TextColor3 = Color3.fromRGB(255, 255, 255)
  2644. ScreenGui.pgnum.TextSize = 16.000
  2645. ScreenGui.pgnum.TextWrapped = true
  2646.  
  2647. ScreenGui.page2.Name = "page2"
  2648. ScreenGui.page2.Parent = ScreenGui.main
  2649. ScreenGui.page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2650. ScreenGui.page2.BackgroundTransparency = 1.000
  2651. ScreenGui.page2.BorderSizePixel = 0
  2652. ScreenGui.page2.Position = UDim2.new(0, 0, 0.105263159, 0)
  2653. ScreenGui.page2.Size = UDim2.new(0, 156, 0, 255)
  2654. ScreenGui.page2.Visible = false
  2655.  
  2656. ScreenGui.rightarrow_2.Name = "rightarrow"
  2657. ScreenGui.rightarrow_2.Parent = ScreenGui.page2
  2658. ScreenGui.rightarrow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2659. ScreenGui.rightarrow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2660. ScreenGui.rightarrow_2.BorderSizePixel = 3
  2661. ScreenGui.rightarrow_2.Position = UDim2.new(0.756410241, 0, 0.866615057, 0)
  2662. ScreenGui.rightarrow_2.Size = UDim2.new(0, 32, 0, 25)
  2663. ScreenGui.rightarrow_2.Font = Enum.Font.Gotham
  2664. ScreenGui.rightarrow_2.Text = ">"
  2665. ScreenGui.rightarrow_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  2666. ScreenGui.rightarrow_2.TextSize = 18.000
  2667. ScreenGui.rightarrow_2.MouseButton1Down:connect(function()
  2668. ScreenGui.page2.Visible = false
  2669. ScreenGui.page3.Visible = true
  2670. end)
  2671.  
  2672. ScreenGui.other.Name = "other"
  2673. ScreenGui.other.Parent = ScreenGui.page2
  2674. ScreenGui.other.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2675. ScreenGui.other.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2676. ScreenGui.other.BorderSizePixel = 3
  2677. ScreenGui.other.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)
  2678. ScreenGui.other.Size = UDim2.new(0, 145, 0, 29)
  2679. ScreenGui.other.Font = Enum.Font.Gotham
  2680. ScreenGui.other.Text = "Other"
  2681. ScreenGui.other.TextColor3 = Color3.fromRGB(255, 255, 255)
  2682. ScreenGui.other.TextSize = 18.000
  2683. ScreenGui.other.MouseButton1Down:connect(function()
  2684. ScreenGui.Morphtab.Visible = false
  2685. ScreenGui.animationtab.Visible = false
  2686. ScreenGui.antitab.Visible = false
  2687. ScreenGui.colortab.Visible = false
  2688. ScreenGui.creditstab.Visible = false
  2689. ScreenGui.geartab.Visible = false
  2690. ScreenGui.hktab.Visible = false
  2691. ScreenGui.kittab.Visible = false
  2692. ScreenGui.othertab.Visible = not ScreenGui.othertab.Visible
  2693. if ScreenGui.othertab.Visible == false then
  2694. ScreenGui.tabholder.Visible = false
  2695. end
  2696. if ScreenGui.othertab.Visible == true then
  2697. ScreenGui.tabholder.Visible = true
  2698. end
  2699. ScreenGui.serverprotecttab.Visible = false
  2700. ScreenGui.spamtab.Visible = false
  2701. ScreenGui.supertab.Visible = false
  2702. ScreenGui.teleporttab.Visible = false
  2703. ScreenGui.whitelisttab.Visible = false
  2704. end)
  2705.  
  2706. ScreenGui.anti.Name = "anti"
  2707. ScreenGui.anti.Parent = ScreenGui.page2
  2708. ScreenGui.anti.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2709. ScreenGui.anti.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2710. ScreenGui.anti.BorderSizePixel = 3
  2711. ScreenGui.anti.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)
  2712. ScreenGui.anti.Size = UDim2.new(0, 145, 0, 29)
  2713. ScreenGui.anti.Font = Enum.Font.Gotham
  2714. ScreenGui.anti.Text = "Anti"
  2715. ScreenGui.anti.TextColor3 = Color3.fromRGB(255, 255, 255)
  2716. ScreenGui.anti.TextSize = 18.000
  2717. ScreenGui.anti.MouseButton1Down:connect(function()
  2718. ScreenGui.Morphtab.Visible = false
  2719. ScreenGui.animationtab.Visible = false
  2720. ScreenGui.antitab.Visible = not ScreenGui.antitab.Visible
  2721. if ScreenGui.antitab.Visible == false then
  2722. ScreenGui.tabholder.Visible = false
  2723. end
  2724. if ScreenGui.antitab.Visible == true then
  2725. ScreenGui.tabholder.Visible = true
  2726. end
  2727. ScreenGui.colortab.Visible = false
  2728. ScreenGui.creditstab.Visible = false
  2729. ScreenGui.geartab.Visible = false
  2730. ScreenGui.hktab.Visible = false
  2731. ScreenGui.kittab.Visible = false
  2732. ScreenGui.othertab.Visible = false
  2733. ScreenGui.serverprotecttab.Visible = false
  2734. ScreenGui.spamtab.Visible = false
  2735. ScreenGui.supertab.Visible = false
  2736. ScreenGui.teleporttab.Visible = false
  2737. ScreenGui.whitelisttab.Visible = false
  2738. end)
  2739.  
  2740. ScreenGui.colors.Name = "colors"
  2741. ScreenGui.colors.Parent = ScreenGui.page2
  2742. ScreenGui.colors.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2743. ScreenGui.colors.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2744. ScreenGui.colors.BorderSizePixel = 3
  2745. ScreenGui.colors.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)
  2746. ScreenGui.colors.Size = UDim2.new(0, 145, 0, 29)
  2747. ScreenGui.colors.Font = Enum.Font.Gotham
  2748. ScreenGui.colors.Text = "Colors!"
  2749. ScreenGui.colors.TextColor3 = Color3.fromRGB(255, 255, 255)
  2750. ScreenGui.colors.TextSize = 18.000
  2751. ScreenGui.colors.MouseButton1Down:connect(function()
  2752. ScreenGui.Morphtab.Visible = false
  2753. ScreenGui.animationtab.Visible = false
  2754. ScreenGui.antitab.Visible = false
  2755. ScreenGui.colortab.Visible = not ScreenGui.colortab.Visible
  2756. if ScreenGui.colortab.Visible == false then
  2757. ScreenGui.tabholder.Visible = false
  2758. end
  2759. if ScreenGui.colortab.Visible == true then
  2760. ScreenGui.tabholder.Visible = true
  2761. end
  2762. ScreenGui.creditstab.Visible = false
  2763. ScreenGui.geartab.Visible = false
  2764. ScreenGui.hktab.Visible = false
  2765. ScreenGui.kittab.Visible = false
  2766. ScreenGui.othertab.Visible = false
  2767. ScreenGui.serverprotecttab.Visible = false
  2768. ScreenGui.spamtab.Visible = false
  2769. ScreenGui.supertab.Visible = false
  2770. ScreenGui.teleporttab.Visible = false
  2771. ScreenGui.whitelisttab.Visible = false
  2772. end)
  2773.  
  2774. ScreenGui.gear.Name = "gear"
  2775. ScreenGui.gear.Parent = ScreenGui.page2
  2776. ScreenGui.gear.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2777. ScreenGui.gear.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2778. ScreenGui.gear.BorderSizePixel = 3
  2779. ScreenGui.gear.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)
  2780. ScreenGui.gear.Size = UDim2.new(0, 145, 0, 29)
  2781. ScreenGui.gear.Font = Enum.Font.Gotham
  2782. ScreenGui.gear.Text = "Gear"
  2783. ScreenGui.gear.TextColor3 = Color3.fromRGB(255, 255, 255)
  2784. ScreenGui.gear.TextSize = 18.000
  2785. ScreenGui.gear.MouseButton1Down:connect(function()
  2786. ScreenGui.Morphtab.Visible = false
  2787. ScreenGui.animationtab.Visible = false
  2788. ScreenGui.antitab.Visible = false
  2789. ScreenGui.colortab.Visible = false
  2790. ScreenGui.creditstab.Visible = false
  2791. ScreenGui.geartab.Visible = not ScreenGui.geartab.Visible
  2792. if ScreenGui.geartab.Visible == false then
  2793. ScreenGui.tabholder.Visible = false
  2794. end
  2795. if ScreenGui.geartab.Visible == true then
  2796. ScreenGui.tabholder.Visible = true
  2797. end
  2798. ScreenGui.hktab.Visible = false
  2799. ScreenGui.kittab.Visible = false
  2800. ScreenGui.othertab.Visible = false
  2801. ScreenGui.serverprotecttab.Visible = false
  2802. ScreenGui.spamtab.Visible = false
  2803. ScreenGui.supertab.Visible = false
  2804. ScreenGui.teleporttab.Visible = false
  2805. ScreenGui.whitelisttab.Visible = false
  2806. end)
  2807.  
  2808. ScreenGui.animation.Name = "animation"
  2809. ScreenGui.animation.Parent = ScreenGui.page2
  2810. ScreenGui.animation.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2811. ScreenGui.animation.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2812. ScreenGui.animation.BorderSizePixel = 3
  2813. ScreenGui.animation.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)
  2814. ScreenGui.animation.Size = UDim2.new(0, 145, 0, 29)
  2815. ScreenGui.animation.Font = Enum.Font.Gotham
  2816. ScreenGui.animation.Text = "Animations!"
  2817. ScreenGui.animation.TextColor3 = Color3.fromRGB(255, 255, 255)
  2818. ScreenGui.animation.TextSize = 18.000
  2819. ScreenGui.animation.MouseButton1Down:connect(function()
  2820. ScreenGui.Morphtab.Visible = false
  2821. ScreenGui.animationtab.Visible = not ScreenGui.animationtab.Visible
  2822. if ScreenGui.animationtab.Visible == false then
  2823. ScreenGui.tabholder.Visible = false
  2824. end
  2825. if ScreenGui.animationtab.Visible == true then
  2826. ScreenGui.tabholder.Visible = true
  2827. end
  2828. ScreenGui.antitab.Visible = false
  2829. ScreenGui.colortab.Visible = false
  2830. ScreenGui.creditstab.Visible = false
  2831. ScreenGui.geartab.Visible = false
  2832. ScreenGui.hktab.Visible = false
  2833. ScreenGui.kittab.Visible = false
  2834. ScreenGui.othertab.Visible = false
  2835. ScreenGui.serverprotecttab.Visible = false
  2836. ScreenGui.spamtab.Visible = false
  2837. ScreenGui.supertab.Visible = false
  2838. ScreenGui.teleporttab.Visible = false
  2839. ScreenGui.whitelisttab.Visible = false
  2840. end)
  2841.  
  2842. ScreenGui.leftarrow.Name = "leftarrow"
  2843. ScreenGui.leftarrow.Parent = ScreenGui.page2
  2844. ScreenGui.leftarrow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2845. ScreenGui.leftarrow.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2846. ScreenGui.leftarrow.BorderSizePixel = 3
  2847. ScreenGui.leftarrow.Position = UDim2.new(0.0320512652, 0, 0.866615057, 0)
  2848. ScreenGui.leftarrow.Size = UDim2.new(0, 32, 0, 25)
  2849. ScreenGui.leftarrow.Font = Enum.Font.Gotham
  2850. ScreenGui.leftarrow.Text = "<"
  2851. ScreenGui.leftarrow.TextColor3 = Color3.fromRGB(255, 255, 255)
  2852. ScreenGui.leftarrow.TextSize = 18.000
  2853. ScreenGui.leftarrow.MouseButton1Down:connect(function()
  2854. ScreenGui.page2.Visible = false
  2855. ScreenGui.page1.Visible = true
  2856. end)
  2857.  
  2858.  
  2859. ScreenGui.pgnum_2.Name = "pgnum"
  2860. ScreenGui.pgnum_2.Parent = ScreenGui.page2
  2861. ScreenGui.pgnum_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  2862. ScreenGui.pgnum_2.BackgroundTransparency = 1.000
  2863. ScreenGui.pgnum_2.BorderSizePixel = 0
  2864. ScreenGui.pgnum_2.Position = UDim2.new(0.307692319, 0, 0.866615057, 0)
  2865. ScreenGui.pgnum_2.Size = UDim2.new(0, 60, 0, 25)
  2866. ScreenGui.pgnum_2.Font = Enum.Font.Gotham
  2867. ScreenGui.pgnum_2.Text = "Page 2"
  2868. ScreenGui.pgnum_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  2869. ScreenGui.pgnum_2.TextSize = 16.000
  2870. ScreenGui.pgnum_2.TextWrapped = true
  2871.  
  2872. ScreenGui.page3.Name = "page3"
  2873. ScreenGui.page3.Parent = ScreenGui.main
  2874. ScreenGui.page3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2875. ScreenGui.page3.BackgroundTransparency = 1.000
  2876. ScreenGui.page3.BorderSizePixel = 0
  2877. ScreenGui.page3.Position = UDim2.new(0, 0, 0.105263159, 0)
  2878. ScreenGui.page3.Size = UDim2.new(0, 156, 0, 255)
  2879. ScreenGui.page3.Visible = false
  2880.  
  2881. ScreenGui.whiltelist.Name = "whiltelist"
  2882. ScreenGui.whiltelist.Parent = ScreenGui.page3
  2883. ScreenGui.whiltelist.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2884. ScreenGui.whiltelist.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2885. ScreenGui.whiltelist.BorderSizePixel = 3
  2886. ScreenGui.whiltelist.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)
  2887. ScreenGui.whiltelist.Size = UDim2.new(0, 145, 0, 29)
  2888. ScreenGui.whiltelist.Font = Enum.Font.Gotham
  2889. ScreenGui.whiltelist.Text = "Whitelist!"
  2890. ScreenGui.whiltelist.TextColor3 = Color3.fromRGB(255, 255, 255)
  2891. ScreenGui.whiltelist.TextSize = 18.000
  2892. ScreenGui.whiltelist.MouseButton1Down:connect(function()
  2893. ScreenGui.Morphtab.Visible = false
  2894. ScreenGui.animationtab.Visible = false
  2895. ScreenGui.antitab.Visible = false
  2896. ScreenGui.colortab.Visible = false
  2897. ScreenGui.creditstab.Visible = false
  2898. ScreenGui.geartab.Visible = false
  2899. ScreenGui.hktab.Visible = false
  2900. ScreenGui.kittab.Visible = false
  2901. ScreenGui.othertab.Visible = false
  2902. ScreenGui.serverprotecttab.Visible = false
  2903. ScreenGui.spamtab.Visible = false
  2904. ScreenGui.supertab.Visible = false
  2905. ScreenGui.teleporttab.Visible = false
  2906. ScreenGui.whitelisttab.Visible = not ScreenGui.whitelisttab.Visible
  2907. if ScreenGui.whitelisttab.Visible == false then
  2908. ScreenGui.tabholder.Visible = false
  2909. end
  2910. if ScreenGui.whitelisttab.Visible == true then
  2911. ScreenGui.tabholder.Visible = true
  2912. end
  2913. end)
  2914.  
  2915. ScreenGui.hk.Name = "hk"
  2916. ScreenGui.hk.Parent = ScreenGui.page3
  2917. ScreenGui.hk.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2918. ScreenGui.hk.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2919. ScreenGui.hk.BorderSizePixel = 3
  2920. ScreenGui.hk.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)
  2921. ScreenGui.hk.Size = UDim2.new(0, 145, 0, 29)
  2922. ScreenGui.hk.Font = Enum.Font.Gotham
  2923. ScreenGui.hk.Text = "HotKeys"
  2924. ScreenGui.hk.TextColor3 = Color3.fromRGB(255, 255, 255)
  2925. ScreenGui.hk.TextSize = 18.000
  2926. ScreenGui.hk.MouseButton1Down:connect(function()
  2927. ScreenGui.Morphtab.Visible = false
  2928. ScreenGui.animationtab.Visible = false
  2929. ScreenGui.antitab.Visible = false
  2930. ScreenGui.colortab.Visible = false
  2931. ScreenGui.creditstab.Visible = false
  2932. ScreenGui.geartab.Visible = false
  2933. ScreenGui.hktab.Visible = not ScreenGui.hktab.Visible
  2934. if ScreenGui.hktab.Visible == false then
  2935. ScreenGui.tabholder.Visible = false
  2936. end
  2937. if ScreenGui.hktab.Visible == true then
  2938. ScreenGui.tabholder.Visible = true
  2939. end
  2940. ScreenGui.kittab.Visible = false
  2941. ScreenGui.othertab.Visible = false
  2942. ScreenGui.serverprotecttab.Visible = false
  2943. ScreenGui.spamtab.Visible = false
  2944. ScreenGui.supertab.Visible = false
  2945. ScreenGui.teleporttab.Visible = false
  2946. ScreenGui.whitelisttab.Visible = false
  2947. end)
  2948.  
  2949. ScreenGui.leftarrow_2.Name = "leftarrow"
  2950. ScreenGui.leftarrow_2.Parent = ScreenGui.page3
  2951. ScreenGui.leftarrow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2952. ScreenGui.leftarrow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2953. ScreenGui.leftarrow_2.BorderSizePixel = 3
  2954. ScreenGui.leftarrow_2.Position = UDim2.new(0.0320512652, 0, 0.866615057, 0)
  2955. ScreenGui.leftarrow_2.Size = UDim2.new(0, 32, 0, 25)
  2956. ScreenGui.leftarrow_2.Font = Enum.Font.Gotham
  2957. ScreenGui.leftarrow_2.Text = "<"
  2958. ScreenGui.leftarrow_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  2959. ScreenGui.leftarrow_2.TextSize = 18.000
  2960. ScreenGui.leftarrow_2.MouseButton1Down:connect(function()
  2961. ScreenGui.page3.Visible = false
  2962. ScreenGui.page2.Visible = true
  2963. end)
  2964.  
  2965. ScreenGui.Credits.Name = "Credits"
  2966. ScreenGui.Credits.Parent = ScreenGui.page3
  2967. ScreenGui.Credits.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  2968. ScreenGui.Credits.BorderColor3 = Color3.fromRGB(26, 26, 26)
  2969. ScreenGui.Credits.BorderSizePixel = 3
  2970. ScreenGui.Credits.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)
  2971. ScreenGui.Credits.Size = UDim2.new(0, 145, 0, 29)
  2972. ScreenGui.Credits.Font = Enum.Font.Gotham
  2973. ScreenGui.Credits.Text = "Credits!"
  2974. ScreenGui.Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  2975. ScreenGui.Credits.TextSize = 18.000
  2976. ScreenGui.Credits.MouseButton1Down:connect(function()
  2977. ScreenGui.Morphtab.Visible = false
  2978. ScreenGui.animationtab.Visible = false
  2979. ScreenGui.antitab.Visible = false
  2980. ScreenGui.colortab.Visible = false
  2981. ScreenGui.creditstab.Visible = not ScreenGui.creditstab.Visible
  2982. if ScreenGui.creditstab.Visible == false then
  2983. ScreenGui.tabholder.Visible = false
  2984. end
  2985. if ScreenGui.creditstab.Visible == true then
  2986. ScreenGui.tabholder.Visible = true
  2987. end
  2988. ScreenGui.geartab.Visible = false
  2989. ScreenGui.hktab.Visible = false
  2990. ScreenGui.kittab.Visible = false
  2991. ScreenGui.othertab.Visible = false
  2992. ScreenGui.serverprotecttab.Visible = false
  2993. ScreenGui.spamtab.Visible = false
  2994. ScreenGui.supertab.Visible = false
  2995. ScreenGui.teleporttab.Visible = false
  2996. ScreenGui.whitelisttab.Visible = false
  2997. end)
  2998.  
  2999. ScreenGui.morph.Name = "morph"
  3000. ScreenGui.morph.Parent = ScreenGui.page3
  3001. ScreenGui.morph.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3002. ScreenGui.morph.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3003. ScreenGui.morph.BorderSizePixel = 3
  3004. ScreenGui.morph.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)
  3005. ScreenGui.morph.Size = UDim2.new(0, 145, 0, 29)
  3006. ScreenGui.morph.Font = Enum.Font.Gotham
  3007. ScreenGui.morph.Text = "Morphs"
  3008. ScreenGui.morph.TextColor3 = Color3.fromRGB(255, 255, 255)
  3009. ScreenGui.morph.TextSize = 18.000
  3010. ScreenGui.morph.MouseButton1Down:connect(function()
  3011. ScreenGui.Morphtab.Visible = not ScreenGui.Morphtab.Visible
  3012. if ScreenGui.Morphtab.Visible == false then
  3013. ScreenGui.tabholder.Visible = false
  3014. end
  3015. if ScreenGui.Morphtab.Visible == true then
  3016. ScreenGui.tabholder.Visible = true
  3017. end
  3018. ScreenGui.animationtab.Visible = false
  3019. ScreenGui.antitab.Visible = false
  3020. ScreenGui.colortab.Visible = false
  3021. ScreenGui.creditstab.Visible = false
  3022. ScreenGui.geartab.Visible = false
  3023. ScreenGui.hktab.Visible = false
  3024. ScreenGui.kittab.Visible = false
  3025. ScreenGui.othertab.Visible = false
  3026. ScreenGui.serverprotecttab.Visible = false
  3027. ScreenGui.spamtab.Visible = false
  3028. ScreenGui.supertab.Visible = false
  3029. ScreenGui.teleporttab.Visible = false
  3030. ScreenGui.whitelisttab.Visible = false
  3031. end)
  3032.  
  3033. ScreenGui.serverpro.Name = "serverpro"
  3034. ScreenGui.serverpro.Parent = ScreenGui.page3
  3035. ScreenGui.serverpro.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3036. ScreenGui.serverpro.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3037. ScreenGui.serverpro.BorderSizePixel = 3
  3038. ScreenGui.serverpro.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)
  3039. ScreenGui.serverpro.Size = UDim2.new(0, 145, 0, 29)
  3040. ScreenGui.serverpro.Font = Enum.Font.Gotham
  3041. ScreenGui.serverpro.Text = "Server Protection!"
  3042. ScreenGui.serverpro.TextColor3 = Color3.fromRGB(255, 255, 255)
  3043. ScreenGui.serverpro.TextScaled = true
  3044. ScreenGui.serverpro.TextSize = 18.000
  3045. ScreenGui.serverpro.TextWrapped = true
  3046. ScreenGui.serverpro.MouseButton1Down:connect(function()
  3047. ScreenGui.Morphtab.Visible = false
  3048. ScreenGui.animationtab.Visible = false
  3049. ScreenGui.antitab.Visible = false
  3050. ScreenGui.colortab.Visible = false
  3051. ScreenGui.creditstab.Visible = false
  3052. ScreenGui.geartab.Visible = false
  3053. ScreenGui.hktab.Visible = false
  3054. ScreenGui.kittab.Visible = false
  3055. ScreenGui.othertab.Visible = false
  3056. ScreenGui.serverprotecttab.Visible = not ScreenGui.serverprotecttab.Visible
  3057. if ScreenGui.serverprotecttab.Visible == false then
  3058. ScreenGui.tabholder.Visible = false
  3059. end
  3060. if ScreenGui.serverprotecttab.Visible == true then
  3061. ScreenGui.tabholder.Visible = true
  3062. end
  3063. ScreenGui.spamtab.Visible = false
  3064. ScreenGui.supertab.Visible = false
  3065. ScreenGui.teleporttab.Visible = false
  3066. ScreenGui.whitelisttab.Visible = false
  3067. end)
  3068.  
  3069. ScreenGui.pgnum_3.Name = "pgnum"
  3070. ScreenGui.pgnum_3.Parent = ScreenGui.page3
  3071. ScreenGui.pgnum_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3072. ScreenGui.pgnum_3.BackgroundTransparency = 1.000
  3073. ScreenGui.pgnum_3.BorderSizePixel = 0
  3074. ScreenGui.pgnum_3.Position = UDim2.new(0.320512801, 0, 0.866615057, 0)
  3075. ScreenGui.pgnum_3.Size = UDim2.new(0, 55, 0, 25)
  3076. ScreenGui.pgnum_3.Font = Enum.Font.Gotham
  3077. ScreenGui.pgnum_3.Text = "Page 3"
  3078. ScreenGui.pgnum_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  3079. ScreenGui.pgnum_3.TextSize = 16.000
  3080. ScreenGui.pgnum_3.TextWrapped = true
  3081.  
  3082. ScreenGui.bg.Name = "bg"
  3083. ScreenGui.bg.Parent = ScreenGui.main
  3084. ScreenGui.bg.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  3085. ScreenGui.bg.BackgroundTransparency = 1.000
  3086. ScreenGui.bg.BorderSizePixel = 0
  3087. ScreenGui.bg.Position = UDim2.new(0, 0, 0.108771928, 0)
  3088. ScreenGui.bg.Size = UDim2.new(0, 156, 0, 254)
  3089. ScreenGui.bg.ZIndex = 0
  3090. ScreenGui.bg.Font = Enum.Font.SourceSans
  3091. ScreenGui.bg.Text = ""
  3092. ScreenGui.bg.TextColor3 = Color3.fromRGB(0, 0, 0)
  3093. ScreenGui.bg.TextSize = 14.000
  3094.  
  3095. ScreenGui.tabholder.Name = "tabholder"
  3096. ScreenGui.tabholder.Parent = ScreenGui.main
  3097. ScreenGui.tabholder.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  3098. ScreenGui.tabholder.BackgroundTransparency = 0.010
  3099. ScreenGui.tabholder.BorderColor3 = Color3.fromRGB(35, 35, 35)
  3100. ScreenGui.tabholder.BorderSizePixel = 0
  3101. ScreenGui.tabholder.Position = UDim2.new(1, 0, 0.108771935, 0)
  3102. ScreenGui.tabholder.Size = UDim2.new(0, 156, 0, 254)
  3103. ScreenGui.tabholder.Visible = false
  3104.  
  3105. ScreenGui.spamtab.Name = "spamtab"
  3106. ScreenGui.spamtab.Parent = ScreenGui.tabholder
  3107. ScreenGui.spamtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3108. ScreenGui.spamtab.BackgroundTransparency = 1.000
  3109. ScreenGui.spamtab.Size = UDim2.new(0, 156, 0, 254)
  3110. ScreenGui.spamtab.Visible = false
  3111.  
  3112. ScreenGui.title_2.Name = "title"
  3113. ScreenGui.title_2.Parent = ScreenGui.spamtab
  3114. ScreenGui.title_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3115. ScreenGui.title_2.BackgroundTransparency = 1.000
  3116. ScreenGui.title_2.BorderSizePixel = 0
  3117. ScreenGui.title_2.Position = UDim2.new(0.256000012, 0, 0, 5)
  3118. ScreenGui.title_2.Size = UDim2.new(0, 75, 0, 22)
  3119. ScreenGui.title_2.Font = Enum.Font.Gotham
  3120. ScreenGui.title_2.Text = "Spam"
  3121. ScreenGui.title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3122. ScreenGui.title_2.TextSize = 16.000
  3123. ScreenGui.title_2.TextWrapped = true
  3124.  
  3125. ScreenGui.line.Name = "line"
  3126. ScreenGui.line.Parent = ScreenGui.spamtab
  3127. ScreenGui.line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3128. ScreenGui.line.BorderSizePixel = 0
  3129. ScreenGui.line.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  3130. ScreenGui.line.Size = UDim2.new(0, 125, 0, 1)
  3131. ScreenGui.line.Font = Enum.Font.SourceSans
  3132. ScreenGui.line.Text = ""
  3133. ScreenGui.line.TextColor3 = Color3.fromRGB(0, 0, 0)
  3134. ScreenGui.line.TextSize = 14.000
  3135.  
  3136. ScreenGui.delay.Name = "delay"
  3137. ScreenGui.delay.Parent = ScreenGui.spamtab
  3138. ScreenGui.delay.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3139. ScreenGui.delay.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3140. ScreenGui.delay.BorderSizePixel = 3
  3141. ScreenGui.delay.Position = UDim2.new(0.0897435918, 0, 0.26968503, 0)
  3142. ScreenGui.delay.Size = UDim2.new(0, 125, 0, 25)
  3143. ScreenGui.delay.Font = Enum.Font.Gotham
  3144. ScreenGui.delay.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  3145. ScreenGui.delay.PlaceholderText = "Enter Wait time Here!"
  3146. ScreenGui.delay.Text = ""
  3147. ScreenGui.delay.TextColor3 = Color3.fromRGB(255, 255, 255)
  3148. ScreenGui.delay.TextScaled = true
  3149. ScreenGui.delay.TextSize = 14.000
  3150. ScreenGui.delay.TextWrapped = true
  3151.  
  3152. ScreenGui.waittitle.Name = "waittitle"
  3153. ScreenGui.waittitle.Parent = ScreenGui.spamtab
  3154. ScreenGui.waittitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3155. ScreenGui.waittitle.BackgroundTransparency = 1.000
  3156. ScreenGui.waittitle.BorderSizePixel = 0
  3157. ScreenGui.waittitle.Position = UDim2.new(0.256000042, 0, 0.137795269, 5)
  3158. ScreenGui.waittitle.Size = UDim2.new(0, 75, 0, 20)
  3159. ScreenGui.waittitle.Font = Enum.Font.Gotham
  3160. ScreenGui.waittitle.Text = "Wait:"
  3161. ScreenGui.waittitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  3162. ScreenGui.waittitle.TextSize = 16.000
  3163. ScreenGui.waittitle.TextWrapped = true
  3164.  
  3165. ScreenGui.start.Name = "start"
  3166. ScreenGui.start.Parent = ScreenGui.spamtab
  3167. ScreenGui.start.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3168. ScreenGui.start.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3169. ScreenGui.start.BorderSizePixel = 3
  3170. ScreenGui.start.Position = UDim2.new(0.0897435993, 0, 0.75019753, 0)
  3171. ScreenGui.start.Size = UDim2.new(0, 50, 0, 25)
  3172. ScreenGui.start.Font = Enum.Font.Gotham
  3173. ScreenGui.start.Text = "Start"
  3174. ScreenGui.start.TextColor3 = Color3.fromRGB(255, 255, 255)
  3175. ScreenGui.start.TextSize = 18.000
  3176.  
  3177. local function spamloop()
  3178. while loopcheck == true do
  3179. wait(delayval)
  3180. game:GetService'Players':Chat((cmd2spam))
  3181. end
  3182. end
  3183.  
  3184. ScreenGui.start.MouseButton1Down:connect(function()
  3185. delayval = ScreenGui.delay.Text
  3186. cmd2spam = ScreenGui.cmdhere.Text
  3187. loopcheck = true
  3188. spamloop()
  3189. end)
  3190.  
  3191. ScreenGui.stop.Name = "stop"
  3192. ScreenGui.stop.Parent = ScreenGui.spamtab
  3193. ScreenGui.stop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3194. ScreenGui.stop.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3195. ScreenGui.stop.BorderSizePixel = 3
  3196. ScreenGui.stop.Position = UDim2.new(0.570512831, 0, 0.75019747, 0)
  3197. ScreenGui.stop.Size = UDim2.new(0, 50, 0, 25)
  3198. ScreenGui.stop.Font = Enum.Font.Gotham
  3199. ScreenGui.stop.Text = "Stop"
  3200. ScreenGui.stop.TextColor3 = Color3.fromRGB(255, 255, 255)
  3201. ScreenGui.stop.TextSize = 18.000
  3202. ScreenGui.stop.MouseButton1Down:connect(function()
  3203. loopcheck = false
  3204. end)
  3205.  
  3206. ScreenGui.cmdhere.Name = "cmdhere"
  3207. ScreenGui.cmdhere.Parent = ScreenGui.spamtab
  3208. ScreenGui.cmdhere.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3209. ScreenGui.cmdhere.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3210. ScreenGui.cmdhere.BorderSizePixel = 3
  3211. ScreenGui.cmdhere.Position = UDim2.new(0.0897435918, 0, 0.564960659, 0)
  3212. ScreenGui.cmdhere.Size = UDim2.new(0, 125, 0, 25)
  3213. ScreenGui.cmdhere.Font = Enum.Font.Gotham
  3214. ScreenGui.cmdhere.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  3215. ScreenGui.cmdhere.PlaceholderText = "Enter Cmd Here!"
  3216. ScreenGui.cmdhere.Text = ""
  3217. ScreenGui.cmdhere.TextColor3 = Color3.fromRGB(255, 255, 255)
  3218. ScreenGui.cmdhere.TextScaled = true
  3219. ScreenGui.cmdhere.TextSize = 14.000
  3220. ScreenGui.cmdhere.TextWrapped = true
  3221. local beep = false
  3222. ScreenGui.cmdtitle.Name = "cmdtitle"
  3223. ScreenGui.cmdtitle.Parent = ScreenGui.spamtab
  3224. ScreenGui.cmdtitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3225. ScreenGui.cmdtitle.BackgroundTransparency = 1.000
  3226. ScreenGui.cmdtitle.BorderSizePixel = 0
  3227. ScreenGui.cmdtitle.Position = UDim2.new(0.256000042, 0, 0.44094488, 5)
  3228. ScreenGui.cmdtitle.Size = UDim2.new(0, 75, 0, 20)
  3229. ScreenGui.cmdtitle.Font = Enum.Font.Gotham
  3230. ScreenGui.cmdtitle.Text = "Command:"
  3231. ScreenGui.cmdtitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  3232. ScreenGui.cmdtitle.TextScaled = true
  3233. ScreenGui.cmdtitle.TextSize = 16.000
  3234. ScreenGui.cmdtitle.TextWrapped = true
  3235.  
  3236. ScreenGui.supertab.Name = "supertab"
  3237. ScreenGui.supertab.Parent = ScreenGui.tabholder
  3238. ScreenGui.supertab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3239. ScreenGui.supertab.BackgroundTransparency = 1.000
  3240. ScreenGui.supertab.Size = UDim2.new(0, 156, 0, 254)
  3241. ScreenGui.supertab.Visible = false
  3242.  
  3243. ScreenGui.title_3.Name = "title"
  3244. ScreenGui.title_3.Parent = ScreenGui.supertab
  3245. ScreenGui.title_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3246. ScreenGui.title_3.BackgroundTransparency = 1.000
  3247. ScreenGui.title_3.BorderSizePixel = 0
  3248. ScreenGui.title_3.Position = UDim2.new(0.256000012, 0, 0, 5)
  3249. ScreenGui.title_3.Size = UDim2.new(0, 75, 0, 22)
  3250. ScreenGui.title_3.Font = Enum.Font.Gotham
  3251. ScreenGui.title_3.Text = "Super"
  3252. ScreenGui.title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  3253. ScreenGui.title_3.TextSize = 16.000
  3254. ScreenGui.title_3.TextWrapped = true
  3255.  
  3256. ScreenGui.line_2.Name = "line"
  3257. ScreenGui.line_2.Parent = ScreenGui.supertab
  3258. ScreenGui.line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3259. ScreenGui.line_2.BorderSizePixel = 0
  3260. ScreenGui.line_2.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  3261. ScreenGui.line_2.Size = UDim2.new(0, 125, 0, 1)
  3262. ScreenGui.line_2.Font = Enum.Font.SourceSans
  3263. ScreenGui.line_2.Text = ""
  3264. ScreenGui.line_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  3265. ScreenGui.line_2.TextSize = 14.000
  3266.  
  3267. ScreenGui.supertitle.Name = "supertitle"
  3268. ScreenGui.supertitle.Parent = ScreenGui.supertab
  3269. ScreenGui.supertitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3270. ScreenGui.supertitle.BackgroundTransparency = 1.000
  3271. ScreenGui.supertitle.BorderSizePixel = 0
  3272. ScreenGui.supertitle.Position = UDim2.new(0.249589786, 0, 0.228346467, 5)
  3273. ScreenGui.supertitle.Size = UDim2.new(0, 75, 0, 20)
  3274. ScreenGui.supertitle.Font = Enum.Font.Gotham
  3275. ScreenGui.supertitle.Text = "Super:"
  3276. ScreenGui.supertitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  3277. ScreenGui.supertitle.TextSize = 16.000
  3278. ScreenGui.supertitle.TextWrapped = true
  3279.  
  3280. ScreenGui.start_2.Name = "start"
  3281. ScreenGui.start_2.Parent = ScreenGui.supertab
  3282. ScreenGui.start_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3283. ScreenGui.start_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3284. ScreenGui.start_2.BorderSizePixel = 3
  3285. ScreenGui.start_2.Position = UDim2.new(0.0961538479, 0, 0.620276213, 0)
  3286. ScreenGui.start_2.Size = UDim2.new(0, 125, 0, 25)
  3287. ScreenGui.start_2.Font = Enum.Font.Gotham
  3288. ScreenGui.start_2.Text = "Execute"
  3289. ScreenGui.start_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3290. ScreenGui.start_2.TextSize = 18.000
  3291. ScreenGui.start_2.MouseButton1Down:connect(function()
  3292. local cmdstr = ScreenGui.cmdhere_2.Text
  3293. for i = 1,250 do
  3294. game:GetService'Players':Chat((cmdstr))
  3295. end
  3296. end)
  3297.  
  3298. ScreenGui.cmdhere_2.Name = "cmdhere"
  3299. ScreenGui.cmdhere_2.Parent = ScreenGui.supertab
  3300. ScreenGui.cmdhere_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3301. ScreenGui.cmdhere_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3302. ScreenGui.cmdhere_2.BorderSizePixel = 3
  3303. ScreenGui.cmdhere_2.Position = UDim2.new(0.0961538479, 0, 0.360236228, 0)
  3304. ScreenGui.cmdhere_2.Size = UDim2.new(0, 125, 0, 25)
  3305. ScreenGui.cmdhere_2.Font = Enum.Font.Gotham
  3306. ScreenGui.cmdhere_2.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  3307. ScreenGui.cmdhere_2.PlaceholderText = "Enter Cmd Here!"
  3308. ScreenGui.cmdhere_2.Text = ""
  3309. ScreenGui.cmdhere_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3310. ScreenGui.cmdhere_2.TextScaled = true
  3311. ScreenGui.cmdhere_2.TextSize = 14.000
  3312. ScreenGui.cmdhere_2.TextWrapped = true
  3313.  
  3314. ScreenGui.kittab.Name = "kittab"
  3315. ScreenGui.kittab.Parent = ScreenGui.tabholder
  3316. ScreenGui.kittab.Active = true
  3317. ScreenGui.kittab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3318. ScreenGui.kittab.BackgroundTransparency = 1.000
  3319. ScreenGui.kittab.BorderSizePixel = 0
  3320. ScreenGui.kittab.Size = UDim2.new(0, 156, 0, 254)
  3321. ScreenGui.kittab.Visible = false
  3322. ScreenGui.kittab.CanvasSize = UDim2.new(0, 0, 3, 0)
  3323. ScreenGui.kittab.ScrollBarThickness = 4
  3324. ScreenGui.kittab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  3325.  
  3326. ScreenGui.title_4.Name = "title"
  3327. ScreenGui.title_4.Parent = ScreenGui.kittab
  3328. ScreenGui.title_4.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3329. ScreenGui.title_4.BackgroundTransparency = 1.000
  3330. ScreenGui.title_4.BorderSizePixel = 0
  3331. ScreenGui.title_4.Position = UDim2.new(0.256000012, 0, 0, 5)
  3332. ScreenGui.title_4.Size = UDim2.new(0, 75, 0, 22)
  3333. ScreenGui.title_4.Font = Enum.Font.Gotham
  3334. ScreenGui.title_4.Text = "Kits"
  3335. ScreenGui.title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  3336. ScreenGui.title_4.TextSize = 16.000
  3337. ScreenGui.title_4.TextWrapped = true
  3338.  
  3339. ScreenGui.line_3.Name = "line"
  3340. ScreenGui.line_3.Parent = ScreenGui.kittab
  3341. ScreenGui.line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3342. ScreenGui.line_3.BorderSizePixel = 0
  3343. ScreenGui.line_3.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)
  3344. ScreenGui.line_3.Size = UDim2.new(0, 125, 0, 1)
  3345. ScreenGui.line_3.Font = Enum.Font.SourceSans
  3346. ScreenGui.line_3.Text = ""
  3347. ScreenGui.line_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  3348. ScreenGui.line_3.TextSize = 14.000
  3349.  
  3350. ScreenGui.god.Name = "god"
  3351. ScreenGui.god.Parent = ScreenGui.kittab
  3352. ScreenGui.god.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3353. ScreenGui.god.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3354. ScreenGui.god.BorderSizePixel = 3
  3355. ScreenGui.god.Position = UDim2.new(0.179487184, 0, 0.0511176884, 0)
  3356. ScreenGui.god.Size = UDim2.new(0, 100, 0, 25)
  3357. ScreenGui.god.Font = Enum.Font.Gotham
  3358. ScreenGui.god.Text = ":kit god"
  3359. ScreenGui.god.TextColor3 = Color3.fromRGB(255, 255, 255)
  3360. ScreenGui.god.TextSize = 18.000
  3361. ScreenGui.god.MouseButton1Down:connect(function()
  3362. game:GetService'Players':Chat((":kit god me"))
  3363. end)
  3364.  
  3365. ScreenGui.omni.Name = "omni"
  3366. ScreenGui.omni.Parent = ScreenGui.kittab
  3367. ScreenGui.omni.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3368. ScreenGui.omni.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3369. ScreenGui.omni.BorderSizePixel = 3
  3370. ScreenGui.omni.Position = UDim2.new(0.179487184, 0, 0.0996741205, 0)
  3371. ScreenGui.omni.Size = UDim2.new(0, 100, 0, 25)
  3372. ScreenGui.omni.Font = Enum.Font.Gotham
  3373. ScreenGui.omni.Text = ":kit omni"
  3374. ScreenGui.omni.TextColor3 = Color3.fromRGB(255, 255, 255)
  3375. ScreenGui.omni.TextSize = 18.000
  3376. ScreenGui.omni.MouseButton1Down:connect(function()
  3377. game:GetService'Players':Chat((":kit omni me"))
  3378. end)
  3379.  
  3380. ScreenGui.gun.Name = "gun"
  3381. ScreenGui.gun.Parent = ScreenGui.kittab
  3382. ScreenGui.gun.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3383. ScreenGui.gun.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3384. ScreenGui.gun.BorderSizePixel = 3
  3385. ScreenGui.gun.Position = UDim2.new(0.179487184, 0, 0.149542883, 0)
  3386. ScreenGui.gun.Size = UDim2.new(0, 100, 0, 25)
  3387. ScreenGui.gun.Font = Enum.Font.Gotham
  3388. ScreenGui.gun.Text = ":kit gun"
  3389. ScreenGui.gun.TextColor3 = Color3.fromRGB(255, 255, 255)
  3390. ScreenGui.gun.TextSize = 18.000
  3391. ScreenGui.gun.MouseButton1Down:connect(function()
  3392. game:GetService'Players':Chat((":kit gun me"))
  3393. end)
  3394.  
  3395. ScreenGui.dark.Name = "dark"
  3396. ScreenGui.dark.Parent = ScreenGui.kittab
  3397. ScreenGui.dark.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3398. ScreenGui.dark.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3399. ScreenGui.dark.BorderSizePixel = 3
  3400. ScreenGui.dark.Position = UDim2.new(0.179487184, 0, 0.196786985, 0)
  3401. ScreenGui.dark.Size = UDim2.new(0, 100, 0, 25)
  3402. ScreenGui.dark.Font = Enum.Font.Gotham
  3403. ScreenGui.dark.Text = ":kit dark"
  3404. ScreenGui.dark.TextColor3 = Color3.fromRGB(255, 255, 255)
  3405. ScreenGui.dark.TextSize = 18.000
  3406. ScreenGui.dark.MouseButton1Down:connect(function()
  3407. game:GetService'Players':Chat((":kit dark"))
  3408. end)
  3409.  
  3410. ScreenGui.dagger.Name = "dagger"
  3411. ScreenGui.dagger.Parent = ScreenGui.kittab
  3412. ScreenGui.dagger.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3413. ScreenGui.dagger.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3414. ScreenGui.dagger.BorderSizePixel = 3
  3415. ScreenGui.dagger.Position = UDim2.new(0.179487169, 0, 0.295212179, 0)
  3416. ScreenGui.dagger.Size = UDim2.new(0, 100, 0, 25)
  3417. ScreenGui.dagger.Font = Enum.Font.Gotham
  3418. ScreenGui.dagger.Text = ":kit dagger"
  3419. ScreenGui.dagger.TextColor3 = Color3.fromRGB(255, 255, 255)
  3420. ScreenGui.dagger.TextSize = 18.000
  3421. ScreenGui.dagger.MouseButton1Down:connect(function()
  3422. game:GetService'Players':Chat((":kit dagger me"))
  3423. end)
  3424.  
  3425. ScreenGui.bow.Name = "bow"
  3426. ScreenGui.bow.Parent = ScreenGui.kittab
  3427. ScreenGui.bow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3428. ScreenGui.bow.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3429. ScreenGui.bow.BorderSizePixel = 3
  3430. ScreenGui.bow.Position = UDim2.new(0.179487169, 0, 0.345080942, 0)
  3431. ScreenGui.bow.Size = UDim2.new(0, 100, 0, 25)
  3432. ScreenGui.bow.Font = Enum.Font.Gotham
  3433. ScreenGui.bow.Text = ":kit bow"
  3434. ScreenGui.bow.TextColor3 = Color3.fromRGB(255, 255, 255)
  3435. ScreenGui.bow.TextSize = 18.000
  3436. ScreenGui.bow.MouseButton1Down:connect(function()
  3437. game:GetService'Players':Chat((":kit bow me"))
  3438. end)
  3439.  
  3440. ScreenGui.crossbow.Name = "crossbow"
  3441. ScreenGui.crossbow.Parent = ScreenGui.kittab
  3442. ScreenGui.crossbow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3443. ScreenGui.crossbow.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3444. ScreenGui.crossbow.BorderSizePixel = 3
  3445. ScreenGui.crossbow.Position = UDim2.new(0.179487169, 0, 0.392325044, 0)
  3446. ScreenGui.crossbow.Size = UDim2.new(0, 100, 0, 25)
  3447. ScreenGui.crossbow.Font = Enum.Font.Gotham
  3448. ScreenGui.crossbow.Text = ":kit crossbow"
  3449. ScreenGui.crossbow.TextColor3 = Color3.fromRGB(255, 255, 255)
  3450. ScreenGui.crossbow.TextScaled = true
  3451. ScreenGui.crossbow.TextSize = 18.000
  3452. ScreenGui.crossbow.TextWrapped = true
  3453. ScreenGui.crossbow.MouseButton1Down:connect(function()
  3454. game:GetService'Players':Chat((":kit crossbow me"))
  3455. end)
  3456.  
  3457. ScreenGui.knife.Name = "knife"
  3458. ScreenGui.knife.Parent = ScreenGui.kittab
  3459. ScreenGui.knife.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3460. ScreenGui.knife.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3461. ScreenGui.knife.BorderSizePixel = 3
  3462. ScreenGui.knife.Position = UDim2.new(0.179487169, 0, 0.246655762, 0)
  3463. ScreenGui.knife.Size = UDim2.new(0, 100, 0, 25)
  3464. ScreenGui.knife.Font = Enum.Font.Gotham
  3465. ScreenGui.knife.Text = ":kit knife"
  3466. ScreenGui.knife.TextColor3 = Color3.fromRGB(255, 255, 255)
  3467. ScreenGui.knife.TextSize = 18.000
  3468. ScreenGui.knife.MouseButton1Down:connect(function()
  3469. game:GetService'Players':Chat((":kit knife me"))
  3470. end)
  3471.  
  3472. ScreenGui.ninja.Name = "ninja"
  3473. ScreenGui.ninja.Parent = ScreenGui.kittab
  3474. ScreenGui.ninja.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3475. ScreenGui.ninja.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3476. ScreenGui.ninja.BorderSizePixel = 3
  3477. ScreenGui.ninja.Position = UDim2.new(0.179487169, 0, 0.587863088, 0)
  3478. ScreenGui.ninja.Size = UDim2.new(0, 100, 0, 25)
  3479. ScreenGui.ninja.Font = Enum.Font.Gotham
  3480. ScreenGui.ninja.Text = ":kit ninja"
  3481. ScreenGui.ninja.TextColor3 = Color3.fromRGB(255, 255, 255)
  3482. ScreenGui.ninja.TextSize = 18.000
  3483. ScreenGui.ninja.MouseButton1Down:connect(function()
  3484. game:GetService'Players':Chat((":kit ninja me"))
  3485. end)
  3486.  
  3487. ScreenGui.scythe.Name = "scythe"
  3488. ScreenGui.scythe.Parent = ScreenGui.kittab
  3489. ScreenGui.scythe.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3490. ScreenGui.scythe.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3491. ScreenGui.scythe.BorderSizePixel = 3
  3492. ScreenGui.scythe.Position = UDim2.new(0.179487169, 0, 0.540619016, 0)
  3493. ScreenGui.scythe.Size = UDim2.new(0, 100, 0, 25)
  3494. ScreenGui.scythe.Font = Enum.Font.Gotham
  3495. ScreenGui.scythe.Text = ":kit scythe"
  3496. ScreenGui.scythe.TextColor3 = Color3.fromRGB(255, 255, 255)
  3497. ScreenGui.scythe.TextSize = 18.000
  3498. ScreenGui.scythe.MouseButton1Down:connect(function()
  3499. game:GetService'Players':Chat((":kit scythe me"))
  3500. end)
  3501.  
  3502. ScreenGui.sword.Name = "sword"
  3503. ScreenGui.sword.Parent = ScreenGui.kittab
  3504. ScreenGui.sword.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3505. ScreenGui.sword.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3506. ScreenGui.sword.BorderSizePixel = 3
  3507. ScreenGui.sword.Position = UDim2.new(0.179487169, 0, 0.490750223, 0)
  3508. ScreenGui.sword.Size = UDim2.new(0, 100, 0, 25)
  3509. ScreenGui.sword.Font = Enum.Font.Gotham
  3510. ScreenGui.sword.Text = ":kit sword"
  3511. ScreenGui.sword.TextColor3 = Color3.fromRGB(255, 255, 255)
  3512. ScreenGui.sword.TextSize = 18.000
  3513. ScreenGui.sword.MouseButton1Down:connect(function()
  3514. game:GetService'Players':Chat((":kit sword me"))
  3515. end)
  3516.  
  3517. ScreenGui.magic.Name = "magic"
  3518. ScreenGui.magic.Parent = ScreenGui.kittab
  3519. ScreenGui.magic.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3520. ScreenGui.magic.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3521. ScreenGui.magic.BorderSizePixel = 3
  3522. ScreenGui.magic.Position = UDim2.new(0.179487169, 0, 0.442193806, 0)
  3523. ScreenGui.magic.Size = UDim2.new(0, 100, 0, 25)
  3524. ScreenGui.magic.Font = Enum.Font.Gotham
  3525. ScreenGui.magic.Text = ":kit magic"
  3526. ScreenGui.magic.TextColor3 = Color3.fromRGB(255, 255, 255)
  3527. ScreenGui.magic.TextSize = 18.000
  3528. ScreenGui.magic.MouseButton1Down:connect(function()
  3529. game:GetService'Players':Chat((":kit magic me"))
  3530. end)
  3531.  
  3532. ScreenGui.flying.Name = "flying"
  3533. ScreenGui.flying.Parent = ScreenGui.kittab
  3534. ScreenGui.flying.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3535. ScreenGui.flying.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3536. ScreenGui.flying.BorderSizePixel = 3
  3537. ScreenGui.flying.Position = UDim2.new(0.179487169, 0, 0.737469375, 0)
  3538. ScreenGui.flying.Size = UDim2.new(0, 100, 0, 25)
  3539. ScreenGui.flying.Font = Enum.Font.Gotham
  3540. ScreenGui.flying.Text = ":kit flying"
  3541. ScreenGui.flying.TextColor3 = Color3.fromRGB(255, 255, 255)
  3542. ScreenGui.flying.TextSize = 18.000
  3543. ScreenGui.flying.MouseButton1Down:connect(function()
  3544. game:GetService'Players':Chat(("gear me 000000000000000000225921000"))
  3545. game:GetService'Players':Chat(("gear me 00000000000000000031314966"))
  3546. game:GetService'Players':Chat(("gear me 000000000000000000477910063"))
  3547. game:GetService'Players':Chat(("gear me 000000000000000000511930668"))
  3548. game:GetService'Players':Chat(("gear me 000000000000000000223785473"))
  3549. end)
  3550.  
  3551. ScreenGui.troll.Name = "troll"
  3552. ScreenGui.troll.Parent = ScreenGui.kittab
  3553. ScreenGui.troll.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3554. ScreenGui.troll.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3555. ScreenGui.troll.BorderSizePixel = 3
  3556. ScreenGui.troll.Position = UDim2.new(0.179487169, 0, 0.690225303, 0)
  3557. ScreenGui.troll.Size = UDim2.new(0, 100, 0, 25)
  3558. ScreenGui.troll.Font = Enum.Font.Gotham
  3559. ScreenGui.troll.Text = ":kit troll"
  3560. ScreenGui.troll.TextColor3 = Color3.fromRGB(255, 255, 255)
  3561. ScreenGui.troll.TextSize = 18.000
  3562. ScreenGui.troll.MouseButton1Down:connect(function()
  3563. game:GetService'Players':Chat(("gear me 00000000000000000082357101"))
  3564. game:GetService'Players':Chat(("gear me 00000000000000000094794847"))
  3565. game:GetService'Players':Chat(("gear me 000000000000000000243788010"))
  3566. game:GetService'Players':Chat(("gear me 000000000000000000268586231"))
  3567. end)
  3568.  
  3569. ScreenGui.potion.Name = "potion"
  3570. ScreenGui.potion.Parent = ScreenGui.kittab
  3571. ScreenGui.potion.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3572. ScreenGui.potion.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3573. ScreenGui.potion.BorderSizePixel = 3
  3574. ScreenGui.potion.Position = UDim2.new(0.179487169, 0, 0.640356481, 0)
  3575. ScreenGui.potion.Size = UDim2.new(0, 100, 0, 25)
  3576. ScreenGui.potion.Font = Enum.Font.Gotham
  3577. ScreenGui.potion.Text = ":kit potion"
  3578. ScreenGui.potion.TextColor3 = Color3.fromRGB(255, 255, 255)
  3579. ScreenGui.potion.TextSize = 18.000
  3580. ScreenGui.potion.MouseButton1Down:connect(function()
  3581. game:GetService'Players':Chat((":kit potion me"))
  3582. end)
  3583.  
  3584. ScreenGui.bomb.Name = "bomb"
  3585. ScreenGui.bomb.Parent = ScreenGui.kittab
  3586. ScreenGui.bomb.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3587. ScreenGui.bomb.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3588. ScreenGui.bomb.BorderSizePixel = 3
  3589. ScreenGui.bomb.Position = UDim2.new(0.179487169, 0, 0.788650453, 0)
  3590. ScreenGui.bomb.Size = UDim2.new(0, 100, 0, 25)
  3591. ScreenGui.bomb.Font = Enum.Font.Gotham
  3592. ScreenGui.bomb.Text = ":kit bomb"
  3593. ScreenGui.bomb.TextColor3 = Color3.fromRGB(255, 255, 255)
  3594. ScreenGui.bomb.TextSize = 18.000
  3595. ScreenGui.bomb.MouseButton1Down:connect(function()
  3596. game:GetService'Players':Chat(("gear me 00000000000000000011999247"))
  3597. game:GetService'Players':Chat(("gear me 00000000000000000012890798"))
  3598. game:GetService'Players':Chat(("gear me 000000000000000000243788010"))
  3599. game:GetService'Players':Chat(("gear me 00000000000000000088885539"))
  3600. end)
  3601.  
  3602. ScreenGui.heal.Name = "heal"
  3603. ScreenGui.heal.Parent = ScreenGui.kittab
  3604. ScreenGui.heal.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3605. ScreenGui.heal.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3606. ScreenGui.heal.BorderSizePixel = 3
  3607. ScreenGui.heal.Position = UDim2.new(0.179487169, 0, 0.839831531, 0)
  3608. ScreenGui.heal.Size = UDim2.new(0, 100, 0, 25)
  3609. ScreenGui.heal.Font = Enum.Font.Gotham
  3610. ScreenGui.heal.Text = ":kit heal"
  3611. ScreenGui.heal.TextColor3 = Color3.fromRGB(255, 255, 255)
  3612. ScreenGui.heal.TextSize = 18.000
  3613. ScreenGui.heal.MouseButton1Down:connect(function()
  3614. game:GetService'Players':Chat(("gear me 00000000000000000011419319"))
  3615. game:GetService'Players':Chat(("gear me 00000000000000000061916132"))
  3616. game:GetService'Players':Chat(("gear me 000000000000000000115377964"))
  3617. game:GetService'Players':Chat(("gear me 0000000000000000002316760298"))
  3618. game:GetService'Players':Chat(("gear me 0000000000000000002103276507"))
  3619. end)
  3620.  
  3621. ScreenGui.teleporttab.Name = "teleporttab"
  3622. ScreenGui.teleporttab.Parent = ScreenGui.tabholder
  3623. ScreenGui.teleporttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3624. ScreenGui.teleporttab.BackgroundTransparency = 1.000
  3625. ScreenGui.teleporttab.Size = UDim2.new(0, 156, 0, 254)
  3626. ScreenGui.teleporttab.Visible = false
  3627.  
  3628. ScreenGui.title_5.Name = "title"
  3629. ScreenGui.title_5.Parent = ScreenGui.teleporttab
  3630. ScreenGui.title_5.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3631. ScreenGui.title_5.BackgroundTransparency = 1.000
  3632. ScreenGui.title_5.BorderSizePixel = 0
  3633. ScreenGui.title_5.Position = UDim2.new(0.256000012, 0, 0, 5)
  3634. ScreenGui.title_5.Size = UDim2.new(0, 75, 0, 22)
  3635. ScreenGui.title_5.Font = Enum.Font.Gotham
  3636. ScreenGui.title_5.Text = "Teleport"
  3637. ScreenGui.title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  3638. ScreenGui.title_5.TextSize = 16.000
  3639. ScreenGui.title_5.TextWrapped = true
  3640.  
  3641. ScreenGui.line_4.Name = "line"
  3642. ScreenGui.line_4.Parent = ScreenGui.teleporttab
  3643. ScreenGui.line_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3644. ScreenGui.line_4.BorderSizePixel = 0
  3645. ScreenGui.line_4.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  3646. ScreenGui.line_4.Size = UDim2.new(0, 125, 0, 1)
  3647. ScreenGui.line_4.Font = Enum.Font.SourceSans
  3648. ScreenGui.line_4.Text = ""
  3649. ScreenGui.line_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  3650. ScreenGui.line_4.TextSize = 14.000
  3651.  
  3652. ScreenGui.obby.Name = "obby"
  3653. ScreenGui.obby.Parent = ScreenGui.teleporttab
  3654. ScreenGui.obby.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3655. ScreenGui.obby.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3656. ScreenGui.obby.BorderSizePixel = 3
  3657. ScreenGui.obby.Position = UDim2.new(0.0897435918, 0, 0.206890434, 0)
  3658. ScreenGui.obby.Size = UDim2.new(0, 55, 0, 25)
  3659. ScreenGui.obby.Font = Enum.Font.Gotham
  3660. ScreenGui.obby.Text = ":obby"
  3661. ScreenGui.obby.TextColor3 = Color3.fromRGB(255, 255, 255)
  3662. ScreenGui.obby.TextSize = 18.000
  3663. ScreenGui.obby.MouseButton1Down:connect(function()
  3664. game:GetService'Players':Chat((":obby"))
  3665. end)
  3666.  
  3667. ScreenGui.house.Name = "house"
  3668. ScreenGui.house.Parent = ScreenGui.teleporttab
  3669. ScreenGui.house.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3670. ScreenGui.house.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3671. ScreenGui.house.BorderSizePixel = 3
  3672. ScreenGui.house.Position = UDim2.new(0.538461566, 0, 0.206890434, 0)
  3673. ScreenGui.house.Size = UDim2.new(0, 55, 0, 25)
  3674. ScreenGui.house.Font = Enum.Font.Gotham
  3675. ScreenGui.house.Text = ":house"
  3676. ScreenGui.house.TextColor3 = Color3.fromRGB(255, 255, 255)
  3677. ScreenGui.house.TextSize = 18.000
  3678. ScreenGui.house.MouseButton1Down:connect(function()
  3679. game:GetService'Players':Chat((":house"))
  3680. end)
  3681.  
  3682. ScreenGui.uhouse.Name = "uhouse"
  3683. ScreenGui.uhouse.Parent = ScreenGui.teleporttab
  3684. ScreenGui.uhouse.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3685. ScreenGui.uhouse.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3686. ScreenGui.uhouse.BorderSizePixel = 3
  3687. ScreenGui.uhouse.Position = UDim2.new(0.538461566, 0, 0.380118787, 0)
  3688. ScreenGui.uhouse.Size = UDim2.new(0, 55, 0, 25)
  3689. ScreenGui.uhouse.Font = Enum.Font.Gotham
  3690. ScreenGui.uhouse.Text = ":uhouse"
  3691. ScreenGui.uhouse.TextColor3 = Color3.fromRGB(255, 255, 255)
  3692. ScreenGui.uhouse.TextScaled = true
  3693. ScreenGui.uhouse.TextSize = 18.000
  3694. ScreenGui.uhouse.TextWrapped = true
  3695. ScreenGui.uhouse.MouseButton1Down:connect(function()
  3696. game:GetService'Players':Chat((":uhouse"))
  3697. end)
  3698.  
  3699. ScreenGui.blocks.Name = "blocks"
  3700. ScreenGui.blocks.Parent = ScreenGui.teleporttab
  3701. ScreenGui.blocks.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3702. ScreenGui.blocks.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3703. ScreenGui.blocks.BorderSizePixel = 3
  3704. ScreenGui.blocks.Position = UDim2.new(0.0961538479, 0, 0.380118787, 0)
  3705. ScreenGui.blocks.Size = UDim2.new(0, 55, 0, 25)
  3706. ScreenGui.blocks.Font = Enum.Font.Gotham
  3707. ScreenGui.blocks.Text = ":blocks"
  3708. ScreenGui.blocks.TextColor3 = Color3.fromRGB(255, 255, 255)
  3709. ScreenGui.blocks.TextScaled = true
  3710. ScreenGui.blocks.TextSize = 18.000
  3711. ScreenGui.blocks.TextWrapped = true
  3712. ScreenGui.blocks.MouseButton1Down:connect(function()
  3713. game:GetService'Players':Chat((":blocks"))
  3714. end)
  3715.  
  3716. ScreenGui.spawn2.Name = "spawn2"
  3717. ScreenGui.spawn2.Parent = ScreenGui.teleporttab
  3718. ScreenGui.spawn2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3719. ScreenGui.spawn2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3720. ScreenGui.spawn2.BorderSizePixel = 3
  3721. ScreenGui.spawn2.Position = UDim2.new(0.538461566, 0, 0.557284117, 0)
  3722. ScreenGui.spawn2.Size = UDim2.new(0, 55, 0, 25)
  3723. ScreenGui.spawn2.Font = Enum.Font.Gotham
  3724. ScreenGui.spawn2.Text = ":spawn2"
  3725. ScreenGui.spawn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3726. ScreenGui.spawn2.TextScaled = true
  3727. ScreenGui.spawn2.TextSize = 18.000
  3728. ScreenGui.spawn2.TextWrapped = true
  3729. ScreenGui.spawn2.MouseButton1Down:connect(function()
  3730. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))
  3731. end)
  3732.  
  3733. ScreenGui.pads.Name = "pads"
  3734. ScreenGui.pads.Parent = ScreenGui.teleporttab
  3735. ScreenGui.pads.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3736. ScreenGui.pads.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3737. ScreenGui.pads.BorderSizePixel = 3
  3738. ScreenGui.pads.Position = UDim2.new(0.538461506, 0, 0.758071482, 0)
  3739. ScreenGui.pads.Size = UDim2.new(0, 55, 0, 25)
  3740. ScreenGui.pads.Font = Enum.Font.Gotham
  3741. ScreenGui.pads.Text = ":pads"
  3742. ScreenGui.pads.TextColor3 = Color3.fromRGB(255, 255, 255)
  3743. ScreenGui.pads.TextSize = 18.000
  3744. ScreenGui.pads.MouseButton1Down:connect(function()
  3745. game:GetService'Players':Chat((":pads"))
  3746. end)
  3747.  
  3748. ScreenGui.spawn3.Name = "spawn3"
  3749. ScreenGui.spawn3.Parent = ScreenGui.teleporttab
  3750. ScreenGui.spawn3.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3751. ScreenGui.spawn3.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3752. ScreenGui.spawn3.BorderSizePixel = 3
  3753. ScreenGui.spawn3.Position = UDim2.new(0.0961538479, 0, 0.758071482, 0)
  3754. ScreenGui.spawn3.Size = UDim2.new(0, 55, 0, 25)
  3755. ScreenGui.spawn3.Font = Enum.Font.Gotham
  3756. ScreenGui.spawn3.Text = ":spawn3"
  3757. ScreenGui.spawn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  3758. ScreenGui.spawn3.TextScaled = true
  3759. ScreenGui.spawn3.TextSize = 18.000
  3760. ScreenGui.spawn3.TextWrapped = true
  3761. ScreenGui.spawn3.MouseButton1Down:connect(function()
  3762. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))
  3763. end)
  3764.  
  3765. ScreenGui.spawn1.Name = "spawn1"
  3766. ScreenGui.spawn1.Parent = ScreenGui.teleporttab
  3767. ScreenGui.spawn1.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3768. ScreenGui.spawn1.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3769. ScreenGui.spawn1.BorderSizePixel = 3
  3770. ScreenGui.spawn1.Position = UDim2.new(0.0897435918, 0, 0.557284117, 0)
  3771. ScreenGui.spawn1.Size = UDim2.new(0, 55, 0, 25)
  3772. ScreenGui.spawn1.Font = Enum.Font.Gotham
  3773. ScreenGui.spawn1.Text = ":spawn1"
  3774. ScreenGui.spawn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  3775. ScreenGui.spawn1.TextScaled = true
  3776. ScreenGui.spawn1.TextSize = 18.000
  3777. ScreenGui.spawn1.TextWrapped = true
  3778. ScreenGui.spawn1.MouseButton1Down:connect(function()
  3779. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))
  3780. end)
  3781.  
  3782. ScreenGui.antitab.Name = "antitab"
  3783. ScreenGui.antitab.Parent = ScreenGui.tabholder
  3784. ScreenGui.antitab.Active = true
  3785. ScreenGui.antitab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3786. ScreenGui.antitab.BackgroundTransparency = 1.000
  3787. ScreenGui.antitab.BorderSizePixel = 0
  3788. ScreenGui.antitab.Size = UDim2.new(0, 156, 0, 254)
  3789. ScreenGui.antitab.Visible = false
  3790. ScreenGui.antitab.CanvasSize = UDim2.new(0, 0, 3, 0)
  3791. ScreenGui.antitab.ScrollBarThickness = 4
  3792. ScreenGui.antitab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  3793.  
  3794. ScreenGui.title_6.Name = "title"
  3795. ScreenGui.title_6.Parent = ScreenGui.antitab
  3796. ScreenGui.title_6.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3797. ScreenGui.title_6.BackgroundTransparency = 1.000
  3798. ScreenGui.title_6.BorderSizePixel = 0
  3799. ScreenGui.title_6.Position = UDim2.new(0.256000012, 0, 0, 5)
  3800. ScreenGui.title_6.Size = UDim2.new(0, 75, 0, 22)
  3801. ScreenGui.title_6.Font = Enum.Font.Gotham
  3802. ScreenGui.title_6.Text = "Anti's"
  3803. ScreenGui.title_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  3804. ScreenGui.title_6.TextSize = 16.000
  3805. ScreenGui.title_6.TextWrapped = true
  3806.  
  3807. ScreenGui.line_5.Name = "line"
  3808. ScreenGui.line_5.Parent = ScreenGui.antitab
  3809. ScreenGui.line_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  3810. ScreenGui.line_5.BorderSizePixel = 0
  3811. ScreenGui.line_5.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)
  3812. ScreenGui.line_5.Size = UDim2.new(0, 125, 0, 1)
  3813. ScreenGui.line_5.Font = Enum.Font.SourceSans
  3814. ScreenGui.line_5.Text = ""
  3815. ScreenGui.line_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  3816. ScreenGui.line_5.TextSize = 14.000
  3817.  
  3818. ScreenGui.kill.Name = "kill"
  3819. ScreenGui.kill.Parent = ScreenGui.antitab
  3820. ScreenGui.kill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3821. ScreenGui.kill.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3822. ScreenGui.kill.BorderSizePixel = 3
  3823. ScreenGui.kill.Position = UDim2.new(0.0833333358, 0, 0.186161458, 0)
  3824. ScreenGui.kill.Size = UDim2.new(0, 55, 0, 25)
  3825. ScreenGui.kill.Font = Enum.Font.Gotham
  3826. ScreenGui.kill.Text = "antikill"
  3827. ScreenGui.kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  3828. ScreenGui.kill.TextScaled = true
  3829. ScreenGui.kill.TextSize = 18.000
  3830. ScreenGui.kill.TextWrapped = true
  3831. ScreenGui.kill.MouseButton1Down:connect(function()
  3832. nokill = not nokill
  3833. if nokill == true then
  3834. ScreenGui.onofftext.Text = "Enabled:"
  3835. end
  3836. if nokill == false then
  3837. ScreenGui.onofftext.Text = "Disabled:"
  3838. end
  3839. end)
  3840.  
  3841. ScreenGui.onofftext.Name = "onofftext"
  3842. ScreenGui.onofftext.Parent = ScreenGui.kill
  3843. ScreenGui.onofftext.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3844. ScreenGui.onofftext.BackgroundTransparency = 1.000
  3845. ScreenGui.onofftext.BorderSizePixel = 0
  3846. ScreenGui.onofftext.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  3847. ScreenGui.onofftext.Size = UDim2.new(0, 55, 0, 15)
  3848. ScreenGui.onofftext.Font = Enum.Font.Gotham
  3849. ScreenGui.onofftext.Text = "Enabled:"
  3850. ScreenGui.onofftext.TextColor3 = Color3.fromRGB(255, 255, 255)
  3851. ScreenGui.onofftext.TextScaled = true
  3852. ScreenGui.onofftext.TextSize = 16.000
  3853. ScreenGui.onofftext.TextWrapped = true
  3854.  
  3855. ScreenGui.punish.Name = "punish"
  3856. ScreenGui.punish.Parent = ScreenGui.antitab
  3857. ScreenGui.punish.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3858. ScreenGui.punish.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3859. ScreenGui.punish.BorderSizePixel = 3
  3860. ScreenGui.punish.Position = UDim2.new(0.544871807, 0, 0.186161458, 0)
  3861. ScreenGui.punish.Size = UDim2.new(0, 55, 0, 25)
  3862. ScreenGui.punish.Font = Enum.Font.Gotham
  3863. ScreenGui.punish.Text = "antipunish"
  3864. ScreenGui.punish.TextColor3 = Color3.fromRGB(255, 255, 255)
  3865. ScreenGui.punish.TextScaled = true
  3866. ScreenGui.punish.TextSize = 18.000
  3867. ScreenGui.punish.TextWrapped = true
  3868. ScreenGui.punish.MouseButton1Down:connect(function()
  3869. nopunish = not nopunish
  3870. if nopunish == true then
  3871. ScreenGui.onofftext_2.Text = "Enabled:"
  3872. end
  3873. if nopunish == false then
  3874. ScreenGui.onofftext_2.Text = "Disabled:"
  3875. end
  3876. end)
  3877.  
  3878. ScreenGui.onofftext_2.Name = "onofftext"
  3879. ScreenGui.onofftext_2.Parent = ScreenGui.punish
  3880. ScreenGui.onofftext_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3881. ScreenGui.onofftext_2.BackgroundTransparency = 1.000
  3882. ScreenGui.onofftext_2.BorderSizePixel = 0
  3883. ScreenGui.onofftext_2.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  3884. ScreenGui.onofftext_2.Size = UDim2.new(0, 55, 0, 15)
  3885. ScreenGui.onofftext_2.Font = Enum.Font.Gotham
  3886. ScreenGui.onofftext_2.Text = "Enabled:"
  3887. ScreenGui.onofftext_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3888. ScreenGui.onofftext_2.TextScaled = true
  3889. ScreenGui.onofftext_2.TextSize = 16.000
  3890. ScreenGui.onofftext_2.TextWrapped = true
  3891.  
  3892. ScreenGui.on.Name = "on"
  3893. ScreenGui.on.Parent = ScreenGui.antitab
  3894. ScreenGui.on.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3895. ScreenGui.on.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3896. ScreenGui.on.BorderSizePixel = 3
  3897. ScreenGui.on.Position = UDim2.new(0.0829231068, 0, 0.0909586847, 0)
  3898. ScreenGui.on.Size = UDim2.new(0, 55, 0, 20)
  3899. ScreenGui.on.Font = Enum.Font.Gotham
  3900. ScreenGui.on.Text = "On"
  3901. ScreenGui.on.TextColor3 = Color3.fromRGB(255, 255, 255)
  3902. ScreenGui.on.TextSize = 18.000
  3903. local onoff = false
  3904. ScreenGui.on.MouseButton1Down:connect(function()
  3905. if onoff == false then
  3906. onoff = true
  3907. ScreenGui.onofftext_3.Text = "Loop On"
  3908. game:GetService'Players':Chat((":allanti"))
  3909. end
  3910. end)
  3911.  
  3912. ScreenGui.onofftext_3.Name = "onofftext"
  3913. ScreenGui.onofftext_3.Parent = ScreenGui.antitab
  3914. ScreenGui.onofftext_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3915. ScreenGui.onofftext_3.BackgroundTransparency = 1.000
  3916. ScreenGui.onofftext_3.BorderSizePixel = 0
  3917. ScreenGui.onofftext_3.Position = UDim2.new(0.3109487, 0, 0.054330714, 5)
  3918. ScreenGui.onofftext_3.Size = UDim2.new(0, 55, 0, 15)
  3919. ScreenGui.onofftext_3.Font = Enum.Font.Gotham
  3920. ScreenGui.onofftext_3.Text = "Loop Off"
  3921. ScreenGui.onofftext_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  3922. ScreenGui.onofftext_3.TextScaled = true
  3923. ScreenGui.onofftext_3.TextSize = 16.000
  3924. ScreenGui.onofftext_3.TextWrapped = true
  3925.  
  3926. ScreenGui.off.Name = "off"
  3927. ScreenGui.off.Parent = ScreenGui.antitab
  3928. ScreenGui.off.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3929. ScreenGui.off.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3930. ScreenGui.off.BorderSizePixel = 3
  3931. ScreenGui.off.Position = UDim2.new(0.538051307, 0, 0.0915618911, 0)
  3932. ScreenGui.off.Size = UDim2.new(0, 55, 0, 20)
  3933. ScreenGui.off.Font = Enum.Font.Gotham
  3934. ScreenGui.off.Text = "Off"
  3935. ScreenGui.off.TextColor3 = Color3.fromRGB(255, 255, 255)
  3936. ScreenGui.off.TextSize = 18.000
  3937. ScreenGui.off.MouseButton1Down:connect(function()
  3938. onoff = false
  3939. ScreenGui.onofftext_3.Text = "Loop Off"
  3940. game:GetService'Players':Chat((":unanti"))
  3941. end)
  3942.  
  3943. ScreenGui.jail.Name = "jail"
  3944. ScreenGui.jail.Parent = ScreenGui.antitab
  3945. ScreenGui.jail.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3946. ScreenGui.jail.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3947. ScreenGui.jail.BorderSizePixel = 3
  3948. ScreenGui.jail.Position = UDim2.new(0.551282108, 0, 0.260964602, 0)
  3949. ScreenGui.jail.Size = UDim2.new(0, 55, 0, 25)
  3950. ScreenGui.jail.Font = Enum.Font.Gotham
  3951. ScreenGui.jail.Text = "antijail"
  3952. ScreenGui.jail.TextColor3 = Color3.fromRGB(255, 255, 255)
  3953. ScreenGui.jail.TextScaled = true
  3954. ScreenGui.jail.TextSize = 18.000
  3955. ScreenGui.jail.TextWrapped = true
  3956. ScreenGui.jail.MouseButton1Down:connect(function()
  3957. nojail = not nojail
  3958. if nojail == true then
  3959. ScreenGui.onofftext_4.Text = "Enabled:"
  3960. end
  3961. if nojail == false then
  3962. ScreenGui.onofftext_4.Text = "Disabled:"
  3963. end
  3964. end)
  3965.  
  3966. ScreenGui.onofftext_4.Name = "onofftext"
  3967. ScreenGui.onofftext_4.Parent = ScreenGui.jail
  3968. ScreenGui.onofftext_4.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  3969. ScreenGui.onofftext_4.BackgroundTransparency = 1.000
  3970. ScreenGui.onofftext_4.BorderSizePixel = 0
  3971. ScreenGui.onofftext_4.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  3972. ScreenGui.onofftext_4.Size = UDim2.new(0, 55, 0, 15)
  3973. ScreenGui.onofftext_4.Font = Enum.Font.Gotham
  3974. ScreenGui.onofftext_4.Text = "Enabled:"
  3975. ScreenGui.onofftext_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  3976. ScreenGui.onofftext_4.TextScaled = true
  3977. ScreenGui.onofftext_4.TextSize = 16.000
  3978. ScreenGui.onofftext_4.TextWrapped = true
  3979.  
  3980. ScreenGui.heal_2.Name = "heal"
  3981. ScreenGui.heal_2.Parent = ScreenGui.antitab
  3982. ScreenGui.heal_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  3983. ScreenGui.heal_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  3984. ScreenGui.heal_2.BorderSizePixel = 3
  3985. ScreenGui.heal_2.Position = UDim2.new(0.0897435918, 0, 0.260964602, 0)
  3986. ScreenGui.heal_2.Size = UDim2.new(0, 55, 0, 25)
  3987. ScreenGui.heal_2.Font = Enum.Font.Gotham
  3988. ScreenGui.heal_2.Text = "autoheal"
  3989. ScreenGui.heal_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  3990. ScreenGui.heal_2.TextScaled = true
  3991. ScreenGui.heal_2.TextSize = 18.000
  3992. ScreenGui.heal_2.TextWrapped = true
  3993. ScreenGui.heal_2.MouseButton1Down:connect(function()
  3994. healauto = not healauto
  3995. if healauto == true then
  3996. ScreenGui.onofftext_5.Text = "Enabled:"
  3997. end
  3998. if healauto == false then
  3999. ScreenGui.onofftext_5.Text = "Disabled:"
  4000. end
  4001. end)
  4002.  
  4003. ScreenGui.onofftext_5.Name = "onofftext"
  4004. ScreenGui.onofftext_5.Parent = ScreenGui.heal_2
  4005. ScreenGui.onofftext_5.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4006. ScreenGui.onofftext_5.BackgroundTransparency = 1.000
  4007. ScreenGui.onofftext_5.BorderSizePixel = 0
  4008. ScreenGui.onofftext_5.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4009. ScreenGui.onofftext_5.Size = UDim2.new(0, 55, 0, 15)
  4010. ScreenGui.onofftext_5.Font = Enum.Font.Gotham
  4011. ScreenGui.onofftext_5.Text = "Enabled:"
  4012. ScreenGui.onofftext_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  4013. ScreenGui.onofftext_5.TextScaled = true
  4014. ScreenGui.onofftext_5.TextSize = 16.000
  4015. ScreenGui.onofftext_5.TextWrapped = true
  4016.  
  4017. ScreenGui.dog.Name = "dog"
  4018. ScreenGui.dog.Parent = ScreenGui.antitab
  4019. ScreenGui.dog.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4020. ScreenGui.dog.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4021. ScreenGui.dog.BorderSizePixel = 3
  4022. ScreenGui.dog.Position = UDim2.new(0.551282108, 0, 0.341017097, 0)
  4023. ScreenGui.dog.Size = UDim2.new(0, 55, 0, 25)
  4024. ScreenGui.dog.Font = Enum.Font.Gotham
  4025. ScreenGui.dog.Text = "antidog"
  4026. ScreenGui.dog.TextColor3 = Color3.fromRGB(255, 255, 255)
  4027. ScreenGui.dog.TextScaled = true
  4028. ScreenGui.dog.TextSize = 18.000
  4029. ScreenGui.dog.TextWrapped = true
  4030. ScreenGui.dog.MouseButton1Down:connect(function()
  4031. nodog = not nodog
  4032. if nodog == true then
  4033. ScreenGui.onofftext_6.Text = "Enabled:"
  4034. end
  4035. if nodog == false then
  4036. ScreenGui.onofftext_6.Text = "Disabled:"
  4037. end
  4038. end)
  4039.  
  4040. ScreenGui.onofftext_6.Name = "onofftext"
  4041. ScreenGui.onofftext_6.Parent = ScreenGui.dog
  4042. ScreenGui.onofftext_6.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4043. ScreenGui.onofftext_6.BackgroundTransparency = 1.000
  4044. ScreenGui.onofftext_6.BorderSizePixel = 0
  4045. ScreenGui.onofftext_6.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4046. ScreenGui.onofftext_6.Size = UDim2.new(0, 55, 0, 15)
  4047. ScreenGui.onofftext_6.Font = Enum.Font.Gotham
  4048. ScreenGui.onofftext_6.Text = "Enabled:"
  4049. ScreenGui.onofftext_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  4050. ScreenGui.onofftext_6.TextScaled = true
  4051. ScreenGui.onofftext_6.TextSize = 16.000
  4052. ScreenGui.onofftext_6.TextWrapped = true
  4053.  
  4054. ScreenGui.music.Name = "music"
  4055. ScreenGui.music.Parent = ScreenGui.antitab
  4056. ScreenGui.music.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4057. ScreenGui.music.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4058. ScreenGui.music.BorderSizePixel = 3
  4059. ScreenGui.music.Position = UDim2.new(0.0897435918, 0, 0.341017097, 0)
  4060. ScreenGui.music.Size = UDim2.new(0, 55, 0, 25)
  4061. ScreenGui.music.Font = Enum.Font.Gotham
  4062. ScreenGui.music.Text = "antimusic"
  4063. ScreenGui.music.TextColor3 = Color3.fromRGB(255, 255, 255)
  4064. ScreenGui.music.TextScaled = true
  4065. ScreenGui.music.TextSize = 18.000
  4066. ScreenGui.music.TextWrapped = true
  4067. ScreenGui.music.MouseButton1Down:connect(function()
  4068. nomusic = not nomusic
  4069. if nomusic == true then
  4070. ScreenGui.onofftext_7.Text = "Enabled:"
  4071. end
  4072. if nomusic == false then
  4073. ScreenGui.onofftext_7.Text = "Disabled:"
  4074. end
  4075. end)
  4076.  
  4077. ScreenGui.onofftext_7.Name = "onofftext"
  4078. ScreenGui.onofftext_7.Parent = ScreenGui.music
  4079. ScreenGui.onofftext_7.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4080. ScreenGui.onofftext_7.BackgroundTransparency = 1.000
  4081. ScreenGui.onofftext_7.BorderSizePixel = 0
  4082. ScreenGui.onofftext_7.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4083. ScreenGui.onofftext_7.Size = UDim2.new(0, 55, 0, 15)
  4084. ScreenGui.onofftext_7.Font = Enum.Font.Gotham
  4085. ScreenGui.onofftext_7.Text = "Disabled:"
  4086. ScreenGui.onofftext_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  4087. ScreenGui.onofftext_7.TextScaled = true
  4088. ScreenGui.onofftext_7.TextSize = 16.000
  4089. ScreenGui.onofftext_7.TextWrapped = true
  4090.  
  4091. ScreenGui.smoke.Name = "smoke"
  4092. ScreenGui.smoke.Parent = ScreenGui.antitab
  4093. ScreenGui.smoke.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4094. ScreenGui.smoke.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4095. ScreenGui.smoke.BorderSizePixel = 3
  4096. ScreenGui.smoke.Position = UDim2.new(0.551282108, 0, 0.417132586, 0)
  4097. ScreenGui.smoke.Size = UDim2.new(0, 55, 0, 25)
  4098. ScreenGui.smoke.Font = Enum.Font.Gotham
  4099. ScreenGui.smoke.Text = "antismoke"
  4100. ScreenGui.smoke.TextColor3 = Color3.fromRGB(255, 255, 255)
  4101. ScreenGui.smoke.TextScaled = true
  4102. ScreenGui.smoke.TextSize = 18.000
  4103. ScreenGui.smoke.TextWrapped = true
  4104. ScreenGui.smoke.MouseButton1Down:connect(function()
  4105. nosmoke = not nosmoke
  4106. if nosmoke == true then
  4107. ScreenGui.onofftext_8.Text = "Enabled:"
  4108. end
  4109. if nosmoke == false then
  4110. ScreenGui.onofftext_8.Text = "Disabled:"
  4111. end
  4112. end)
  4113.  
  4114. ScreenGui.onofftext_8.Name = "onofftext"
  4115. ScreenGui.onofftext_8.Parent = ScreenGui.smoke
  4116. ScreenGui.onofftext_8.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4117. ScreenGui.onofftext_8.BackgroundTransparency = 1.000
  4118. ScreenGui.onofftext_8.BorderSizePixel = 0
  4119. ScreenGui.onofftext_8.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4120. ScreenGui.onofftext_8.Size = UDim2.new(0, 55, 0, 15)
  4121. ScreenGui.onofftext_8.Font = Enum.Font.Gotham
  4122. ScreenGui.onofftext_8.Text = "Enabled:"
  4123. ScreenGui.onofftext_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  4124. ScreenGui.onofftext_8.TextScaled = true
  4125. ScreenGui.onofftext_8.TextSize = 16.000
  4126. ScreenGui.onofftext_8.TextWrapped = true
  4127.  
  4128. ScreenGui.sparkles.Name = "sparkles"
  4129. ScreenGui.sparkles.Parent = ScreenGui.antitab
  4130. ScreenGui.sparkles.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4131. ScreenGui.sparkles.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4132. ScreenGui.sparkles.BorderSizePixel = 3
  4133. ScreenGui.sparkles.Position = UDim2.new(0.0897435918, 0, 0.417132586, 0)
  4134. ScreenGui.sparkles.Size = UDim2.new(0, 55, 0, 25)
  4135. ScreenGui.sparkles.Font = Enum.Font.Gotham
  4136. ScreenGui.sparkles.Text = "antisparkles"
  4137. ScreenGui.sparkles.TextColor3 = Color3.fromRGB(255, 255, 255)
  4138. ScreenGui.sparkles.TextScaled = true
  4139. ScreenGui.sparkles.TextSize = 18.000
  4140. ScreenGui.sparkles.TextWrapped = true
  4141. ScreenGui.sparkles.MouseButton1Down:connect(function()
  4142. nosparkles = not nosparkles
  4143. if nosparkles == true then
  4144. ScreenGui.onofftext_9.Text = "Enabled:"
  4145. end
  4146. if nosparkles == false then
  4147. ScreenGui.onofftext_9.Text = "Disabled:"
  4148. end
  4149. end)
  4150.  
  4151. ScreenGui.onofftext_9.Name = "onofftext"
  4152. ScreenGui.onofftext_9.Parent = ScreenGui.sparkles
  4153. ScreenGui.onofftext_9.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4154. ScreenGui.onofftext_9.BackgroundTransparency = 1.000
  4155. ScreenGui.onofftext_9.BorderSizePixel = 0
  4156. ScreenGui.onofftext_9.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4157. ScreenGui.onofftext_9.Size = UDim2.new(0, 55, 0, 15)
  4158. ScreenGui.onofftext_9.Font = Enum.Font.Gotham
  4159. ScreenGui.onofftext_9.Text = "Disabled:"
  4160. ScreenGui.onofftext_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  4161. ScreenGui.onofftext_9.TextScaled = true
  4162. ScreenGui.onofftext_9.TextSize = 16.000
  4163. ScreenGui.onofftext_9.TextWrapped = true
  4164.  
  4165. ScreenGui.speed.Name = "speed"
  4166. ScreenGui.speed.Parent = ScreenGui.antitab
  4167. ScreenGui.speed.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4168. ScreenGui.speed.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4169. ScreenGui.speed.BorderSizePixel = 3
  4170. ScreenGui.speed.Position = UDim2.new(0.551282108, 0, 0.489311069, 0)
  4171. ScreenGui.speed.Size = UDim2.new(0, 55, 0, 25)
  4172. ScreenGui.speed.Font = Enum.Font.Gotham
  4173. ScreenGui.speed.Text = "antispeed"
  4174. ScreenGui.speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  4175. ScreenGui.speed.TextScaled = true
  4176. ScreenGui.speed.TextSize = 18.000
  4177. ScreenGui.speed.TextWrapped = true
  4178. ScreenGui.speed.MouseButton1Down:connect(function()
  4179. nospeed = not nospeed
  4180. if nospeed == true then
  4181. ScreenGui.onofftext_10.Text = "Enabled:"
  4182. end
  4183. if nospeed == false then
  4184. ScreenGui.onofftext_10.Text = "Disabled:"
  4185. end
  4186. end)
  4187.  
  4188. ScreenGui.onofftext_10.Name = "onofftext"
  4189. ScreenGui.onofftext_10.Parent = ScreenGui.speed
  4190. ScreenGui.onofftext_10.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4191. ScreenGui.onofftext_10.BackgroundTransparency = 1.000
  4192. ScreenGui.onofftext_10.BorderSizePixel = 0
  4193. ScreenGui.onofftext_10.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4194. ScreenGui.onofftext_10.Size = UDim2.new(0, 55, 0, 15)
  4195. ScreenGui.onofftext_10.Font = Enum.Font.Gotham
  4196. ScreenGui.onofftext_10.Text = "Disabled:"
  4197. ScreenGui.onofftext_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  4198. ScreenGui.onofftext_10.TextScaled = true
  4199. ScreenGui.onofftext_10.TextSize = 16.000
  4200. ScreenGui.onofftext_10.TextWrapped = true
  4201.  
  4202. ScreenGui.explode.Name = "explode"
  4203. ScreenGui.explode.Parent = ScreenGui.antitab
  4204. ScreenGui.explode.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4205. ScreenGui.explode.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4206. ScreenGui.explode.BorderSizePixel = 3
  4207. ScreenGui.explode.Position = UDim2.new(0.0897435918, 0, 0.489311069, 0)
  4208. ScreenGui.explode.Size = UDim2.new(0, 55, 0, 25)
  4209. ScreenGui.explode.Font = Enum.Font.Gotham
  4210. ScreenGui.explode.Text = "antiexplode"
  4211. ScreenGui.explode.TextColor3 = Color3.fromRGB(255, 255, 255)
  4212. ScreenGui.explode.TextScaled = true
  4213. ScreenGui.explode.TextSize = 18.000
  4214. ScreenGui.explode.TextWrapped = true
  4215. ScreenGui.explode.MouseButton1Down:connect(function()
  4216. noexp = not noexp
  4217. if noexp == true then
  4218. ScreenGui.onofftext_11.Text = "Enabled:"
  4219. end
  4220. if noexp == false then
  4221. ScreenGui.onofftext_11.Text = "Disabled:"
  4222. end
  4223. end)
  4224.  
  4225. ScreenGui.onofftext_11.Name = "onofftext"
  4226. ScreenGui.onofftext_11.Parent = ScreenGui.explode
  4227. ScreenGui.onofftext_11.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4228. ScreenGui.onofftext_11.BackgroundTransparency = 1.000
  4229. ScreenGui.onofftext_11.BorderSizePixel = 0
  4230. ScreenGui.onofftext_11.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4231. ScreenGui.onofftext_11.Size = UDim2.new(0, 55, 0, 15)
  4232. ScreenGui.onofftext_11.Font = Enum.Font.Gotham
  4233. ScreenGui.onofftext_11.Text = "Enabled:"
  4234. ScreenGui.onofftext_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  4235. ScreenGui.onofftext_11.TextScaled = true
  4236. ScreenGui.onofftext_11.TextSize = 16.000
  4237. ScreenGui.onofftext_11.TextWrapped = true
  4238.  
  4239. ScreenGui.swag.Name = "swag"
  4240. ScreenGui.swag.Parent = ScreenGui.antitab
  4241. ScreenGui.swag.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4242. ScreenGui.swag.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4243. ScreenGui.swag.BorderSizePixel = 3
  4244. ScreenGui.swag.Position = UDim2.new(0.551282108, 0, 0.565426588, 0)
  4245. ScreenGui.swag.Size = UDim2.new(0, 55, 0, 25)
  4246. ScreenGui.swag.Font = Enum.Font.Gotham
  4247. ScreenGui.swag.Text = "antiswag"
  4248. ScreenGui.swag.TextColor3 = Color3.fromRGB(255, 255, 255)
  4249. ScreenGui.swag.TextScaled = true
  4250. ScreenGui.swag.TextSize = 18.000
  4251. ScreenGui.swag.TextWrapped = true
  4252. ScreenGui.swag.MouseButton1Down:connect(function()
  4253. noswag = not noswag
  4254. if noswag == true then
  4255. ScreenGui.onofftext_12.Text = "Enabled:"
  4256. end
  4257. if noswag == false then
  4258. ScreenGui.onofftext_12.Text = "Disabled:"
  4259. end
  4260. end)
  4261.  
  4262. ScreenGui.onofftext_12.Name = "onofftext"
  4263. ScreenGui.onofftext_12.Parent = ScreenGui.swag
  4264. ScreenGui.onofftext_12.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4265. ScreenGui.onofftext_12.BackgroundTransparency = 1.000
  4266. ScreenGui.onofftext_12.BorderSizePixel = 0
  4267. ScreenGui.onofftext_12.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4268. ScreenGui.onofftext_12.Size = UDim2.new(0, 55, 0, 15)
  4269. ScreenGui.onofftext_12.Font = Enum.Font.Gotham
  4270. ScreenGui.onofftext_12.Text = "Enabled:"
  4271. ScreenGui.onofftext_12.TextColor3 = Color3.fromRGB(255, 255, 255)
  4272. ScreenGui.onofftext_12.TextScaled = true
  4273. ScreenGui.onofftext_12.TextSize = 16.000
  4274. ScreenGui.onofftext_12.TextWrapped = true
  4275.  
  4276. ScreenGui.fire.Name = "fire"
  4277. ScreenGui.fire.Parent = ScreenGui.antitab
  4278. ScreenGui.fire.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4279. ScreenGui.fire.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4280. ScreenGui.fire.BorderSizePixel = 3
  4281. ScreenGui.fire.Position = UDim2.new(0.0897435918, 0, 0.565426588, 0)
  4282. ScreenGui.fire.Size = UDim2.new(0, 55, 0, 25)
  4283. ScreenGui.fire.Font = Enum.Font.Gotham
  4284. ScreenGui.fire.Text = "antifire"
  4285. ScreenGui.fire.TextColor3 = Color3.fromRGB(255, 255, 255)
  4286. ScreenGui.fire.TextScaled = true
  4287. ScreenGui.fire.TextSize = 18.000
  4288. ScreenGui.fire.TextWrapped = true
  4289. ScreenGui.fire.MouseButton1Down:connect(function()
  4290. nofire = not nofire
  4291. if nofire == true then
  4292. ScreenGui.onofftext_13.Text = "Enabled:"
  4293. end
  4294. if nofire == false then
  4295. ScreenGui.onofftext_13.Text = "Disabled:"
  4296. end
  4297. end)
  4298.  
  4299. ScreenGui.onofftext_13.Name = "onofftext"
  4300. ScreenGui.onofftext_13.Parent = ScreenGui.fire
  4301. ScreenGui.onofftext_13.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4302. ScreenGui.onofftext_13.BackgroundTransparency = 1.000
  4303. ScreenGui.onofftext_13.BorderSizePixel = 0
  4304. ScreenGui.onofftext_13.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4305. ScreenGui.onofftext_13.Size = UDim2.new(0, 55, 0, 15)
  4306. ScreenGui.onofftext_13.Font = Enum.Font.Gotham
  4307. ScreenGui.onofftext_13.Text = "Enabled:"
  4308. ScreenGui.onofftext_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  4309. ScreenGui.onofftext_13.TextScaled = true
  4310. ScreenGui.onofftext_13.TextSize = 16.000
  4311. ScreenGui.onofftext_13.TextWrapped = true
  4312.  
  4313. ScreenGui.skydive.Name = "skydive"
  4314. ScreenGui.skydive.Parent = ScreenGui.antitab
  4315. ScreenGui.skydive.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4316. ScreenGui.skydive.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4317. ScreenGui.skydive.BorderSizePixel = 3
  4318. ScreenGui.skydive.Position = UDim2.new(0.551282108, 0, 0.638917387, 0)
  4319. ScreenGui.skydive.Size = UDim2.new(0, 55, 0, 25)
  4320. ScreenGui.skydive.Font = Enum.Font.Gotham
  4321. ScreenGui.skydive.Text = "antiskydive"
  4322. ScreenGui.skydive.TextColor3 = Color3.fromRGB(255, 255, 255)
  4323. ScreenGui.skydive.TextScaled = true
  4324. ScreenGui.skydive.TextSize = 18.000
  4325. ScreenGui.skydive.TextWrapped = true
  4326. ScreenGui.skydive.MouseButton1Down:connect(function()
  4327. noskydive = not noskydive
  4328. if noskydive == true then
  4329. ScreenGui.onofftext_14.Text = "Enabled:"
  4330. end
  4331. if noskydive == false then
  4332. ScreenGui.onofftext_14.Text = "Disabled:"
  4333. end
  4334. end)
  4335.  
  4336. ScreenGui.onofftext_14.Name = "onofftext"
  4337. ScreenGui.onofftext_14.Parent = ScreenGui.skydive
  4338. ScreenGui.onofftext_14.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4339. ScreenGui.onofftext_14.BackgroundTransparency = 1.000
  4340. ScreenGui.onofftext_14.BorderSizePixel = 0
  4341. ScreenGui.onofftext_14.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4342. ScreenGui.onofftext_14.Size = UDim2.new(0, 55, 0, 15)
  4343. ScreenGui.onofftext_14.Font = Enum.Font.Gotham
  4344. ScreenGui.onofftext_14.Text = "Enabled:"
  4345. ScreenGui.onofftext_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  4346. ScreenGui.onofftext_14.TextScaled = true
  4347. ScreenGui.onofftext_14.TextSize = 16.000
  4348. ScreenGui.onofftext_14.TextWrapped = true
  4349.  
  4350. ScreenGui.blind.Name = "blind"
  4351. ScreenGui.blind.Parent = ScreenGui.antitab
  4352. ScreenGui.blind.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4353. ScreenGui.blind.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4354. ScreenGui.blind.BorderSizePixel = 3
  4355. ScreenGui.blind.Position = UDim2.new(0.0897435918, 0, 0.638917387, 0)
  4356. ScreenGui.blind.Size = UDim2.new(0, 55, 0, 25)
  4357. ScreenGui.blind.Font = Enum.Font.Gotham
  4358. ScreenGui.blind.Text = "antiblind"
  4359. ScreenGui.blind.TextColor3 = Color3.fromRGB(255, 255, 255)
  4360. ScreenGui.blind.TextScaled = true
  4361. ScreenGui.blind.TextSize = 18.000
  4362. ScreenGui.blind.TextWrapped = true
  4363. ScreenGui.blind.MouseButton1Down:connect(function()
  4364. noblind = not noblind
  4365. if noblind == true then
  4366. ScreenGui.onofftext_15.Text = "Enabled:"
  4367. end
  4368. if noblind == false then
  4369. ScreenGui.onofftext_15.Text = "Disabled:"
  4370. end
  4371. end)
  4372.  
  4373. ScreenGui.onofftext_15.Name = "onofftext"
  4374. ScreenGui.onofftext_15.Parent = ScreenGui.blind
  4375. ScreenGui.onofftext_15.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4376. ScreenGui.onofftext_15.BackgroundTransparency = 1.000
  4377. ScreenGui.onofftext_15.BorderSizePixel = 0
  4378. ScreenGui.onofftext_15.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4379. ScreenGui.onofftext_15.Size = UDim2.new(0, 55, 0, 15)
  4380. ScreenGui.onofftext_15.Font = Enum.Font.Gotham
  4381. ScreenGui.onofftext_15.Text = "Enabled:"
  4382. ScreenGui.onofftext_15.TextColor3 = Color3.fromRGB(255, 255, 255)
  4383. ScreenGui.onofftext_15.TextScaled = true
  4384. ScreenGui.onofftext_15.TextSize = 16.000
  4385. ScreenGui.onofftext_15.TextWrapped = true
  4386.  
  4387. ScreenGui.ice.Name = "ice"
  4388. ScreenGui.ice.Parent = ScreenGui.antitab
  4389. ScreenGui.ice.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4390. ScreenGui.ice.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4391. ScreenGui.ice.BorderSizePixel = 3
  4392. ScreenGui.ice.Position = UDim2.new(0.551282108, 0, 0.709783554, 0)
  4393. ScreenGui.ice.Size = UDim2.new(0, 55, 0, 25)
  4394. ScreenGui.ice.Font = Enum.Font.Gotham
  4395. ScreenGui.ice.Text = "antifreeze"
  4396. ScreenGui.ice.TextColor3 = Color3.fromRGB(255, 255, 255)
  4397. ScreenGui.ice.TextScaled = true
  4398. ScreenGui.ice.TextSize = 18.000
  4399. ScreenGui.ice.TextWrapped = true
  4400. ScreenGui.ice.MouseButton1Down:connect(function()
  4401. noice = not noice
  4402. if noice == true then
  4403. ScreenGui.onofftext_16.Text = "Enabled:"
  4404. end
  4405. if noice == false then
  4406. ScreenGui.onofftext_16.Text = "Disabled:"
  4407. end
  4408. end)
  4409.  
  4410. ScreenGui.onofftext_16.Name = "onofftext"
  4411. ScreenGui.onofftext_16.Parent = ScreenGui.ice
  4412. ScreenGui.onofftext_16.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4413. ScreenGui.onofftext_16.BackgroundTransparency = 1.000
  4414. ScreenGui.onofftext_16.BorderSizePixel = 0
  4415. ScreenGui.onofftext_16.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4416. ScreenGui.onofftext_16.Size = UDim2.new(0, 55, 0, 15)
  4417. ScreenGui.onofftext_16.Font = Enum.Font.Gotham
  4418. ScreenGui.onofftext_16.Text = "Enabled:"
  4419. ScreenGui.onofftext_16.TextColor3 = Color3.fromRGB(255, 255, 255)
  4420. ScreenGui.onofftext_16.TextScaled = true
  4421. ScreenGui.onofftext_16.TextSize = 16.000
  4422. ScreenGui.onofftext_16.TextWrapped = true
  4423.  
  4424. ScreenGui.crash.Name = "crash"
  4425. ScreenGui.crash.Parent = ScreenGui.antitab
  4426. ScreenGui.crash.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4427. ScreenGui.crash.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4428. ScreenGui.crash.BorderSizePixel = 3
  4429. ScreenGui.crash.Position = UDim2.new(0.0897435918, 0, 0.709783554, 0)
  4430. ScreenGui.crash.Size = UDim2.new(0, 55, 0, 25)
  4431. ScreenGui.crash.Font = Enum.Font.Gotham
  4432. ScreenGui.crash.Text = "anticrash"
  4433. ScreenGui.crash.TextColor3 = Color3.fromRGB(255, 255, 255)
  4434. ScreenGui.crash.TextScaled = true
  4435. ScreenGui.crash.TextSize = 18.000
  4436. ScreenGui.crash.TextWrapped = true
  4437. ScreenGui.crash.MouseButton1Down:connect(function()
  4438. nocrash = not nocrash
  4439. if nocrash == true then
  4440. ScreenGui.onofftext_17.Text = "Enabled:"
  4441. end
  4442. if nocrash == false then
  4443. ScreenGui.onofftext_17.Text = "Disabled:"
  4444. end
  4445. end)
  4446.  
  4447. ScreenGui.onofftext_17.Name = "onofftext"
  4448. ScreenGui.onofftext_17.Parent = ScreenGui.crash
  4449. ScreenGui.onofftext_17.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4450. ScreenGui.onofftext_17.BackgroundTransparency = 1.000
  4451. ScreenGui.onofftext_17.BorderSizePixel = 0
  4452. ScreenGui.onofftext_17.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4453. ScreenGui.onofftext_17.Size = UDim2.new(0, 55, 0, 15)
  4454. ScreenGui.onofftext_17.Font = Enum.Font.Gotham
  4455. ScreenGui.onofftext_17.Text = "Enabled:"
  4456. ScreenGui.onofftext_17.TextColor3 = Color3.fromRGB(255, 255, 255)
  4457. ScreenGui.onofftext_17.TextScaled = true
  4458. ScreenGui.onofftext_17.TextSize = 16.000
  4459. ScreenGui.onofftext_17.TextWrapped = true
  4460.  
  4461. ScreenGui.ff.Name = "ff"
  4462. ScreenGui.ff.Parent = ScreenGui.antitab
  4463. ScreenGui.ff.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4464. ScreenGui.ff.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4465. ScreenGui.ff.BorderSizePixel = 3
  4466. ScreenGui.ff.Position = UDim2.new(0.551282108, 0, 0.784586728, 0)
  4467. ScreenGui.ff.Size = UDim2.new(0, 55, 0, 25)
  4468. ScreenGui.ff.Font = Enum.Font.Gotham
  4469. ScreenGui.ff.Text = "antiffeffect"
  4470. ScreenGui.ff.TextColor3 = Color3.fromRGB(255, 255, 255)
  4471. ScreenGui.ff.TextScaled = true
  4472. ScreenGui.ff.TextSize = 18.000
  4473. ScreenGui.ff.TextWrapped = true
  4474. ScreenGui.ff.MouseButton1Down:connect(function()
  4475. noff = not noff
  4476. if noff == true then
  4477. ScreenGui.onofftext_18.Text = "Enabled:"
  4478. end
  4479. if noff == false then
  4480. ScreenGui.onofftext_18.Text = "Disabled:"
  4481. end
  4482. end)
  4483.  
  4484. ScreenGui.onofftext_18.Name = "onofftext"
  4485. ScreenGui.onofftext_18.Parent = ScreenGui.ff
  4486. ScreenGui.onofftext_18.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4487. ScreenGui.onofftext_18.BackgroundTransparency = 1.000
  4488. ScreenGui.onofftext_18.BorderSizePixel = 0
  4489. ScreenGui.onofftext_18.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4490. ScreenGui.onofftext_18.Size = UDim2.new(0, 55, 0, 15)
  4491. ScreenGui.onofftext_18.Font = Enum.Font.Gotham
  4492. ScreenGui.onofftext_18.Text = "Disabled:"
  4493. ScreenGui.onofftext_18.TextColor3 = Color3.fromRGB(255, 255, 255)
  4494. ScreenGui.onofftext_18.TextScaled = true
  4495. ScreenGui.onofftext_18.TextSize = 16.000
  4496. ScreenGui.onofftext_18.TextWrapped = true
  4497.  
  4498. ScreenGui.seizure.Name = "seizure"
  4499. ScreenGui.seizure.Parent = ScreenGui.antitab
  4500. ScreenGui.seizure.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4501. ScreenGui.seizure.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4502. ScreenGui.seizure.BorderSizePixel = 3
  4503. ScreenGui.seizure.Position = UDim2.new(0.0897435918, 0, 0.784586728, 0)
  4504. ScreenGui.seizure.Size = UDim2.new(0, 55, 0, 25)
  4505. ScreenGui.seizure.Font = Enum.Font.Gotham
  4506. ScreenGui.seizure.Text = "antiseizure"
  4507. ScreenGui.seizure.TextColor3 = Color3.fromRGB(255, 255, 255)
  4508. ScreenGui.seizure.TextScaled = true
  4509. ScreenGui.seizure.TextSize = 18.000
  4510. ScreenGui.seizure.TextWrapped = true
  4511. ScreenGui.seizure.MouseButton1Down:connect(function()
  4512. noseizure = not noseizure
  4513. if noseizure == true then
  4514. ScreenGui.onofftext_19.Text = "Enabled:"
  4515. end
  4516. if noseizure == false then
  4517. ScreenGui.onofftext_19.Text = "Disabled:"
  4518. end
  4519. end)
  4520.  
  4521. ScreenGui.onofftext_19.Name = "onofftext"
  4522. ScreenGui.onofftext_19.Parent = ScreenGui.seizure
  4523. ScreenGui.onofftext_19.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4524. ScreenGui.onofftext_19.BackgroundTransparency = 1.000
  4525. ScreenGui.onofftext_19.BorderSizePixel = 0
  4526. ScreenGui.onofftext_19.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4527. ScreenGui.onofftext_19.Size = UDim2.new(0, 55, 0, 15)
  4528. ScreenGui.onofftext_19.Font = Enum.Font.Gotham
  4529. ScreenGui.onofftext_19.Text = "Enabled:"
  4530. ScreenGui.onofftext_19.TextColor3 = Color3.fromRGB(255, 255, 255)
  4531. ScreenGui.onofftext_19.TextScaled = true
  4532. ScreenGui.onofftext_19.TextSize = 16.000
  4533. ScreenGui.onofftext_19.TextWrapped = true
  4534.  
  4535. ScreenGui.light.Name = "light"
  4536. ScreenGui.light.Parent = ScreenGui.antitab
  4537. ScreenGui.light.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4538. ScreenGui.light.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4539. ScreenGui.light.BorderSizePixel = 3
  4540. ScreenGui.light.Position = UDim2.new(0.551282108, 0, 0.856765211, 0)
  4541. ScreenGui.light.Size = UDim2.new(0, 55, 0, 25)
  4542. ScreenGui.light.Font = Enum.Font.Gotham
  4543. ScreenGui.light.Text = "antilight"
  4544. ScreenGui.light.TextColor3 = Color3.fromRGB(255, 255, 255)
  4545. ScreenGui.light.TextScaled = true
  4546. ScreenGui.light.TextSize = 18.000
  4547. ScreenGui.light.TextWrapped = true
  4548. ScreenGui.light.MouseButton1Down:connect(function()
  4549. ilight = not ilight
  4550. if ilight == true then
  4551. ScreenGui.onofftext_20.Text = "Enabled:"
  4552. end
  4553. if ilight == false then
  4554. ScreenGui.onofftext_20.Text = "Disabled:"
  4555. end
  4556. end)
  4557.  
  4558. ScreenGui.onofftext_20.Name = "onofftext"
  4559. ScreenGui.onofftext_20.Parent = ScreenGui.light
  4560. ScreenGui.onofftext_20.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4561. ScreenGui.onofftext_20.BackgroundTransparency = 1.000
  4562. ScreenGui.onofftext_20.BorderSizePixel = 0
  4563. ScreenGui.onofftext_20.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)
  4564. ScreenGui.onofftext_20.Size = UDim2.new(0, 55, 0, 15)
  4565. ScreenGui.onofftext_20.Font = Enum.Font.Gotham
  4566. ScreenGui.onofftext_20.Text = "Enabled:"
  4567. ScreenGui.onofftext_20.TextColor3 = Color3.fromRGB(255, 255, 255)
  4568. ScreenGui.onofftext_20.TextScaled = true
  4569. ScreenGui.onofftext_20.TextSize = 16.000
  4570. ScreenGui.onofftext_20.TextWrapped = true
  4571.  
  4572. ScreenGui.msgcrash.Name = "msgcrash"
  4573. ScreenGui.msgcrash.Parent = ScreenGui.antitab
  4574. ScreenGui.msgcrash.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4575. ScreenGui.msgcrash.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4576. ScreenGui.msgcrash.BorderSizePixel = 3
  4577. ScreenGui.msgcrash.Position = UDim2.new(0.0897435918, 0, 0.856765211, 0)
  4578. ScreenGui.msgcrash.Size = UDim2.new(0, 55, 0, 25)
  4579. ScreenGui.msgcrash.Font = Enum.Font.Gotham
  4580. ScreenGui.msgcrash.Text = "antimsg"
  4581. ScreenGui.msgcrash.TextColor3 = Color3.fromRGB(255, 255, 255)
  4582. ScreenGui.msgcrash.TextScaled = true
  4583. ScreenGui.msgcrash.TextSize = 18.000
  4584. ScreenGui.msgcrash.TextWrapped = true
  4585. ScreenGui.msgcrash.MouseButton1Down:connect(function()
  4586. nomsgcrash = not nomsgcrash
  4587. if nomsgcrash == true then
  4588. ScreenGui.onofftext_21.Text = "Disabled:"
  4589. end
  4590. if nomsgcrash == true then
  4591. ScreenGui.onofftext_21.Text = "Enabled:"
  4592. end
  4593. end)
  4594.  
  4595. ScreenGui.onofftext_21.Name = "onofftext"
  4596. ScreenGui.onofftext_21.Parent = ScreenGui.msgcrash
  4597. ScreenGui.onofftext_21.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4598. ScreenGui.onofftext_21.BackgroundTransparency = 1.000
  4599. ScreenGui.onofftext_21.BorderSizePixel = 0
  4600. ScreenGui.onofftext_21.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)
  4601. ScreenGui.onofftext_21.Size = UDim2.new(0, 55, 0, 15)
  4602. ScreenGui.onofftext_21.Font = Enum.Font.Gotham
  4603. ScreenGui.onofftext_21.Text = "Disabled:"
  4604. ScreenGui.onofftext_21.TextColor3 = Color3.fromRGB(255, 255, 255)
  4605. ScreenGui.onofftext_21.TextScaled = true
  4606. ScreenGui.onofftext_21.TextSize = 16.000
  4607. ScreenGui.onofftext_21.TextWrapped = true
  4608.  
  4609. ScreenGui.colortab.Name = "colortab"
  4610. ScreenGui.colortab.Parent = ScreenGui.tabholder
  4611. ScreenGui.colortab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4612. ScreenGui.colortab.BackgroundTransparency = 1.000
  4613. ScreenGui.colortab.Size = UDim2.new(0, 156, 0, 254)
  4614. ScreenGui.colortab.Visible = false
  4615.  
  4616. ScreenGui.title_7.Name = "title"
  4617. ScreenGui.title_7.Parent = ScreenGui.colortab
  4618. ScreenGui.title_7.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4619. ScreenGui.title_7.BackgroundTransparency = 1.000
  4620. ScreenGui.title_7.BorderSizePixel = 0
  4621. ScreenGui.title_7.Position = UDim2.new(0.256000012, 0, 0, 5)
  4622. ScreenGui.title_7.Size = UDim2.new(0, 75, 0, 22)
  4623. ScreenGui.title_7.Font = Enum.Font.Gotham
  4624. ScreenGui.title_7.Text = "Colors"
  4625. ScreenGui.title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  4626. ScreenGui.title_7.TextSize = 16.000
  4627. ScreenGui.title_7.TextWrapped = true
  4628.  
  4629. ScreenGui.line_6.Name = "line"
  4630. ScreenGui.line_6.Parent = ScreenGui.colortab
  4631. ScreenGui.line_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4632. ScreenGui.line_6.BorderSizePixel = 0
  4633. ScreenGui.line_6.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  4634. ScreenGui.line_6.Size = UDim2.new(0, 125, 0, 1)
  4635. ScreenGui.line_6.Font = Enum.Font.SourceSans
  4636. ScreenGui.line_6.Text = ""
  4637. ScreenGui.line_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  4638. ScreenGui.line_6.TextSize = 14.000
  4639.  
  4640. ScreenGui.acolor.Name = "acolor"
  4641. ScreenGui.acolor.Parent = ScreenGui.colortab
  4642. ScreenGui.acolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4643. ScreenGui.acolor.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4644. ScreenGui.acolor.BorderSizePixel = 3
  4645. ScreenGui.acolor.Position = UDim2.new(0.0897435918, 0, 0.155709341, 0)
  4646. ScreenGui.acolor.Size = UDim2.new(0, 55, 0, 25)
  4647. ScreenGui.acolor.Font = Enum.Font.Gotham
  4648. ScreenGui.acolor.Text = "Acolor"
  4649. ScreenGui.acolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  4650. ScreenGui.acolor.TextScaled = true
  4651. ScreenGui.acolor.TextSize = 18.000
  4652. ScreenGui.acolor.TextWrapped = true
  4653. ScreenGui.acolor.MouseButton1Down:connect(function()
  4654. game:GetService'Players':Chat((":acolor"))
  4655. end)
  4656.  
  4657. ScreenGui.bcolor.Name = "bcolor"
  4658. ScreenGui.bcolor.Parent = ScreenGui.colortab
  4659. ScreenGui.bcolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4660. ScreenGui.bcolor.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4661. ScreenGui.bcolor.BorderSizePixel = 3
  4662. ScreenGui.bcolor.Position = UDim2.new(0.538461566, 0, 0.155709341, 0)
  4663. ScreenGui.bcolor.Size = UDim2.new(0, 55, 0, 25)
  4664. ScreenGui.bcolor.Font = Enum.Font.Gotham
  4665. ScreenGui.bcolor.Text = "Bcolor"
  4666. ScreenGui.bcolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  4667. ScreenGui.bcolor.TextScaled = true
  4668. ScreenGui.bcolor.TextSize = 18.000
  4669. ScreenGui.bcolor.TextWrapped = true
  4670. ScreenGui.bcolor.MouseButton1Down:connect(function()
  4671. game:GetService'Players':Chat((":bcolor"))
  4672. end)
  4673.  
  4674. ScreenGui.redhell.Name = "redhell"
  4675. ScreenGui.redhell.Parent = ScreenGui.colortab
  4676. ScreenGui.redhell.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4677. ScreenGui.redhell.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4678. ScreenGui.redhell.BorderSizePixel = 3
  4679. ScreenGui.redhell.Position = UDim2.new(0.538461566, 0, 0.325000674, 0)
  4680. ScreenGui.redhell.Size = UDim2.new(0, 55, 0, 25)
  4681. ScreenGui.redhell.Font = Enum.Font.Gotham
  4682. ScreenGui.redhell.Text = "Redhell"
  4683. ScreenGui.redhell.TextColor3 = Color3.fromRGB(255, 255, 255)
  4684. ScreenGui.redhell.TextScaled = true
  4685. ScreenGui.redhell.TextSize = 18.000
  4686. ScreenGui.redhell.TextWrapped = true
  4687. ScreenGui.redhell.MouseButton1Down:connect(function()
  4688. game:GetService'Players':Chat((":redhell"))
  4689. end)
  4690.  
  4691. ScreenGui.ccolor.Name = "ccolor"
  4692. ScreenGui.ccolor.Parent = ScreenGui.colortab
  4693. ScreenGui.ccolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4694. ScreenGui.ccolor.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4695. ScreenGui.ccolor.BorderSizePixel = 3
  4696. ScreenGui.ccolor.Position = UDim2.new(0.0897435918, 0, 0.325000674, 0)
  4697. ScreenGui.ccolor.Size = UDim2.new(0, 55, 0, 25)
  4698. ScreenGui.ccolor.Font = Enum.Font.Gotham
  4699. ScreenGui.ccolor.Text = "Ccolor"
  4700. ScreenGui.ccolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  4701. ScreenGui.ccolor.TextScaled = true
  4702. ScreenGui.ccolor.TextSize = 18.000
  4703. ScreenGui.ccolor.TextWrapped = true
  4704. ScreenGui.ccolor.MouseButton1Down:connect(function()
  4705. game:GetService'Players':Chat((":ccolor"))
  4706. end)
  4707.  
  4708. ScreenGui.a.Name = "a"
  4709. ScreenGui.a.Parent = ScreenGui.colortab
  4710. ScreenGui.a.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4711. ScreenGui.a.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4712. ScreenGui.a.BorderSizePixel = 3
  4713. ScreenGui.a.Position = UDim2.new(0.538461566, 0, 0.494292021, 0)
  4714. ScreenGui.a.Size = UDim2.new(0, 55, 0, 25)
  4715. ScreenGui.a.Font = Enum.Font.Gotham
  4716. ScreenGui.a.Text = "NA"
  4717. ScreenGui.a.TextColor3 = Color3.fromRGB(255, 255, 255)
  4718. ScreenGui.a.TextScaled = true
  4719. ScreenGui.a.TextSize = 18.000
  4720. ScreenGui.a.TextWrapped = true
  4721.  
  4722. ScreenGui.rainbow.Name = "rainbow"
  4723. ScreenGui.rainbow.Parent = ScreenGui.colortab
  4724. ScreenGui.rainbow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4725. ScreenGui.rainbow.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4726. ScreenGui.rainbow.BorderSizePixel = 3
  4727. ScreenGui.rainbow.Position = UDim2.new(0.0897435918, 0, 0.494292021, 0)
  4728. ScreenGui.rainbow.Size = UDim2.new(0, 55, 0, 25)
  4729. ScreenGui.rainbow.Font = Enum.Font.Gotham
  4730. ScreenGui.rainbow.Text = "Rainbow"
  4731. ScreenGui.rainbow.TextColor3 = Color3.fromRGB(255, 255, 255)
  4732. ScreenGui.rainbow.TextScaled = true
  4733. ScreenGui.rainbow.TextSize = 18.000
  4734. ScreenGui.rainbow.TextWrapped = true
  4735. ScreenGui.rainbow.MouseButton1Down:connect(function()
  4736. game:GetService'Players':Chat((":rainbow"))
  4737. end)
  4738.  
  4739. ScreenGui.a_2.Name = "a"
  4740. ScreenGui.a_2.Parent = ScreenGui.colortab
  4741. ScreenGui.a_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4742. ScreenGui.a_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4743. ScreenGui.a_2.BorderSizePixel = 3
  4744. ScreenGui.a_2.Position = UDim2.new(0.538461566, 0, 0.655709326, 0)
  4745. ScreenGui.a_2.Size = UDim2.new(0, 55, 0, 25)
  4746. ScreenGui.a_2.Font = Enum.Font.Gotham
  4747. ScreenGui.a_2.Text = "NA"
  4748. ScreenGui.a_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  4749. ScreenGui.a_2.TextScaled = true
  4750. ScreenGui.a_2.TextSize = 18.000
  4751. ScreenGui.a_2.TextWrapped = true
  4752.  
  4753. ScreenGui.a_3.Name = "a"
  4754. ScreenGui.a_3.Parent = ScreenGui.colortab
  4755. ScreenGui.a_3.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4756. ScreenGui.a_3.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4757. ScreenGui.a_3.BorderSizePixel = 3
  4758. ScreenGui.a_3.Position = UDim2.new(0.0897435918, 0, 0.655709326, 0)
  4759. ScreenGui.a_3.Size = UDim2.new(0, 55, 0, 25)
  4760. ScreenGui.a_3.Font = Enum.Font.Gotham
  4761. ScreenGui.a_3.Text = "NA"
  4762. ScreenGui.a_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  4763. ScreenGui.a_3.TextScaled = true
  4764. ScreenGui.a_3.TextSize = 18.000
  4765. ScreenGui.a_3.TextWrapped = true
  4766.  
  4767. ScreenGui.stop_2.Name = "stop"
  4768. ScreenGui.stop_2.Parent = ScreenGui.colortab
  4769. ScreenGui.stop_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4770. ScreenGui.stop_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4771. ScreenGui.stop_2.BorderSizePixel = 3
  4772. ScreenGui.stop_2.Position = UDim2.new(0.166666672, 0, 0.817126632, 0)
  4773. ScreenGui.stop_2.Size = UDim2.new(0, 100, 0, 25)
  4774. ScreenGui.stop_2.Font = Enum.Font.Gotham
  4775. ScreenGui.stop_2.Text = "Stop"
  4776. ScreenGui.stop_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  4777. ScreenGui.stop_2.TextSize = 18.000
  4778. ScreenGui.stop_2.TextWrapped = true
  4779. ScreenGui.stop_2.MouseButton1Down:connect(function()
  4780. acolor = false
  4781. bcolor = false
  4782. ccolor = false
  4783. rhell = false
  4784. multi = false
  4785. end)
  4786.  
  4787. ScreenGui.geartab.Name = "geartab"
  4788. ScreenGui.geartab.Parent = ScreenGui.tabholder
  4789. ScreenGui.geartab.Active = true
  4790. ScreenGui.geartab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4791. ScreenGui.geartab.BackgroundTransparency = 1.000
  4792. ScreenGui.geartab.BorderSizePixel = 0
  4793. ScreenGui.geartab.Size = UDim2.new(0, 156, 0, 254)
  4794. ScreenGui.geartab.Visible = false
  4795. ScreenGui.geartab.CanvasSize = UDim2.new(0, 0, 3, 0)
  4796. ScreenGui.geartab.ScrollBarThickness = 4
  4797. ScreenGui.geartab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  4798.  
  4799. ScreenGui.title_8.Name = "title"
  4800. ScreenGui.title_8.Parent = ScreenGui.geartab
  4801. ScreenGui.title_8.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  4802. ScreenGui.title_8.BackgroundTransparency = 1.000
  4803. ScreenGui.title_8.BorderSizePixel = 0
  4804. ScreenGui.title_8.Position = UDim2.new(0.256000012, 0, 0, 5)
  4805. ScreenGui.title_8.Size = UDim2.new(0, 75, 0, 22)
  4806. ScreenGui.title_8.Font = Enum.Font.Gotham
  4807. ScreenGui.title_8.Text = "Gear"
  4808. ScreenGui.title_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  4809. ScreenGui.title_8.TextSize = 16.000
  4810. ScreenGui.title_8.TextWrapped = true
  4811.  
  4812. ScreenGui.line_7.Name = "line"
  4813. ScreenGui.line_7.Parent = ScreenGui.geartab
  4814. ScreenGui.line_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  4815. ScreenGui.line_7.BorderSizePixel = 0
  4816. ScreenGui.line_7.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)
  4817. ScreenGui.line_7.Size = UDim2.new(0, 125, 0, 1)
  4818. ScreenGui.line_7.Font = Enum.Font.SourceSans
  4819. ScreenGui.line_7.Text = ""
  4820. ScreenGui.line_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  4821. ScreenGui.line_7.TextSize = 14.000
  4822.  
  4823. ScreenGui.laser.Name = "laser"
  4824. ScreenGui.laser.Parent = ScreenGui.geartab
  4825. ScreenGui.laser.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4826. ScreenGui.laser.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4827. ScreenGui.laser.BorderSizePixel = 3
  4828. ScreenGui.laser.Position = UDim2.new(0.179487184, 0, 0.0511176884, 0)
  4829. ScreenGui.laser.Size = UDim2.new(0, 100, 0, 25)
  4830. ScreenGui.laser.Font = Enum.Font.Gotham
  4831. ScreenGui.laser.Text = "Hyperlaser"
  4832. ScreenGui.laser.TextColor3 = Color3.fromRGB(255, 255, 255)
  4833. ScreenGui.laser.TextScaled = true
  4834. ScreenGui.laser.TextSize = 18.000
  4835. ScreenGui.laser.TextWrapped = true
  4836. ScreenGui.laser.MouseButton1Down:connect(function()
  4837. game:GetService'Players':Chat((":g hyperlaser me"))
  4838. end)
  4839.  
  4840. ScreenGui.dagger_2.Name = "dagger"
  4841. ScreenGui.dagger_2.Parent = ScreenGui.geartab
  4842. ScreenGui.dagger_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4843. ScreenGui.dagger_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4844. ScreenGui.dagger_2.BorderSizePixel = 3
  4845. ScreenGui.dagger_2.Position = UDim2.new(0.179487184, 0, 0.0996741205, 0)
  4846. ScreenGui.dagger_2.Size = UDim2.new(0, 100, 0, 25)
  4847. ScreenGui.dagger_2.Font = Enum.Font.Gotham
  4848. ScreenGui.dagger_2.Text = "Dagger of shattered dimensions"
  4849. ScreenGui.dagger_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  4850. ScreenGui.dagger_2.TextScaled = true
  4851. ScreenGui.dagger_2.TextSize = 18.000
  4852. ScreenGui.dagger_2.TextWrapped = true
  4853. ScreenGui.dagger_2.MouseButton1Down:connect(function()
  4854. game:GetService'Players':Chat((":g dsd me"))
  4855. end)
  4856.  
  4857. ScreenGui.cresendo.Name = "cresendo"
  4858. ScreenGui.cresendo.Parent = ScreenGui.geartab
  4859. ScreenGui.cresendo.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4860. ScreenGui.cresendo.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4861. ScreenGui.cresendo.BorderSizePixel = 3
  4862. ScreenGui.cresendo.Position = UDim2.new(0.179487184, 0, 0.149542883, 0)
  4863. ScreenGui.cresendo.Size = UDim2.new(0, 100, 0, 25)
  4864. ScreenGui.cresendo.Font = Enum.Font.Gotham
  4865. ScreenGui.cresendo.Text = "Cresendo"
  4866. ScreenGui.cresendo.TextColor3 = Color3.fromRGB(255, 255, 255)
  4867. ScreenGui.cresendo.TextScaled = true
  4868. ScreenGui.cresendo.TextSize = 18.000
  4869. ScreenGui.cresendo.TextWrapped = true
  4870. ScreenGui.cresendo.MouseButton1Down:connect(function()
  4871. game:GetService'Players':Chat((":g cresendo me"))
  4872. end)
  4873.  
  4874. ScreenGui.rainbow_2.Name = "rainbow"
  4875. ScreenGui.rainbow_2.Parent = ScreenGui.geartab
  4876. ScreenGui.rainbow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4877. ScreenGui.rainbow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4878. ScreenGui.rainbow_2.BorderSizePixel = 3
  4879. ScreenGui.rainbow_2.Position = UDim2.new(0.179487184, 0, 0.196786985, 0)
  4880. ScreenGui.rainbow_2.Size = UDim2.new(0, 100, 0, 25)
  4881. ScreenGui.rainbow_2.Font = Enum.Font.Gotham
  4882. ScreenGui.rainbow_2.Text = "Rainbow Periastron"
  4883. ScreenGui.rainbow_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  4884. ScreenGui.rainbow_2.TextScaled = true
  4885. ScreenGui.rainbow_2.TextSize = 18.000
  4886. ScreenGui.rainbow_2.TextWrapped = true
  4887. ScreenGui.rainbow_2.MouseButton1Down:connect(function()
  4888. game:GetService'Players':Chat((":g rainbow me"))
  4889. end)
  4890.  
  4891. ScreenGui.azure.Name = "azure"
  4892. ScreenGui.azure.Parent = ScreenGui.geartab
  4893. ScreenGui.azure.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4894. ScreenGui.azure.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4895. ScreenGui.azure.BorderSizePixel = 3
  4896. ScreenGui.azure.Position = UDim2.new(0.179487169, 0, 0.295212179, 0)
  4897. ScreenGui.azure.Size = UDim2.new(0, 100, 0, 25)
  4898. ScreenGui.azure.Font = Enum.Font.Gotham
  4899. ScreenGui.azure.Text = "Azure Periastron"
  4900. ScreenGui.azure.TextColor3 = Color3.fromRGB(255, 255, 255)
  4901. ScreenGui.azure.TextScaled = true
  4902. ScreenGui.azure.TextSize = 18.000
  4903. ScreenGui.azure.TextWrapped = true
  4904. ScreenGui.azure.MouseButton1Down:connect(function()
  4905. game:GetService'Players':Chat((":g azure me"))
  4906. end)
  4907.  
  4908. ScreenGui.crimson.Name = "crimson"
  4909. ScreenGui.crimson.Parent = ScreenGui.geartab
  4910. ScreenGui.crimson.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4911. ScreenGui.crimson.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4912. ScreenGui.crimson.BorderSizePixel = 3
  4913. ScreenGui.crimson.Position = UDim2.new(0.179487169, 0, 0.345080942, 0)
  4914. ScreenGui.crimson.Size = UDim2.new(0, 100, 0, 25)
  4915. ScreenGui.crimson.Font = Enum.Font.Gotham
  4916. ScreenGui.crimson.Text = "Crimson Periastron"
  4917. ScreenGui.crimson.TextColor3 = Color3.fromRGB(255, 255, 255)
  4918. ScreenGui.crimson.TextScaled = true
  4919. ScreenGui.crimson.TextSize = 18.000
  4920. ScreenGui.crimson.TextWrapped = true
  4921. ScreenGui.crimson.MouseButton1Down:connect(function()
  4922. game:GetService'Players':Chat((":g crimson me"))
  4923. end)
  4924.  
  4925. ScreenGui.chart.Name = "chart"
  4926. ScreenGui.chart.Parent = ScreenGui.geartab
  4927. ScreenGui.chart.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4928. ScreenGui.chart.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4929. ScreenGui.chart.BorderSizePixel = 3
  4930. ScreenGui.chart.Position = UDim2.new(0.179487169, 0, 0.392325044, 0)
  4931. ScreenGui.chart.Size = UDim2.new(0, 100, 0, 25)
  4932. ScreenGui.chart.Font = Enum.Font.Gotham
  4933. ScreenGui.chart.Text = "Chartreuse Periastron"
  4934. ScreenGui.chart.TextColor3 = Color3.fromRGB(255, 255, 255)
  4935. ScreenGui.chart.TextScaled = true
  4936. ScreenGui.chart.TextSize = 18.000
  4937. ScreenGui.chart.TextWrapped = true
  4938. ScreenGui.chart.MouseButton1Down:connect(function()
  4939. game:GetService'Players':Chat((":g chartreuse me"))
  4940. end)
  4941.  
  4942. ScreenGui.ivory.Name = "ivory"
  4943. ScreenGui.ivory.Parent = ScreenGui.geartab
  4944. ScreenGui.ivory.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4945. ScreenGui.ivory.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4946. ScreenGui.ivory.BorderSizePixel = 3
  4947. ScreenGui.ivory.Position = UDim2.new(0.179487169, 0, 0.246655762, 0)
  4948. ScreenGui.ivory.Size = UDim2.new(0, 100, 0, 25)
  4949. ScreenGui.ivory.Font = Enum.Font.Gotham
  4950. ScreenGui.ivory.Text = "Ivory Periastron"
  4951. ScreenGui.ivory.TextColor3 = Color3.fromRGB(255, 255, 255)
  4952. ScreenGui.ivory.TextScaled = true
  4953. ScreenGui.ivory.TextSize = 18.000
  4954. ScreenGui.ivory.TextWrapped = true
  4955. ScreenGui.ivory.MouseButton1Down:connect(function()
  4956. game:GetService'Players':Chat((":g ivory me"))
  4957. end)
  4958.  
  4959. ScreenGui.sledge.Name = "sledge"
  4960. ScreenGui.sledge.Parent = ScreenGui.geartab
  4961. ScreenGui.sledge.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4962. ScreenGui.sledge.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4963. ScreenGui.sledge.BorderSizePixel = 3
  4964. ScreenGui.sledge.Position = UDim2.new(0.179487169, 0, 0.587863088, 0)
  4965. ScreenGui.sledge.Size = UDim2.new(0, 100, 0, 25)
  4966. ScreenGui.sledge.Font = Enum.Font.Gotham
  4967. ScreenGui.sledge.Text = "Sledge Hammer"
  4968. ScreenGui.sledge.TextColor3 = Color3.fromRGB(255, 255, 255)
  4969. ScreenGui.sledge.TextScaled = true
  4970. ScreenGui.sledge.TextSize = 18.000
  4971. ScreenGui.sledge.TextWrapped = true
  4972. ScreenGui.sledge.MouseButton1Down:connect(function()
  4973. game:GetService'Players':Chat((":g sledgehammer me"))
  4974. end)
  4975.  
  4976. ScreenGui.grim.Name = "grim"
  4977. ScreenGui.grim.Parent = ScreenGui.geartab
  4978. ScreenGui.grim.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4979. ScreenGui.grim.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4980. ScreenGui.grim.BorderSizePixel = 3
  4981. ScreenGui.grim.Position = UDim2.new(0.179487169, 0, 0.540619016, 0)
  4982. ScreenGui.grim.Size = UDim2.new(0, 100, 0, 25)
  4983. ScreenGui.grim.Font = Enum.Font.Gotham
  4984. ScreenGui.grim.Text = "Grimgold Periastron"
  4985. ScreenGui.grim.TextColor3 = Color3.fromRGB(255, 255, 255)
  4986. ScreenGui.grim.TextScaled = true
  4987. ScreenGui.grim.TextSize = 18.000
  4988. ScreenGui.grim.TextWrapped = true
  4989. ScreenGui.grim.MouseButton1Down:connect(function()
  4990. game:GetService'Players':Chat((":g grimgold me"))
  4991. end)
  4992.  
  4993. ScreenGui.noir.Name = "noir"
  4994. ScreenGui.noir.Parent = ScreenGui.geartab
  4995. ScreenGui.noir.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  4996. ScreenGui.noir.BorderColor3 = Color3.fromRGB(26, 26, 26)
  4997. ScreenGui.noir.BorderSizePixel = 3
  4998. ScreenGui.noir.Position = UDim2.new(0.179487169, 0, 0.490750223, 0)
  4999. ScreenGui.noir.Size = UDim2.new(0, 100, 0, 25)
  5000. ScreenGui.noir.Font = Enum.Font.Gotham
  5001. ScreenGui.noir.Text = "Noir Periastron"
  5002. ScreenGui.noir.TextColor3 = Color3.fromRGB(255, 255, 255)
  5003. ScreenGui.noir.TextScaled = true
  5004. ScreenGui.noir.TextSize = 18.000
  5005. ScreenGui.noir.TextWrapped = true
  5006. ScreenGui.noir.MouseButton1Down:connect(function()
  5007. game:GetService'Players':Chat((":g noir me"))
  5008. end)
  5009.  
  5010. ScreenGui.amethy.Name = "amethy"
  5011. ScreenGui.amethy.Parent = ScreenGui.geartab
  5012. ScreenGui.amethy.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5013. ScreenGui.amethy.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5014. ScreenGui.amethy.BorderSizePixel = 3
  5015. ScreenGui.amethy.Position = UDim2.new(0.179487169, 0, 0.442193806, 0)
  5016. ScreenGui.amethy.Size = UDim2.new(0, 100, 0, 25)
  5017. ScreenGui.amethy.Font = Enum.Font.Gotham
  5018. ScreenGui.amethy.Text = "Amethyst Periastron"
  5019. ScreenGui.amethy.TextColor3 = Color3.fromRGB(255, 255, 255)
  5020. ScreenGui.amethy.TextScaled = true
  5021. ScreenGui.amethy.TextSize = 18.000
  5022. ScreenGui.amethy.TextWrapped = true
  5023. ScreenGui.amethy.MouseButton1Down:connect(function()
  5024. game:GetService'Players':Chat((":g amethyst me"))
  5025. end)
  5026.  
  5027. ScreenGui.dualill.Name = "dualill"
  5028. ScreenGui.dualill.Parent = ScreenGui.geartab
  5029. ScreenGui.dualill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5030. ScreenGui.dualill.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5031. ScreenGui.dualill.BorderSizePixel = 3
  5032. ScreenGui.dualill.Position = UDim2.new(0.179487169, 0, 0.737469375, 0)
  5033. ScreenGui.dualill.Size = UDim2.new(0, 100, 0, 25)
  5034. ScreenGui.dualill.Font = Enum.Font.Gotham
  5035. ScreenGui.dualill.Text = "Dual Illumina"
  5036. ScreenGui.dualill.TextColor3 = Color3.fromRGB(255, 255, 255)
  5037. ScreenGui.dualill.TextScaled = true
  5038. ScreenGui.dualill.TextSize = 18.000
  5039. ScreenGui.dualill.TextWrapped = true
  5040. ScreenGui.dualill.MouseButton1Down:connect(function()
  5041. game:GetService'Players':Chat((":g dualillumina me"))
  5042. end)
  5043.  
  5044. ScreenGui.dualdark.Name = "dualdark"
  5045. ScreenGui.dualdark.Parent = ScreenGui.geartab
  5046. ScreenGui.dualdark.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5047. ScreenGui.dualdark.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5048. ScreenGui.dualdark.BorderSizePixel = 3
  5049. ScreenGui.dualdark.Position = UDim2.new(0.179487169, 0, 0.690225303, 0)
  5050. ScreenGui.dualdark.Size = UDim2.new(0, 100, 0, 25)
  5051. ScreenGui.dualdark.Font = Enum.Font.Gotham
  5052. ScreenGui.dualdark.Text = "Dual Darkheart"
  5053. ScreenGui.dualdark.TextColor3 = Color3.fromRGB(255, 255, 255)
  5054. ScreenGui.dualdark.TextScaled = true
  5055. ScreenGui.dualdark.TextSize = 18.000
  5056. ScreenGui.dualdark.TextWrapped = true
  5057. ScreenGui.dualdark.MouseButton1Down:connect(function()
  5058. game:GetService'Players':Chat((":g dualdarkheart me"))
  5059. end)
  5060.  
  5061. ScreenGui.carpet.Name = "carpet"
  5062. ScreenGui.carpet.Parent = ScreenGui.geartab
  5063. ScreenGui.carpet.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5064. ScreenGui.carpet.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5065. ScreenGui.carpet.BorderSizePixel = 3
  5066. ScreenGui.carpet.Position = UDim2.new(0.179487169, 0, 0.640356481, 0)
  5067. ScreenGui.carpet.Size = UDim2.new(0, 100, 0, 25)
  5068. ScreenGui.carpet.Font = Enum.Font.Gotham
  5069. ScreenGui.carpet.Text = "Rainbow Carpet"
  5070. ScreenGui.carpet.TextColor3 = Color3.fromRGB(255, 255, 255)
  5071. ScreenGui.carpet.TextScaled = true
  5072. ScreenGui.carpet.TextSize = 18.000
  5073. ScreenGui.carpet.TextWrapped = true
  5074. ScreenGui.carpet.MouseButton1Down:connect(function()
  5075. game:GetService'Players':Chat((":g carpet me"))
  5076. end)
  5077.  
  5078. ScreenGui.chaos.Name = "chaos"
  5079. ScreenGui.chaos.Parent = ScreenGui.geartab
  5080. ScreenGui.chaos.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5081. ScreenGui.chaos.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5082. ScreenGui.chaos.BorderSizePixel = 3
  5083. ScreenGui.chaos.Position = UDim2.new(0.179487169, 0, 0.788650453, 0)
  5084. ScreenGui.chaos.Size = UDim2.new(0, 100, 0, 25)
  5085. ScreenGui.chaos.Font = Enum.Font.Gotham
  5086. ScreenGui.chaos.Text = "Chaos Sword"
  5087. ScreenGui.chaos.TextColor3 = Color3.fromRGB(255, 255, 255)
  5088. ScreenGui.chaos.TextScaled = true
  5089. ScreenGui.chaos.TextSize = 18.000
  5090. ScreenGui.chaos.TextWrapped = true
  5091. ScreenGui.chaos.MouseButton1Down:connect(function()
  5092. game:GetService'Players':Chat((":g chaos me"))
  5093. end)
  5094.  
  5095. ScreenGui.katana.Name = "katana"
  5096. ScreenGui.katana.Parent = ScreenGui.geartab
  5097. ScreenGui.katana.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5098. ScreenGui.katana.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5099. ScreenGui.katana.BorderSizePixel = 3
  5100. ScreenGui.katana.Position = UDim2.new(0.179487169, 0, 0.839831531, 0)
  5101. ScreenGui.katana.Size = UDim2.new(0, 100, 0, 25)
  5102. ScreenGui.katana.Font = Enum.Font.Gotham
  5103. ScreenGui.katana.Text = "Katana"
  5104. ScreenGui.katana.TextColor3 = Color3.fromRGB(255, 255, 255)
  5105. ScreenGui.katana.TextScaled = true
  5106. ScreenGui.katana.TextSize = 18.000
  5107. ScreenGui.katana.TextWrapped = true
  5108. ScreenGui.katana.MouseButton1Down:connect(function()
  5109. game:GetService'Players':Chat((":g katana me"))
  5110. end)
  5111.  
  5112. ScreenGui.jetpack.Name = "jetpack"
  5113. ScreenGui.jetpack.Parent = ScreenGui.geartab
  5114. ScreenGui.jetpack.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5115. ScreenGui.jetpack.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5116. ScreenGui.jetpack.BorderSizePixel = 3
  5117. ScreenGui.jetpack.Position = UDim2.new(0.166666657, 0, 0.900198996, 0)
  5118. ScreenGui.jetpack.Size = UDim2.new(0, 100, 0, 25)
  5119. ScreenGui.jetpack.Font = Enum.Font.Gotham
  5120. ScreenGui.jetpack.Text = "Jetpack"
  5121. ScreenGui.jetpack.TextColor3 = Color3.fromRGB(255, 255, 255)
  5122. ScreenGui.jetpack.TextScaled = true
  5123. ScreenGui.jetpack.TextSize = 18.000
  5124. ScreenGui.jetpack.TextWrapped = true
  5125. ScreenGui.jetpack.MouseButton1Down:connect(function()
  5126. game:GetService'Players':Chat((":g jetpack me"))
  5127. end)
  5128.  
  5129. ScreenGui.batsword.Name = "batsword"
  5130. ScreenGui.batsword.Parent = ScreenGui.geartab
  5131. ScreenGui.batsword.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5132. ScreenGui.batsword.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5133. ScreenGui.batsword.BorderSizePixel = 3
  5134. ScreenGui.batsword.Position = UDim2.new(0.179487169, 0, 0.95531708, 0)
  5135. ScreenGui.batsword.Size = UDim2.new(0, 100, 0, 25)
  5136. ScreenGui.batsword.Font = Enum.Font.Gotham
  5137. ScreenGui.batsword.Text = "Batsword"
  5138. ScreenGui.batsword.TextColor3 = Color3.fromRGB(255, 255, 255)
  5139. ScreenGui.batsword.TextScaled = true
  5140. ScreenGui.batsword.TextSize = 18.000
  5141. ScreenGui.batsword.TextWrapped = true
  5142. ScreenGui.batsword.MouseButton1Down:connect(function()
  5143. game:GetService'Players':Chat((":g batsword me"))
  5144. end)
  5145.  
  5146. ScreenGui.othertab.Name = "othertab"
  5147. ScreenGui.othertab.Parent = ScreenGui.tabholder
  5148. ScreenGui.othertab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5149. ScreenGui.othertab.BackgroundTransparency = 1.000
  5150. ScreenGui.othertab.BorderColor3 = Color3.fromRGB(27, 42, 53)
  5151. ScreenGui.othertab.Size = UDim2.new(0, 156, 0, 254)
  5152. ScreenGui.othertab.Visible = false
  5153.  
  5154. ScreenGui.title_9.Name = "title"
  5155. ScreenGui.title_9.Parent = ScreenGui.othertab
  5156. ScreenGui.title_9.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5157. ScreenGui.title_9.BackgroundTransparency = 1.000
  5158. ScreenGui.title_9.BorderSizePixel = 0
  5159. ScreenGui.title_9.Position = UDim2.new(0.256000012, 0, 0, 5)
  5160. ScreenGui.title_9.Size = UDim2.new(0, 75, 0, 22)
  5161. ScreenGui.title_9.Font = Enum.Font.Gotham
  5162. ScreenGui.title_9.Text = "Other"
  5163. ScreenGui.title_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  5164. ScreenGui.title_9.TextSize = 16.000
  5165. ScreenGui.title_9.TextWrapped = true
  5166.  
  5167. ScreenGui.line_8.Name = "line"
  5168. ScreenGui.line_8.Parent = ScreenGui.othertab
  5169. ScreenGui.line_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5170. ScreenGui.line_8.BorderSizePixel = 0
  5171. ScreenGui.line_8.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5172. ScreenGui.line_8.Size = UDim2.new(0, 125, 0, 1)
  5173. ScreenGui.line_8.Font = Enum.Font.SourceSans
  5174. ScreenGui.line_8.Text = ""
  5175. ScreenGui.line_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  5176. ScreenGui.line_8.TextSize = 14.000
  5177.  
  5178. ScreenGui.zawarudo.Name = "zawarudo"
  5179. ScreenGui.zawarudo.Parent = ScreenGui.othertab
  5180. ScreenGui.zawarudo.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5181. ScreenGui.zawarudo.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5182. ScreenGui.zawarudo.BorderSizePixel = 3
  5183. ScreenGui.zawarudo.Position = UDim2.new(0.0897435918, 0, 0.151772335, 0)
  5184. ScreenGui.zawarudo.Size = UDim2.new(0, 60, 0, 25)
  5185. ScreenGui.zawarudo.Font = Enum.Font.Gotham
  5186. ScreenGui.zawarudo.Text = "Zawarudo"
  5187. ScreenGui.zawarudo.TextColor3 = Color3.fromRGB(255, 255, 255)
  5188. ScreenGui.zawarudo.TextScaled = true
  5189. ScreenGui.zawarudo.TextSize = 18.000
  5190. ScreenGui.zawarudo.TextWrapped = true
  5191. ScreenGui.zawarudo.MouseButton1Down:connect(function()
  5192. game:GetService'Players':Chat((":zawarudo"))
  5193. end)
  5194.  
  5195. ScreenGui.purge.Name = "purge"
  5196. ScreenGui.purge.Parent = ScreenGui.othertab
  5197. ScreenGui.purge.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5198. ScreenGui.purge.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5199. ScreenGui.purge.BorderSizePixel = 3
  5200. ScreenGui.purge.Position = UDim2.new(0.538461566, 0, 0.151772335, 0)
  5201. ScreenGui.purge.Size = UDim2.new(0, 55, 0, 25)
  5202. ScreenGui.purge.Font = Enum.Font.Gotham
  5203. ScreenGui.purge.Text = "Purge"
  5204. ScreenGui.purge.TextColor3 = Color3.fromRGB(255, 255, 255)
  5205. ScreenGui.purge.TextScaled = true
  5206. ScreenGui.purge.TextSize = 18.000
  5207. ScreenGui.purge.TextWrapped = true
  5208. ScreenGui.purge.MouseButton1Down:connect(function()
  5209. game:GetService'Players':Chat((":purge"))
  5210. end)
  5211.  
  5212. ScreenGui.green.Name = "green"
  5213. ScreenGui.green.Parent = ScreenGui.othertab
  5214. ScreenGui.green.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5215. ScreenGui.green.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5216. ScreenGui.green.BorderSizePixel = 3
  5217. ScreenGui.green.Position = UDim2.new(0.544871807, 0, 0.297441632, 0)
  5218. ScreenGui.green.Size = UDim2.new(0, 55, 0, 25)
  5219. ScreenGui.green.Font = Enum.Font.Gotham
  5220. ScreenGui.green.Text = "Green Light"
  5221. ScreenGui.green.TextColor3 = Color3.fromRGB(255, 255, 255)
  5222. ScreenGui.green.TextScaled = true
  5223. ScreenGui.green.TextSize = 18.000
  5224. ScreenGui.green.TextWrapped = true
  5225. ScreenGui.green.MouseButton1Down:connect(function()
  5226. for i = 1, 2 do
  5227. game:GetService'Players':Chat((":Go"))
  5228. end
  5229. end)
  5230.  
  5231. ScreenGui.red.Name = "red"
  5232. ScreenGui.red.Parent = ScreenGui.othertab
  5233. ScreenGui.red.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5234. ScreenGui.red.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5235. ScreenGui.red.BorderSizePixel = 3
  5236. ScreenGui.red.Position = UDim2.new(0.0961538479, 0, 0.297441632, 0)
  5237. ScreenGui.red.Size = UDim2.new(0, 60, 0, 25)
  5238. ScreenGui.red.Font = Enum.Font.Gotham
  5239. ScreenGui.red.Text = "Red Light"
  5240. ScreenGui.red.TextColor3 = Color3.fromRGB(255, 255, 255)
  5241. ScreenGui.red.TextScaled = true
  5242. ScreenGui.red.TextSize = 18.000
  5243. ScreenGui.red.TextWrapped = true
  5244. ScreenGui.red.MouseButton1Down:connect(function()
  5245. game:GetService'Players':Chat((":Stop"))
  5246. end)
  5247.  
  5248. ScreenGui.obbykill.Name = "obbykill"
  5249. ScreenGui.obbykill.Parent = ScreenGui.othertab
  5250. ScreenGui.obbykill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5251. ScreenGui.obbykill.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5252. ScreenGui.obbykill.BorderSizePixel = 3
  5253. ScreenGui.obbykill.Position = UDim2.new(0.544871807, 0, 0.447047949, 0)
  5254. ScreenGui.obbykill.Size = UDim2.new(0, 55, 0, 25)
  5255. ScreenGui.obbykill.Font = Enum.Font.Gotham
  5256. ScreenGui.obbykill.Text = "NoObbyKill"
  5257. ScreenGui.obbykill.TextColor3 = Color3.fromRGB(255, 255, 255)
  5258. ScreenGui.obbykill.TextScaled = true
  5259. ScreenGui.obbykill.TextSize = 18.000
  5260. ScreenGui.obbykill.TextWrapped = true
  5261. ScreenGui.obbykill.MouseButton1Down:connect(function()
  5262. game:GetService'Players':Chat((":removeobbykill"))
  5263. end)
  5264.  
  5265. ScreenGui.regen.Name = "regen"
  5266. ScreenGui.regen.Parent = ScreenGui.othertab
  5267. ScreenGui.regen.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5268. ScreenGui.regen.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5269. ScreenGui.regen.BorderSizePixel = 3
  5270. ScreenGui.regen.Position = UDim2.new(0.0961538479, 0, 0.447047949, 0)
  5271. ScreenGui.regen.Size = UDim2.new(0, 60, 0, 25)
  5272. ScreenGui.regen.Font = Enum.Font.Gotham
  5273. ScreenGui.regen.Text = "Regen"
  5274. ScreenGui.regen.TextColor3 = Color3.fromRGB(255, 255, 255)
  5275. ScreenGui.regen.TextScaled = true
  5276. ScreenGui.regen.TextSize = 18.000
  5277. ScreenGui.regen.TextWrapped = true
  5278. ScreenGui.regen.MouseButton1Down:connect(function()
  5279. game:GetService'Players':Chat((":regen"))
  5280. end)
  5281.  
  5282. ScreenGui.rejoin.Name = "rejoin"
  5283. ScreenGui.rejoin.Parent = ScreenGui.othertab
  5284. ScreenGui.rejoin.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5285. ScreenGui.rejoin.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5286. ScreenGui.rejoin.BorderSizePixel = 3
  5287. ScreenGui.rejoin.Position = UDim2.new(0.544871807, 0, 0.600591242, 0)
  5288. ScreenGui.rejoin.Size = UDim2.new(0, 55, 0, 25)
  5289. ScreenGui.rejoin.Font = Enum.Font.Gotham
  5290. ScreenGui.rejoin.Text = "Rejoin"
  5291. ScreenGui.rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)
  5292. ScreenGui.rejoin.TextScaled = true
  5293. ScreenGui.rejoin.TextSize = 18.000
  5294. ScreenGui.rejoin.TextWrapped = true
  5295. ScreenGui.rejoin.MouseButton1Down:connect(function()
  5296. game:GetService'Players':Chat((":rejoin"))
  5297. end)
  5298.  
  5299. ScreenGui.invert.Name = "invert"
  5300. ScreenGui.invert.Parent = ScreenGui.othertab
  5301. ScreenGui.invert.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5302. ScreenGui.invert.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5303. ScreenGui.invert.BorderSizePixel = 3
  5304. ScreenGui.invert.Position = UDim2.new(0.0961538479, 0, 0.600591242, 0)
  5305. ScreenGui.invert.Size = UDim2.new(0, 60, 0, 25)
  5306. ScreenGui.invert.Font = Enum.Font.Gotham
  5307. ScreenGui.invert.Text = "Fix Invert"
  5308. ScreenGui.invert.TextColor3 = Color3.fromRGB(255, 255, 255)
  5309. ScreenGui.invert.TextScaled = true
  5310. ScreenGui.invert.TextSize = 18.000
  5311. ScreenGui.invert.TextWrapped = true
  5312. ScreenGui.invert.MouseButton1Down:connect(function()
  5313. game:GetService'Players':Chat((":invertfix"))
  5314. end)
  5315.  
  5316. ScreenGui.skh.Name = "skh"
  5317. ScreenGui.skh.Parent = ScreenGui.othertab
  5318. ScreenGui.skh.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5319. ScreenGui.skh.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5320. ScreenGui.skh.BorderSizePixel = 3
  5321. ScreenGui.skh.Position = UDim2.new(0.544871807, 0, 0.742323518, 0)
  5322. ScreenGui.skh.Size = UDim2.new(0, 55, 0, 25)
  5323. ScreenGui.skh.Font = Enum.Font.Gotham
  5324. ScreenGui.skh.Text = "Max Skydive"
  5325. ScreenGui.skh.TextColor3 = Color3.fromRGB(255, 255, 255)
  5326. ScreenGui.skh.TextScaled = true
  5327. ScreenGui.skh.TextSize = 18.000
  5328. ScreenGui.skh.TextWrapped = true
  5329. ScreenGui.skh.MouseButton1Down:connect(function()
  5330. game:GetService'Players':Chat((":skh"))
  5331. end)
  5332.  
  5333. ScreenGui.allpad.Name = "allpad"
  5334. ScreenGui.allpad.Parent = ScreenGui.othertab
  5335. ScreenGui.allpad.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5336. ScreenGui.allpad.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5337. ScreenGui.allpad.BorderSizePixel = 3
  5338. ScreenGui.allpad.Position = UDim2.new(0.12820515, 0, 0.742323518, 0)
  5339. ScreenGui.allpad.Size = UDim2.new(0, 55, 0, 25)
  5340. ScreenGui.allpad.Font = Enum.Font.Gotham
  5341. ScreenGui.allpad.Text = "Allpads"
  5342. ScreenGui.allpad.TextColor3 = Color3.fromRGB(255, 255, 255)
  5343. ScreenGui.allpad.TextScaled = true
  5344. ScreenGui.allpad.TextSize = 18.000
  5345. ScreenGui.allpad.TextWrapped = true
  5346. ScreenGui.allpad.MouseButton1Down:connect(function()
  5347. game:GetService'Players':Chat((":allpads"))
  5348. end)
  5349.  
  5350. game.Players.PlayerAdded:Connect(function(user)
  5351. if user.UserId == 107318135 then
  5352. local per = user.Name
  5353. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Main!")
  5354. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Main!", "All")
  5355. end
  5356. if user.UserId == 1760076165 then
  5357. local per = user.Name
  5358. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!")
  5359. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!", "All")
  5360. end
  5361. if user.UserId == 1421792559 then
  5362. local per = user.Name
  5363. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!")
  5364. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!", "All")
  5365. end
  5366. if user.UserId == 102559604 then
  5367. local per = user.Name
  5368. system("[System]: A beta Tester of AdminJoy has joined! Account name: "..per.."!")
  5369. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("A beta tester of AdminJoy has joined! Account name: "..per.."!", "All")
  5370. end
  5371. end)
  5372.  
  5373. ScreenGui.animationtab.Name = "animationtab"
  5374. ScreenGui.animationtab.Parent = ScreenGui.tabholder
  5375. ScreenGui.animationtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5376. ScreenGui.animationtab.BackgroundTransparency = 1.000
  5377. ScreenGui.animationtab.BorderColor3 = Color3.fromRGB(27, 42, 53)
  5378. ScreenGui.animationtab.Size = UDim2.new(0, 156, 0, 254)
  5379. ScreenGui.animationtab.Visible = false
  5380.  
  5381. ScreenGui.title_10.Name = "title"
  5382. ScreenGui.title_10.Parent = ScreenGui.animationtab
  5383. ScreenGui.title_10.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5384. ScreenGui.title_10.BackgroundTransparency = 1.000
  5385. ScreenGui.title_10.BorderSizePixel = 0
  5386. ScreenGui.title_10.Position = UDim2.new(0.256000012, 0, 0, 5)
  5387. ScreenGui.title_10.Size = UDim2.new(0, 75, 0, 22)
  5388. ScreenGui.title_10.Font = Enum.Font.Gotham
  5389. ScreenGui.title_10.Text = "Animations"
  5390. ScreenGui.title_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  5391. ScreenGui.title_10.TextScaled = true
  5392. ScreenGui.title_10.TextSize = 16.000
  5393. ScreenGui.title_10.TextWrapped = true
  5394.  
  5395. ScreenGui.line_9.Name = "line"
  5396. ScreenGui.line_9.Parent = ScreenGui.animationtab
  5397. ScreenGui.line_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5398. ScreenGui.line_9.BorderSizePixel = 0
  5399. ScreenGui.line_9.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5400. ScreenGui.line_9.Size = UDim2.new(0, 125, 0, 1)
  5401. ScreenGui.line_9.Font = Enum.Font.SourceSans
  5402. ScreenGui.line_9.Text = ""
  5403. ScreenGui.line_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  5404. ScreenGui.line_9.TextSize = 14.000
  5405.  
  5406. ScreenGui.hmm.Name = "hmm"
  5407. ScreenGui.hmm.Parent = ScreenGui.animationtab
  5408. ScreenGui.hmm.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5409. ScreenGui.hmm.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5410. ScreenGui.hmm.BorderSizePixel = 3
  5411. ScreenGui.hmm.Position = UDim2.new(0.0897435918, 0, 0.151772335, 0)
  5412. ScreenGui.hmm.Size = UDim2.new(0, 60, 0, 25)
  5413. ScreenGui.hmm.Font = Enum.Font.Gotham
  5414. ScreenGui.hmm.Text = "Hmm"
  5415. ScreenGui.hmm.TextColor3 = Color3.fromRGB(255, 255, 255)
  5416. ScreenGui.hmm.TextScaled = true
  5417. ScreenGui.hmm.TextSize = 18.000
  5418. ScreenGui.hmm.TextWrapped = true
  5419. ScreenGui.hmm.MouseButton1Down:connect(function()
  5420. game:GetService'Players':Chat((":hmm"))
  5421. end)
  5422.  
  5423. local function own()
  5424. local GetPlayers = game:GetService("Players")
  5425. local allplr = GetPlayers:GetPlayers()
  5426. wait(1)
  5427. for i, player in pairs(allplr) do
  5428. if player.UserId == 107318135 then
  5429. local per = player.Name
  5430. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Main!")
  5431. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Main!", "All")
  5432. end
  5433. if player.UserId == 1760076165 then
  5434. local per = player.Name
  5435. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!")
  5436. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!", "All")
  5437. end
  5438. if player.UserId == 1421792559 then
  5439. local per = player.Name
  5440. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!")
  5441. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!", "All")
  5442. end
  5443. if player.UserId == 102559604 then
  5444. local per = player.Name
  5445. system("[System]: A beta Tester of AdminJoy is in game! Account name: "..per.."!")
  5446. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("A beta tester of AdminJoy is in game! Account name: "..per.."!", "All")
  5447. end
  5448. end
  5449. end
  5450.  
  5451. ScreenGui.tosshead.Name = "tosshead"
  5452. ScreenGui.tosshead.Parent = ScreenGui.animationtab
  5453. ScreenGui.tosshead.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5454. ScreenGui.tosshead.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5455. ScreenGui.tosshead.BorderSizePixel = 3
  5456. ScreenGui.tosshead.Position = UDim2.new(0.538461566, 0, 0.151772335, 0)
  5457. ScreenGui.tosshead.Size = UDim2.new(0, 55, 0, 25)
  5458. ScreenGui.tosshead.Font = Enum.Font.Gotham
  5459. ScreenGui.tosshead.Text = "Headtoss"
  5460. ScreenGui.tosshead.TextColor3 = Color3.fromRGB(255, 255, 255)
  5461. ScreenGui.tosshead.TextScaled = true
  5462. ScreenGui.tosshead.TextSize = 18.000
  5463. ScreenGui.tosshead.TextWrapped = true
  5464. ScreenGui.tosshead.MouseButton1Down:connect(function()
  5465. game:GetService'Players':Chat((":headtoss"))
  5466. end)
  5467.  
  5468. ScreenGui.headloop.Name = "headloop"
  5469. ScreenGui.headloop.Parent = ScreenGui.animationtab
  5470. ScreenGui.headloop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5471. ScreenGui.headloop.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5472. ScreenGui.headloop.BorderSizePixel = 3
  5473. ScreenGui.headloop.Position = UDim2.new(0.544871807, 0, 0.297441632, 0)
  5474. ScreenGui.headloop.Size = UDim2.new(0, 55, 0, 25)
  5475. ScreenGui.headloop.Font = Enum.Font.Gotham
  5476. ScreenGui.headloop.Text = "Loophead"
  5477. ScreenGui.headloop.TextColor3 = Color3.fromRGB(255, 255, 255)
  5478. ScreenGui.headloop.TextScaled = true
  5479. ScreenGui.headloop.TextSize = 18.000
  5480. ScreenGui.headloop.TextWrapped = true
  5481. ScreenGui.headloop.MouseButton1Down:connect(function()
  5482. game:GetService'Players':Chat((":loophead"))
  5483. end)
  5484.  
  5485. ScreenGui.spinarm.Name = "spinarm"
  5486. ScreenGui.spinarm.Parent = ScreenGui.animationtab
  5487. ScreenGui.spinarm.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5488. ScreenGui.spinarm.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5489. ScreenGui.spinarm.BorderSizePixel = 3
  5490. ScreenGui.spinarm.Position = UDim2.new(0.0961538479, 0, 0.297441632, 0)
  5491. ScreenGui.spinarm.Size = UDim2.new(0, 60, 0, 25)
  5492. ScreenGui.spinarm.Font = Enum.Font.Gotham
  5493. ScreenGui.spinarm.Text = "Armspin"
  5494. ScreenGui.spinarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  5495. ScreenGui.spinarm.TextScaled = true
  5496. ScreenGui.spinarm.TextSize = 18.000
  5497. ScreenGui.spinarm.TextWrapped = true
  5498. ScreenGui.spinarm.MouseButton1Down:connect(function()
  5499. game:GetService'Players':Chat((":armspin"))
  5500. end)
  5501.  
  5502. ScreenGui.headraise.Name = "headraise"
  5503. ScreenGui.headraise.Parent = ScreenGui.animationtab
  5504. ScreenGui.headraise.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5505. ScreenGui.headraise.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5506. ScreenGui.headraise.BorderSizePixel = 3
  5507. ScreenGui.headraise.Position = UDim2.new(0.544871807, 0, 0.447047949, 0)
  5508. ScreenGui.headraise.Size = UDim2.new(0, 55, 0, 25)
  5509. ScreenGui.headraise.Font = Enum.Font.Gotham
  5510. ScreenGui.headraise.Text = "Headraise"
  5511. ScreenGui.headraise.TextColor3 = Color3.fromRGB(255, 255, 255)
  5512. ScreenGui.headraise.TextScaled = true
  5513. ScreenGui.headraise.TextSize = 18.000
  5514. ScreenGui.headraise.TextWrapped = true
  5515. ScreenGui.headraise.MouseButton1Down:connect(function()
  5516. game:GetService'Players':Chat((":headraise"))
  5517. end)
  5518.  
  5519. ScreenGui.scream.Name = "scream"
  5520. ScreenGui.scream.Parent = ScreenGui.animationtab
  5521. ScreenGui.scream.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5522. ScreenGui.scream.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5523. ScreenGui.scream.BorderSizePixel = 3
  5524. ScreenGui.scream.Position = UDim2.new(0.0961538479, 0, 0.447047949, 0)
  5525. ScreenGui.scream.Size = UDim2.new(0, 60, 0, 25)
  5526. ScreenGui.scream.Font = Enum.Font.Gotham
  5527. ScreenGui.scream.Text = "Scream"
  5528. ScreenGui.scream.TextColor3 = Color3.fromRGB(255, 255, 255)
  5529. ScreenGui.scream.TextScaled = true
  5530. ScreenGui.scream.TextSize = 18.000
  5531. ScreenGui.scream.TextWrapped = true
  5532. ScreenGui.scream.MouseButton1Down:connect(function()
  5533. game:GetService'Players':Chat((":scream"))
  5534. end)
  5535.  
  5536. ScreenGui.crawl.Name = "crawl"
  5537. ScreenGui.crawl.Parent = ScreenGui.animationtab
  5538. ScreenGui.crawl.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5539. ScreenGui.crawl.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5540. ScreenGui.crawl.BorderSizePixel = 3
  5541. ScreenGui.crawl.Position = UDim2.new(0.544871807, 0, 0.600591242, 0)
  5542. ScreenGui.crawl.Size = UDim2.new(0, 55, 0, 25)
  5543. ScreenGui.crawl.Font = Enum.Font.Gotham
  5544. ScreenGui.crawl.Text = "Crawl"
  5545. ScreenGui.crawl.TextColor3 = Color3.fromRGB(255, 255, 255)
  5546. ScreenGui.crawl.TextScaled = true
  5547. ScreenGui.crawl.TextSize = 18.000
  5548. ScreenGui.crawl.TextWrapped = true
  5549. ScreenGui.crawl.MouseButton1Down:connect(function()
  5550. game:GetService'Players':Chat((":crawl"))
  5551. end)
  5552.  
  5553. ScreenGui.dab.Name = "dab"
  5554. ScreenGui.dab.Parent = ScreenGui.animationtab
  5555. ScreenGui.dab.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5556. ScreenGui.dab.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5557. ScreenGui.dab.BorderSizePixel = 3
  5558. ScreenGui.dab.Position = UDim2.new(0.0961538479, 0, 0.600591242, 0)
  5559. ScreenGui.dab.Size = UDim2.new(0, 60, 0, 25)
  5560. ScreenGui.dab.Font = Enum.Font.Gotham
  5561. ScreenGui.dab.Text = "Dab"
  5562. ScreenGui.dab.TextColor3 = Color3.fromRGB(255, 255, 255)
  5563. ScreenGui.dab.TextScaled = true
  5564. ScreenGui.dab.TextSize = 18.000
  5565. ScreenGui.dab.TextWrapped = true
  5566. ScreenGui.dab.MouseButton1Down:connect(function()
  5567. game:GetService'Players':Chat((":dab"))
  5568. end)
  5569.  
  5570. ScreenGui.dance.Name = "dance"
  5571. ScreenGui.dance.Parent = ScreenGui.animationtab
  5572. ScreenGui.dance.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5573. ScreenGui.dance.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5574. ScreenGui.dance.BorderSizePixel = 3
  5575. ScreenGui.dance.Position = UDim2.new(0.544871807, 0, 0.742323518, 0)
  5576. ScreenGui.dance.Size = UDim2.new(0, 55, 0, 25)
  5577. ScreenGui.dance.Font = Enum.Font.Gotham
  5578. ScreenGui.dance.Text = "Dance"
  5579. ScreenGui.dance.TextColor3 = Color3.fromRGB(255, 255, 255)
  5580. ScreenGui.dance.TextScaled = true
  5581. ScreenGui.dance.TextSize = 18.000
  5582. ScreenGui.dance.TextWrapped = true
  5583. ScreenGui.dance.MouseButton1Down:connect(function()
  5584. game:GetService'Players':Chat((":dance"))
  5585. end)
  5586.  
  5587. ScreenGui.crouch.Name = "crouch"
  5588. ScreenGui.crouch.Parent = ScreenGui.animationtab
  5589. ScreenGui.crouch.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5590. ScreenGui.crouch.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5591. ScreenGui.crouch.BorderSizePixel = 3
  5592. ScreenGui.crouch.Position = UDim2.new(0.12820515, 0, 0.742323518, 0)
  5593. ScreenGui.crouch.Size = UDim2.new(0, 55, 0, 25)
  5594. ScreenGui.crouch.Font = Enum.Font.Gotham
  5595. ScreenGui.crouch.Text = "Crouch"
  5596. ScreenGui.crouch.TextColor3 = Color3.fromRGB(255, 255, 255)
  5597. ScreenGui.crouch.TextScaled = true
  5598. ScreenGui.crouch.TextSize = 18.000
  5599. ScreenGui.crouch.TextWrapped = true
  5600. ScreenGui.crouch.MouseButton1Down:connect(function()
  5601. game:GetService'Players':Chat((":crouch"))
  5602. end)
  5603.  
  5604. ScreenGui.whitelisttab.Name = "whitelisttab"
  5605. ScreenGui.whitelisttab.Parent = ScreenGui.tabholder
  5606. ScreenGui.whitelisttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5607. ScreenGui.whitelisttab.BackgroundTransparency = 1.000
  5608. ScreenGui.whitelisttab.Size = UDim2.new(0, 156, 0, 254)
  5609. ScreenGui.whitelisttab.Visible = false
  5610.  
  5611. ScreenGui.title_11.Name = "title"
  5612. ScreenGui.title_11.Parent = ScreenGui.whitelisttab
  5613. ScreenGui.title_11.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5614. ScreenGui.title_11.BackgroundTransparency = 1.000
  5615. ScreenGui.title_11.BorderSizePixel = 0
  5616. ScreenGui.title_11.Position = UDim2.new(0.256000012, 0, 0, 5)
  5617. ScreenGui.title_11.Size = UDim2.new(0, 75, 0, 22)
  5618. ScreenGui.title_11.Font = Enum.Font.Gotham
  5619. ScreenGui.title_11.Text = "Whitelist"
  5620. ScreenGui.title_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  5621. ScreenGui.title_11.TextSize = 16.000
  5622. ScreenGui.title_11.TextWrapped = true
  5623.  
  5624. ScreenGui.line_10.Name = "line"
  5625. ScreenGui.line_10.Parent = ScreenGui.whitelisttab
  5626. ScreenGui.line_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5627. ScreenGui.line_10.BorderSizePixel = 0
  5628. ScreenGui.line_10.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5629. ScreenGui.line_10.Size = UDim2.new(0, 125, 0, 1)
  5630. ScreenGui.line_10.Font = Enum.Font.SourceSans
  5631. ScreenGui.line_10.Text = ""
  5632. ScreenGui.line_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  5633. ScreenGui.line_10.TextSize = 14.000
  5634.  
  5635. ScreenGui.namehere.Name = "namehere"
  5636. ScreenGui.namehere.Parent = ScreenGui.whitelisttab
  5637. ScreenGui.namehere.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5638. ScreenGui.namehere.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5639. ScreenGui.namehere.BorderSizePixel = 3
  5640. ScreenGui.namehere.Position = UDim2.new(0.0897435918, 0, 0.395669281, 0)
  5641. ScreenGui.namehere.Size = UDim2.new(0, 125, 0, 25)
  5642. ScreenGui.namehere.Font = Enum.Font.Gotham
  5643. ScreenGui.namehere.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  5644. ScreenGui.namehere.PlaceholderText = "Player Name Here"
  5645. ScreenGui.namehere.Text = ""
  5646. ScreenGui.namehere.TextColor3 = Color3.fromRGB(255, 255, 255)
  5647. ScreenGui.namehere.TextScaled = true
  5648. ScreenGui.namehere.TextSize = 14.000
  5649. ScreenGui.namehere.TextWrapped = true
  5650.  
  5651. ScreenGui.wlhelp.Name = "wlhelp"
  5652. ScreenGui.wlhelp.Parent = ScreenGui.whitelisttab
  5653. ScreenGui.wlhelp.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5654. ScreenGui.wlhelp.BackgroundTransparency = 1.000
  5655. ScreenGui.wlhelp.BorderSizePixel = 0
  5656. ScreenGui.wlhelp.Position = UDim2.new(0.114974394, 0, 0.165354326, 5)
  5657. ScreenGui.wlhelp.Size = UDim2.new(0, 116, 0, 43)
  5658. ScreenGui.wlhelp.Font = Enum.Font.Gotham
  5659. ScreenGui.wlhelp.Text = "To whitelist type in a players name"
  5660. ScreenGui.wlhelp.TextColor3 = Color3.fromRGB(255, 255, 255)
  5661. ScreenGui.wlhelp.TextScaled = true
  5662. ScreenGui.wlhelp.TextSize = 16.000
  5663. ScreenGui.wlhelp.TextWrapped = true
  5664.  
  5665. ScreenGui.wlstart.Name = "wlstart"
  5666. ScreenGui.wlstart.Parent = ScreenGui.whitelisttab
  5667. ScreenGui.wlstart.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5668. ScreenGui.wlstart.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5669. ScreenGui.wlstart.BorderSizePixel = 3
  5670. ScreenGui.wlstart.Position = UDim2.new(0.0897435993, 0, 0.604528248, 0)
  5671. ScreenGui.wlstart.Size = UDim2.new(0, 50, 0, 25)
  5672. ScreenGui.wlstart.Font = Enum.Font.Gotham
  5673. ScreenGui.wlstart.Text = "Whitelist"
  5674. ScreenGui.wlstart.TextColor3 = Color3.fromRGB(255, 255, 255)
  5675. ScreenGui.wlstart.TextScaled = true
  5676. ScreenGui.wlstart.TextSize = 18.000
  5677. ScreenGui.wlstart.TextWrapped = true
  5678. ScreenGui.wlstart.MouseButton1Down:connect(function()
  5679. if wluser == nil then
  5680. wluser = ScreenGui.namehere.Text
  5681. whitelist(msg)
  5682. else
  5683. system("[System]: "..wluser.." is already whitelisted!")
  5684. wait(1)
  5685. system("[System]: You can only whitelist one person at a time!")
  5686. end
  5687. end)
  5688.  
  5689. ScreenGui.wlstop.Name = "wlstop"
  5690. ScreenGui.wlstop.Parent = ScreenGui.whitelisttab
  5691. ScreenGui.wlstop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5692. ScreenGui.wlstop.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5693. ScreenGui.wlstop.BorderSizePixel = 3
  5694. ScreenGui.wlstop.Position = UDim2.new(0.570512831, 0, 0.604528189, 0)
  5695. ScreenGui.wlstop.Size = UDim2.new(0, 50, 0, 25)
  5696. ScreenGui.wlstop.Font = Enum.Font.Gotham
  5697. ScreenGui.wlstop.Text = "Unwhitelist"
  5698. ScreenGui.wlstop.TextColor3 = Color3.fromRGB(255, 255, 255)
  5699. ScreenGui.wlstop.TextScaled = true
  5700. ScreenGui.wlstop.TextSize = 18.000
  5701. ScreenGui.wlstop.TextWrapped = true
  5702. ScreenGui.wlstop.MouseButton1Down:connect(function()
  5703. if wluser ~= nil then
  5704. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " is no longer Whitelisted!", "All")
  5705. system("[System]: "..wluser.." is no longer whitelisted!")
  5706. wluser = nil
  5707. end
  5708. end)
  5709.  
  5710. ScreenGui.wlcmds.Name = "wlcmds"
  5711. ScreenGui.wlcmds.Parent = ScreenGui.whitelisttab
  5712. ScreenGui.wlcmds.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5713. ScreenGui.wlcmds.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5714. ScreenGui.wlcmds.BorderSizePixel = 3
  5715. ScreenGui.wlcmds.Position = UDim2.new(0.114974387, 0, 0.817126632, 0)
  5716. ScreenGui.wlcmds.Size = UDim2.new(0, 116, 0, 25)
  5717. ScreenGui.wlcmds.Font = Enum.Font.Gotham
  5718. ScreenGui.wlcmds.Text = "Whitelist Commands"
  5719. ScreenGui.wlcmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  5720. ScreenGui.wlcmds.TextScaled = true
  5721. ScreenGui.wlcmds.TextSize = 18.000
  5722. ScreenGui.wlcmds.TextWrapped = true
  5723. ScreenGui.wlcmds.MouseButton1Down:connect(function()
  5724. ScreenGui.wlcmdtab.Visible = not ScreenGui.wlcmdtab.Visible
  5725. end)
  5726.  
  5727. ScreenGui.serverprotecttab.Name = "serverprotecttab"
  5728. ScreenGui.serverprotecttab.Parent = ScreenGui.tabholder
  5729. ScreenGui.serverprotecttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5730. ScreenGui.serverprotecttab.BackgroundTransparency = 1.000
  5731. ScreenGui.serverprotecttab.Size = UDim2.new(0, 156, 0, 254)
  5732. ScreenGui.serverprotecttab.Visible = false
  5733.  
  5734. ScreenGui.title_12.Name = "title"
  5735. ScreenGui.title_12.Parent = ScreenGui.serverprotecttab
  5736. ScreenGui.title_12.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5737. ScreenGui.title_12.BackgroundTransparency = 1.000
  5738. ScreenGui.title_12.BorderSizePixel = 0
  5739. ScreenGui.title_12.Position = UDim2.new(0.256000012, 0, 0, 5)
  5740. ScreenGui.title_12.Size = UDim2.new(0, 75, 0, 22)
  5741. ScreenGui.title_12.Font = Enum.Font.Gotham
  5742. ScreenGui.title_12.Text = "Server Protection"
  5743. ScreenGui.title_12.TextColor3 = Color3.fromRGB(255, 255, 255)
  5744. ScreenGui.title_12.TextScaled = true
  5745. ScreenGui.title_12.TextSize = 16.000
  5746. ScreenGui.title_12.TextWrapped = true
  5747.  
  5748. ScreenGui.line_11.Name = "line"
  5749. ScreenGui.line_11.Parent = ScreenGui.serverprotecttab
  5750. ScreenGui.line_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5751. ScreenGui.line_11.BorderSizePixel = 0
  5752. ScreenGui.line_11.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5753. ScreenGui.line_11.Size = UDim2.new(0, 125, 0, 1)
  5754. ScreenGui.line_11.Font = Enum.Font.SourceSans
  5755. ScreenGui.line_11.Text = ""
  5756. ScreenGui.line_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  5757. ScreenGui.line_11.TextSize = 14.000
  5758.  
  5759. system("[System]: Welcome ".. game.Players.LocalPlayer.Name .. "!")
  5760. wait(2)
  5761. system("[System]: Thank you for using AdminJoy V2!")
  5762. wait(2)
  5763. system("[System]: Enjoy!")
  5764.  
  5765. ScreenGui.disable.Name = "disable"
  5766. ScreenGui.disable.Parent = ScreenGui.serverprotecttab
  5767. ScreenGui.disable.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5768. ScreenGui.disable.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5769. ScreenGui.disable.BorderSizePixel = 3
  5770. ScreenGui.disable.Position = UDim2.new(0.276, 0, 0.62, 0)
  5771. ScreenGui.disable.Size = UDim2.new(0, 70, 0, 25)
  5772. ScreenGui.disable.Font = Enum.Font.Gotham
  5773. ScreenGui.disable.Text = "Disable"
  5774. ScreenGui.disable.TextColor3 = Color3.fromRGB(255, 255, 255)
  5775. ScreenGui.disable.TextScaled = true
  5776. ScreenGui.disable.TextSize = 18.000
  5777. ScreenGui.disable.TextWrapped = true
  5778. ScreenGui.disable.MouseButton1Down:connect(function()
  5779. game:GetService'Players':Chat((":unanti"))
  5780. end)
  5781.  
  5782. ScreenGui.antikill.Name = "antikill"
  5783. ScreenGui.antikill.Parent = ScreenGui.serverprotecttab
  5784. ScreenGui.antikill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5785. ScreenGui.antikill.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5786. ScreenGui.antikill.BorderSizePixel = 3
  5787. ScreenGui.antikill.Position = UDim2.new(0.0961538479, 0, 0.380118787, 0)
  5788. ScreenGui.antikill.Size = UDim2.new(0, 55, 0, 25)
  5789. ScreenGui.antikill.Font = Enum.Font.Gotham
  5790. ScreenGui.antikill.Text = "Antikill"
  5791. ScreenGui.antikill.TextColor3 = Color3.fromRGB(255, 255, 255)
  5792. ScreenGui.antikill.TextScaled = true
  5793. ScreenGui.antikill.TextSize = 18.000
  5794. ScreenGui.antikill.TextWrapped = true
  5795. ScreenGui.antikill.MouseButton1Down:connect(function()
  5796. game:GetService'Players':Chat(("!antikill"))
  5797. end)
  5798.  
  5799. ScreenGui.autoff.Name = "autoff"
  5800. ScreenGui.autoff.Parent = ScreenGui.serverprotecttab
  5801. ScreenGui.autoff.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5802. ScreenGui.autoff.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5803. ScreenGui.autoff.BorderSizePixel = 3
  5804. ScreenGui.autoff.Position = UDim2.new(0.538461566, 0, 0.380118787, 0)
  5805. ScreenGui.autoff.Size = UDim2.new(0, 55, 0, 25)
  5806. ScreenGui.autoff.Font = Enum.Font.Gotham
  5807. ScreenGui.autoff.Text = "AutoFF"
  5808. ScreenGui.autoff.TextColor3 = Color3.fromRGB(255, 255, 255)
  5809. ScreenGui.autoff.TextScaled = true
  5810. ScreenGui.autoff.TextSize = 18.000
  5811. ScreenGui.autoff.TextWrapped = true
  5812. ScreenGui.autoff.MouseButton1Down:connect(function()
  5813. game:GetService'Players':Chat(("!autoff"))
  5814. end)
  5815.  
  5816. ScreenGui.sphelp.Name = "sphelp"
  5817. ScreenGui.sphelp.Parent = ScreenGui.serverprotecttab
  5818. ScreenGui.sphelp.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5819. ScreenGui.sphelp.BackgroundTransparency = 1.000
  5820. ScreenGui.sphelp.BorderSizePixel = 0
  5821. ScreenGui.sphelp.Position = UDim2.new(0.0961538479, 0, 0.137795269, 5)
  5822. ScreenGui.sphelp.Size = UDim2.new(0, 124, 0, 32)
  5823. ScreenGui.sphelp.Font = Enum.Font.Gotham
  5824. ScreenGui.sphelp.Text = "Enable antikill or autoff for everyone"
  5825. ScreenGui.sphelp.TextColor3 = Color3.fromRGB(255, 255, 255)
  5826. ScreenGui.sphelp.TextScaled = true
  5827. ScreenGui.sphelp.TextSize = 16.000
  5828. ScreenGui.sphelp.TextWrapped = true
  5829.  
  5830. ScreenGui.creditstab.Name = "creditstab"
  5831. ScreenGui.creditstab.Parent = ScreenGui.tabholder
  5832. ScreenGui.creditstab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5833. ScreenGui.creditstab.BackgroundTransparency = 1.000
  5834. ScreenGui.creditstab.Size = UDim2.new(0, 156, 0, 254)
  5835. ScreenGui.creditstab.Visible = false
  5836.  
  5837. ScreenGui.title_13.Name = "title"
  5838. ScreenGui.title_13.Parent = ScreenGui.creditstab
  5839. ScreenGui.title_13.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5840. ScreenGui.title_13.BackgroundTransparency = 1.000
  5841. ScreenGui.title_13.BorderSizePixel = 0
  5842. ScreenGui.title_13.Position = UDim2.new(0.256000012, 0, 0, 5)
  5843. ScreenGui.title_13.Size = UDim2.new(0, 75, 0, 22)
  5844. ScreenGui.title_13.Font = Enum.Font.Gotham
  5845. ScreenGui.title_13.Text = "Credits"
  5846. ScreenGui.title_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  5847. ScreenGui.title_13.TextSize = 16.000
  5848. ScreenGui.title_13.TextWrapped = true
  5849.  
  5850. ScreenGui.line_12.Name = "line"
  5851. ScreenGui.line_12.Parent = ScreenGui.creditstab
  5852. ScreenGui.line_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5853. ScreenGui.line_12.BorderSizePixel = 0
  5854. ScreenGui.line_12.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5855. ScreenGui.line_12.Size = UDim2.new(0, 125, 0, 1)
  5856. ScreenGui.line_12.Font = Enum.Font.SourceSans
  5857. ScreenGui.line_12.Text = ""
  5858. ScreenGui.line_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  5859. ScreenGui.line_12.TextSize = 14.000
  5860.  
  5861. ScreenGui.credithelp0.Name = "credithelp0"
  5862. ScreenGui.credithelp0.Parent = ScreenGui.creditstab
  5863. ScreenGui.credithelp0.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5864. ScreenGui.credithelp0.BackgroundTransparency = 1.000
  5865. ScreenGui.credithelp0.BorderSizePixel = 0
  5866. ScreenGui.credithelp0.Position = UDim2.new(0.0897435918, 0, 0.137795269, 5)
  5867. ScreenGui.credithelp0.Size = UDim2.new(0, 125, 0, 20)
  5868. ScreenGui.credithelp0.Font = Enum.Font.Gotham
  5869. ScreenGui.credithelp0.Text = "Script Made by:"
  5870. ScreenGui.credithelp0.TextColor3 = Color3.fromRGB(255, 255, 255)
  5871. ScreenGui.credithelp0.TextScaled = true
  5872. ScreenGui.credithelp0.TextSize = 16.000
  5873. ScreenGui.credithelp0.TextWrapped = true
  5874.  
  5875. ScreenGui.credithelp1.Name = "credithelp1"
  5876. ScreenGui.credithelp1.Parent = ScreenGui.creditstab
  5877. ScreenGui.credithelp1.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5878. ScreenGui.credithelp1.BackgroundTransparency = 1.000
  5879. ScreenGui.credithelp1.BorderSizePixel = 0
  5880. ScreenGui.credithelp1.Position = UDim2.new(0.0961538479, 0, 0.38188976, 5)
  5881. ScreenGui.credithelp1.Size = UDim2.new(0, 125, 0, 20)
  5882. ScreenGui.credithelp1.Font = Enum.Font.Gotham
  5883. ScreenGui.credithelp1.Text = "DenisdailyAirwav(Roblox)"
  5884. ScreenGui.credithelp1.TextColor3 = Color3.fromRGB(255, 255, 255)
  5885. ScreenGui.credithelp1.TextScaled = true
  5886. ScreenGui.credithelp1.TextSize = 16.000
  5887. ScreenGui.credithelp1.TextWrapped = true
  5888.  
  5889. ScreenGui.credithelp2.Name = "credithelp2"
  5890. ScreenGui.credithelp2.Parent = ScreenGui.creditstab
  5891. ScreenGui.credithelp2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5892. ScreenGui.credithelp2.BackgroundTransparency = 1.000
  5893. ScreenGui.credithelp2.BorderSizePixel = 0
  5894. ScreenGui.credithelp2.Position = UDim2.new(0.0897435918, 0, 0.51968503, 5)
  5895. ScreenGui.credithelp2.Size = UDim2.new(0, 125, 0, 20)
  5896. ScreenGui.credithelp2.Font = Enum.Font.Gotham
  5897. ScreenGui.credithelp2.Text = "Airwav#2162(Discord)"
  5898. ScreenGui.credithelp2.TextColor3 = Color3.fromRGB(255, 255, 255)
  5899. ScreenGui.credithelp2.TextScaled = true
  5900. ScreenGui.credithelp2.TextSize = 16.000
  5901. ScreenGui.credithelp2.TextWrapped = true
  5902.  
  5903. ScreenGui.Morphtab.Name = "Morphtab"
  5904. ScreenGui.Morphtab.Parent = ScreenGui.tabholder
  5905. ScreenGui.Morphtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5906. ScreenGui.Morphtab.BackgroundTransparency = 1.000
  5907. ScreenGui.Morphtab.BorderColor3 = Color3.fromRGB(27, 42, 53)
  5908. ScreenGui.Morphtab.Size = UDim2.new(0, 156, 0, 254)
  5909. ScreenGui.Morphtab.Visible = false
  5910.  
  5911. ScreenGui.title_14.Name = "title"
  5912. ScreenGui.title_14.Parent = ScreenGui.Morphtab
  5913. ScreenGui.title_14.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  5914. ScreenGui.title_14.BackgroundTransparency = 1.000
  5915. ScreenGui.title_14.BorderSizePixel = 0
  5916. ScreenGui.title_14.Position = UDim2.new(0.256000012, 0, 0, 5)
  5917. ScreenGui.title_14.Size = UDim2.new(0, 75, 0, 22)
  5918. ScreenGui.title_14.Font = Enum.Font.Gotham
  5919. ScreenGui.title_14.Text = "Morph"
  5920. ScreenGui.title_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  5921. ScreenGui.title_14.TextSize = 16.000
  5922. ScreenGui.title_14.TextWrapped = true
  5923.  
  5924. ScreenGui.line_13.Name = "line"
  5925. ScreenGui.line_13.Parent = ScreenGui.Morphtab
  5926. ScreenGui.line_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5927. ScreenGui.line_13.BorderSizePixel = 0
  5928. ScreenGui.line_13.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  5929. ScreenGui.line_13.Size = UDim2.new(0, 125, 0, 1)
  5930. ScreenGui.line_13.Font = Enum.Font.SourceSans
  5931. ScreenGui.line_13.Text = ""
  5932. ScreenGui.line_13.TextColor3 = Color3.fromRGB(0, 0, 0)
  5933. ScreenGui.line_13.TextSize = 14.000
  5934.  
  5935. ScreenGui.joy.Name = "joy"
  5936. ScreenGui.joy.Parent = ScreenGui.Morphtab
  5937. ScreenGui.joy.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5938. ScreenGui.joy.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5939. ScreenGui.joy.BorderSizePixel = 3
  5940. ScreenGui.joy.Position = UDim2.new(0.0897435918, 0, 0.15177232, 0)
  5941. ScreenGui.joy.Size = UDim2.new(0, 131, 0, 25)
  5942. ScreenGui.joy.Font = Enum.Font.Gotham
  5943. ScreenGui.joy.Text = "Joy :)"
  5944. ScreenGui.joy.TextColor3 = Color3.fromRGB(255, 255, 255)
  5945. ScreenGui.joy.TextSize = 18.000
  5946. ScreenGui.joy.TextWrapped = true
  5947. ScreenGui.joy.MouseButton1Down:connect(function()
  5948. game:GetService'Players':Chat((":Joy"))
  5949. end)
  5950.  
  5951. ScreenGui.aka.Name = "aka"
  5952. ScreenGui.aka.Parent = ScreenGui.Morphtab
  5953. ScreenGui.aka.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5954. ScreenGui.aka.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5955. ScreenGui.aka.BorderSizePixel = 3
  5956. ScreenGui.aka.Position = UDim2.new(0.0897435918, 0, 0.325000674, 0)
  5957. ScreenGui.aka.Size = UDim2.new(0, 131, 0, 25)
  5958. ScreenGui.aka.Font = Enum.Font.Gotham
  5959. ScreenGui.aka.Text = "Aka Muichiro"
  5960. ScreenGui.aka.TextColor3 = Color3.fromRGB(255, 255, 255)
  5961. ScreenGui.aka.TextSize = 18.000
  5962. ScreenGui.aka.TextWrapped = true
  5963. ScreenGui.aka.MouseButton1Down:connect(function()
  5964. game:GetService'Players':Chat((":aka"))
  5965. end)
  5966.  
  5967. ScreenGui.jester.Name = "jester"
  5968. ScreenGui.jester.Parent = ScreenGui.Morphtab
  5969. ScreenGui.jester.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5970. ScreenGui.jester.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5971. ScreenGui.jester.BorderSizePixel = 3
  5972. ScreenGui.jester.Position = UDim2.new(0.0897435918, 0, 0.494291991, 0)
  5973. ScreenGui.jester.Size = UDim2.new(0, 131, 0, 25)
  5974. ScreenGui.jester.Font = Enum.Font.Gotham
  5975. ScreenGui.jester.Text = "Jester"
  5976. ScreenGui.jester.TextColor3 = Color3.fromRGB(255, 255, 255)
  5977. ScreenGui.jester.TextSize = 18.000
  5978. ScreenGui.jester.TextWrapped = true
  5979. ScreenGui.jester.MouseButton1Down:connect(function()
  5980. game:GetService'Players':Chat((":Jester"))
  5981. end)
  5982.  
  5983. ScreenGui.raja.Name = "raja"
  5984. ScreenGui.raja.Parent = ScreenGui.Morphtab
  5985. ScreenGui.raja.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  5986. ScreenGui.raja.BorderColor3 = Color3.fromRGB(26, 26, 26)
  5987. ScreenGui.raja.BorderSizePixel = 3
  5988. ScreenGui.raja.Position = UDim2.new(0.0897435918, 0, 0.655709267, 0)
  5989. ScreenGui.raja.Size = UDim2.new(0, 131, 0, 25)
  5990. ScreenGui.raja.Font = Enum.Font.Gotham
  5991. ScreenGui.raja.Text = "Raja"
  5992. ScreenGui.raja.TextColor3 = Color3.fromRGB(255, 255, 255)
  5993. ScreenGui.raja.TextSize = 18.000
  5994. ScreenGui.raja.TextWrapped = true
  5995. ScreenGui.raja.MouseButton1Down:connect(function()
  5996. game:GetService'Players':Chat((":raja"))
  5997. end)
  5998.  
  5999. ScreenGui.darklord.Name = "darklord"
  6000. ScreenGui.darklord.Parent = ScreenGui.Morphtab
  6001. ScreenGui.darklord.BackgroundColor3 = Color3.fromRGB(9, 9, 9)
  6002. ScreenGui.darklord.BorderColor3 = Color3.fromRGB(26, 26, 26)
  6003. ScreenGui.darklord.BorderSizePixel = 3
  6004. ScreenGui.darklord.Position = UDim2.new(0.0769230798, 0, 0.817126632, 0)
  6005. ScreenGui.darklord.Size = UDim2.new(0, 131, 0, 25)
  6006. ScreenGui.darklord.Font = Enum.Font.Gotham
  6007. ScreenGui.darklord.Text = "Dark Lord"
  6008. ScreenGui.darklord.TextColor3 = Color3.fromRGB(255, 255, 255)
  6009. ScreenGui.darklord.TextSize = 18.000
  6010. ScreenGui.darklord.TextWrapped = true
  6011. ScreenGui.darklord.MouseButton1Down:connect(function()
  6012. game:GetService'Players':Chat((":Dark_Lord"))
  6013. end)
  6014.  
  6015. ScreenGui.hktab.Name = "hktab"
  6016. ScreenGui.hktab.Parent = ScreenGui.tabholder
  6017. ScreenGui.hktab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6018. ScreenGui.hktab.BackgroundTransparency = 1.000
  6019. ScreenGui.hktab.Size = UDim2.new(0, 156, 0, 254)
  6020. ScreenGui.hktab.Visible = false
  6021.  
  6022. ScreenGui.title_15.Name = "title"
  6023. ScreenGui.title_15.Parent = ScreenGui.hktab
  6024. ScreenGui.title_15.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  6025. ScreenGui.title_15.BackgroundTransparency = 1.000
  6026. ScreenGui.title_15.BorderSizePixel = 0
  6027. ScreenGui.title_15.Position = UDim2.new(0.256000012, 0, 0, 5)
  6028. ScreenGui.title_15.Size = UDim2.new(0, 75, 0, 22)
  6029. ScreenGui.title_15.Font = Enum.Font.Gotham
  6030. ScreenGui.title_15.Text = "Hotkeys"
  6031. ScreenGui.title_15.TextColor3 = Color3.fromRGB(255, 255, 255)
  6032. ScreenGui.title_15.TextSize = 16.000
  6033. ScreenGui.title_15.TextWrapped = true
  6034.  
  6035. ScreenGui.line_14.Name = "line"
  6036. ScreenGui.line_14.Parent = ScreenGui.hktab
  6037. ScreenGui.line_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6038. ScreenGui.line_14.BorderSizePixel = 0
  6039. ScreenGui.line_14.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)
  6040. ScreenGui.line_14.Size = UDim2.new(0, 125, 0, 1)
  6041. ScreenGui.line_14.Font = Enum.Font.SourceSans
  6042. ScreenGui.line_14.Text = ""
  6043. ScreenGui.line_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  6044. ScreenGui.line_14.TextSize = 14.000
  6045. own()
  6046. ScreenGui.credithelp0_2.Name = "credithelp0"
  6047. ScreenGui.credithelp0_2.Parent = ScreenGui.hktab
  6048. ScreenGui.credithelp0_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  6049. ScreenGui.credithelp0_2.BackgroundTransparency = 1.000
  6050. ScreenGui.credithelp0_2.BorderSizePixel = 0
  6051. ScreenGui.credithelp0_2.Position = UDim2.new(0.0897435918, 0, 0.114173226, 5)
  6052. ScreenGui.credithelp0_2.Size = UDim2.new(0, 125, 0, 210)
  6053. ScreenGui.credithelp0_2.Font = Enum.Font.Gotham
  6054. ScreenGui.credithelp0_2.Text = "Z - Fly\nX - Forcefield\nC - Reset\nV - Respawn\nB - Save Location\nN - Load Location\nM - Execute last command used\nJ - Disable/Enable Hotkey"
  6055. ScreenGui.credithelp0_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  6056. ScreenGui.credithelp0_2.TextSize = 16.000
  6057. ScreenGui.credithelp0_2.TextWrapped = true
  6058. ScreenGui.credithelp0_2.TextXAlignment = Enum.TextXAlignment.Left
  6059.  
  6060. ScreenGui.openclose.Name = "openclose"
  6061. ScreenGui.openclose.Parent = ScreenGui.main
  6062. ScreenGui.openclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6063. ScreenGui.openclose.BackgroundTransparency = 1.000
  6064. ScreenGui.openclose.BorderSizePixel = 0
  6065. ScreenGui.openclose.Position = UDim2.new(0.801282048, 0, 0, 0)
  6066. ScreenGui.openclose.Size = UDim2.new(0, 31, 0, 31)
  6067. ScreenGui.openclose.Font = Enum.Font.Gotham
  6068. ScreenGui.openclose.Text = "-"
  6069. ScreenGui.openclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  6070. ScreenGui.openclose.TextScaled = true
  6071. ScreenGui.openclose.TextSize = 14.000
  6072. ScreenGui.openclose.TextWrapped = true
  6073. local opencl = 0
  6074. ScreenGui.openclose.MouseButton1Down:Connect(function()
  6075. opencl = opencl + 1
  6076. if opencl == 1 then
  6077. ScreenGui.bg.BackgroundTransparency = 0
  6078. ScreenGui.page1.Visible = true
  6079. ScreenGui.tabholder.Visible = false
  6080. end
  6081. if opencl == 2 then
  6082. opencl = 0
  6083. ScreenGui.bg.BackgroundTransparency = 1
  6084. ScreenGui.page1.Visible = false
  6085. ScreenGui.page2.Visible = false
  6086. ScreenGui.page3.Visible = false
  6087. ScreenGui.tabholder.Visible = false
  6088. end
  6089. end)
  6090.  
  6091. ScreenGui.commandtab.Name = "commandtab"
  6092. ScreenGui.commandtab.Parent = ScreenGui.main
  6093. ScreenGui.commandtab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  6094. ScreenGui.commandtab.BorderColor3 = Color3.fromRGB(35, 35, 35)
  6095. ScreenGui.commandtab.BorderSizePixel = 3
  6096. ScreenGui.commandtab.Position = UDim2.new(1.19871795, 0, 0.00701754401, 0)
  6097. ScreenGui.commandtab.Size = UDim2.new(0, 275, 0, 350)
  6098. ScreenGui.commandtab.CanvasSize = UDim2.new(0, 0, 13, 0)
  6099. ScreenGui.commandtab.ScrollBarThickness = 0
  6100. ScreenGui.commandtab.Visible = false
  6101. ScreenGui.commandtab.Active = true
  6102. ScreenGui.commandtab.Selectable = true
  6103. ScreenGui.commandtab.Draggable = true
  6104.  
  6105. ScreenGui.cmds_2.Name = "cmds"
  6106. ScreenGui.cmds_2.Parent = ScreenGui.commandtab
  6107. ScreenGui.cmds_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6108. ScreenGui.cmds_2.BackgroundTransparency = 1.000
  6109. ScreenGui.cmds_2.Position = UDim2.new(0.0237154141, 0, 0.00128303841, 0)
  6110. ScreenGui.cmds_2.Size = UDim2.new(0, 267, 0, 3700)
  6111. ScreenGui.cmds_2.Font = Enum.Font.Gotham
  6112. ScreenGui.cmds_2.Text = "[Hot-Keys]\n\nZ - Fly\nX - Forcefield\nC - Reset\nV - Respawn\nB - Save Location\nN - Load Location\nM - Execute last command used\nJ - Disable/Enable Hotkeys\n\n[Kit Commands] [13 Kits]\n\n:kit [kit name] [player name]\n:kit god [plr] - Gives OP gear\n:kit omni [plr] - Gives more OP gear\n:kit gun [plr] - Gives guns\n:kit dark [plr] - Makes you dark\n:kit knife [plr] - Gives knives\n:kit dagger [plr] - gives daggers\n:kit bow [plr] - gives bows\n:kit crossbow [plr] - gives crossbows\n:kit magic [plr] - gives magical items\n:kit sword [plr] - Gives swords\n:kit scythe [plr] - Gives scythes\n:kit ninja [plr] - ninja equipment\n:kit potion [plr] - gives potions\n:kit troll [plr] - game ruining gear\n:kit bomb [plr] - exploding gear\n:kit flying [plr] - gives flying gear\n:kit heal [plr] - gives healing items\n\n[Teleport Commands]\n\n:spawn1 [plr] - Teleports [plr] to spawn on the Left\n:spawn2 [plr] - Teleports [plr] to spawn in the Middle\n:spawn3 [plr] - Teleports [plr] to spawn on the Right\n:house [plr] - Teleports [plr] inside the house\n:uhouse [plr] - Teleports [plr] above the house\n:obby [plr] - teleports [plr] to the end of the obby\n:pads [plr] - teleports [plr] to the admin pads\n:blocks [plr - teleports [plr] to the building blocks\n \n[Emote Commands]\n\n:hmm\n:headtoss\n:armspin\n:loophead\n:scream\n:headraise\n:dab\n:crawl\n:crouch\n:dance\n\n[Music Commands]\n:play mwd - Plays Miss Wanna Die\n\n[Morph Commands]\n\n:Dark_Lord - Turn's you into a Dark Lord\n:Aka - Makes you \n:raja - Turn into Raja\n:Jester - turns you into a Jester\n:Joy - Joy :)\n\n[Super Commands]\n\n:super[Command] - superuse any command\n\n[Spam Commands]\n\n:spam[Command] - spam any command\n:stop - stops spam, colors, and redlight command\n:wait = [Number] - Change the wait time of spam commands\n\n[Other Commands]\n\n:zawarudo - Time Stops now...\n:redlight - you've played redlight-greenlight before right?\n:greenlight - you already know what this does\n:purge - The purge will start\n:snap [plr] - Snap someone out of existence\n:ms - flood logs with a randommessage\n:regen - Reset's admin pads\n:allpads - take all admin pads\n:trap [plr] - traps a player where they are\n:random [plr] - tp's plr to random spot on baseplate\n\n\n[Local Commands]\n\n:here - Saves your current location\n:back - Teleports you back to that saved location\n:clicktp - gives you a click-teleport tool\n:sky - Teleports you in the sky with a boombox\n:ls - pulls up logs\n:rejoin - Rejoin the current game(DOESN'T WORK FOR VIP SERVERS)\n:wl - whitelist[Player] - user can use your commands[WORKING]\n:unwl - unwhitelist [Player][WORKING]\n:invertfix - Fixes inverted colors \n:removeobbykill - disable death from obby(glitchy)\n:skh - teleports you to max skydive height\n:idk - spam tp you to random location\n\n\n[Server Protection]\n\n!antikill - enables antikill for everyone(including you)\n!autoff -- enables autoff for everyone(including you)\n\n[Anti Commands]\n\n:allanti -- enable anti's\n:unanti -- disable all anti's\n:enableall -- turn on all anti's\n:disableall -- turn off all anti's\n:alldefault -- set all anti's back to default\n\n[Enable Section]\n\n:enablekill - turn on antikill\n:enablepunish - turn on antipunish\n:enableautoheal - turn on autoheal\n:enablejail - turn on antijail\n:enablemusic - turn on antimusic\n:enabledog - turn on antidog\n:enablesparkles - turn on antisparkles\n:enablesmoke - turn on antismoke\n:enableexp - turn on antiexplosion(trys to delete the effect)\n:enablespeed- turn on antispeed(trys to keep you at default speed)\n:enablefire- turn on antifire/antibonfire\n:enableswag- turn on antiswag\n:enableblind- turn on antiblind\n:enableskydive- turn on antiskydive\n:enablecrash- turn on anticrash\n:enableice- turn on antifreeze\n:enableseizure- turn on antiseizure\n:enableff- turn on antiff(no forcefield)\n:enablemsgcrash - turn on antimsgcrashing\n:enablenolight - turn on antilight from ivory light\n\n[Disable section]\n\n:disablekill - turn off antikill\n:disablepunish - turn off antipunish\n:disableautoheal - turn off autoheal\n:disablejail - turn off antijail\n:disablemusic - turn off antimusic\n:disabledog - turn off antidog\n:disablesparkles - turn off antisparkles\n:disablesmoke - turn off antismoke\n:disableexp - turn off antiexplosion\n:disablespeed- turn off antispeed\n:disablefire- turn off antifire/antibonfire\n:disableswag- turn off antiswag\n:disableblind- turn off antiblind\n:disableskydive- turn off antiskydive\n:disablecrash- turn off anticrash\n:disableice- turn off antifreeze\n:disableseizure- turn off antiseizure\n:disableff- turn off antiff\n:disablemsgcrash - turn off antimsgcrashing\n:disablenolight - turn off antilight from ivory periastron\n\n[Color Commands]\n\n:acolor - rgb spam top\n:bcolor - rgb spam bottom\n:ccolor - a combination of acolor and bcolor\n:redhell - Black & Red flash\n:rainbow - A more powerful disco\n:stop - stops the colors\n\n[Gear Commands]\n\n:g hyperlaser [plr] - Hyperlaser gun\n:g dsd [plr] - Timestop dagger\n:g cresendo [plr] - legendary cresendo\n:g rainbow [plr] - rainbow periastron\n:g ivory [plr] - white/ivory periastron\n:g azure [plr] - blue/azure periastron\n:g crimson [plr] - red/crimson periastron\n:g chartreuse [plr] - green/chartreuse periastron\n:g amethyst [plr] - purple/amethyst periastron\n:g noir [plr] - black/noir periastron\n:g grimgold [plr] - yellow-ish/grimgold periastron\n:g sledge hammer [plr] - knockback hammer\n:g carpet [plr] - rainbow carpet\n:g dual darkheart [plr] - dual black/dark swords\n:g darkheart [plr] - one black/dark sword\n:g dual illumina [plr] - dual white/illumina sword\n:g illumina [plr] - one white/illumina sword\n:g tommy gun [plr] - tommy gun\n:g m1 [plr] - M1 Garand\n:g luger pistol [plr] - pistol\n:g mauser 96 [plr] - mauser .96\n:g revolver [plr] - The General's .45\n:g jetpack [plr] - A jetpack\n:g katana [plr] - A katana\n:g chaos [plr] - a flame sword/the chaos-edge\n:g lock [plr] - jail/Portable Justice\n:g mine [plr] - The Remote mine\n:g light [plr] - The Sword of Light\n:g dark [plr] - The Sword of Darkness\n:g batsword [plr] - the batknight batsword\n:boombox [plr] - A golden boombox\n:amount = [Number] - Sets the amount of gear you'll get"
  6113. ScreenGui.cmds_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  6114. ScreenGui.cmds_2.TextSize = 14.000
  6115. ScreenGui.cmds_2.TextWrapped = true
  6116. ScreenGui.cmds_2.TextXAlignment = Enum.TextXAlignment.Left
  6117.  
  6118. ScreenGui.title_16.Name = "title"
  6119. ScreenGui.title_16.Parent = ScreenGui.commandtab
  6120. ScreenGui.title_16.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  6121. ScreenGui.title_16.BackgroundTransparency = 1.000
  6122. ScreenGui.title_16.BorderSizePixel = 0
  6123. ScreenGui.title_16.Position = UDim2.new(0.288727254, 0, 0.0047657229, 5)
  6124. ScreenGui.title_16.Size = UDim2.new(0, 115, 0, 22)
  6125. ScreenGui.title_16.Font = Enum.Font.Gotham
  6126. ScreenGui.title_16.Text = "Commands"
  6127. ScreenGui.title_16.TextColor3 = Color3.fromRGB(255, 255, 255)
  6128. ScreenGui.title_16.TextScaled = true
  6129. ScreenGui.title_16.TextSize = 18.000
  6130. ScreenGui.title_16.TextWrapped = true
  6131.  
  6132. ScreenGui.line_15.Name = "line"
  6133. ScreenGui.line_15.Parent = ScreenGui.commandtab
  6134. ScreenGui.line_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6135. ScreenGui.line_15.BorderSizePixel = 0
  6136. ScreenGui.line_15.Position = UDim2.new(0.217016295, 0, 0.0143804383, 0)
  6137. ScreenGui.line_15.Size = UDim2.new(0, 155, 0, 1)
  6138. ScreenGui.line_15.Font = Enum.Font.SourceSans
  6139. ScreenGui.line_15.Text = ""
  6140. ScreenGui.line_15.TextColor3 = Color3.fromRGB(0, 0, 0)
  6141. ScreenGui.line_15.TextSize = 14.000
  6142.  
  6143. ScreenGui.cmdopenclose.Name = "cmdopenclose"
  6144. ScreenGui.cmdopenclose.Parent = ScreenGui.commandtab
  6145. ScreenGui.cmdopenclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6146. ScreenGui.cmdopenclose.BackgroundTransparency = 1.000
  6147. ScreenGui.cmdopenclose.BorderSizePixel = 0
  6148. ScreenGui.cmdopenclose.Position = UDim2.new(0.884918392, 0, -0.000269905548, 0)
  6149. ScreenGui.cmdopenclose.Size = UDim2.new(0, 31, 0, 31)
  6150. ScreenGui.cmdopenclose.Font = Enum.Font.Gotham
  6151. ScreenGui.cmdopenclose.Text = "-"
  6152. ScreenGui.cmdopenclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  6153. ScreenGui.cmdopenclose.TextScaled = true
  6154. ScreenGui.cmdopenclose.TextSize = 14.000
  6155. ScreenGui.cmdopenclose.TextWrapped = true
  6156. ScreenGui.cmdopenclose.MouseButton1Down:connect(function()
  6157. ScreenGui.commandtab.Visible = false
  6158. end)
  6159.  
  6160. ScreenGui.wlcmdtab.Name = "wlcmdtab"
  6161. ScreenGui.wlcmdtab.Parent = ScreenGui.main
  6162. ScreenGui.wlcmdtab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  6163. ScreenGui.wlcmdtab.BorderColor3 = Color3.fromRGB(35, 35, 35)
  6164. ScreenGui.wlcmdtab.BorderSizePixel = 3
  6165. ScreenGui.wlcmdtab.Position = UDim2.new(3.22435904, 0, -0.00350877643, 0)
  6166. ScreenGui.wlcmdtab.Size = UDim2.new(0, 203, 0, 239)
  6167. ScreenGui.wlcmdtab.Visible = false
  6168. ScreenGui.wlcmdtab.Active = true
  6169. ScreenGui.wlcmdtab.Draggable = true
  6170.  
  6171. ScreenGui.wlcmdtabtitle.Name = "wlcmdtabtitle"
  6172. ScreenGui.wlcmdtabtitle.Parent = ScreenGui.wlcmdtab
  6173. ScreenGui.wlcmdtabtitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  6174. ScreenGui.wlcmdtabtitle.BackgroundTransparency = 1.000
  6175. ScreenGui.wlcmdtabtitle.BorderSizePixel = 0
  6176. ScreenGui.wlcmdtabtitle.Position = UDim2.new(0.315113306, 0, -0.00836820062, 5)
  6177. ScreenGui.wlcmdtabtitle.Size = UDim2.new(0, 75, 0, 22)
  6178. ScreenGui.wlcmdtabtitle.Font = Enum.Font.Gotham
  6179. ScreenGui.wlcmdtabtitle.Text = "Whitelist Commands"
  6180. ScreenGui.wlcmdtabtitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  6181. ScreenGui.wlcmdtabtitle.TextScaled = true
  6182. ScreenGui.wlcmdtabtitle.TextSize = 16.000
  6183. ScreenGui.wlcmdtabtitle.TextWrapped = true
  6184.  
  6185. ScreenGui.wlcmdtabline.Name = "wlcmdtabline"
  6186. ScreenGui.wlcmdtabline.Parent = ScreenGui.wlcmdtab
  6187. ScreenGui.wlcmdtabline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6188. ScreenGui.wlcmdtabline.BorderSizePixel = 0
  6189. ScreenGui.wlcmdtabline.Position = UDim2.new(0.188265741, 0, 0.127219722, 0)
  6190. ScreenGui.wlcmdtabline.Size = UDim2.new(0, 125, 0, 1)
  6191. ScreenGui.wlcmdtabline.Font = Enum.Font.SourceSans
  6192. ScreenGui.wlcmdtabline.Text = ""
  6193. ScreenGui.wlcmdtabline.TextColor3 = Color3.fromRGB(0, 0, 0)
  6194. ScreenGui.wlcmdtabline.TextSize = 14.000
  6195.  
  6196. ScreenGui.wlcmdtabcmdlist.Name = "wlcmdtabcmdlist"
  6197. ScreenGui.wlcmdtabcmdlist.Parent = ScreenGui.wlcmdtab
  6198. ScreenGui.wlcmdtabcmdlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6199. ScreenGui.wlcmdtabcmdlist.BackgroundTransparency = 1.000
  6200. ScreenGui.wlcmdtabcmdlist.Position = UDim2.new(0.0295566507, 0, 0.15481171, 0)
  6201. ScreenGui.wlcmdtabcmdlist.Size = UDim2.new(0, 197, 0, 196)
  6202. ScreenGui.wlcmdtabcmdlist.Font = Enum.Font.Gotham
  6203. ScreenGui.wlcmdtabcmdlist.Text = "[Kit Commands]\n:kit god [plr]\n:kit omni [plr]\n:kit gun [plr]\n:kit troll [plr]\n:kit bomb [plr]\n:kit bow [plr]\n:kit sword [plr]\n\n[Teleport Commands]\n:house [plr]\n:uhouse [plr]\n:obby [plr]\n:blocks [plr]\n:pads [plr]"
  6204. ScreenGui.wlcmdtabcmdlist.TextColor3 = Color3.fromRGB(255, 255, 255)
  6205. ScreenGui.wlcmdtabcmdlist.TextScaled = true
  6206. ScreenGui.wlcmdtabcmdlist.TextSize = 14.000
  6207. ScreenGui.wlcmdtabcmdlist.TextWrapped = true
  6208. ScreenGui.wlcmdtabcmdlist.TextXAlignment = Enum.TextXAlignment.Left
  6209.  
  6210. ScreenGui.wlcmdtabclose.Name = "wlcmdtabclose"
  6211. ScreenGui.wlcmdtabclose.Parent = ScreenGui.wlcmdtab
  6212. ScreenGui.wlcmdtabclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6213. ScreenGui.wlcmdtabclose.BackgroundTransparency = 1.000
  6214. ScreenGui.wlcmdtabclose.BorderSizePixel = 0
  6215. ScreenGui.wlcmdtabclose.Position = UDim2.new(0.845509529, 0, 0.00391419465, 0)
  6216. ScreenGui.wlcmdtabclose.Size = UDim2.new(0, 31, 0, 31)
  6217. ScreenGui.wlcmdtabclose.Font = Enum.Font.Gotham
  6218. ScreenGui.wlcmdtabclose.Text = "-"
  6219. ScreenGui.wlcmdtabclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  6220. ScreenGui.wlcmdtabclose.TextScaled = true
  6221. ScreenGui.wlcmdtabclose.TextSize = 14.000
  6222. ScreenGui.wlcmdtabclose.TextWrapped = true
  6223. ScreenGui.wlcmdtabclose.MouseButton1Down:connect(function()
  6224. ScreenGui.wlcmdtab.Visible = false
  6225. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement