AdminJoy V2 (kohls admin house gui) - Pastebin.com (2024)

  1. -- forgot where it came from

  2. -- Variables

  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. -- Functions

  27. local function ultanti(msg)

  28. local GetPlayers = game:GetService("Players")

  29. local allplr = GetPlayers:GetPlayers()

  30. while multianti == true do

  31. wait()

  32. -- anti-punish

  33. if nopunish == true then

  34. if game.Lighting:FindFirstChild(game.Players.LocalPlayer.Name) then

  35. game:GetService'Players':Chat(("unpunish me"))

  36. wait(0.25)

  37. end

  38. end

  39. -- auto-heal

  40. if healauto == true then

  41. if game.Players.LocalPlayer.Character then

  42. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then

  43. if game.Players.LocalPlayer.Character.Humanoid.Health > 0 and game.Players.LocalPlayer.Character.Humanoid.Health < 100 then

  44. game:GetService'Players':Chat(("heal me 100"))

  45. wait(0.25)

  46. end

  47. end

  48. end

  49. end

  50. -- remove explosion effect

  51. if noexp == true then

  52. if game.Workspace:FindFirstChild("Explosion") then

  53. game.Workspace.Explosion:Destroy()

  54. end

  55. end

  56. -- anti-kill

  57. if nokill == true then

  58. if game.Players.LocalPlayer.Character then

  59. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then

  60. game:GetService'Players':Chat(("reset me"))

  61. wait(0.25)

  62. end

  63. end

  64. end

  65. -- anti-blind

  66. if noblind == true then

  67. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("EFFECTGUIBLIND") then

  68. game.Players.LocalPlayer.PlayerGui.EFFECTGUIBLIND:Destroy()

  69. end

  70. end

  71. --anti-jail

  72. if nojail == true then

  73. if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild(game.Players.LocalPlayer.Name .. "'s jail") then

  74. game:GetService'Players':Chat(("unjail me"))

  75. wait(0.25)

  76. end

  77. end

  78. -- anti-music

  79. if nomusic == true then

  80. if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild("Sound") then

  81. game:GetService'Players':Chat(("music"))

  82. wait(0.25)

  83. end

  84. end

  85. -- anti dog

  86. if nodog == true then

  87. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then

  88. if game.Players.LocalPlayer.Character.Torso.Transparency == 1 and game.Players.LocalPlayer.Character.Torso.BrickColor == BrickColor.new("Brown") then

  89. game:GetService'Players':Chat(("undog me"))

  90. wait(0.25)

  91. end

  92. end

  93. end

  94. -- anti smoke

  95. if nosmoke == true then

  96. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then

  97. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Smoke") then

  98. game:GetService'Players':Chat(("unsmoke me"))

  99. wait(0.25)

  100. end

  101. end

  102. end

  103. -- anti swag

  104. if noswag == true then

  105. if game.Players.LocalPlayer.Character:FindFirstChild("EpicCape") then

  106. game:GetService'Players':Chat(("normal me"))

  107. wait(0.25)

  108. end

  109. end

  110. -- anti-sparkles

  111. if nosparkles == true then

  112. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Sparkles") then

  113. game:GetService'Players':Chat(("unsparkles me"))

  114. wait(0.25)

  115. end

  116. end

  117. -- anti-fire

  118. if nofire == true then

  119. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then

  120. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Fire") then

  121. game:GetService'Players':Chat(("unfire me"))

  122. wait(0.25)

  123. end

  124. end

  125. end

  126. -- anti-speed

  127. if nospeed == true then

  128. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed > 16 or game.Players.LocalPlayer.Character.Humanoid.WalkSpeed < 16 then

  129. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16

  130. wait(0.25)

  131. end

  132. end

  133. -- anti skydive

  134. if noskydive == true then

  135. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then

  136. if game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y >= 1950 then

  137. game:GetService'Players':Chat(("unskydive me"))

  138. wait(0.25)

  139. end

  140. end

  141. end

  142. -- anti crash

  143. if nocrash == true then

  144. if game.Players.PlayerAdded then

  145. allplr = GetPlayers:GetPlayers()

  146. end

  147. for i, player in pairs(allplr) do

  148. if player.Character then

  149. if player.Character:FindFirstChild("VampireVanquisher") then

  150. local plrname = player.Name

  151. game:GetService'Players':Chat(("ungear "..plrname))

  152. game:GetService'Players':Chat(("unsize "..plrname))

  153. wait(0.28)

  154. end

  155. if player.Character:FindFirstChild("HumanoidRootPart") then

  156. if player.Character.HumanoidRootPart.Size.Y <= 0.3 then

  157. local plrname = player.Name

  158. game:GetService'Players':Chat(("reset "..plrname))

  159. game:GetService'Players':Chat(("unclone "..plrname))

  160. wait(0.28)

  161. end

  162. end

  163. end

  164. end

  165. end

  166. -- removeff effect

  167. if noff == true then

  168. if game.Players.PlayerAdded then

  169. allplr = GetPlayers:GetPlayers()

  170. end

  171. for i, player in pairs(allplr) do

  172. if player.Character then

  173. if player.Character:FindFirstChild("ForceField") then

  174. player.Character.ForceField:Destroy()

  175. end

  176. end

  177. end

  178. end

  179. -- anti ice

  180. if noice == true then

  181. if game.Players.LocalPlayer.Character then

  182. if game.Players.LocalPlayer.Character:FindFirstChild("ice") then

  183. game:GetService'Players':Chat(("thaw me"))

  184. wait(0.28)

  185. end

  186. end

  187. end

  188. -- anti seizure

  189. if noseizure == true then

  190. if game.Players.LocalPlayer.Character then

  191. if game.Players.LocalPlayer.Character:FindFirstChild("Seizure") then

  192. game:GetService'Players':Chat(("unseizure me"))

  193. wait(0.28)

  194. end

  195. end

  196. end

  197. -- anti message crash

  198. if nomsgcrash == true then

  199. wait(0.2)

  200. for i, v in pairs(game.Players.LocalPlayer.PlayerGui:GetDescendants()) do

  201. if v.Name == "MessageGUI" or v.Name == "HintGUI" then

  202. v:Destroy()

  203. end

  204. end

  205. end

  206. -- anti ivory light

  207. if ilight == true then

  208. if game.Workspace:FindFirstChild("StarShard") then

  209. game.Workspace.StarShard:Destroy()

  210. end

  211. if game.Workspace:FindFirstChild("Part") then

  212. if game.Workspace.Part:FindFirstChild("Twinkle") then

  213. game.Workspace.Part:Destroy()

  214. end

  215. end

  216. end

  217. end

  218. end

  219. local function rjn ()

  220. local place = game:GetService("TeleportService")

  221. local playur = game:GetService("Players").LocalPlayer

  222. place:Teleport(game.PlaceId, playur)

  223. end

  224. local function regen ()

  225. fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)

  226. end

  227. local function killanti(msg)

  228. local plrname = string.sub(msg, 11)

  229. local GetPlayers = game:GetService("Players")

  230. local all = GetPlayers:GetPlayers()

  231. while ak == true do

  232. wait(0)

  233. for i, player in pairs(all) do

  234. if player.Name == plrname then

  235. if player.Character then

  236. if player.Character.Humanoid.Health == 0 then

  237. game:GetService'Players':Chat(("reset "..plrname))

  238. wait(0.28)

  239. end

  240. end

  241. end

  242. end

  243. end

  244. end

  245. local function antiforall(msg)

  246. local GetPlayers = game:GetService("Players")

  247. local allplr = GetPlayers:GetPlayers()

  248. while liall == true do

  249. wait(0)

  250. if game.Players.PlayerAdded then

  251. allplr = GetPlayers:GetPlayers()

  252. end

  253. for i, player in pairs(allplr) do

  254. if player.Character then

  255. if player.Character.Humanoid.Health == 0 then

  256. local plrname = player.Name

  257. game:GetService'Players':Chat(("reset "..plrname))

  258. wait(0.28)

  259. end -- if

  260. end -- other if

  261. end -- for

  262. end -- while

  263. end -- function

  264. -- Animation Functions

  265. ------------------------------------------------------------------------------------------------------------------------

  266. local function armturbine ()

  267. for i,v in pairs(game.Players:GetPlayers()) do

  268. AnimationId = "259438880"

  269. local Anim = Instance.new("Animation")

  270. Anim.AnimationId = "rbxassetid://"..AnimationId

  271. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  272. k:Play()

  273. k:AdjustSpeed(100)

  274. end

  275. end

  276. local function loopheadd ()

  277. for i,v in pairs(game.Players:GetPlayers()) do

  278. AnimationId = "35154961"

  279. local Anim = Instance.new("Animation")

  280. Anim.AnimationId = "rbxassetid://"..AnimationId

  281. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  282. while wait(0.00703125) do

  283. k:Play()

  284. k:AdjustSpeed(640)

  285. end

  286. end

  287. end

  288. local function laydown ()

  289. for i,v in pairs(game.Players:GetPlayers()) do

  290. AnimationId = "282574440"

  291. local Anim = Instance.new("Animation")

  292. Anim.AnimationId = "rbxassetid://"..AnimationId

  293. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  294. k:Play()

  295. k:AdjustSpeed(1)

  296. end

  297. end

  298. local function dabb ()

  299. for i,v in pairs(game.Players:GetPlayers()) do

  300. AnimationId = "248263260"

  301. local Anim = Instance.new("Animation")

  302. Anim.AnimationId = "rbxassetid://"..AnimationId

  303. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  304. k:Play()

  305. k:AdjustSpeed(1)

  306. end

  307. end

  308. local function hmmm ()

  309. for i,v in pairs(game.Players:GetPlayers()) do

  310. AnimationId = "148840371"

  311. local Anim = Instance.new("Animation")

  312. Anim.AnimationId = "rbxassetid://"..AnimationId

  313. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  314. k:Play()

  315. k:AdjustSpeed(1)

  316. end

  317. end

  318. local function screamm ()

  319. for i,v in pairs(game.Players:GetPlayers()) do

  320. AnimationId = "180611870"

  321. local Anim = Instance.new("Animation")

  322. Anim.AnimationId = "rbxassetid://"..AnimationId

  323. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  324. k:Play()

  325. k:AdjustSpeed(1)

  326. end

  327. end

  328. local function headthrow ()

  329. for i,v in pairs(game.Players:GetPlayers()) do

  330. AnimationId = "35154961"

  331. local Anim = Instance.new("Animation")

  332. Anim.AnimationId = "rbxassetid://"..AnimationId

  333. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  334. k:Play()

  335. k:AdjustSpeed(1)

  336. end

  337. end

  338. local function raisehead ()

  339. for i,v in pairs(game.Players:GetPlayers()) do

  340. AnimationId = "121572214"

  341. local Anim = Instance.new("Animation")

  342. Anim.AnimationId = "rbxassetid://"..AnimationId

  343. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  344. k:Play()

  345. k:AdjustSpeed(1)

  346. end

  347. end

  348. local function crouchh ()

  349. for i,v in pairs(game.Players:GetPlayers()) do

  350. AnimationId = "182724289"

  351. local Anim = Instance.new("Animation")

  352. Anim.AnimationId = "rbxassetid://"..AnimationId

  353. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  354. k:Play()

  355. k:AdjustSpeed(1)

  356. end

  357. end

  358. local function MovingDance ()

  359. for i,v in pairs(game.Players:GetPlayers()) do

  360. AnimationId = "429703734"

  361. local Anim = Instance.new("Animation")

  362. Anim.AnimationId = "rbxassetid://"..AnimationId

  363. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  364. k:Play()

  365. k:AdjustSpeed(1)

  366. end

  367. end

  368. ------------------------------------------------------------------------------------------------------------------------

  369. local function clors(msg)

  370. while ccolor == true do

  371. wait(0)

  372. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))

  373. wait(0.005)

  374. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))

  375. wait(0.005)

  376. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))

  377. wait(0.005)

  378. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))

  379. wait(0.005)

  380. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))

  381. wait(0.005)

  382. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))

  383. wait(0.005)

  384. end

  385. while bcolor == true do

  386. wait(0)

  387. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))

  388. wait(0.005)

  389. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))

  390. wait(0.005)

  391. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))

  392. wait(0.005)

  393. end

  394. while acolor == true do

  395. wait(0)

  396. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))

  397. wait(0.005)

  398. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))

  399. wait(0.005)

  400. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))

  401. wait(0.005)

  402. end

  403. while rhell == true do

  404. wait(0)

  405. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))

  406. wait(0.125)

  407. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))

  408. wait(0.125)

  409. game:GetService'Players':Chat(("colorshifttop 100000000 1000000000 10000000000000"))

  410. wait(0.125)

  411. game:GetService'Players':Chat(("colorshiftbottom 100000000 1000000000 10000000000000"))

  412. wait(0.125)

  413. game:GetService'Players':Chat(("time 0"))

  414. wait(0.125)

  415. end

  416. end

  417. local function antiff(msg)

  418. local GetPlayers = game:GetService("Players")

  419. local allplr = GetPlayers:GetPlayers()

  420. while ffanti == true do

  421. wait(0)

  422. if game.Players.PlayerAdded then

  423. allplr = GetPlayers:GetPlayers()

  424. end

  425. for i, player in pairs(allplr) do

  426. if player.Character then

  427. if not player.Character:FindFirstChild("ForceField") then

  428. local plrname = player.Name

  429. game:GetService'Players':Chat(("ff "..plrname))

  430. wait(0.28)

  431. end -- character check

  432. end -- ff check

  433. end -- for

  434. end -- while

  435. end -- function

  436. local function rainbow(msg)

  437. while multi == true do

  438. wait(0)

  439. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))

  440. wait(0.05)

  441. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))

  442. wait(0.05)

  443. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))

  444. wait(0.05)

  445. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))

  446. wait(0.05)

  447. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))

  448. wait(0.05)

  449. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))

  450. wait(0.05)

  451. game:GetService'Players':Chat(("colorshifttop 15000 10603 0"))

  452. wait(0.005)

  453. game:GetService'Players':Chat(("colorshiftbottom 15000 10603 0"))

  454. wait(0.05)

  455. game:GetService'Players':Chat(("colorshifttop 10000 9000 5000"))

  456. wait(0.05)

  457. game:GetService'Players':Chat(("colorshiftbottom 10000 9000 5000"))

  458. wait(0.05)

  459. game:GetService'Players':Chat(("colorshifttop 10000 0 14135"))

  460. wait(0.05)

  461. game:GetService'Players':Chat(("colorshiftbottom 10000 0 14135"))

  462. wait(0.05)

  463. game:GetService'Players':Chat(("colorshifttop 10000 0 12000"))

  464. wait(0.05)

  465. game:GetService'Players':Chat(("colorshiftbottom 10000 0 12000"))

  466. wait(0.05)

  467. game:GetService'Players':Chat(("colorshifttop 10610 7496 0"))

  468. wait(0.05)

  469. game:GetService'Players':Chat(("colorshiftbottom 10610 7496 0"))

  470. wait(0.05)

  471. game:GetService'Players':Chat(("colorshifttop 100000000000000000 0 0"))

  472. wait(0.05)

  473. game:GetService'Players':Chat(("colorshiftbottom 100000000000000000 0 0"))

  474. wait(0.05)

  475. game:GetService'Players':Chat(("colorshifttop 10000000 10000000 10000000"))

  476. wait(0.05)

  477. game:GetService'Players':Chat(("colorshiftbottom 10000000 10000000 10000000"))

  478. wait(0.05)

  479. end

  480. end

  481. local wlholder = {}

  482. local function whitelist(msg)

  483. for i,v in pairs(game.Players:GetPlayers()) do

  484. if v.Name:lower():sub(1,#wluser) == wluser:lower() then

  485. wluser = v.Name

  486. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " has been Whitelisted!", "All")

  487. wait(1)

  488. if not table.find(wlholder, v.Name) then

  489. table.insert(wlholder, v.Name)

  490. wait(1)

  491. v.Chatted:connect(function(msg)

  492. if v.Name == wluser then

  493. -- Teleport commands

  494. ----------------------------------

  495. if string.sub(msg, 1, 6) == ":house" then

  496. if string.sub(msg, 8, 9) == "me" or string.sub(msg, 8, 8) == "" then

  497. game:GetService'Players':Chat((":house "..wluser))

  498. elseif string.sub(msg, 8, 13) ~= "others" then

  499. local plrname = string.sub(msg, 8)

  500. game:GetService'Players':Chat((":house "..plrname))

  501. end

  502. end

  503. if string.sub(msg, 1, 7) == ":uhouse" then

  504. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then

  505. game:GetService'Players':Chat((":uhouse "..wluser))

  506. elseif string.sub(msg, 9, 14) ~= "others" then

  507. local plrname = string.sub(msg, 9)

  508. game:GetService'Players':Chat((":uhouse "..plrname))

  509. end

  510. end

  511. if string.sub(msg, 1, 5) == ":obby" then

  512. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then

  513. game:GetService'Players':Chat((":obby "..wluser))

  514. elseif string.sub(msg, 7, 12) ~= "others" then

  515. local plrname = string.sub(msg, 7)

  516. game:GetService'Players':Chat((":obby "..plrname))

  517. end

  518. end

  519. if string.sub(msg, 1, 7) == ":blocks" then

  520. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then

  521. game:GetService'Players':Chat((":blocks "..wluser))

  522. elseif string.sub(msg, 9, 14) ~= "others" then

  523. local plrname = string.sub(msg, 9)

  524. game:GetService'Players':Chat((":blocks "..plrname))

  525. end

  526. end

  527. if string.sub(msg, 1, 5) == ":pads" then

  528. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then

  529. game:GetService'Players':Chat((":pads "..wluser))

  530. elseif string.sub(msg, 7, 12) ~= "others" then

  531. local plrname = string.sub(msg, 7)

  532. game:GetService'Players':Chat((":pads "..plrname))

  533. end

  534. end

  535. ----------------------------------

  536. -- Kits commands

  537. ----------------------------------

  538. if string.sub(msg, 1, 9) == ":kit omni" then

  539. if string.sub(msg, 11, 12) == "me" or string.sub(msg, 11, 11) == "" then

  540. game:GetService'Players':Chat((":kit omni "..wluser))

  541. elseif string.sub(msg, 11, 16) ~= "others" then

  542. local plrname = string.sub(msg, 11)

  543. game:GetService'Players':Chat((":kit omni "..plrname))

  544. end

  545. end

  546. if string.sub(msg, 1, 8) == ":kit god" then

  547. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then

  548. game:GetService'Players':Chat((":kit god "..wluser))

  549. elseif string.sub(msg, 10, 15) ~= "others" then

  550. local plrname = string.sub(msg, 10)

  551. game:GetService'Players':Chat((":kit god "..plrname))

  552. end

  553. end

  554. if string.sub(msg, 1, 8) == ":kit gun" then

  555. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then

  556. game:GetService'Players':Chat((":kit gun "..wluser))

  557. elseif string.sub(msg, 10, 15) ~= "others" then

  558. local plrname = string.sub(msg, 10)

  559. game:GetService'Players':Chat((":kit gun "..plrname))

  560. end

  561. end

  562. if string.sub(msg, 1, 10) == ":kit troll" then

  563. if string.sub(msg, 12, 14) == "me" or string.sub(msg, 12, 12) == "" then

  564. game:GetService'Players':Chat((":kit troll "..wluser))

  565. elseif string.sub(msg, 12, 17) ~= "others" then

  566. local plrname = string.sub(msg, 12)

  567. game:GetService'Players':Chat((":kit troll "..plrname))

  568. end

  569. end

  570. if string.sub(msg, 1, 9) == ":kit bomb" then

  571. if string.sub(msg, 11, 12) == "me" or string.sub(msg, 11, 11) == "" then

  572. game:GetService'Players':Chat((":kit bomb "..wluser))

  573. elseif string.sub(msg, 11, 16) ~= "others" then

  574. local plrname = string.sub(msg, 10)

  575. game:GetService'Players':Chat((":kit bomb "..plrname))

  576. end

  577. end

  578. if string.sub(msg, 1, 10) == ":kit sword" then

  579. if string.sub(msg, 12, 14) == "me" or string.sub(msg, 12, 12) == "" then

  580. game:GetService'Players':Chat((":kit sword "..wluser))

  581. elseif string.sub(msg, 12, 17) ~= "others" then

  582. local plrname = string.sub(msg, 12)

  583. game:GetService'Players':Chat((":kit sword "..plrname))

  584. end

  585. end

  586. if string.sub(msg, 1, 8) == ":kit bow" then

  587. if string.sub(msg, 10, 11) == "me" or string.sub(msg, 10, 10) == "" then

  588. game:GetService'Players':Chat((":kit bow "..wluser))

  589. elseif string.sub(msg, 10, 15) ~= "others" then

  590. local plrname = string.sub(msg, 10)

  591. game:GetService'Players':Chat((":kit bow "..plrname))

  592. end

  593. end

  594. ----------------------------------

  595. end -- username check

  596. end) -- message function

  597. end -- table

  598. end -- get entire user

  599. end -- get players

  600. end -- functions

  601. local function Spam(msg)

  602. local plyr = string.sub(msg, 6)

  603. while Non == true do

  604. wait(abc)

  605. game:GetService'Players':Chat((plyr))

  606. end

  607. end

  608. local function Stop(msg)

  609. while stop == true do

  610. wait(0.0005)

  611. game:GetService'Players':Chat(("unfly all"))

  612. wait(0.0005)

  613. game:GetService'Players':Chat(("removetools all"))

  614. wait(0.0005)

  615. game:GetService'Players':Chat(("setgrav all 1250"))

  616. wait(0.0005)

  617. game:GetService'Players':Chat(("speed all 0"))

  618. wait(0.0005)

  619. game:GetService'Players':Chat(("outdoorambient 239 20 20"))

  620. end

  621. end

  622. -- Hotkey Variables

  623. local hotkeyf = nil

  624. local keyfcmd1 = nil

  625. local keyfcmd2 = nil

  626. local keyfcmd3 = nil

  627. local hotkeyg = nil

  628. local keygcmd1 = nil

  629. local keygcmd2 = nil

  630. local keygcmd3 = nil

  631. local hotkeyh = nil

  632. local keyhcmd1 = nil

  633. local keyhcmd2 = nil

  634. local keyhcmd3 = nil

  635. local hotkeyt = nil

  636. local keytcmd1 = nil

  637. local keytcmd2 = nil

  638. local keytcmd3 = nil

  639. local hotkeyy = nil

  640. local keyycmd1 = nil

  641. local keyycmd2 = nil

  642. local keyycmd3 = nil

  643. local check1 = 0

  644. local lastcmd = nil

  645. -- HotKey Function

  646. lp = game.Players.LocalPlayer

  647. ms = lp:GetMouse()

  648. ms.KeyDown:connect(function(key)

  649. -- Hot Keys

  650. if check1 == 0 then

  651. if key == "z" then

  652. game:GetService'Players':Chat(("fly me"))

  653. elseif key == "x" then

  654. game:GetService'Players':Chat(("ff me"))

  655. elseif key == "c" then

  656. game:GetService'Players':Chat(("reset me"))

  657. elseif key == "v" then

  658. game:GetService'Players':Chat(("respawn me"))

  659. elseif key == "b" then

  660. SPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  661. elseif key == "n" then

  662. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = SPos

  663. elseif key == "m" then

  664. game:GetService'Players':Chat((lastcmd))

  665. elseif key == "f" then

  666. if keyfcmd1 ~= nil then

  667. game:GetService'Players':Chat((keyfcmd1))

  668. end

  669. if keyfcmd2 ~= nil then

  670. game:GetService'Players':Chat((keyfcmd2))

  671. end

  672. if keyfcmd3 ~= nil then

  673. game:GetService'Players':Chat((keyfcmd3))

  674. end

  675. elseif key == "g" then

  676. if keygcmd1 ~= nil then

  677. game:GetService'Players':Chat((keygcmd1))

  678. end

  679. if keygcmd2 ~= nil then

  680. game:GetService'Players':Chat((keygcmd2))

  681. end

  682. if keygcmd3 ~= nil then

  683. game:GetService'Players':Chat((keygcmd3))

  684. end

  685. elseif key == "h" then

  686. if keyhcmd1 ~= nil then

  687. game:GetService'Players':Chat((keyhcmd1))

  688. end

  689. if keyhcmd2 ~= nil then

  690. game:GetService'Players':Chat((keyhcmd2))

  691. end

  692. if keyhcmd3 ~= nil then

  693. game:GetService'Players':Chat((keyhcmd3))

  694. end

  695. elseif key == "t" then

  696. if keytcmd1 ~= nil then

  697. game:GetService'Players':Chat((keytcmd1))

  698. end

  699. if keytcmd2 ~= nil then

  700. game:GetService'Players':Chat((keytcmd2))

  701. end

  702. if keytcmd3 ~= nil then

  703. game:GetService'Players':Chat((keytcmd3))

  704. end

  705. elseif key == "y" then

  706. if keyycmd1 ~= nil then

  707. game:GetService'Players':Chat((keyycmd1))

  708. end

  709. if keyycmd2 ~= nil then

  710. game:GetService'Players':Chat((keyycmd2))

  711. end

  712. if keyycmd3 ~= nil then

  713. game:GetService'Players':Chat((keyycmd3))

  714. end

  715. end

  716. end

  717. if key == "j" then

  718. check1 = check1 + 1

  719. if check1 == 2 then

  720. check1 = 0

  721. end

  722. end

  723. end)

  724. game.Players.LocalPlayer.Chatted:connect(function(msg)

  725. time = string.sub(msg, 9)

  726. if string.sub(msg, 1, math.huge) == "" then

  727. lastcmd = string.sub(msg, 1)

  728. end

  729. if string.sub(msg, 1, 9) == "hkfcmd1 =" then

  730. keyfcmd1 = string.sub(msg, 11)

  731. elseif string.sub(msg, 1, 9) == "hkfcmd2 =" then

  732. keyfcmd2 = string.sub(msg, 11)

  733. elseif string.sub(msg, 1, 9) == "hkfcmd3 =" then

  734. keyfcmd3 = string.sub(msg, 11)

  735. elseif string.sub(msg, 1, 9) == "hkgcmd1 =" then

  736. keygcmd1 = string.sub(msg, 11)

  737. elseif string.sub(msg, 1, 9) == "hkgcmd2 =" then

  738. keygcmd2 = string.sub(msg, 11)

  739. elseif string.sub(msg, 1, 9) == "hkgcmd3 =" then

  740. keygcmd3 = string.sub(msg, 11)

  741. elseif string.sub(msg, 1, 9) == "hkhcmd1 =" then

  742. keyhcmd1 = string.sub(msg, 11)

  743. elseif string.sub(msg, 1, 9) == "hkhcmd2 =" then

  744. keyhcmd2 = string.sub(msg, 11)

  745. elseif string.sub(msg, 1, 9) == "hkhcmd3 =" then

  746. keyhcmd3 = string.sub(msg, 11)

  747. elseif string.sub(msg, 1, 9) == "hktcmd1 =" then

  748. keytcmd1 = string.sub(msg, 11)

  749. elseif string.sub(msg, 1, 9) == "hktcmd2 =" then

  750. keytcmd2 = string.sub(msg, 11)

  751. elseif string.sub(msg, 1, 9) == "hktcmd3 =" then

  752. keytcmd3 = string.sub(msg, 11)

  753. elseif string.sub(msg, 1, 9) == "hkycmd1 =" then

  754. keyycmd1 = string.sub(msg, 11)

  755. elseif string.sub(msg, 1, 9) == "hkycmd2 =" then

  756. keyycmd2 = string.sub(msg, 11)

  757. elseif string.sub(msg, 1, 9) == "hkycmd3 =" then

  758. keyycmd3 = string.sub(msg, 11)

  759. end

  760. if string.sub(msg, 1, 7) == ":wait =" then

  761. abc = time

  762. end

  763. if string.sub(msg, 1, 9) == ":amount =" then

  764. amn = string.sub(msg, 11)

  765. end

  766. if msg == "lol = 0" then

  767. lol = 0

  768. end

  769. if msg == "lol = 1" then

  770. lol = 1

  771. end

  772. -- Kit Commands

  773. if string.sub(msg, 1, 9) == ":kit omni" then

  774. local plrname = string.sub(msg, 11)

  775. for i = 1,10 do

  776. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))

  777. end

  778. for i = 1,10 do

  779. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))

  780. end

  781. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))

  782. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))

  783. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))

  784. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))

  785. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))

  786. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))

  787. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))

  788. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))

  789. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))

  790. end

  791. if string.sub(msg, 1, 8) == ":kit god" then

  792. local plrname = string.sub(msg, 10)

  793. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))

  794. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))

  795. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))

  796. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))

  797. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))

  798. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))

  799. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))

  800. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))

  801. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))

  802. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))

  803. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))

  804. end

  805. if msg == ":kit dark" then

  806. game:GetService'Players':Chat(("paint me black"))

  807. game:GetService'Players':Chat(("cape me black"))

  808. game:GetService'Players':Chat(("removehats me"))

  809. game:GetService'Players':Chat(("removeface me"))

  810. game:GetService'Players':Chat(("name me "))

  811. game:GetService'Players':Chat(("speed me 32"))

  812. game:GetService'Players':Chat(("trail me black"))

  813. game:GetService'Players':Chat(("gear me 000000000000000000108149175"))

  814. end

  815. if string.sub(msg, 1, 8) == ":kit gun" then

  816. local plrname = string.sub(msg, 10)

  817. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094233344"))

  818. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094233286"))

  819. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095354288"))

  820. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885552"))

  821. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000116693764"))

  822. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885508"))

  823. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))

  824. end

  825. if string.sub(msg, 1, 10) == ":kit knife" then

  826. local plrname = string.sub(msg, 12)

  827. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000121946387"))

  828. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001215515248"))

  829. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000208659586"))

  830. end

  831. if string.sub(msg, 1, 11) == ":kit dagger" then

  832. local plrname = string.sub(msg, 13)

  833. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000062350856"))

  834. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000065079090"))

  835. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000064220952"))

  836. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))

  837. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000168142394"))

  838. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000051760061"))

  839. end

  840. if string.sub(msg, 1, 8) == ":kit bow" then

  841. local plrname = string.sub(msg, 10)

  842. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001180418251"))

  843. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000092142841"))

  844. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002136389582"))

  845. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000346687267"))

  846. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000356213494"))

  847. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002568113462"))

  848. end

  849. if string.sub(msg, 1, 13) == ":kit crossbow" then

  850. local plrname = string.sub(msg, 15)

  851. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000174752245"))

  852. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001587175338"))

  853. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000206566653"))

  854. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000178076831"))

  855. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002163551089"))

  856. end

  857. if string.sub(msg, 1, 10) == ":kit magic" then

  858. local plrname = string.sub(msg, 12)

  859. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002316760298"))

  860. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000127506105"))

  861. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000010760425"))

  862. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000066416616"))

  863. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002261167878"))

  864. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000027860496"))

  865. end

  866. if string.sub(msg, 1, 10) == ":kit sword" then

  867. local plrname = string.sub(msg, 12)

  868. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001981813154"))

  869. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))

  870. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))

  871. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001340206957"))

  872. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000155661985"))

  873. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000532254782"))

  874. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000088885481"))

  875. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))

  876. end

  877. if string.sub(msg, 1, 11) == ":kit scythe" then

  878. local plrname = string.sub(msg, 13)

  879. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001609498185"))

  880. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002506365260"))

  881. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000028275809"))

  882. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000846792499"))

  883. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095951330"))

  884. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000218631128"))

  885. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000050938765"))

  886. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000517827255"))

  887. end

  888. if string.sub(msg, 1, 10) == ":kit ninja" then

  889. local plrname = string.sub(msg, 12)

  890. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000086494914"))

  891. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011377306"))

  892. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011115851"))

  893. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000001304339797"))

  894. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000051346336"))

  895. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000233519998"))

  896. end

  897. if string.sub(msg, 1, 11) == ":kit potion" then

  898. local plrname = string.sub(msg, 13)

  899. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011450664"))

  900. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000056561593"))

  901. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000055917420"))

  902. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000065082246"))

  903. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011419319"))

  904. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000047597835"))

  905. end

  906. if string.sub(msg, 1, 11) == ":kit flying" then

  907. local plrname = string.sub(msg, 13)

  908. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000225921000"))

  909. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000031314966"))

  910. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000477910063"))

  911. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000511930668"))

  912. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000223785473"))

  913. end

  914. if string.sub(msg, 1, 9) == ":kit bomb" then

  915. local plrname = string.sub(msg, 11)

  916. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011999247"))

  917. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000012890798"))

  918. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000243788010"))

  919. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000088885539"))

  920. end

  921. if string.sub(msg, 1, 10) == ":kit troll" then

  922. local plrname = string.sub(msg, 12)

  923. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000082357101"))

  924. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794847"))

  925. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000243788010"))

  926. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000268586231"))

  927. end

  928. if string.sub(msg, 1, 9) == ":kit heal" then

  929. local plrname = string.sub(msg, 11)

  930. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011419319"))

  931. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000061916132"))

  932. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000115377964"))

  933. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002316760298"))

  934. game:GetService'Players':Chat(("gear "..plrname.." 0000000000000000002103276507"))

  935. end

  936. -- Teleport Commands

  937. if msg == "clicktp" then

  938. -- Notifications

  939. local function notify(title, text)

  940. game:GetService("StarterGui"):SetCore("SendNotification", {

  941. Title = title;

  942. Text = text;

  943. Duration = 1;

  944. })

  945. end

  946. -- Tool-Check

  947. local Check = game.Players.LocalPlayer.Backpack:FindFirstChild("Sprint")

  948. local Check2 = game.Players.LocalPlayer.Character:FindFirstChild("Sprint")

  949. if Check or Check2 then

  950. notify("TP and Sprint Was Found", "Check Inventory")

  951. wait(0.5)

  952. elseif not Check and not Check2 then

  953. notify("TP and Sprint Not Found", "Adding to Inventory...")

  954. wait(0.5)

  955. plr = game.Players.LocalPlayer

  956. mouse = plr:GetMouse()

  957. hum = plr.Character.HumanoidRootPart

  958. local tptool = Instance.new("Tool", plr.Backpack)

  959. local sptool = Instance.new("Tool", plr.Backpack)

  960. local dftool = Instance.new("Tool", plr.Backpack)

  961. tptool.Name = "ClickTP"

  962. tptool.CanBeDropped = false

  963. tptool.RequiresHandle = false

  964. sptool.Name = "Sprint"

  965. sptool.CanBeDropped = false

  966. sptool.RequiresHandle = false

  967. dftool.Name = "Default"

  968. dftool.CanBeDropped = false

  969. dftool.RequiresHandle = false

  970. tptool.Activated:Connect(function()

  971. if mouse.Target then

  972. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)

  973. end

  974. end)

  975. sptool.Activated:Connect(function()

  976. plr.Character.Humanoid.JumpPower = 150

  977. plr.Character.Humanoid.WalkSpeed = 50

  978. end)

  979. dftool.Activated:Connect(function()

  980. plr.Character.Humanoid.JumpPower = 50

  981. plr.Character.Humanoid.WalkSpeed = 16

  982. end)

  983. wait(0.5)

  984. notify("TP and Sprint Has been Added", "Check Your Inventory...")

  985. end

  986. end

  987. if string.sub(msg, 1, 3) == ":wl" then

  988. if wluser == nil then

  989. wluser = string.sub(msg, 5)

  990. whitelist(msg)

  991. end

  992. end

  993. if string.sub(msg, 1, 5) == ":unwl" then

  994. if wluser ~= nil then

  995. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " is no longer Whitelisted!", "All")

  996. wluser = nil

  997. end

  998. end

  999. if msg == ":here" then

  1000. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1001. end

  1002. if msg == ":back" then

  1003. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos

  1004. end

  1005. if msg == ";spawn1" then

  1006. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))

  1007. end

  1008. if msg == ";spawn2" then

  1009. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))

  1010. end

  1011. if msg == ";spawn3" then

  1012. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))

  1013. end

  1014. if string.sub(msg, 1, 5) == ":pads" then

  1015. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then

  1016. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))

  1017. elseif string.sub(msg, 7, 9) == "all" then

  1018. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))

  1019. wait(0.25)

  1020. game:GetService'Players':Chat(("tp all me"))

  1021. else

  1022. local plrname = string.sub(msg, 7)

  1023. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1024. wait(0.125)

  1025. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))

  1026. wait(0.25)

  1027. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1028. wait(0.25)

  1029. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc

  1030. end

  1031. end

  1032. if string.sub(msg, 1, 6) == ":house" then

  1033. if string.sub(msg, 8, 9) == "me" or string.sub(msg, 8, 8) == "" then

  1034. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))

  1035. elseif string.sub(msg, 8, 10) == "all" then

  1036. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))

  1037. wait(0.25)

  1038. game:GetService'Players':Chat(("tp all me"))

  1039. else

  1040. local plrname = string.sub(msg, 8)

  1041. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1042. wait(0.125)

  1043. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))

  1044. wait(0.25)

  1045. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1046. wait(0.25)

  1047. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc

  1048. end

  1049. end

  1050. if string.sub(msg, 1, 7) == ":uhouse" then

  1051. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then

  1052. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))

  1053. elseif string.sub(msg, 9, 11) == "all" then

  1054. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))

  1055. wait(0.25)

  1056. game:GetService'Players':Chat(("tp all me"))

  1057. else

  1058. local plrname = string.sub(msg, 9)

  1059. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1060. wait(0.125)

  1061. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))

  1062. wait(0.25)

  1063. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1064. wait(0.25)

  1065. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc

  1066. end

  1067. end

  1068. if string.sub(msg, 1, 5) == ":obby" then

  1069. if string.sub(msg, 7, 8) == "me" or string.sub(msg, 7, 7) == "" then

  1070. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))

  1071. elseif string.sub(msg, 7, 9) == "all" then

  1072. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))

  1073. wait(0.25)

  1074. game:GetService'Players':Chat(("tp all me"))

  1075. else

  1076. local plrname = string.sub(msg, 7)

  1077. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1078. wait(0.125)

  1079. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))

  1080. wait(0.25)

  1081. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1082. wait(0.25)

  1083. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc

  1084. end

  1085. end

  1086. if string.sub(msg, 1, 7) == ":blocks" or string.sub(msg, 1, 7) == ":bricks" then

  1087. if string.sub(msg, 9, 10) == "me" or string.sub(msg, 9, 9) == "" then

  1088. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))

  1089. elseif string.sub(msg, 9, 11) == "all" then

  1090. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))

  1091. wait(0.25)

  1092. game:GetService'Players':Chat(("tp all me"))

  1093. local plrname = string.sub(msg, 9)

  1094. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1095. wait(0.125)

  1096. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))

  1097. wait(0.25)

  1098. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1099. wait(0.25)

  1100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc

  1101. end

  1102. end

  1103. -- Emote Commands

  1104. if msg == ":hmm" then

  1105. hmmm()

  1106. end

  1107. if msg == ":headtoss" then

  1108. headthrow()

  1109. end

  1110. if msg == ":armspin" then

  1111. armturbine()

  1112. end

  1113. if msg == ":loophead" then

  1114. loopheadd()

  1115. end

  1116. if msg == ":scream" then

  1117. screamm()

  1118. end

  1119. if msg == ":headraise" then

  1120. raisehead()

  1121. end

  1122. if msg == ":dab" then

  1123. dabb()

  1124. end

  1125. if msg == ":crawl" then

  1126. laydown()

  1127. end

  1128. if msg == ":crouch" then

  1129. crouchh()

  1130. end

  1131. if msg == ":dance" then

  1132. MovingDance()

  1133. end

  1134. -- Music Commands

  1135. if msg == "play mwd" then

  1136. game:GetService'Players':Chat(("h Playing Miss Wanna Die"))

  1137. wait(0.125)

  1138. game:GetService'Players':Chat(("music 0000000000000000003118721479"))

  1139. end

  1140. -- Morph Commands

  1141. if msg == ":Dark_Lord" then

  1142. game:GetService'Players':Chat(("unpackage me"))

  1143. game:GetService'Players':Chat(("removehats me"))

  1144. game:GetService'Players':Chat(("paint me black"))

  1145. wait(0.25)

  1146. game:GetService'Players':Chat(("pants me 1279747525"))

  1147. game:GetService'Players':Chat(("shirt me 1233857398"))

  1148. game:GetService'Players':Chat(("hat me 4238305136"))

  1149. game:GetService'Players':Chat(("hat me 745790335"))

  1150. game:GetService'Players':Chat(("hat me 99860652"))

  1151. game:GetService'Players':Chat(("hat me 244160766"))

  1152. game:GetService'Players':Chat(("hat me 19380685"))

  1153. game:GetService'Players':Chat(("hat me 4087527067"))

  1154. end

  1155. if msg == ":Aka" or msg == ":aka" then

  1156. game:GetService'Players':Chat(("unpackage me"))

  1157. game:GetService'Players':Chat(("paint me pastel brown"))

  1158. game:GetService'Players':Chat(("removehats me"))

  1159. wait(0.25)

  1160. game:GetService'Players':Chat(("hat me 4708970652"))

  1161. game:GetService'Players':Chat(("hat me 4660425043"))

  1162. game:GetService'Players':Chat(("hat me 4524990267"))

  1163. game:GetService'Players':Chat(("hat me 4524481392"))

  1164. game:GetService'Players':Chat(("shirt me 4150240898"))

  1165. game:GetService'Players':Chat(("pants me 4240325953"))

  1166. game:GetService'Players':Chat(("hat me 106709021"))

  1167. game:GetService'Players':Chat(("face me 402304145"))

  1168. end

  1169. if msg == ":Jester" or msg == ":jester" then

  1170. game:GetService'Players':Chat(("unpackage me"))

  1171. game:GetService'Players':Chat(("paint me white"))

  1172. game:GetService'Players':Chat(("removehats me"))

  1173. wait(0.125)

  1174. game:GetService'Players':Chat(("hat me 1301377743"))

  1175. game:GetService'Players':Chat(("hat me 13702134"))

  1176. game:GetService'Players':Chat(("shirt me 1304485340"))

  1177. game:GetService'Players':Chat(("pants me 1304482618"))

  1178. wait(0.125)

  1179. game:GetService'Players':Chat(("gear me 000000000000000000120749528"))

  1180. game:GetService'Players':Chat(("gear me 000000000000000000746687364"))

  1181. end

  1182. if msg == ":joy" or msg == ":Joy" then

  1183. game:GetService'Players':Chat(("removehats me"))

  1184. game:GetService'Players':Chat(("paint me white"))

  1185. game:GetService'Players':Chat(("hat me 4904151381"))

  1186. end

  1187. if msg == ":raja" then

  1188. Point = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1189. wait(0.125)

  1190. game:GetService'Players':Chat(("char me 86670779"))

  1191. wait(0.125)

  1192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Point

  1193. end

  1194. -- Super Commands

  1195. if string.sub(msg, 1, 6) == ":super" then

  1196. local plrname = string.sub(msg, 7)

  1197. for i = 1,250 do

  1198. game:GetService'Players':Chat((plrname))

  1199. end

  1200. end

  1201. -- Spam Commands

  1202. if string.sub(msg, 1, 5) == ":spam" then

  1203. Non = true

  1204. Spam(msg)

  1205. end

  1206. if msg == ":stop" then

  1207. Non = false

  1208. acolor = false

  1209. bcolor = false

  1210. ccolor = false

  1211. rhell = false

  1212. multi = false

  1213. end

  1214. -- Other Commands

  1215. if string.sub(msg, 1, 8) == ":boombox" then

  1216. local plrname = string.sub(msg, 10)

  1217. game:GetService'Players':Chat(("gear "..plrname.." 000000000212641536"))

  1218. end

  1219. if msg == ":blink" then

  1220. game:GetService'Players':Chat(("blind all"))

  1221. wait(0.35)

  1222. game:GetService'Players':Chat(("unblind all"))

  1223. end

  1224. if string.sub(msg, 1, 9) == ":antikill" then

  1225. ak = true

  1226. killanti(msg)

  1227. end

  1228. if string.sub(msg, 1, 9) == "!antikill" then

  1229. liall = true

  1230. antiforall(msg)

  1231. end

  1232. if string.sub(msg, 1, 7) == "!autoff" then

  1233. ffanti = true

  1234. antiff(msg)

  1235. end

  1236. if msg == ":unanti" then

  1237. multianti = false

  1238. ak = false

  1239. liall = false

  1240. ffanti = false

  1241. end

  1242. -- Local Commands

  1243. if string.sub(msg, 1, 5) == ":swap" then

  1244. local plr1 = string.sub(msg, 7,10)

  1245. local plr2 = string.sub(msg, 11, 13)

  1246. local mylocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1247. game:GetService'Players':Chat(("invis me"))

  1248. wait(0.20)

  1249. game:GetService'Players':Chat(("tp me "..plr1))

  1250. wait(0.20)

  1251. game:GetService'Players':Chat(("tp ".. plr1 .. plr2))

  1252. wait(0.20)

  1253. game:GetService'Players':Chat(("tp "..plr2.." me"))

  1254. wait(0.125)

  1255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = mylocation

  1256. game:GetService'Players':Chat(("vis me"))

  1257. end

  1258. if string.sub(msg, 1, 8) == ";swap me" then

  1259. local plyr1 = string.sub(msg, 10)

  1260. local myloc1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1261. game:GetService'Players':Chat(("invis me"))

  1262. wait(0.20)

  1263. game:GetService'Players':Chat(("tp me "..plyr1))

  1264. wait(0.20)

  1265. local myloc2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1266. wait(0.20)

  1267. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc1

  1268. wait(0.20)

  1269. game:GetService'Players':Chat(("tp "..plyr1.." me"))

  1270. wait(0.20)

  1271. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc2

  1272. game:GetService'Players':Chat(("vis me"))

  1273. end

  1274. if string.sub(msg, 1, 7) == ":random" then

  1275. local xvalue = math.random(-495,495)

  1276. local zvalue = math.random(-495,495)

  1277. local plrname = string.sub(msg, 9)

  1278. local myloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  1279. wait(0.125)

  1280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue))

  1281. wait(0.25)

  1282. game:GetService'Players':Chat(("tp "..plrname.." me"))

  1283. wait(0.25)

  1284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc

  1285. end

  1286. if string.sub(msg, 1, 6) == ":throw" then

  1287. local plrname = string.sub(msg, 8)

  1288. game:GetService'Players':Chat(("fling "..plrname))

  1289. end

  1290. if msg == ":sky" then

  1291. game:GetService'Players':Chat(("gear me 212641536"))

  1292. wait(0.125)

  1293. game:GetService'Players':Chat(("fly me"))

  1294. for i = 1,10 do

  1295. game:GetService'Players':Chat(("skydive me"))

  1296. end

  1297. wait(0.125)

  1298. game:GetService'Players':Chat(("jail me"))

  1299. wait(0.25)

  1300. game:GetService'Players':Chat(("unfly me"))

  1301. wait(0.5)

  1302. game:GetService'Players':Chat(("jail me"))

  1303. end

  1304. if string.sub(msg, 1, 7) == ":acolor" then

  1305. acolor = true

  1306. bcolor = false

  1307. ccolor = false

  1308. rhell = false

  1309. clors(msg)

  1310. end

  1311. if string.sub(msg, 1, 7) == ":bcolor" then

  1312. bcolor = true

  1313. acolor = false

  1314. ccolor = false

  1315. rhell = false

  1316. clors(msg)

  1317. end

  1318. if string.sub(msg, 1, 7) == ":ccolor" then

  1319. ccolor = true

  1320. acolor = false

  1321. bcolor = false

  1322. rhell = false

  1323. clors(msg)

  1324. end

  1325. if string.sub(msg, 1, 8) == ":redhell" then

  1326. rhell = true

  1327. ccolor = false

  1328. acolor = false

  1329. bcolor = false

  1330. clors(msg)

  1331. end

  1332. if msg == ":rainbow" then

  1333. multi = true

  1334. rainbow(msg)

  1335. end

  1336. if msg == ":map" then

  1337. wait(0.25)

  1338. game:GetService'Players':Chat(("sit me"))

  1339. wait(1.25)

  1340. game:GetService'Players':Chat(("punish me"))

  1341. wait(1.25)

  1342. game:GetService'Players':Chat(("unpunish me"))

  1343. end

  1344. if string.sub(msg, 1, 6) == ":regen" then

  1345. regen()

  1346. end

  1347. if msg == ":Stop" then

  1348. stop = true

  1349. Stop(msg)

  1350. end

  1351. if msg == ":Go" then

  1352. stop = false

  1353. wait(0.25)

  1354. game:GetService'Players':Chat(("speed all 16"))

  1355. game:GetService'Players':Chat(("grav all"))

  1356. game:GetService'Players':Chat(("fix"))

  1357. end

  1358. if msg == ":loadout 1" then

  1359. game:GetService'Players':Chat(("normal me"))

  1360. game:GetService'Players':Chat(("ff me"))

  1361. game:GetService'Players':Chat(("fly me"))

  1362. end

  1363. if string.sub(msg, 1, 5) == ":snap" then

  1364. local plrname = string.sub(msg, 7)

  1365. game:GetService'Players':Chat(("music 862198133"))

  1366. wait(2.50)

  1367. game:GetService'Players':Chat(("speed "..plrname.." inf"))

  1368. wait(0.125)

  1369. game:GetService'Players':Chat(("music "))

  1370. end

  1371. if msg == ":ls" then

  1372. game:GetService'Players':Chat(("logs"))

  1373. end

  1374. if msg == ":ms" then

  1375. local rlog = math.random(1,5)

  1376. if rlog == 1 then

  1377. for i = 1,100 do

  1378. game:GetService'Players':Chat(("ff use your own stuff"))

  1379. end

  1380. end

  1381. if rlog == 2 then

  1382. for i = 1,100 do

  1383. game:GetService'Players':Chat(("ff stop looking :/"))

  1384. end

  1385. end

  1386. if rlog == 3 then

  1387. for i = 1,100 do

  1388. game:GetService'Players':Chat(("ff viewing logs I see"))

  1389. end

  1390. end

  1391. if rlog == 4 then

  1392. for i = 1,100 do

  1393. game:GetService'Players':Chat(("ff no stealing please"))

  1394. end

  1395. end

  1396. if rlog == 5 then

  1397. for i = 1,100 do

  1398. game:GetService'Players':Chat(("ff checking logs I see"))

  1399. end

  1400. end

  1401. end

  1402. if string.sub(msg, 1) == ":rejoin" then

  1403. rjn()

  1404. game:GetService("TeleportService"):Teleport(game.PlaceId, playur)

  1405. end

  1406. if msg == ":zawarudo" then

  1407. game.Players:Chat("music 304787933")

  1408. wait(2)

  1409. game.Players:Chat("freeze all")

  1410. game.Players:Chat("ambient 0 63.75 0")

  1411. wait(.25)

  1412. game.Players:Chat("ambient 0 127.5 0")

  1413. wait(.25)

  1414. game.Players:Chat("ambient 0 191.25 0")

  1415. wait(.25)

  1416. game.Players:Chat("ambient 0 255 0")

  1417. wait(.25)

  1418. game.Players:Chat("stopmusic")

  1419. wait(1.5)

  1420. game.Players:Chat("music 384043882")

  1421. for i = 1,20 do

  1422. game.Players:Chat("freeze all")

  1423. game.Players:Chat("ambient 0 255 0")

  1424. wait(.5)

  1425. end

  1426. game.Players:Chat("music 676242549")

  1427. wait(2.5)

  1428. game.Players:Chat("stopmusic")

  1429. game.Players:Chat("thaw all")

  1430. game.Players:Chat("ambient 0 255 0")

  1431. wait(.25)

  1432. game.Players:Chat("ambient 0 191.25 0")

  1433. wait(.25)

  1434. game.Players:Chat("ambient 0 127.5 0")

  1435. wait(.25)

  1436. game.Players:Chat("ambient 0 63.75 0")

  1437. end

  1438. if msg == ":purge" then

  1439. game.Players:Chat("music 232554097")

  1440. game.Players:Chat("fogend 150")

  1441. game.Players:Chat("time 2")

  1442. game.Players:Chat("fogcolor 0 0 0")

  1443. game.Players:Chat("brightness 5")

  1444. end

  1445. -- Gear Commands

  1446. if string.sub(msg, 1, 13) == ":g hyperlaser" then

  1447. local plrname = string.sub(msg, 15)

  1448. for i = 1,amn do

  1449. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))

  1450. end

  1451. end

  1452. if string.sub(msg, 1, 7) == ":g mine" then

  1453. local plrname = string.sub(msg, 9)

  1454. for i = 1,amn do

  1455. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000033383241"))

  1456. end

  1457. end

  1458. if string.sub(msg, 1, 6) == ":g dsd" then

  1459. local plrname = string.sub(msg, 8)

  1460. for i = 1,amn do

  1461. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000071037101"))

  1462. end

  1463. end

  1464. if string.sub(msg, 1, 11) == ":g cresendo" then

  1465. local plrname = string.sub(msg, 13)

  1466. for i = 1,amn do

  1467. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000094794774"))

  1468. end

  1469. end

  1470. if string.sub(msg, 1, 10) == ":g rainbow" then

  1471. local plrname = string.sub(msg, 12)

  1472. for i = 1,amn do

  1473. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000159229806"))

  1474. end

  1475. end

  1476. if string.sub(msg, 1, 8) == ":g ivory" then

  1477. local plrname = string.sub(msg, 10)

  1478. for i = 1,amn do

  1479. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108158379"))

  1480. end

  1481. end

  1482. if string.sub(msg, 1, 8) == ":g azure" then

  1483. local plrname = string.sub(msg, 10)

  1484. for i = 1,amn do

  1485. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000069499437"))

  1486. end

  1487. end

  1488. if string.sub(msg, 1, 10) == ":g crimson" then

  1489. local plrname = string.sub(msg, 12)

  1490. for i = 1,amn do

  1491. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000099119240"))

  1492. end

  1493. end

  1494. if string.sub(msg, 1, 13) == ":g chartreuse" then

  1495. local plrname = string.sub(msg, 15)

  1496. for i = 1,amn do

  1497. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000080661504"))

  1498. end

  1499. end

  1500. if string.sub(msg, 1, 11) == ":g amethyst" then

  1501. local plrname = string.sub(msg, 13)

  1502. for i = 1,amn do

  1503. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136802"))

  1504. end

  1505. end

  1506. if string.sub(msg, 1, 7) == ":g noir" then

  1507. local plrname = string.sub(msg, 9)

  1508. for i = 1,amn do

  1509. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000120307951"))

  1510. end

  1511. end

  1512. if string.sub(msg, 1, 11) == ":g grimgold" then

  1513. local plrname = string.sub(msg, 13)

  1514. for i = 1,amn do

  1515. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000073829193"))

  1516. end

  1517. end

  1518. if string.sub(msg, 1, 15) == ":g sledgehammer" then

  1519. local plrname = string.sub(msg, 17)

  1520. for i = 1,amn do

  1521. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000045177979"))

  1522. end

  1523. end

  1524. if string.sub(msg, 1, 9) == ":g carpet" then

  1525. local plrname = string.sub(msg, 11)

  1526. for i = 1,amn do

  1527. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000225921000"))

  1528. end

  1529. end

  1530. if string.sub(msg, 1, 16) == ":g dualdarkheart" then

  1531. local plrname = string.sub(msg, 18)

  1532. for i = 1,amn do

  1533. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000108149175"))

  1534. end

  1535. end

  1536. if string.sub(msg, 1, 12) == ":g darkheart" then

  1537. local plrname = string.sub(msg, 14)

  1538. for i = 1,amn do

  1539. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000016895215"))

  1540. end

  1541. end

  1542. if string.sub(msg, 1, 15) == ":g dualillumina" then

  1543. local plrname = string.sub(msg, 17)

  1544. for i = 1,amn do

  1545. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000101191388"))

  1546. end

  1547. end

  1548. if string.sub(msg, 1, 11) == ":g illumina" then

  1549. local plrname = string.sub(msg, 13)

  1550. for i = 1,amn do

  1551. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000016641274"))

  1552. end

  1553. end

  1554. if string.sub(msg, 1, 8) == ":g tommy" then

  1555. local plrname = string.sub(msg, 10)

  1556. for i = 1,amn do

  1557. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000116693764"))

  1558. end

  1559. end

  1560. if string.sub(msg, 1, 5) == ":g M1" then

  1561. local plrname = string.sub(msg, 7)

  1562. for i = 1,amn do

  1563. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000130113146"))

  1564. end

  1565. end

  1566. if string.sub(msg, 1, 8) == ":g luger" then

  1567. local plrname = string.sub(msg, 10)

  1568. for i = 1,amn do

  1569. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000095354288"))

  1570. end

  1571. end

  1572. if string.sub(msg, 1, 11) == ":g mauser" then

  1573. local plrname = string.sub(msg, 13)

  1574. for i = 1,amn do

  1575. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885552"))

  1576. end

  1577. end

  1578. if string.sub(msg, 1, 11) == ":g revolver" then

  1579. local plrname = string.sub(msg, 13)

  1580. for i = 1,amn do

  1581. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000097885508"))

  1582. end

  1583. end

  1584. if string.sub(msg, 1, 7) == ":g whip" then

  1585. local plrname = string.sub(msg, 9)

  1586. for i = 1,amn do

  1587. game:GetService'Players':Chat(("gear "..plrname.." 000000000000000000255800146"))

  1588. end

  1589. end

  1590. if string.sub(msg, 1, 10) == ":g jetpack" then

  1591. local plrname = string.sub(msg, 12)

  1592. for i = 1,amn do

  1593. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000031314966"))

  1594. end

  1595. end

  1596. if string.sub(msg, 1, 9) == ":g katana" then

  1597. local plrname = string.sub(msg, 11)

  1598. for i = 1,amn do

  1599. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000011453385"))

  1600. end

  1601. end

  1602. if string.sub(msg, 1, 8) == ":g chaos" then

  1603. local plrname = string.sub(msg, 10)

  1604. for i = 1,amn do

  1605. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000093136746"))

  1606. end

  1607. end

  1608. if string.sub(msg, 1, 7) == ":g lock" then

  1609. local plrname = string.sub(msg, 9)

  1610. for i = 1,amn do

  1611. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000082357101"))

  1612. end

  1613. end

  1614. if string.sub(msg, 1, 5) == ":g ld" then

  1615. local plrname = string.sub(msg, 7)

  1616. for i = 1,amn do

  1617. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))

  1618. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))

  1619. end

  1620. end

  1621. if string.sub(msg, 1, 8) == ":g light" then

  1622. local plrname = string.sub(msg, 10)

  1623. for i = 1,amn do

  1624. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443461"))

  1625. end

  1626. end

  1627. if string.sub(msg, 1, 7) == ":g dark" then

  1628. local plrname = string.sub(msg, 9)

  1629. for i = 1,amn do

  1630. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000077443491"))

  1631. end

  1632. end

  1633. if string.sub(msg, 1, 11) == ":g batsword" then

  1634. local plrname = string.sub(msg, 13)

  1635. for i = 1,amn do

  1636. game:GetService'Players':Chat(("gear "..plrname.." 00000000000000000017680660"))

  1637. end

  1638. end

  1639. if msg == ":wh" then

  1640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.8988581, 40029.3047, -31.0650883))

  1641. end

  1642. if msg == ":idk" then

  1643. game:GetService'Players':Chat((":spam;house"))

  1644. game:GetService'Players':Chat((":spam;uhouse"))

  1645. game:GetService'Players':Chat((":spam;blocks"))

  1646. game:GetService'Players':Chat((":spam;spawn1"))

  1647. game:GetService'Players':Chat((":spam;spawn2"))

  1648. game:GetService'Players':Chat((":spam;spawn3"))

  1649. game:GetService'Players':Chat((":spam;obby"))

  1650. game:GetService'Players':Chat((":spam;pads"))

  1651. end

  1652. if msg == ";random" then

  1653. local xvalue = math.random(-495,495)

  1654. local zvalue = math.random(-495,495)

  1655. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue))

  1656. end

  1657. if string.sub(msg, 1, 5) == ":trap" then

  1658. local plr = string.sub(msg, 7)

  1659. game:GetService'Players':Chat(("freeze "..plr))

  1660. wait(0.10)

  1661. game:GetService'Players':Chat(("name "..plr.." "))

  1662. wait(0.10)

  1663. game:GetService'Players':Chat(("thaw "..plr))

  1664. end

  1665. if msg == ":skh" then

  1666. 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))

  1667. end

  1668. if msg == ":removeobbykill" then

  1669. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump.TouchInterest:destroy()

  1670. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump1.TouchInterest:destroy()

  1671. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump2.TouchInterest:destroy()

  1672. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump3.TouchInterest:destroy()

  1673. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump4.TouchInterest:destroy()

  1674. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump5.TouchInterest:destroy()

  1675. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump6.TouchInterest:destroy()

  1676. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump7.TouchInterest:destroy()

  1677. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump8.TouchInterest:destroy()

  1678. game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump9.TouchInterest:destroy()

  1679. end

  1680. if msg == ":invertfix" then

  1681. for i = 1,25 do

  1682. game.Workspace.CurrentCamera.GrayScale:Destroy()

  1683. end

  1684. end

  1685. if msg == ":allanti" then

  1686. multianti = true

  1687. ultanti(msg)

  1688. end

  1689. if msg == ":alldefault" then

  1690. nopunish = true

  1691. healauto = true

  1692. noexp = true

  1693. nokill = false

  1694. noblind = true

  1695. nojail = true

  1696. nomusic = false

  1697. nodog = true

  1698. nosmoke = true

  1699. noswag = true

  1700. nosparkles = false

  1701. nofire = true

  1702. nospeed = false

  1703. noskydive = true

  1704. nocrash = true

  1705. noice = true

  1706. noseizure = true

  1707. noff = false

  1708. nomsgcrash = false

  1709. ilight = true

  1710. end

  1711. if msg == ":enableall" then

  1712. nopunish = true

  1713. healauto = true

  1714. noexp = true

  1715. nokill = true

  1716. noblind = true

  1717. nojail = true

  1718. nomusic = true

  1719. nodog = true

  1720. nosmoke = true

  1721. noswag = true

  1722. nosparkles = true

  1723. nofire = true

  1724. nospeed = true

  1725. noskydive = true

  1726. nocrash = true

  1727. noice = true

  1728. noseizure = true

  1729. noff = true

  1730. nomsgcrash = true

  1731. ilight = true

  1732. end

  1733. if msg == ":disableall" then

  1734. nopunish = false

  1735. healauto = false

  1736. noexp = false

  1737. nokill = false

  1738. noblind = false

  1739. nojail = false

  1740. nomusic = false

  1741. nodog = false

  1742. nosmoke = false

  1743. noswag = false

  1744. nosparkles = false

  1745. nofire = false

  1746. nospeed = false

  1747. noskydive = false

  1748. nocrash = false

  1749. noice = false

  1750. noseizure = false

  1751. noff = false

  1752. nomsgcrash = false

  1753. ilight = false

  1754. end

  1755. if msg == ":disablekill" then

  1756. nokill = false

  1757. end

  1758. if msg == ":disablepunish" then

  1759. nopunish = false

  1760. end

  1761. if msg == ":disableautoheal" then

  1762. healauto = false

  1763. end

  1764. if msg == ":disablejail" then

  1765. nojail = false

  1766. end

  1767. if msg == ":disablemusic" then

  1768. nomusic = false

  1769. end

  1770. if msg == ":disabledog" then

  1771. nodog = false

  1772. end

  1773. if msg == ":disablesparkles" then

  1774. nosparkles = false

  1775. end

  1776. if msg == ":disablesmoke" then

  1777. nosmoke = false

  1778. end

  1779. if msg == ":disableexp" then

  1780. noexp = false

  1781. end

  1782. if msg == ":disablespeed" then

  1783. nospeed = false

  1784. end

  1785. if msg == ":disablefire" then

  1786. nofire = false

  1787. end

  1788. if msg == ":disableswag" then

  1789. noswag = false

  1790. end

  1791. if msg == ":disableblind" then

  1792. noblind = false

  1793. end

  1794. if msg == ":disableskydive" then

  1795. noskydive = false

  1796. end

  1797. if msg == ":disablecrash" then

  1798. nocrash = false

  1799. end

  1800. if msg == ":disableice" then

  1801. noice = false

  1802. end

  1803. if msg == ":disableseizure" then

  1804. noseizure = false

  1805. end

  1806. if msg == ":disableff" then

  1807. noff = false

  1808. end

  1809. if msg == ":disablemsgcrash" then

  1810. nomsgcrash = false

  1811. end

  1812. if msg == ":disablenolight" then

  1813. ilight = false

  1814. end

  1815. if msg == ":enablekill" then

  1816. nokill = true

  1817. end

  1818. if msg == ":enablepunish" then

  1819. nopunish = true

  1820. end

  1821. if msg == ":enableautoheal" then

  1822. healauto =true

  1823. end

  1824. if msg == ":enablejail" then

  1825. nojail = true

  1826. end

  1827. if msg == ":enablemusic" then

  1828. nomusic = true

  1829. end

  1830. if msg == ":enabledog" then

  1831. nodog = true

  1832. end

  1833. if msg == ":enablesparkles" then

  1834. nosparkles = true

  1835. end

  1836. if msg == ":enablesmoke" then

  1837. nosmoke = true

  1838. end

  1839. if msg == ":enableexp" then

  1840. noexp = true

  1841. end

  1842. if msg == ":enablespeed" then

  1843. nospeed = true

  1844. end

  1845. if msg == ":enablefire" then

  1846. nofire = true

  1847. end

  1848. if msg == ":enableswag" then

  1849. noswag = true

  1850. end

  1851. if msg == ":enableblind" then

  1852. noblind = true

  1853. end

  1854. if msg == ":enableskydive" then

  1855. noskydive = true

  1856. end

  1857. if msg == ":enablecrash" then

  1858. nocrash = true

  1859. end

  1860. if msg == ":enableice" then

  1861. noice = true

  1862. end

  1863. if msg == ":enableseizure" then

  1864. noseizure = true

  1865. end

  1866. if msg == ":enableff" then

  1867. noff = true

  1868. end

  1869. if msg == ":enablemsgcrash" then

  1870. nomsgcrash = true

  1871. end

  1872. if msg == ":enablenolight" then

  1873. ilight = true

  1874. end

  1875. if msg == ":allpads" then

  1876. local pads = game:GetService("Workspace").Terrain["_Game"].Admin.Pads:GetChildren("Head")

  1877. for i, pad in pairs(pads) do

  1878. pad.PrimaryPart = pad:FindFirstChild("Head")

  1879. local pos = pad.PrimaryPart.CFrame

  1880. wait(0)

  1881. pad.PrimaryPart.CanCollide = false

  1882. pad:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)

  1883. wait(0)

  1884. pad:SetPrimaryPartCFrame(pos)

  1885. pad.PrimaryPart.CanCollide = true

  1886. end

  1887. end

  1888. end)

  1889. local function system(text)

  1890. game.StarterGui:SetCore("ChatMakeSystemMessage", {

  1891. Text = text;

  1892. Font = Enum.Font.SourceSansLight;

  1893. Color = Color3.new(255, 255, 255);

  1894. FontSize = Enum.FontSize.Size8;

  1895. })

  1896. end

  1897. -- Gui to Lua

  1898. -- Version: 3.2

  1899. -- Instances:

  1900. local ScreenGui = {

  1901. ScreenGui = Instance.new("ScreenGui"),

  1902. main = Instance.new("Frame"),

  1903. title = Instance.new("TextLabel"),

  1904. page1 = Instance.new("Frame"),

  1905. rightarrow = Instance.new("TextButton"),

  1906. teleport = Instance.new("TextButton"),

  1907. spam = Instance.new("TextButton"),

  1908. super = Instance.new("TextButton"),

  1909. kits = Instance.new("TextButton"),

  1910. cmds = Instance.new("TextButton"),

  1911. pgnum = Instance.new("TextLabel"),

  1912. page2 = Instance.new("Frame"),

  1913. rightarrow_2 = Instance.new("TextButton"),

  1914. other = Instance.new("TextButton"),

  1915. anti = Instance.new("TextButton"),

  1916. colors = Instance.new("TextButton"),

  1917. gear = Instance.new("TextButton"),

  1918. animation = Instance.new("TextButton"),

  1919. leftarrow = Instance.new("TextButton"),

  1920. pgnum_2 = Instance.new("TextLabel"),

  1921. page3 = Instance.new("Frame"),

  1922. whiltelist = Instance.new("TextButton"),

  1923. hk = Instance.new("TextButton"),

  1924. leftarrow_2 = Instance.new("TextButton"),

  1925. Credits = Instance.new("TextButton"),

  1926. morph = Instance.new("TextButton"),

  1927. serverpro = Instance.new("TextButton"),

  1928. pgnum_3 = Instance.new("TextLabel"),

  1929. bg = Instance.new("TextLabel"),

  1930. tabholder = Instance.new("Frame"),

  1931. spamtab = Instance.new("Frame"),

  1932. title_2 = Instance.new("TextLabel"),

  1933. line = Instance.new("TextLabel"),

  1934. delay = Instance.new("TextBox"),

  1935. waittitle = Instance.new("TextLabel"),

  1936. start = Instance.new("TextButton"),

  1937. stop = Instance.new("TextButton"),

  1938. cmdhere = Instance.new("TextBox"),

  1939. cmdtitle = Instance.new("TextLabel"),

  1940. supertab = Instance.new("Frame"),

  1941. title_3 = Instance.new("TextLabel"),

  1942. line_2 = Instance.new("TextLabel"),

  1943. supertitle = Instance.new("TextLabel"),

  1944. start_2 = Instance.new("TextButton"),

  1945. cmdhere_2 = Instance.new("TextBox"),

  1946. kittab = Instance.new("ScrollingFrame"),

  1947. title_4 = Instance.new("TextLabel"),

  1948. line_3 = Instance.new("TextLabel"),

  1949. god = Instance.new("TextButton"),

  1950. omni = Instance.new("TextButton"),

  1951. gun = Instance.new("TextButton"),

  1952. dark = Instance.new("TextButton"),

  1953. dagger = Instance.new("TextButton"),

  1954. bow = Instance.new("TextButton"),

  1955. crossbow = Instance.new("TextButton"),

  1956. knife = Instance.new("TextButton"),

  1957. ninja = Instance.new("TextButton"),

  1958. scythe = Instance.new("TextButton"),

  1959. sword = Instance.new("TextButton"),

  1960. magic = Instance.new("TextButton"),

  1961. flying = Instance.new("TextButton"),

  1962. troll = Instance.new("TextButton"),

  1963. potion = Instance.new("TextButton"),

  1964. bomb = Instance.new("TextButton"),

  1965. heal = Instance.new("TextButton"),

  1966. teleporttab = Instance.new("Frame"),

  1967. title_5 = Instance.new("TextLabel"),

  1968. line_4 = Instance.new("TextLabel"),

  1969. obby = Instance.new("TextButton"),

  1970. house = Instance.new("TextButton"),

  1971. uhouse = Instance.new("TextButton"),

  1972. blocks = Instance.new("TextButton"),

  1973. spawn2 = Instance.new("TextButton"),

  1974. pads = Instance.new("TextButton"),

  1975. spawn3 = Instance.new("TextButton"),

  1976. spawn1 = Instance.new("TextButton"),

  1977. antitab = Instance.new("ScrollingFrame"),

  1978. title_6 = Instance.new("TextLabel"),

  1979. line_5 = Instance.new("TextLabel"),

  1980. kill = Instance.new("TextButton"),

  1981. onofftext = Instance.new("TextLabel"),

  1982. punish = Instance.new("TextButton"),

  1983. onofftext_2 = Instance.new("TextLabel"),

  1984. on = Instance.new("TextButton"),

  1985. onofftext_3 = Instance.new("TextLabel"),

  1986. off = Instance.new("TextButton"),

  1987. jail = Instance.new("TextButton"),

  1988. onofftext_4 = Instance.new("TextLabel"),

  1989. heal_2 = Instance.new("TextButton"),

  1990. onofftext_5 = Instance.new("TextLabel"),

  1991. dog = Instance.new("TextButton"),

  1992. onofftext_6 = Instance.new("TextLabel"),

  1993. music = Instance.new("TextButton"),

  1994. onofftext_7 = Instance.new("TextLabel"),

  1995. smoke = Instance.new("TextButton"),

  1996. onofftext_8 = Instance.new("TextLabel"),

  1997. sparkles = Instance.new("TextButton"),

  1998. onofftext_9 = Instance.new("TextLabel"),

  1999. speed = Instance.new("TextButton"),

  2000. onofftext_10 = Instance.new("TextLabel"),

  2001. explode = Instance.new("TextButton"),

  2002. onofftext_11 = Instance.new("TextLabel"),

  2003. swag = Instance.new("TextButton"),

  2004. onofftext_12 = Instance.new("TextLabel"),

  2005. fire = Instance.new("TextButton"),

  2006. onofftext_13 = Instance.new("TextLabel"),

  2007. skydive = Instance.new("TextButton"),

  2008. onofftext_14 = Instance.new("TextLabel"),

  2009. blind = Instance.new("TextButton"),

  2010. onofftext_15 = Instance.new("TextLabel"),

  2011. ice = Instance.new("TextButton"),

  2012. onofftext_16 = Instance.new("TextLabel"),

  2013. crash = Instance.new("TextButton"),

  2014. onofftext_17 = Instance.new("TextLabel"),

  2015. ff = Instance.new("TextButton"),

  2016. onofftext_18 = Instance.new("TextLabel"),

  2017. seizure = Instance.new("TextButton"),

  2018. onofftext_19 = Instance.new("TextLabel"),

  2019. light = Instance.new("TextButton"),

  2020. onofftext_20 = Instance.new("TextLabel"),

  2021. msgcrash = Instance.new("TextButton"),

  2022. onofftext_21 = Instance.new("TextLabel"),

  2023. colortab = Instance.new("Frame"),

  2024. title_7 = Instance.new("TextLabel"),

  2025. line_6 = Instance.new("TextLabel"),

  2026. acolor = Instance.new("TextButton"),

  2027. bcolor = Instance.new("TextButton"),

  2028. redhell = Instance.new("TextButton"),

  2029. ccolor = Instance.new("TextButton"),

  2030. a = Instance.new("TextButton"),

  2031. rainbow = Instance.new("TextButton"),

  2032. a_2 = Instance.new("TextButton"),

  2033. a_3 = Instance.new("TextButton"),

  2034. stop_2 = Instance.new("TextButton"),

  2035. geartab = Instance.new("ScrollingFrame"),

  2036. title_8 = Instance.new("TextLabel"),

  2037. line_7 = Instance.new("TextLabel"),

  2038. laser = Instance.new("TextButton"),

  2039. dagger_2 = Instance.new("TextButton"),

  2040. cresendo = Instance.new("TextButton"),

  2041. rainbow_2 = Instance.new("TextButton"),

  2042. azure = Instance.new("TextButton"),

  2043. crimson = Instance.new("TextButton"),

  2044. chart = Instance.new("TextButton"),

  2045. ivory = Instance.new("TextButton"),

  2046. sledge = Instance.new("TextButton"),

  2047. grim = Instance.new("TextButton"),

  2048. noir = Instance.new("TextButton"),

  2049. amethy = Instance.new("TextButton"),

  2050. dualill = Instance.new("TextButton"),

  2051. dualdark = Instance.new("TextButton"),

  2052. carpet = Instance.new("TextButton"),

  2053. chaos = Instance.new("TextButton"),

  2054. katana = Instance.new("TextButton"),

  2055. jetpack = Instance.new("TextButton"),

  2056. batsword = Instance.new("TextButton"),

  2057. othertab = Instance.new("Frame"),

  2058. title_9 = Instance.new("TextLabel"),

  2059. line_8 = Instance.new("TextLabel"),

  2060. zawarudo = Instance.new("TextButton"),

  2061. purge = Instance.new("TextButton"),

  2062. green = Instance.new("TextButton"),

  2063. red = Instance.new("TextButton"),

  2064. obbykill = Instance.new("TextButton"),

  2065. regen = Instance.new("TextButton"),

  2066. rejoin = Instance.new("TextButton"),

  2067. invert = Instance.new("TextButton"),

  2068. skh = Instance.new("TextButton"),

  2069. allpad = Instance.new("TextButton"),

  2070. animationtab = Instance.new("Frame"),

  2071. title_10 = Instance.new("TextLabel"),

  2072. line_9 = Instance.new("TextLabel"),

  2073. hmm = Instance.new("TextButton"),

  2074. tosshead = Instance.new("TextButton"),

  2075. headloop = Instance.new("TextButton"),

  2076. spinarm = Instance.new("TextButton"),

  2077. headraise = Instance.new("TextButton"),

  2078. scream = Instance.new("TextButton"),

  2079. crawl = Instance.new("TextButton"),

  2080. dab = Instance.new("TextButton"),

  2081. dance = Instance.new("TextButton"),

  2082. crouch = Instance.new("TextButton"),

  2083. whitelisttab = Instance.new("Frame"),

  2084. title_11 = Instance.new("TextLabel"),

  2085. line_10 = Instance.new("TextLabel"),

  2086. namehere = Instance.new("TextBox"),

  2087. wlhelp = Instance.new("TextLabel"),

  2088. wlstart = Instance.new("TextButton"),

  2089. wlstop = Instance.new("TextButton"),

  2090. wlcmds = Instance.new("TextButton"),

  2091. serverprotecttab = Instance.new("Frame"),

  2092. title_12 = Instance.new("TextLabel"),

  2093. line_11 = Instance.new("TextLabel"),

  2094. enable = Instance.new("TextButton"),

  2095. disable = Instance.new("TextButton"),

  2096. antikill = Instance.new("TextButton"),

  2097. autoff = Instance.new("TextButton"),

  2098. sphelp = Instance.new("TextLabel"),

  2099. creditstab = Instance.new("Frame"),

  2100. title_13 = Instance.new("TextLabel"),

  2101. line_12 = Instance.new("TextLabel"),

  2102. credithelp0 = Instance.new("TextLabel"),

  2103. credithelp1 = Instance.new("TextLabel"),

  2104. credithelp2 = Instance.new("TextLabel"),

  2105. Morphtab = Instance.new("Frame"),

  2106. title_14 = Instance.new("TextLabel"),

  2107. line_13 = Instance.new("TextLabel"),

  2108. joy = Instance.new("TextButton"),

  2109. aka = Instance.new("TextButton"),

  2110. jester = Instance.new("TextButton"),

  2111. raja = Instance.new("TextButton"),

  2112. darklord = Instance.new("TextButton"),

  2113. hktab = Instance.new("Frame"),

  2114. title_15 = Instance.new("TextLabel"),

  2115. line_14 = Instance.new("TextLabel"),

  2116. credithelp0_2 = Instance.new("TextLabel"),

  2117. openclose = Instance.new("TextButton"),

  2118. commandtab = Instance.new("ScrollingFrame"),

  2119. cmds_2 = Instance.new("TextLabel"),

  2120. title_16 = Instance.new("TextLabel"),

  2121. line_15 = Instance.new("TextLabel"),

  2122. cmdopenclose = Instance.new("TextButton"),

  2123. wlcmdtab = Instance.new("Frame"),

  2124. wlcmdtabtitle = Instance.new("TextLabel"),

  2125. wlcmdtabline = Instance.new("TextLabel"),

  2126. wlcmdtabcmdlist = Instance.new("TextLabel"),

  2127. wlcmdtabclose = Instance.new("TextButton"),

  2128. }

  2129. --Properties:

  2130. ScreenGui.ScreenGui.Parent = game.CoreGui

  2131. ScreenGui.main.Name = "main"

  2132. ScreenGui.main.Parent = ScreenGui.ScreenGui

  2133. ScreenGui.main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)

  2134. ScreenGui.main.BackgroundTransparency = 1.000

  2135. ScreenGui.main.BorderSizePixel = 0

  2136. ScreenGui.main.Position = UDim2.new(0.142798111, 0, 0.270096481, 0)

  2137. ScreenGui.main.Size = UDim2.new(0, 156, 0, 285)

  2138. ScreenGui.main.Visible = true

  2139. ScreenGui.main.Active = true

  2140. ScreenGui.main.Draggable = true

  2141. ScreenGui.title.Name = "title"

  2142. ScreenGui.title.Parent = ScreenGui.main

  2143. ScreenGui.title.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2144. ScreenGui.title.BorderSizePixel = 0

  2145. ScreenGui.title.Size = UDim2.new(0, 156, 0, 31)

  2146. ScreenGui.title.Font = Enum.Font.Gotham

  2147. ScreenGui.title.Text = "AdminJoy V2"

  2148. ScreenGui.title.TextColor3 = Color3.fromRGB(255, 255, 255)

  2149. ScreenGui.title.TextSize = 16.000

  2150. ScreenGui.title.TextWrapped = true

  2151. ScreenGui.title.TextXAlignment = Enum.TextXAlignment.Left

  2152. ScreenGui.page1.Name = "page1"

  2153. ScreenGui.page1.Parent = ScreenGui.main

  2154. ScreenGui.page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2155. ScreenGui.page1.BackgroundTransparency = 1.000

  2156. ScreenGui.page1.BorderSizePixel = 0

  2157. ScreenGui.page1.Position = UDim2.new(0, 0, 0.105263159, 0)

  2158. ScreenGui.page1.Size = UDim2.new(0, 156, 0, 255)

  2159. ScreenGui.page1.Visible = false

  2160. ScreenGui.rightarrow.Name = "right arrow"

  2161. ScreenGui.rightarrow.Parent = ScreenGui.page1

  2162. ScreenGui.rightarrow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2163. ScreenGui.rightarrow.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2164. ScreenGui.rightarrow.BorderSizePixel = 3

  2165. ScreenGui.rightarrow.Position = UDim2.new(0.756410241, 0, 0.866615057, 0)

  2166. ScreenGui.rightarrow.Size = UDim2.new(0, 32, 0, 25)

  2167. ScreenGui.rightarrow.Font = Enum.Font.Gotham

  2168. ScreenGui.rightarrow.Text = ">"

  2169. ScreenGui.rightarrow.TextColor3 = Color3.fromRGB(255, 255, 255)

  2170. ScreenGui.rightarrow.TextSize = 18.000

  2171. ScreenGui.rightarrow.MouseButton1Down:connect(function()

  2172. ScreenGui.page1.Visible = false

  2173. ScreenGui.page2.Visible = true

  2174. end)

  2175. ScreenGui.teleport.Name = "teleport"

  2176. ScreenGui.teleport.Parent = ScreenGui.page1

  2177. ScreenGui.teleport.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2178. ScreenGui.teleport.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2179. ScreenGui.teleport.BorderSizePixel = 3

  2180. ScreenGui.teleport.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)

  2181. ScreenGui.teleport.Size = UDim2.new(0, 145, 0, 29)

  2182. ScreenGui.teleport.Font = Enum.Font.Gotham

  2183. ScreenGui.teleport.Text = "Teleports!"

  2184. ScreenGui.teleport.TextColor3 = Color3.fromRGB(255, 255, 255)

  2185. ScreenGui.teleport.TextSize = 18.000

  2186. ScreenGui.teleport.MouseButton1Down:connect(function()

  2187. ScreenGui.Morphtab.Visible = false

  2188. ScreenGui.animationtab.Visible = false

  2189. ScreenGui.antitab.Visible = false

  2190. ScreenGui.colortab.Visible = false

  2191. ScreenGui.creditstab.Visible = false

  2192. ScreenGui.geartab.Visible = false

  2193. ScreenGui.hktab.Visible = false

  2194. ScreenGui.kittab.Visible = false

  2195. ScreenGui.othertab.Visible = false

  2196. ScreenGui.serverprotecttab.Visible = false

  2197. ScreenGui.spamtab.Visible = false

  2198. ScreenGui.supertab.Visible = false

  2199. ScreenGui.teleporttab.Visible = not ScreenGui.teleporttab.Visible

  2200. if ScreenGui.teleporttab.Visible == false then

  2201. ScreenGui.tabholder.Visible = false

  2202. end

  2203. if ScreenGui.teleporttab.Visible == true then

  2204. ScreenGui.tabholder.Visible = true

  2205. end

  2206. ScreenGui.whitelisttab.Visible = false

  2207. end)

  2208. ScreenGui.spam.Name = "spam"

  2209. ScreenGui.spam.Parent = ScreenGui.page1

  2210. ScreenGui.spam.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2211. ScreenGui.spam.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2212. ScreenGui.spam.BorderSizePixel = 3

  2213. ScreenGui.spam.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)

  2214. ScreenGui.spam.Size = UDim2.new(0, 145, 0, 29)

  2215. ScreenGui.spam.Font = Enum.Font.Gotham

  2216. ScreenGui.spam.Text = "Spam!"

  2217. ScreenGui.spam.TextColor3 = Color3.fromRGB(255, 255, 255)

  2218. ScreenGui.spam.TextSize = 18.000

  2219. ScreenGui.spam.MouseButton1Down:connect(function()

  2220. ScreenGui.Morphtab.Visible = false

  2221. ScreenGui.animationtab.Visible = false

  2222. ScreenGui.antitab.Visible = false

  2223. ScreenGui.colortab.Visible = false

  2224. ScreenGui.creditstab.Visible = false

  2225. ScreenGui.geartab.Visible = false

  2226. ScreenGui.hktab.Visible = false

  2227. ScreenGui.kittab.Visible = false

  2228. ScreenGui.othertab.Visible = false

  2229. ScreenGui.serverprotecttab.Visible = false

  2230. ScreenGui.spamtab.Visible = not ScreenGui.spamtab.Visible

  2231. if ScreenGui.spamtab.Visible == false then

  2232. ScreenGui.tabholder.Visible = false

  2233. end

  2234. if ScreenGui.spamtab.Visible == true then

  2235. ScreenGui.tabholder.Visible = true

  2236. end

  2237. ScreenGui.supertab.Visible = false

  2238. ScreenGui.teleporttab.Visible = false

  2239. ScreenGui.whitelisttab.Visible = false

  2240. end)

  2241. ScreenGui.super.Name = "super"

  2242. ScreenGui.super.Parent = ScreenGui.page1

  2243. ScreenGui.super.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2244. ScreenGui.super.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2245. ScreenGui.super.BorderSizePixel = 3

  2246. ScreenGui.super.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)

  2247. ScreenGui.super.Size = UDim2.new(0, 145, 0, 29)

  2248. ScreenGui.super.Font = Enum.Font.Gotham

  2249. ScreenGui.super.Text = "Super"

  2250. ScreenGui.super.TextColor3 = Color3.fromRGB(255, 255, 255)

  2251. ScreenGui.super.TextSize = 18.000

  2252. ScreenGui.super.MouseButton1Down:connect(function()

  2253. ScreenGui.Morphtab.Visible = false

  2254. ScreenGui.animationtab.Visible = false

  2255. ScreenGui.antitab.Visible = false

  2256. ScreenGui.colortab.Visible = false

  2257. ScreenGui.creditstab.Visible = false

  2258. ScreenGui.geartab.Visible = false

  2259. ScreenGui.hktab.Visible = false

  2260. ScreenGui.kittab.Visible = false

  2261. ScreenGui.othertab.Visible = false

  2262. ScreenGui.serverprotecttab.Visible = false

  2263. ScreenGui.spamtab.Visible = false

  2264. ScreenGui.supertab.Visible = not ScreenGui.supertab.Visible

  2265. if ScreenGui.supertab.Visible == false then

  2266. ScreenGui.tabholder.Visible = false

  2267. end

  2268. if ScreenGui.supertab.Visible == true then

  2269. ScreenGui.tabholder.Visible = true

  2270. end

  2271. ScreenGui.teleporttab.Visible = false

  2272. ScreenGui.whitelisttab.Visible = false

  2273. end)

  2274. ScreenGui.kits.Name = "kits"

  2275. ScreenGui.kits.Parent = ScreenGui.page1

  2276. ScreenGui.kits.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2277. ScreenGui.kits.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2278. ScreenGui.kits.BorderSizePixel = 3

  2279. ScreenGui.kits.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)

  2280. ScreenGui.kits.Size = UDim2.new(0, 145, 0, 29)

  2281. ScreenGui.kits.Font = Enum.Font.Gotham

  2282. ScreenGui.kits.Text = "Kits"

  2283. ScreenGui.kits.TextColor3 = Color3.fromRGB(255, 255, 255)

  2284. ScreenGui.kits.TextSize = 18.000

  2285. ScreenGui.kits.MouseButton1Down:connect(function()

  2286. ScreenGui.Morphtab.Visible = false

  2287. ScreenGui.animationtab.Visible = false

  2288. ScreenGui.antitab.Visible = false

  2289. ScreenGui.colortab.Visible = false

  2290. ScreenGui.creditstab.Visible = false

  2291. ScreenGui.geartab.Visible = false

  2292. ScreenGui.hktab.Visible = false

  2293. ScreenGui.kittab.Visible = not ScreenGui.kittab.Visible

  2294. if ScreenGui.kittab.Visible == false then

  2295. ScreenGui.tabholder.Visible = false

  2296. end

  2297. if ScreenGui.kittab.Visible == true then

  2298. ScreenGui.tabholder.Visible = true

  2299. end

  2300. ScreenGui.othertab.Visible = false

  2301. ScreenGui.serverprotecttab.Visible = false

  2302. ScreenGui.spamtab.Visible = false

  2303. ScreenGui.supertab.Visible = false

  2304. ScreenGui.teleporttab.Visible = false

  2305. ScreenGui.whitelisttab.Visible = false

  2306. end)

  2307. ScreenGui.cmds.Name = "cmds"

  2308. ScreenGui.cmds.Parent = ScreenGui.page1

  2309. ScreenGui.cmds.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2310. ScreenGui.cmds.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2311. ScreenGui.cmds.BorderSizePixel = 3

  2312. ScreenGui.cmds.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)

  2313. ScreenGui.cmds.Size = UDim2.new(0, 145, 0, 29)

  2314. ScreenGui.cmds.Font = Enum.Font.Gotham

  2315. ScreenGui.cmds.Text = "Commands!"

  2316. ScreenGui.cmds.TextColor3 = Color3.fromRGB(255, 255, 255)

  2317. ScreenGui.cmds.TextSize = 18.000

  2318. ScreenGui.cmds.MouseButton1Down:connect(function()

  2319. ScreenGui.commandtab.Visible = not ScreenGui.commandtab.Visible

  2320. end)

  2321. ScreenGui.pgnum.Name = "pgnum"

  2322. ScreenGui.pgnum.Parent = ScreenGui.page1

  2323. ScreenGui.pgnum.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2324. ScreenGui.pgnum.BackgroundTransparency = 1.000

  2325. ScreenGui.pgnum.BorderSizePixel = 0

  2326. ScreenGui.pgnum.Position = UDim2.new(0.339743584, 0, 0.866615057, 0)

  2327. ScreenGui.pgnum.Size = UDim2.new(0, 50, 0, 25)

  2328. ScreenGui.pgnum.Font = Enum.Font.Gotham

  2329. ScreenGui.pgnum.Text = "Page 1"

  2330. ScreenGui.pgnum.TextColor3 = Color3.fromRGB(255, 255, 255)

  2331. ScreenGui.pgnum.TextSize = 16.000

  2332. ScreenGui.pgnum.TextWrapped = true

  2333. ScreenGui.page2.Name = "page2"

  2334. ScreenGui.page2.Parent = ScreenGui.main

  2335. ScreenGui.page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2336. ScreenGui.page2.BackgroundTransparency = 1.000

  2337. ScreenGui.page2.BorderSizePixel = 0

  2338. ScreenGui.page2.Position = UDim2.new(0, 0, 0.105263159, 0)

  2339. ScreenGui.page2.Size = UDim2.new(0, 156, 0, 255)

  2340. ScreenGui.page2.Visible = false

  2341. ScreenGui.rightarrow_2.Name = "rightarrow"

  2342. ScreenGui.rightarrow_2.Parent = ScreenGui.page2

  2343. ScreenGui.rightarrow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2344. ScreenGui.rightarrow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2345. ScreenGui.rightarrow_2.BorderSizePixel = 3

  2346. ScreenGui.rightarrow_2.Position = UDim2.new(0.756410241, 0, 0.866615057, 0)

  2347. ScreenGui.rightarrow_2.Size = UDim2.new(0, 32, 0, 25)

  2348. ScreenGui.rightarrow_2.Font = Enum.Font.Gotham

  2349. ScreenGui.rightarrow_2.Text = ">"

  2350. ScreenGui.rightarrow_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2351. ScreenGui.rightarrow_2.TextSize = 18.000

  2352. ScreenGui.rightarrow_2.MouseButton1Down:connect(function()

  2353. ScreenGui.page2.Visible = false

  2354. ScreenGui.page3.Visible = true

  2355. end)

  2356. ScreenGui.other.Name = "other"

  2357. ScreenGui.other.Parent = ScreenGui.page2

  2358. ScreenGui.other.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2359. ScreenGui.other.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2360. ScreenGui.other.BorderSizePixel = 3

  2361. ScreenGui.other.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)

  2362. ScreenGui.other.Size = UDim2.new(0, 145, 0, 29)

  2363. ScreenGui.other.Font = Enum.Font.Gotham

  2364. ScreenGui.other.Text = "Other"

  2365. ScreenGui.other.TextColor3 = Color3.fromRGB(255, 255, 255)

  2366. ScreenGui.other.TextSize = 18.000

  2367. ScreenGui.other.MouseButton1Down:connect(function()

  2368. ScreenGui.Morphtab.Visible = false

  2369. ScreenGui.animationtab.Visible = false

  2370. ScreenGui.antitab.Visible = false

  2371. ScreenGui.colortab.Visible = false

  2372. ScreenGui.creditstab.Visible = false

  2373. ScreenGui.geartab.Visible = false

  2374. ScreenGui.hktab.Visible = false

  2375. ScreenGui.kittab.Visible = false

  2376. ScreenGui.othertab.Visible = not ScreenGui.othertab.Visible

  2377. if ScreenGui.othertab.Visible == false then

  2378. ScreenGui.tabholder.Visible = false

  2379. end

  2380. if ScreenGui.othertab.Visible == true then

  2381. ScreenGui.tabholder.Visible = true

  2382. end

  2383. ScreenGui.serverprotecttab.Visible = false

  2384. ScreenGui.spamtab.Visible = false

  2385. ScreenGui.supertab.Visible = false

  2386. ScreenGui.teleporttab.Visible = false

  2387. ScreenGui.whitelisttab.Visible = false

  2388. end)

  2389. ScreenGui.anti.Name = "anti"

  2390. ScreenGui.anti.Parent = ScreenGui.page2

  2391. ScreenGui.anti.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2392. ScreenGui.anti.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2393. ScreenGui.anti.BorderSizePixel = 3

  2394. ScreenGui.anti.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)

  2395. ScreenGui.anti.Size = UDim2.new(0, 145, 0, 29)

  2396. ScreenGui.anti.Font = Enum.Font.Gotham

  2397. ScreenGui.anti.Text = "Anti"

  2398. ScreenGui.anti.TextColor3 = Color3.fromRGB(255, 255, 255)

  2399. ScreenGui.anti.TextSize = 18.000

  2400. ScreenGui.anti.MouseButton1Down:connect(function()

  2401. ScreenGui.Morphtab.Visible = false

  2402. ScreenGui.animationtab.Visible = false

  2403. ScreenGui.antitab.Visible = not ScreenGui.antitab.Visible

  2404. if ScreenGui.antitab.Visible == false then

  2405. ScreenGui.tabholder.Visible = false

  2406. end

  2407. if ScreenGui.antitab.Visible == true then

  2408. ScreenGui.tabholder.Visible = true

  2409. end

  2410. ScreenGui.colortab.Visible = false

  2411. ScreenGui.creditstab.Visible = false

  2412. ScreenGui.geartab.Visible = false

  2413. ScreenGui.hktab.Visible = false

  2414. ScreenGui.kittab.Visible = false

  2415. ScreenGui.othertab.Visible = false

  2416. ScreenGui.serverprotecttab.Visible = false

  2417. ScreenGui.spamtab.Visible = false

  2418. ScreenGui.supertab.Visible = false

  2419. ScreenGui.teleporttab.Visible = false

  2420. ScreenGui.whitelisttab.Visible = false

  2421. end)

  2422. ScreenGui.colors.Name = "colors"

  2423. ScreenGui.colors.Parent = ScreenGui.page2

  2424. ScreenGui.colors.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2425. ScreenGui.colors.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2426. ScreenGui.colors.BorderSizePixel = 3

  2427. ScreenGui.colors.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)

  2428. ScreenGui.colors.Size = UDim2.new(0, 145, 0, 29)

  2429. ScreenGui.colors.Font = Enum.Font.Gotham

  2430. ScreenGui.colors.Text = "Colors!"

  2431. ScreenGui.colors.TextColor3 = Color3.fromRGB(255, 255, 255)

  2432. ScreenGui.colors.TextSize = 18.000

  2433. ScreenGui.colors.MouseButton1Down:connect(function()

  2434. ScreenGui.Morphtab.Visible = false

  2435. ScreenGui.animationtab.Visible = false

  2436. ScreenGui.antitab.Visible = false

  2437. ScreenGui.colortab.Visible = not ScreenGui.colortab.Visible

  2438. if ScreenGui.colortab.Visible == false then

  2439. ScreenGui.tabholder.Visible = false

  2440. end

  2441. if ScreenGui.colortab.Visible == true then

  2442. ScreenGui.tabholder.Visible = true

  2443. end

  2444. ScreenGui.creditstab.Visible = false

  2445. ScreenGui.geartab.Visible = false

  2446. ScreenGui.hktab.Visible = false

  2447. ScreenGui.kittab.Visible = false

  2448. ScreenGui.othertab.Visible = false

  2449. ScreenGui.serverprotecttab.Visible = false

  2450. ScreenGui.spamtab.Visible = false

  2451. ScreenGui.supertab.Visible = false

  2452. ScreenGui.teleporttab.Visible = false

  2453. ScreenGui.whitelisttab.Visible = false

  2454. end)

  2455. ScreenGui.gear.Name = "gear"

  2456. ScreenGui.gear.Parent = ScreenGui.page2

  2457. ScreenGui.gear.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2458. ScreenGui.gear.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2459. ScreenGui.gear.BorderSizePixel = 3

  2460. ScreenGui.gear.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)

  2461. ScreenGui.gear.Size = UDim2.new(0, 145, 0, 29)

  2462. ScreenGui.gear.Font = Enum.Font.Gotham

  2463. ScreenGui.gear.Text = "Gear"

  2464. ScreenGui.gear.TextColor3 = Color3.fromRGB(255, 255, 255)

  2465. ScreenGui.gear.TextSize = 18.000

  2466. ScreenGui.gear.MouseButton1Down:connect(function()

  2467. ScreenGui.Morphtab.Visible = false

  2468. ScreenGui.animationtab.Visible = false

  2469. ScreenGui.antitab.Visible = false

  2470. ScreenGui.colortab.Visible = false

  2471. ScreenGui.creditstab.Visible = false

  2472. ScreenGui.geartab.Visible = not ScreenGui.geartab.Visible

  2473. if ScreenGui.geartab.Visible == false then

  2474. ScreenGui.tabholder.Visible = false

  2475. end

  2476. if ScreenGui.geartab.Visible == true then

  2477. ScreenGui.tabholder.Visible = true

  2478. end

  2479. ScreenGui.hktab.Visible = false

  2480. ScreenGui.kittab.Visible = false

  2481. ScreenGui.othertab.Visible = false

  2482. ScreenGui.serverprotecttab.Visible = false

  2483. ScreenGui.spamtab.Visible = false

  2484. ScreenGui.supertab.Visible = false

  2485. ScreenGui.teleporttab.Visible = false

  2486. ScreenGui.whitelisttab.Visible = false

  2487. end)

  2488. ScreenGui.animation.Name = "animation"

  2489. ScreenGui.animation.Parent = ScreenGui.page2

  2490. ScreenGui.animation.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2491. ScreenGui.animation.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2492. ScreenGui.animation.BorderSizePixel = 3

  2493. ScreenGui.animation.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)

  2494. ScreenGui.animation.Size = UDim2.new(0, 145, 0, 29)

  2495. ScreenGui.animation.Font = Enum.Font.Gotham

  2496. ScreenGui.animation.Text = "Animations!"

  2497. ScreenGui.animation.TextColor3 = Color3.fromRGB(255, 255, 255)

  2498. ScreenGui.animation.TextSize = 18.000

  2499. ScreenGui.animation.MouseButton1Down:connect(function()

  2500. ScreenGui.Morphtab.Visible = false

  2501. ScreenGui.animationtab.Visible = not ScreenGui.animationtab.Visible

  2502. if ScreenGui.animationtab.Visible == false then

  2503. ScreenGui.tabholder.Visible = false

  2504. end

  2505. if ScreenGui.animationtab.Visible == true then

  2506. ScreenGui.tabholder.Visible = true

  2507. end

  2508. ScreenGui.antitab.Visible = false

  2509. ScreenGui.colortab.Visible = false

  2510. ScreenGui.creditstab.Visible = false

  2511. ScreenGui.geartab.Visible = false

  2512. ScreenGui.hktab.Visible = false

  2513. ScreenGui.kittab.Visible = false

  2514. ScreenGui.othertab.Visible = false

  2515. ScreenGui.serverprotecttab.Visible = false

  2516. ScreenGui.spamtab.Visible = false

  2517. ScreenGui.supertab.Visible = false

  2518. ScreenGui.teleporttab.Visible = false

  2519. ScreenGui.whitelisttab.Visible = false

  2520. end)

  2521. ScreenGui.leftarrow.Name = "leftarrow"

  2522. ScreenGui.leftarrow.Parent = ScreenGui.page2

  2523. ScreenGui.leftarrow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2524. ScreenGui.leftarrow.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2525. ScreenGui.leftarrow.BorderSizePixel = 3

  2526. ScreenGui.leftarrow.Position = UDim2.new(0.0320512652, 0, 0.866615057, 0)

  2527. ScreenGui.leftarrow.Size = UDim2.new(0, 32, 0, 25)

  2528. ScreenGui.leftarrow.Font = Enum.Font.Gotham

  2529. ScreenGui.leftarrow.Text = "<"

  2530. ScreenGui.leftarrow.TextColor3 = Color3.fromRGB(255, 255, 255)

  2531. ScreenGui.leftarrow.TextSize = 18.000

  2532. ScreenGui.leftarrow.MouseButton1Down:connect(function()

  2533. ScreenGui.page2.Visible = false

  2534. ScreenGui.page1.Visible = true

  2535. end)

  2536. ScreenGui.pgnum_2.Name = "pgnum"

  2537. ScreenGui.pgnum_2.Parent = ScreenGui.page2

  2538. ScreenGui.pgnum_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2539. ScreenGui.pgnum_2.BackgroundTransparency = 1.000

  2540. ScreenGui.pgnum_2.BorderSizePixel = 0

  2541. ScreenGui.pgnum_2.Position = UDim2.new(0.307692319, 0, 0.866615057, 0)

  2542. ScreenGui.pgnum_2.Size = UDim2.new(0, 60, 0, 25)

  2543. ScreenGui.pgnum_2.Font = Enum.Font.Gotham

  2544. ScreenGui.pgnum_2.Text = "Page 2"

  2545. ScreenGui.pgnum_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2546. ScreenGui.pgnum_2.TextSize = 16.000

  2547. ScreenGui.pgnum_2.TextWrapped = true

  2548. ScreenGui.page3.Name = "page3"

  2549. ScreenGui.page3.Parent = ScreenGui.main

  2550. ScreenGui.page3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2551. ScreenGui.page3.BackgroundTransparency = 1.000

  2552. ScreenGui.page3.BorderSizePixel = 0

  2553. ScreenGui.page3.Position = UDim2.new(0, 0, 0.105263159, 0)

  2554. ScreenGui.page3.Size = UDim2.new(0, 156, 0, 255)

  2555. ScreenGui.page3.Visible = false

  2556. ScreenGui.whiltelist.Name = "whiltelist"

  2557. ScreenGui.whiltelist.Parent = ScreenGui.page3

  2558. ScreenGui.whiltelist.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2559. ScreenGui.whiltelist.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2560. ScreenGui.whiltelist.BorderSizePixel = 3

  2561. ScreenGui.whiltelist.Position = UDim2.new(0.0320513248, 0, 0.0484520122, 0)

  2562. ScreenGui.whiltelist.Size = UDim2.new(0, 145, 0, 29)

  2563. ScreenGui.whiltelist.Font = Enum.Font.Gotham

  2564. ScreenGui.whiltelist.Text = "Whitelist!"

  2565. ScreenGui.whiltelist.TextColor3 = Color3.fromRGB(255, 255, 255)

  2566. ScreenGui.whiltelist.TextSize = 18.000

  2567. ScreenGui.whiltelist.MouseButton1Down:connect(function()

  2568. ScreenGui.Morphtab.Visible = false

  2569. ScreenGui.animationtab.Visible = false

  2570. ScreenGui.antitab.Visible = false

  2571. ScreenGui.colortab.Visible = false

  2572. ScreenGui.creditstab.Visible = false

  2573. ScreenGui.geartab.Visible = false

  2574. ScreenGui.hktab.Visible = false

  2575. ScreenGui.kittab.Visible = false

  2576. ScreenGui.othertab.Visible = false

  2577. ScreenGui.serverprotecttab.Visible = false

  2578. ScreenGui.spamtab.Visible = false

  2579. ScreenGui.supertab.Visible = false

  2580. ScreenGui.teleporttab.Visible = false

  2581. ScreenGui.whitelisttab.Visible = not ScreenGui.whitelisttab.Visible

  2582. if ScreenGui.whitelisttab.Visible == false then

  2583. ScreenGui.tabholder.Visible = false

  2584. end

  2585. if ScreenGui.whitelisttab.Visible == true then

  2586. ScreenGui.tabholder.Visible = true

  2587. end

  2588. end)

  2589. ScreenGui.hk.Name = "hk"

  2590. ScreenGui.hk.Parent = ScreenGui.page3

  2591. ScreenGui.hk.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2592. ScreenGui.hk.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2593. ScreenGui.hk.BorderSizePixel = 3

  2594. ScreenGui.hk.Position = UDim2.new(0.0320513248, 0, 0.216666698, 0)

  2595. ScreenGui.hk.Size = UDim2.new(0, 145, 0, 29)

  2596. ScreenGui.hk.Font = Enum.Font.Gotham

  2597. ScreenGui.hk.Text = "HotKeys"

  2598. ScreenGui.hk.TextColor3 = Color3.fromRGB(255, 255, 255)

  2599. ScreenGui.hk.TextSize = 18.000

  2600. ScreenGui.hk.MouseButton1Down:connect(function()

  2601. ScreenGui.Morphtab.Visible = false

  2602. ScreenGui.animationtab.Visible = false

  2603. ScreenGui.antitab.Visible = false

  2604. ScreenGui.colortab.Visible = false

  2605. ScreenGui.creditstab.Visible = false

  2606. ScreenGui.geartab.Visible = false

  2607. ScreenGui.hktab.Visible = not ScreenGui.hktab.Visible

  2608. if ScreenGui.hktab.Visible == false then

  2609. ScreenGui.tabholder.Visible = false

  2610. end

  2611. if ScreenGui.hktab.Visible == true then

  2612. ScreenGui.tabholder.Visible = true

  2613. end

  2614. ScreenGui.kittab.Visible = false

  2615. ScreenGui.othertab.Visible = false

  2616. ScreenGui.serverprotecttab.Visible = false

  2617. ScreenGui.spamtab.Visible = false

  2618. ScreenGui.supertab.Visible = false

  2619. ScreenGui.teleporttab.Visible = false

  2620. ScreenGui.whitelisttab.Visible = false

  2621. end)

  2622. ScreenGui.leftarrow_2.Name = "leftarrow"

  2623. ScreenGui.leftarrow_2.Parent = ScreenGui.page3

  2624. ScreenGui.leftarrow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2625. ScreenGui.leftarrow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2626. ScreenGui.leftarrow_2.BorderSizePixel = 3

  2627. ScreenGui.leftarrow_2.Position = UDim2.new(0.0320512652, 0, 0.866615057, 0)

  2628. ScreenGui.leftarrow_2.Size = UDim2.new(0, 32, 0, 25)

  2629. ScreenGui.leftarrow_2.Font = Enum.Font.Gotham

  2630. ScreenGui.leftarrow_2.Text = "<"

  2631. ScreenGui.leftarrow_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2632. ScreenGui.leftarrow_2.TextSize = 18.000

  2633. ScreenGui.leftarrow_2.MouseButton1Down:connect(function()

  2634. ScreenGui.page3.Visible = false

  2635. ScreenGui.page2.Visible = true

  2636. end)

  2637. ScreenGui.Credits.Name = "Credits"

  2638. ScreenGui.Credits.Parent = ScreenGui.page3

  2639. ScreenGui.Credits.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2640. ScreenGui.Credits.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2641. ScreenGui.Credits.BorderSizePixel = 3

  2642. ScreenGui.Credits.Position = UDim2.new(0.0320513248, 0, 0.704798818, 0)

  2643. ScreenGui.Credits.Size = UDim2.new(0, 145, 0, 29)

  2644. ScreenGui.Credits.Font = Enum.Font.Gotham

  2645. ScreenGui.Credits.Text = "Credits!"

  2646. ScreenGui.Credits.TextColor3 = Color3.fromRGB(255, 255, 255)

  2647. ScreenGui.Credits.TextSize = 18.000

  2648. ScreenGui.Credits.MouseButton1Down:connect(function()

  2649. ScreenGui.Morphtab.Visible = false

  2650. ScreenGui.animationtab.Visible = false

  2651. ScreenGui.antitab.Visible = false

  2652. ScreenGui.colortab.Visible = false

  2653. ScreenGui.creditstab.Visible = not ScreenGui.creditstab.Visible

  2654. if ScreenGui.creditstab.Visible == false then

  2655. ScreenGui.tabholder.Visible = false

  2656. end

  2657. if ScreenGui.creditstab.Visible == true then

  2658. ScreenGui.tabholder.Visible = true

  2659. end

  2660. ScreenGui.geartab.Visible = false

  2661. ScreenGui.hktab.Visible = false

  2662. ScreenGui.kittab.Visible = false

  2663. ScreenGui.othertab.Visible = false

  2664. ScreenGui.serverprotecttab.Visible = false

  2665. ScreenGui.spamtab.Visible = false

  2666. ScreenGui.supertab.Visible = false

  2667. ScreenGui.teleporttab.Visible = false

  2668. ScreenGui.whitelisttab.Visible = false

  2669. end)

  2670. ScreenGui.morph.Name = "morph"

  2671. ScreenGui.morph.Parent = ScreenGui.page3

  2672. ScreenGui.morph.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2673. ScreenGui.morph.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2674. ScreenGui.morph.BorderSizePixel = 3

  2675. ScreenGui.morph.Position = UDim2.new(0.0320513248, 0, 0.544427276, 0)

  2676. ScreenGui.morph.Size = UDim2.new(0, 145, 0, 29)

  2677. ScreenGui.morph.Font = Enum.Font.Gotham

  2678. ScreenGui.morph.Text = "Morphs"

  2679. ScreenGui.morph.TextColor3 = Color3.fromRGB(255, 255, 255)

  2680. ScreenGui.morph.TextSize = 18.000

  2681. ScreenGui.morph.MouseButton1Down:connect(function()

  2682. ScreenGui.Morphtab.Visible = not ScreenGui.Morphtab.Visible

  2683. if ScreenGui.Morphtab.Visible == false then

  2684. ScreenGui.tabholder.Visible = false

  2685. end

  2686. if ScreenGui.Morphtab.Visible == true then

  2687. ScreenGui.tabholder.Visible = true

  2688. end

  2689. ScreenGui.animationtab.Visible = false

  2690. ScreenGui.antitab.Visible = false

  2691. ScreenGui.colortab.Visible = false

  2692. ScreenGui.creditstab.Visible = false

  2693. ScreenGui.geartab.Visible = false

  2694. ScreenGui.hktab.Visible = false

  2695. ScreenGui.kittab.Visible = false

  2696. ScreenGui.othertab.Visible = false

  2697. ScreenGui.serverprotecttab.Visible = false

  2698. ScreenGui.spamtab.Visible = false

  2699. ScreenGui.supertab.Visible = false

  2700. ScreenGui.teleporttab.Visible = false

  2701. ScreenGui.whitelisttab.Visible = false

  2702. end)

  2703. ScreenGui.serverpro.Name = "serverpro"

  2704. ScreenGui.serverpro.Parent = ScreenGui.page3

  2705. ScreenGui.serverpro.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2706. ScreenGui.serverpro.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2707. ScreenGui.serverpro.BorderSizePixel = 3

  2708. ScreenGui.serverpro.Position = UDim2.new(0.0320513248, 0, 0.384055763, 0)

  2709. ScreenGui.serverpro.Size = UDim2.new(0, 145, 0, 29)

  2710. ScreenGui.serverpro.Font = Enum.Font.Gotham

  2711. ScreenGui.serverpro.Text = "Server Protection!"

  2712. ScreenGui.serverpro.TextColor3 = Color3.fromRGB(255, 255, 255)

  2713. ScreenGui.serverpro.TextScaled = true

  2714. ScreenGui.serverpro.TextSize = 18.000

  2715. ScreenGui.serverpro.TextWrapped = true

  2716. ScreenGui.serverpro.MouseButton1Down:connect(function()

  2717. ScreenGui.Morphtab.Visible = false

  2718. ScreenGui.animationtab.Visible = false

  2719. ScreenGui.antitab.Visible = false

  2720. ScreenGui.colortab.Visible = false

  2721. ScreenGui.creditstab.Visible = false

  2722. ScreenGui.geartab.Visible = false

  2723. ScreenGui.hktab.Visible = false

  2724. ScreenGui.kittab.Visible = false

  2725. ScreenGui.othertab.Visible = false

  2726. ScreenGui.serverprotecttab.Visible = not ScreenGui.serverprotecttab.Visible

  2727. if ScreenGui.serverprotecttab.Visible == false then

  2728. ScreenGui.tabholder.Visible = false

  2729. end

  2730. if ScreenGui.serverprotecttab.Visible == true then

  2731. ScreenGui.tabholder.Visible = true

  2732. end

  2733. ScreenGui.spamtab.Visible = false

  2734. ScreenGui.supertab.Visible = false

  2735. ScreenGui.teleporttab.Visible = false

  2736. ScreenGui.whitelisttab.Visible = false

  2737. end)

  2738. ScreenGui.pgnum_3.Name = "pgnum"

  2739. ScreenGui.pgnum_3.Parent = ScreenGui.page3

  2740. ScreenGui.pgnum_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2741. ScreenGui.pgnum_3.BackgroundTransparency = 1.000

  2742. ScreenGui.pgnum_3.BorderSizePixel = 0

  2743. ScreenGui.pgnum_3.Position = UDim2.new(0.320512801, 0, 0.866615057, 0)

  2744. ScreenGui.pgnum_3.Size = UDim2.new(0, 55, 0, 25)

  2745. ScreenGui.pgnum_3.Font = Enum.Font.Gotham

  2746. ScreenGui.pgnum_3.Text = "Page 3"

  2747. ScreenGui.pgnum_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  2748. ScreenGui.pgnum_3.TextSize = 16.000

  2749. ScreenGui.pgnum_3.TextWrapped = true

  2750. ScreenGui.bg.Name = "bg"

  2751. ScreenGui.bg.Parent = ScreenGui.main

  2752. ScreenGui.bg.BackgroundColor3 = Color3.fromRGB(20, 20, 20)

  2753. ScreenGui.bg.BackgroundTransparency = 1.000

  2754. ScreenGui.bg.BorderSizePixel = 0

  2755. ScreenGui.bg.Position = UDim2.new(0, 0, 0.108771928, 0)

  2756. ScreenGui.bg.Size = UDim2.new(0, 156, 0, 254)

  2757. ScreenGui.bg.ZIndex = 0

  2758. ScreenGui.bg.Font = Enum.Font.SourceSans

  2759. ScreenGui.bg.Text = ""

  2760. ScreenGui.bg.TextColor3 = Color3.fromRGB(0, 0, 0)

  2761. ScreenGui.bg.TextSize = 14.000

  2762. ScreenGui.tabholder.Name = "tabholder"

  2763. ScreenGui.tabholder.Parent = ScreenGui.main

  2764. ScreenGui.tabholder.BackgroundColor3 = Color3.fromRGB(20, 20, 20)

  2765. ScreenGui.tabholder.BackgroundTransparency = 0.010

  2766. ScreenGui.tabholder.BorderColor3 = Color3.fromRGB(35, 35, 35)

  2767. ScreenGui.tabholder.BorderSizePixel = 0

  2768. ScreenGui.tabholder.Position = UDim2.new(1, 0, 0.108771935, 0)

  2769. ScreenGui.tabholder.Size = UDim2.new(0, 156, 0, 254)

  2770. ScreenGui.tabholder.Visible = false

  2771. ScreenGui.spamtab.Name = "spamtab"

  2772. ScreenGui.spamtab.Parent = ScreenGui.tabholder

  2773. ScreenGui.spamtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2774. ScreenGui.spamtab.BackgroundTransparency = 1.000

  2775. ScreenGui.spamtab.Size = UDim2.new(0, 156, 0, 254)

  2776. ScreenGui.spamtab.Visible = false

  2777. ScreenGui.title_2.Name = "title"

  2778. ScreenGui.title_2.Parent = ScreenGui.spamtab

  2779. ScreenGui.title_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2780. ScreenGui.title_2.BackgroundTransparency = 1.000

  2781. ScreenGui.title_2.BorderSizePixel = 0

  2782. ScreenGui.title_2.Position = UDim2.new(0.256000012, 0, 0, 5)

  2783. ScreenGui.title_2.Size = UDim2.new(0, 75, 0, 22)

  2784. ScreenGui.title_2.Font = Enum.Font.Gotham

  2785. ScreenGui.title_2.Text = "Spam"

  2786. ScreenGui.title_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2787. ScreenGui.title_2.TextSize = 16.000

  2788. ScreenGui.title_2.TextWrapped = true

  2789. ScreenGui.line.Name = "line"

  2790. ScreenGui.line.Parent = ScreenGui.spamtab

  2791. ScreenGui.line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2792. ScreenGui.line.BorderSizePixel = 0

  2793. ScreenGui.line.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  2794. ScreenGui.line.Size = UDim2.new(0, 125, 0, 1)

  2795. ScreenGui.line.Font = Enum.Font.SourceSans

  2796. ScreenGui.line.Text = ""

  2797. ScreenGui.line.TextColor3 = Color3.fromRGB(0, 0, 0)

  2798. ScreenGui.line.TextSize = 14.000

  2799. ScreenGui.delay.Name = "delay"

  2800. ScreenGui.delay.Parent = ScreenGui.spamtab

  2801. ScreenGui.delay.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2802. ScreenGui.delay.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2803. ScreenGui.delay.BorderSizePixel = 3

  2804. ScreenGui.delay.Position = UDim2.new(0.0897435918, 0, 0.26968503, 0)

  2805. ScreenGui.delay.Size = UDim2.new(0, 125, 0, 25)

  2806. ScreenGui.delay.Font = Enum.Font.Gotham

  2807. ScreenGui.delay.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  2808. ScreenGui.delay.PlaceholderText = "Enter Wait time Here!"

  2809. ScreenGui.delay.Text = ""

  2810. ScreenGui.delay.TextColor3 = Color3.fromRGB(255, 255, 255)

  2811. ScreenGui.delay.TextScaled = true

  2812. ScreenGui.delay.TextSize = 14.000

  2813. ScreenGui.delay.TextWrapped = true

  2814. ScreenGui.waittitle.Name = "waittitle"

  2815. ScreenGui.waittitle.Parent = ScreenGui.spamtab

  2816. ScreenGui.waittitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2817. ScreenGui.waittitle.BackgroundTransparency = 1.000

  2818. ScreenGui.waittitle.BorderSizePixel = 0

  2819. ScreenGui.waittitle.Position = UDim2.new(0.256000042, 0, 0.137795269, 5)

  2820. ScreenGui.waittitle.Size = UDim2.new(0, 75, 0, 20)

  2821. ScreenGui.waittitle.Font = Enum.Font.Gotham

  2822. ScreenGui.waittitle.Text = "Wait:"

  2823. ScreenGui.waittitle.TextColor3 = Color3.fromRGB(255, 255, 255)

  2824. ScreenGui.waittitle.TextSize = 16.000

  2825. ScreenGui.waittitle.TextWrapped = true

  2826. ScreenGui.start.Name = "start"

  2827. ScreenGui.start.Parent = ScreenGui.spamtab

  2828. ScreenGui.start.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2829. ScreenGui.start.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2830. ScreenGui.start.BorderSizePixel = 3

  2831. ScreenGui.start.Position = UDim2.new(0.0897435993, 0, 0.75019753, 0)

  2832. ScreenGui.start.Size = UDim2.new(0, 50, 0, 25)

  2833. ScreenGui.start.Font = Enum.Font.Gotham

  2834. ScreenGui.start.Text = "Start"

  2835. ScreenGui.start.TextColor3 = Color3.fromRGB(255, 255, 255)

  2836. ScreenGui.start.TextSize = 18.000

  2837. local function spamloop()

  2838. while loopcheck == true do

  2839. wait(delayval)

  2840. game:GetService'Players':Chat((cmd2spam))

  2841. end

  2842. end

  2843. ScreenGui.start.MouseButton1Down:connect(function()

  2844. delayval = ScreenGui.delay.Text

  2845. cmd2spam = ScreenGui.cmdhere.Text

  2846. loopcheck = true

  2847. spamloop()

  2848. end)

  2849. ScreenGui.stop.Name = "stop"

  2850. ScreenGui.stop.Parent = ScreenGui.spamtab

  2851. ScreenGui.stop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2852. ScreenGui.stop.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2853. ScreenGui.stop.BorderSizePixel = 3

  2854. ScreenGui.stop.Position = UDim2.new(0.570512831, 0, 0.75019747, 0)

  2855. ScreenGui.stop.Size = UDim2.new(0, 50, 0, 25)

  2856. ScreenGui.stop.Font = Enum.Font.Gotham

  2857. ScreenGui.stop.Text = "Stop"

  2858. ScreenGui.stop.TextColor3 = Color3.fromRGB(255, 255, 255)

  2859. ScreenGui.stop.TextSize = 18.000

  2860. ScreenGui.stop.MouseButton1Down:connect(function()

  2861. loopcheck = false

  2862. end)

  2863. ScreenGui.cmdhere.Name = "cmdhere"

  2864. ScreenGui.cmdhere.Parent = ScreenGui.spamtab

  2865. ScreenGui.cmdhere.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2866. ScreenGui.cmdhere.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2867. ScreenGui.cmdhere.BorderSizePixel = 3

  2868. ScreenGui.cmdhere.Position = UDim2.new(0.0897435918, 0, 0.564960659, 0)

  2869. ScreenGui.cmdhere.Size = UDim2.new(0, 125, 0, 25)

  2870. ScreenGui.cmdhere.Font = Enum.Font.Gotham

  2871. ScreenGui.cmdhere.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  2872. ScreenGui.cmdhere.PlaceholderText = "Enter Cmd Here!"

  2873. ScreenGui.cmdhere.Text = ""

  2874. ScreenGui.cmdhere.TextColor3 = Color3.fromRGB(255, 255, 255)

  2875. ScreenGui.cmdhere.TextScaled = true

  2876. ScreenGui.cmdhere.TextSize = 14.000

  2877. ScreenGui.cmdhere.TextWrapped = true

  2878. local beep = false

  2879. ScreenGui.cmdtitle.Name = "cmdtitle"

  2880. ScreenGui.cmdtitle.Parent = ScreenGui.spamtab

  2881. ScreenGui.cmdtitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2882. ScreenGui.cmdtitle.BackgroundTransparency = 1.000

  2883. ScreenGui.cmdtitle.BorderSizePixel = 0

  2884. ScreenGui.cmdtitle.Position = UDim2.new(0.256000042, 0, 0.44094488, 5)

  2885. ScreenGui.cmdtitle.Size = UDim2.new(0, 75, 0, 20)

  2886. ScreenGui.cmdtitle.Font = Enum.Font.Gotham

  2887. ScreenGui.cmdtitle.Text = "Command:"

  2888. ScreenGui.cmdtitle.TextColor3 = Color3.fromRGB(255, 255, 255)

  2889. ScreenGui.cmdtitle.TextScaled = true

  2890. ScreenGui.cmdtitle.TextSize = 16.000

  2891. ScreenGui.cmdtitle.TextWrapped = true

  2892. ScreenGui.supertab.Name = "supertab"

  2893. ScreenGui.supertab.Parent = ScreenGui.tabholder

  2894. ScreenGui.supertab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2895. ScreenGui.supertab.BackgroundTransparency = 1.000

  2896. ScreenGui.supertab.Size = UDim2.new(0, 156, 0, 254)

  2897. ScreenGui.supertab.Visible = false

  2898. ScreenGui.title_3.Name = "title"

  2899. ScreenGui.title_3.Parent = ScreenGui.supertab

  2900. ScreenGui.title_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2901. ScreenGui.title_3.BackgroundTransparency = 1.000

  2902. ScreenGui.title_3.BorderSizePixel = 0

  2903. ScreenGui.title_3.Position = UDim2.new(0.256000012, 0, 0, 5)

  2904. ScreenGui.title_3.Size = UDim2.new(0, 75, 0, 22)

  2905. ScreenGui.title_3.Font = Enum.Font.Gotham

  2906. ScreenGui.title_3.Text = "Super"

  2907. ScreenGui.title_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  2908. ScreenGui.title_3.TextSize = 16.000

  2909. ScreenGui.title_3.TextWrapped = true

  2910. ScreenGui.line_2.Name = "line"

  2911. ScreenGui.line_2.Parent = ScreenGui.supertab

  2912. ScreenGui.line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2913. ScreenGui.line_2.BorderSizePixel = 0

  2914. ScreenGui.line_2.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  2915. ScreenGui.line_2.Size = UDim2.new(0, 125, 0, 1)

  2916. ScreenGui.line_2.Font = Enum.Font.SourceSans

  2917. ScreenGui.line_2.Text = ""

  2918. ScreenGui.line_2.TextColor3 = Color3.fromRGB(0, 0, 0)

  2919. ScreenGui.line_2.TextSize = 14.000

  2920. ScreenGui.supertitle.Name = "supertitle"

  2921. ScreenGui.supertitle.Parent = ScreenGui.supertab

  2922. ScreenGui.supertitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2923. ScreenGui.supertitle.BackgroundTransparency = 1.000

  2924. ScreenGui.supertitle.BorderSizePixel = 0

  2925. ScreenGui.supertitle.Position = UDim2.new(0.249589786, 0, 0.228346467, 5)

  2926. ScreenGui.supertitle.Size = UDim2.new(0, 75, 0, 20)

  2927. ScreenGui.supertitle.Font = Enum.Font.Gotham

  2928. ScreenGui.supertitle.Text = "Super:"

  2929. ScreenGui.supertitle.TextColor3 = Color3.fromRGB(255, 255, 255)

  2930. ScreenGui.supertitle.TextSize = 16.000

  2931. ScreenGui.supertitle.TextWrapped = true

  2932. ScreenGui.start_2.Name = "start"

  2933. ScreenGui.start_2.Parent = ScreenGui.supertab

  2934. ScreenGui.start_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  2935. ScreenGui.start_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2936. ScreenGui.start_2.BorderSizePixel = 3

  2937. ScreenGui.start_2.Position = UDim2.new(0.0961538479, 0, 0.620276213, 0)

  2938. ScreenGui.start_2.Size = UDim2.new(0, 125, 0, 25)

  2939. ScreenGui.start_2.Font = Enum.Font.Gotham

  2940. ScreenGui.start_2.Text = "Execute"

  2941. ScreenGui.start_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2942. ScreenGui.start_2.TextSize = 18.000

  2943. ScreenGui.start_2.MouseButton1Down:connect(function()

  2944. local cmdstr = ScreenGui.cmdhere_2.Text

  2945. for i = 1,250 do

  2946. game:GetService'Players':Chat((cmdstr))

  2947. end

  2948. end)

  2949. ScreenGui.cmdhere_2.Name = "cmdhere"

  2950. ScreenGui.cmdhere_2.Parent = ScreenGui.supertab

  2951. ScreenGui.cmdhere_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2952. ScreenGui.cmdhere_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  2953. ScreenGui.cmdhere_2.BorderSizePixel = 3

  2954. ScreenGui.cmdhere_2.Position = UDim2.new(0.0961538479, 0, 0.360236228, 0)

  2955. ScreenGui.cmdhere_2.Size = UDim2.new(0, 125, 0, 25)

  2956. ScreenGui.cmdhere_2.Font = Enum.Font.Gotham

  2957. ScreenGui.cmdhere_2.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  2958. ScreenGui.cmdhere_2.PlaceholderText = "Enter Cmd Here!"

  2959. ScreenGui.cmdhere_2.Text = ""

  2960. ScreenGui.cmdhere_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  2961. ScreenGui.cmdhere_2.TextScaled = true

  2962. ScreenGui.cmdhere_2.TextSize = 14.000

  2963. ScreenGui.cmdhere_2.TextWrapped = true

  2964. ScreenGui.kittab.Name = "kittab"

  2965. ScreenGui.kittab.Parent = ScreenGui.tabholder

  2966. ScreenGui.kittab.Active = true

  2967. ScreenGui.kittab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2968. ScreenGui.kittab.BackgroundTransparency = 1.000

  2969. ScreenGui.kittab.BorderSizePixel = 0

  2970. ScreenGui.kittab.Size = UDim2.new(0, 156, 0, 254)

  2971. ScreenGui.kittab.Visible = false

  2972. ScreenGui.kittab.CanvasSize = UDim2.new(0, 0, 3, 0)

  2973. ScreenGui.kittab.ScrollBarThickness = 4

  2974. ScreenGui.kittab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left

  2975. ScreenGui.title_4.Name = "title"

  2976. ScreenGui.title_4.Parent = ScreenGui.kittab

  2977. ScreenGui.title_4.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  2978. ScreenGui.title_4.BackgroundTransparency = 1.000

  2979. ScreenGui.title_4.BorderSizePixel = 0

  2980. ScreenGui.title_4.Position = UDim2.new(0.256000012, 0, 0, 5)

  2981. ScreenGui.title_4.Size = UDim2.new(0, 75, 0, 22)

  2982. ScreenGui.title_4.Font = Enum.Font.Gotham

  2983. ScreenGui.title_4.Text = "Kits"

  2984. ScreenGui.title_4.TextColor3 = Color3.fromRGB(255, 255, 255)

  2985. ScreenGui.title_4.TextSize = 16.000

  2986. ScreenGui.title_4.TextWrapped = true

  2987. ScreenGui.line_3.Name = "line"

  2988. ScreenGui.line_3.Parent = ScreenGui.kittab

  2989. ScreenGui.line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2990. ScreenGui.line_3.BorderSizePixel = 0

  2991. ScreenGui.line_3.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)

  2992. ScreenGui.line_3.Size = UDim2.new(0, 125, 0, 1)

  2993. ScreenGui.line_3.Font = Enum.Font.SourceSans

  2994. ScreenGui.line_3.Text = ""

  2995. ScreenGui.line_3.TextColor3 = Color3.fromRGB(0, 0, 0)

  2996. ScreenGui.line_3.TextSize = 14.000

  2997. ScreenGui.god.Name = "god"

  2998. ScreenGui.god.Parent = ScreenGui.kittab

  2999. ScreenGui.god.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3000. ScreenGui.god.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3001. ScreenGui.god.BorderSizePixel = 3

  3002. ScreenGui.god.Position = UDim2.new(0.179487184, 0, 0.0511176884, 0)

  3003. ScreenGui.god.Size = UDim2.new(0, 100, 0, 25)

  3004. ScreenGui.god.Font = Enum.Font.Gotham

  3005. ScreenGui.god.Text = ":kit god"

  3006. ScreenGui.god.TextColor3 = Color3.fromRGB(255, 255, 255)

  3007. ScreenGui.god.TextSize = 18.000

  3008. ScreenGui.god.MouseButton1Down:connect(function()

  3009. game:GetService'Players':Chat((":kit god me"))

  3010. end)

  3011. ScreenGui.omni.Name = "omni"

  3012. ScreenGui.omni.Parent = ScreenGui.kittab

  3013. ScreenGui.omni.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3014. ScreenGui.omni.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3015. ScreenGui.omni.BorderSizePixel = 3

  3016. ScreenGui.omni.Position = UDim2.new(0.179487184, 0, 0.0996741205, 0)

  3017. ScreenGui.omni.Size = UDim2.new(0, 100, 0, 25)

  3018. ScreenGui.omni.Font = Enum.Font.Gotham

  3019. ScreenGui.omni.Text = ":kit omni"

  3020. ScreenGui.omni.TextColor3 = Color3.fromRGB(255, 255, 255)

  3021. ScreenGui.omni.TextSize = 18.000

  3022. ScreenGui.omni.MouseButton1Down:connect(function()

  3023. game:GetService'Players':Chat((":kit omni me"))

  3024. end)

  3025. ScreenGui.gun.Name = "gun"

  3026. ScreenGui.gun.Parent = ScreenGui.kittab

  3027. ScreenGui.gun.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3028. ScreenGui.gun.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3029. ScreenGui.gun.BorderSizePixel = 3

  3030. ScreenGui.gun.Position = UDim2.new(0.179487184, 0, 0.149542883, 0)

  3031. ScreenGui.gun.Size = UDim2.new(0, 100, 0, 25)

  3032. ScreenGui.gun.Font = Enum.Font.Gotham

  3033. ScreenGui.gun.Text = ":kit gun"

  3034. ScreenGui.gun.TextColor3 = Color3.fromRGB(255, 255, 255)

  3035. ScreenGui.gun.TextSize = 18.000

  3036. ScreenGui.gun.MouseButton1Down:connect(function()

  3037. game:GetService'Players':Chat((":kit gun me"))

  3038. end)

  3039. ScreenGui.dark.Name = "dark"

  3040. ScreenGui.dark.Parent = ScreenGui.kittab

  3041. ScreenGui.dark.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3042. ScreenGui.dark.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3043. ScreenGui.dark.BorderSizePixel = 3

  3044. ScreenGui.dark.Position = UDim2.new(0.179487184, 0, 0.196786985, 0)

  3045. ScreenGui.dark.Size = UDim2.new(0, 100, 0, 25)

  3046. ScreenGui.dark.Font = Enum.Font.Gotham

  3047. ScreenGui.dark.Text = ":kit dark"

  3048. ScreenGui.dark.TextColor3 = Color3.fromRGB(255, 255, 255)

  3049. ScreenGui.dark.TextSize = 18.000

  3050. ScreenGui.dark.MouseButton1Down:connect(function()

  3051. game:GetService'Players':Chat((":kit dark"))

  3052. end)

  3053. ScreenGui.dagger.Name = "dagger"

  3054. ScreenGui.dagger.Parent = ScreenGui.kittab

  3055. ScreenGui.dagger.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3056. ScreenGui.dagger.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3057. ScreenGui.dagger.BorderSizePixel = 3

  3058. ScreenGui.dagger.Position = UDim2.new(0.179487169, 0, 0.295212179, 0)

  3059. ScreenGui.dagger.Size = UDim2.new(0, 100, 0, 25)

  3060. ScreenGui.dagger.Font = Enum.Font.Gotham

  3061. ScreenGui.dagger.Text = ":kit dagger"

  3062. ScreenGui.dagger.TextColor3 = Color3.fromRGB(255, 255, 255)

  3063. ScreenGui.dagger.TextSize = 18.000

  3064. ScreenGui.dagger.MouseButton1Down:connect(function()

  3065. game:GetService'Players':Chat((":kit dagger me"))

  3066. end)

  3067. ScreenGui.bow.Name = "bow"

  3068. ScreenGui.bow.Parent = ScreenGui.kittab

  3069. ScreenGui.bow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3070. ScreenGui.bow.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3071. ScreenGui.bow.BorderSizePixel = 3

  3072. ScreenGui.bow.Position = UDim2.new(0.179487169, 0, 0.345080942, 0)

  3073. ScreenGui.bow.Size = UDim2.new(0, 100, 0, 25)

  3074. ScreenGui.bow.Font = Enum.Font.Gotham

  3075. ScreenGui.bow.Text = ":kit bow"

  3076. ScreenGui.bow.TextColor3 = Color3.fromRGB(255, 255, 255)

  3077. ScreenGui.bow.TextSize = 18.000

  3078. ScreenGui.bow.MouseButton1Down:connect(function()

  3079. game:GetService'Players':Chat((":kit bow me"))

  3080. end)

  3081. ScreenGui.crossbow.Name = "crossbow"

  3082. ScreenGui.crossbow.Parent = ScreenGui.kittab

  3083. ScreenGui.crossbow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3084. ScreenGui.crossbow.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3085. ScreenGui.crossbow.BorderSizePixel = 3

  3086. ScreenGui.crossbow.Position = UDim2.new(0.179487169, 0, 0.392325044, 0)

  3087. ScreenGui.crossbow.Size = UDim2.new(0, 100, 0, 25)

  3088. ScreenGui.crossbow.Font = Enum.Font.Gotham

  3089. ScreenGui.crossbow.Text = ":kit crossbow"

  3090. ScreenGui.crossbow.TextColor3 = Color3.fromRGB(255, 255, 255)

  3091. ScreenGui.crossbow.TextScaled = true

  3092. ScreenGui.crossbow.TextSize = 18.000

  3093. ScreenGui.crossbow.TextWrapped = true

  3094. ScreenGui.crossbow.MouseButton1Down:connect(function()

  3095. game:GetService'Players':Chat((":kit crossbow me"))

  3096. end)

  3097. ScreenGui.knife.Name = "knife"

  3098. ScreenGui.knife.Parent = ScreenGui.kittab

  3099. ScreenGui.knife.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3100. ScreenGui.knife.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3101. ScreenGui.knife.BorderSizePixel = 3

  3102. ScreenGui.knife.Position = UDim2.new(0.179487169, 0, 0.246655762, 0)

  3103. ScreenGui.knife.Size = UDim2.new(0, 100, 0, 25)

  3104. ScreenGui.knife.Font = Enum.Font.Gotham

  3105. ScreenGui.knife.Text = ":kit knife"

  3106. ScreenGui.knife.TextColor3 = Color3.fromRGB(255, 255, 255)

  3107. ScreenGui.knife.TextSize = 18.000

  3108. ScreenGui.knife.MouseButton1Down:connect(function()

  3109. game:GetService'Players':Chat((":kit knife me"))

  3110. end)

  3111. ScreenGui.ninja.Name = "ninja"

  3112. ScreenGui.ninja.Parent = ScreenGui.kittab

  3113. ScreenGui.ninja.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3114. ScreenGui.ninja.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3115. ScreenGui.ninja.BorderSizePixel = 3

  3116. ScreenGui.ninja.Position = UDim2.new(0.179487169, 0, 0.587863088, 0)

  3117. ScreenGui.ninja.Size = UDim2.new(0, 100, 0, 25)

  3118. ScreenGui.ninja.Font = Enum.Font.Gotham

  3119. ScreenGui.ninja.Text = ":kit ninja"

  3120. ScreenGui.ninja.TextColor3 = Color3.fromRGB(255, 255, 255)

  3121. ScreenGui.ninja.TextSize = 18.000

  3122. ScreenGui.ninja.MouseButton1Down:connect(function()

  3123. game:GetService'Players':Chat((":kit ninja me"))

  3124. end)

  3125. ScreenGui.scythe.Name = "scythe"

  3126. ScreenGui.scythe.Parent = ScreenGui.kittab

  3127. ScreenGui.scythe.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3128. ScreenGui.scythe.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3129. ScreenGui.scythe.BorderSizePixel = 3

  3130. ScreenGui.scythe.Position = UDim2.new(0.179487169, 0, 0.540619016, 0)

  3131. ScreenGui.scythe.Size = UDim2.new(0, 100, 0, 25)

  3132. ScreenGui.scythe.Font = Enum.Font.Gotham

  3133. ScreenGui.scythe.Text = ":kit scythe"

  3134. ScreenGui.scythe.TextColor3 = Color3.fromRGB(255, 255, 255)

  3135. ScreenGui.scythe.TextSize = 18.000

  3136. ScreenGui.scythe.MouseButton1Down:connect(function()

  3137. game:GetService'Players':Chat((":kit scythe me"))

  3138. end)

  3139. ScreenGui.sword.Name = "sword"

  3140. ScreenGui.sword.Parent = ScreenGui.kittab

  3141. ScreenGui.sword.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3142. ScreenGui.sword.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3143. ScreenGui.sword.BorderSizePixel = 3

  3144. ScreenGui.sword.Position = UDim2.new(0.179487169, 0, 0.490750223, 0)

  3145. ScreenGui.sword.Size = UDim2.new(0, 100, 0, 25)

  3146. ScreenGui.sword.Font = Enum.Font.Gotham

  3147. ScreenGui.sword.Text = ":kit sword"

  3148. ScreenGui.sword.TextColor3 = Color3.fromRGB(255, 255, 255)

  3149. ScreenGui.sword.TextSize = 18.000

  3150. ScreenGui.sword.MouseButton1Down:connect(function()

  3151. game:GetService'Players':Chat((":kit sword me"))

  3152. end)

  3153. ScreenGui.magic.Name = "magic"

  3154. ScreenGui.magic.Parent = ScreenGui.kittab

  3155. ScreenGui.magic.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3156. ScreenGui.magic.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3157. ScreenGui.magic.BorderSizePixel = 3

  3158. ScreenGui.magic.Position = UDim2.new(0.179487169, 0, 0.442193806, 0)

  3159. ScreenGui.magic.Size = UDim2.new(0, 100, 0, 25)

  3160. ScreenGui.magic.Font = Enum.Font.Gotham

  3161. ScreenGui.magic.Text = ":kit magic"

  3162. ScreenGui.magic.TextColor3 = Color3.fromRGB(255, 255, 255)

  3163. ScreenGui.magic.TextSize = 18.000

  3164. ScreenGui.magic.MouseButton1Down:connect(function()

  3165. game:GetService'Players':Chat((":kit magic me"))

  3166. end)

  3167. ScreenGui.flying.Name = "flying"

  3168. ScreenGui.flying.Parent = ScreenGui.kittab

  3169. ScreenGui.flying.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3170. ScreenGui.flying.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3171. ScreenGui.flying.BorderSizePixel = 3

  3172. ScreenGui.flying.Position = UDim2.new(0.179487169, 0, 0.737469375, 0)

  3173. ScreenGui.flying.Size = UDim2.new(0, 100, 0, 25)

  3174. ScreenGui.flying.Font = Enum.Font.Gotham

  3175. ScreenGui.flying.Text = ":kit flying"

  3176. ScreenGui.flying.TextColor3 = Color3.fromRGB(255, 255, 255)

  3177. ScreenGui.flying.TextSize = 18.000

  3178. ScreenGui.flying.MouseButton1Down:connect(function()

  3179. game:GetService'Players':Chat(("gear me 000000000000000000225921000"))

  3180. game:GetService'Players':Chat(("gear me 00000000000000000031314966"))

  3181. game:GetService'Players':Chat(("gear me 000000000000000000477910063"))

  3182. game:GetService'Players':Chat(("gear me 000000000000000000511930668"))

  3183. game:GetService'Players':Chat(("gear me 000000000000000000223785473"))

  3184. end)

  3185. ScreenGui.troll.Name = "troll"

  3186. ScreenGui.troll.Parent = ScreenGui.kittab

  3187. ScreenGui.troll.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3188. ScreenGui.troll.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3189. ScreenGui.troll.BorderSizePixel = 3

  3190. ScreenGui.troll.Position = UDim2.new(0.179487169, 0, 0.690225303, 0)

  3191. ScreenGui.troll.Size = UDim2.new(0, 100, 0, 25)

  3192. ScreenGui.troll.Font = Enum.Font.Gotham

  3193. ScreenGui.troll.Text = ":kit troll"

  3194. ScreenGui.troll.TextColor3 = Color3.fromRGB(255, 255, 255)

  3195. ScreenGui.troll.TextSize = 18.000

  3196. ScreenGui.troll.MouseButton1Down:connect(function()

  3197. game:GetService'Players':Chat(("gear me 00000000000000000082357101"))

  3198. game:GetService'Players':Chat(("gear me 00000000000000000094794847"))

  3199. game:GetService'Players':Chat(("gear me 000000000000000000243788010"))

  3200. game:GetService'Players':Chat(("gear me 000000000000000000268586231"))

  3201. end)

  3202. ScreenGui.potion.Name = "potion"

  3203. ScreenGui.potion.Parent = ScreenGui.kittab

  3204. ScreenGui.potion.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3205. ScreenGui.potion.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3206. ScreenGui.potion.BorderSizePixel = 3

  3207. ScreenGui.potion.Position = UDim2.new(0.179487169, 0, 0.640356481, 0)

  3208. ScreenGui.potion.Size = UDim2.new(0, 100, 0, 25)

  3209. ScreenGui.potion.Font = Enum.Font.Gotham

  3210. ScreenGui.potion.Text = ":kit potion"

  3211. ScreenGui.potion.TextColor3 = Color3.fromRGB(255, 255, 255)

  3212. ScreenGui.potion.TextSize = 18.000

  3213. ScreenGui.potion.MouseButton1Down:connect(function()

  3214. game:GetService'Players':Chat((":kit potion me"))

  3215. end)

  3216. ScreenGui.bomb.Name = "bomb"

  3217. ScreenGui.bomb.Parent = ScreenGui.kittab

  3218. ScreenGui.bomb.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3219. ScreenGui.bomb.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3220. ScreenGui.bomb.BorderSizePixel = 3

  3221. ScreenGui.bomb.Position = UDim2.new(0.179487169, 0, 0.788650453, 0)

  3222. ScreenGui.bomb.Size = UDim2.new(0, 100, 0, 25)

  3223. ScreenGui.bomb.Font = Enum.Font.Gotham

  3224. ScreenGui.bomb.Text = ":kit bomb"

  3225. ScreenGui.bomb.TextColor3 = Color3.fromRGB(255, 255, 255)

  3226. ScreenGui.bomb.TextSize = 18.000

  3227. ScreenGui.bomb.MouseButton1Down:connect(function()

  3228. game:GetService'Players':Chat(("gear me 00000000000000000011999247"))

  3229. game:GetService'Players':Chat(("gear me 00000000000000000012890798"))

  3230. game:GetService'Players':Chat(("gear me 000000000000000000243788010"))

  3231. game:GetService'Players':Chat(("gear me 00000000000000000088885539"))

  3232. end)

  3233. ScreenGui.heal.Name = "heal"

  3234. ScreenGui.heal.Parent = ScreenGui.kittab

  3235. ScreenGui.heal.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3236. ScreenGui.heal.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3237. ScreenGui.heal.BorderSizePixel = 3

  3238. ScreenGui.heal.Position = UDim2.new(0.179487169, 0, 0.839831531, 0)

  3239. ScreenGui.heal.Size = UDim2.new(0, 100, 0, 25)

  3240. ScreenGui.heal.Font = Enum.Font.Gotham

  3241. ScreenGui.heal.Text = ":kit heal"

  3242. ScreenGui.heal.TextColor3 = Color3.fromRGB(255, 255, 255)

  3243. ScreenGui.heal.TextSize = 18.000

  3244. ScreenGui.heal.MouseButton1Down:connect(function()

  3245. game:GetService'Players':Chat(("gear me 00000000000000000011419319"))

  3246. game:GetService'Players':Chat(("gear me 00000000000000000061916132"))

  3247. game:GetService'Players':Chat(("gear me 000000000000000000115377964"))

  3248. game:GetService'Players':Chat(("gear me 0000000000000000002316760298"))

  3249. game:GetService'Players':Chat(("gear me 0000000000000000002103276507"))

  3250. end)

  3251. ScreenGui.teleporttab.Name = "teleporttab"

  3252. ScreenGui.teleporttab.Parent = ScreenGui.tabholder

  3253. ScreenGui.teleporttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  3254. ScreenGui.teleporttab.BackgroundTransparency = 1.000

  3255. ScreenGui.teleporttab.Size = UDim2.new(0, 156, 0, 254)

  3256. ScreenGui.teleporttab.Visible = false

  3257. ScreenGui.title_5.Name = "title"

  3258. ScreenGui.title_5.Parent = ScreenGui.teleporttab

  3259. ScreenGui.title_5.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3260. ScreenGui.title_5.BackgroundTransparency = 1.000

  3261. ScreenGui.title_5.BorderSizePixel = 0

  3262. ScreenGui.title_5.Position = UDim2.new(0.256000012, 0, 0, 5)

  3263. ScreenGui.title_5.Size = UDim2.new(0, 75, 0, 22)

  3264. ScreenGui.title_5.Font = Enum.Font.Gotham

  3265. ScreenGui.title_5.Text = "Teleport"

  3266. ScreenGui.title_5.TextColor3 = Color3.fromRGB(255, 255, 255)

  3267. ScreenGui.title_5.TextSize = 16.000

  3268. ScreenGui.title_5.TextWrapped = true

  3269. ScreenGui.line_4.Name = "line"

  3270. ScreenGui.line_4.Parent = ScreenGui.teleporttab

  3271. ScreenGui.line_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  3272. ScreenGui.line_4.BorderSizePixel = 0

  3273. ScreenGui.line_4.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  3274. ScreenGui.line_4.Size = UDim2.new(0, 125, 0, 1)

  3275. ScreenGui.line_4.Font = Enum.Font.SourceSans

  3276. ScreenGui.line_4.Text = ""

  3277. ScreenGui.line_4.TextColor3 = Color3.fromRGB(0, 0, 0)

  3278. ScreenGui.line_4.TextSize = 14.000

  3279. ScreenGui.obby.Name = "obby"

  3280. ScreenGui.obby.Parent = ScreenGui.teleporttab

  3281. ScreenGui.obby.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3282. ScreenGui.obby.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3283. ScreenGui.obby.BorderSizePixel = 3

  3284. ScreenGui.obby.Position = UDim2.new(0.0897435918, 0, 0.206890434, 0)

  3285. ScreenGui.obby.Size = UDim2.new(0, 55, 0, 25)

  3286. ScreenGui.obby.Font = Enum.Font.Gotham

  3287. ScreenGui.obby.Text = ":obby"

  3288. ScreenGui.obby.TextColor3 = Color3.fromRGB(255, 255, 255)

  3289. ScreenGui.obby.TextSize = 18.000

  3290. ScreenGui.obby.MouseButton1Down:connect(function()

  3291. game:GetService'Players':Chat((":obby"))

  3292. end)

  3293. ScreenGui.house.Name = "house"

  3294. ScreenGui.house.Parent = ScreenGui.teleporttab

  3295. ScreenGui.house.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3296. ScreenGui.house.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3297. ScreenGui.house.BorderSizePixel = 3

  3298. ScreenGui.house.Position = UDim2.new(0.538461566, 0, 0.206890434, 0)

  3299. ScreenGui.house.Size = UDim2.new(0, 55, 0, 25)

  3300. ScreenGui.house.Font = Enum.Font.Gotham

  3301. ScreenGui.house.Text = ":house"

  3302. ScreenGui.house.TextColor3 = Color3.fromRGB(255, 255, 255)

  3303. ScreenGui.house.TextSize = 18.000

  3304. ScreenGui.house.MouseButton1Down:connect(function()

  3305. game:GetService'Players':Chat((":house"))

  3306. end)

  3307. ScreenGui.uhouse.Name = "uhouse"

  3308. ScreenGui.uhouse.Parent = ScreenGui.teleporttab

  3309. ScreenGui.uhouse.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3310. ScreenGui.uhouse.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3311. ScreenGui.uhouse.BorderSizePixel = 3

  3312. ScreenGui.uhouse.Position = UDim2.new(0.538461566, 0, 0.380118787, 0)

  3313. ScreenGui.uhouse.Size = UDim2.new(0, 55, 0, 25)

  3314. ScreenGui.uhouse.Font = Enum.Font.Gotham

  3315. ScreenGui.uhouse.Text = ":uhouse"

  3316. ScreenGui.uhouse.TextColor3 = Color3.fromRGB(255, 255, 255)

  3317. ScreenGui.uhouse.TextScaled = true

  3318. ScreenGui.uhouse.TextSize = 18.000

  3319. ScreenGui.uhouse.TextWrapped = true

  3320. ScreenGui.uhouse.MouseButton1Down:connect(function()

  3321. game:GetService'Players':Chat((":uhouse"))

  3322. end)

  3323. ScreenGui.blocks.Name = "blocks"

  3324. ScreenGui.blocks.Parent = ScreenGui.teleporttab

  3325. ScreenGui.blocks.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3326. ScreenGui.blocks.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3327. ScreenGui.blocks.BorderSizePixel = 3

  3328. ScreenGui.blocks.Position = UDim2.new(0.0961538479, 0, 0.380118787, 0)

  3329. ScreenGui.blocks.Size = UDim2.new(0, 55, 0, 25)

  3330. ScreenGui.blocks.Font = Enum.Font.Gotham

  3331. ScreenGui.blocks.Text = ":blocks"

  3332. ScreenGui.blocks.TextColor3 = Color3.fromRGB(255, 255, 255)

  3333. ScreenGui.blocks.TextScaled = true

  3334. ScreenGui.blocks.TextSize = 18.000

  3335. ScreenGui.blocks.TextWrapped = true

  3336. ScreenGui.blocks.MouseButton1Down:connect(function()

  3337. game:GetService'Players':Chat((":blocks"))

  3338. end)

  3339. ScreenGui.spawn2.Name = "spawn2"

  3340. ScreenGui.spawn2.Parent = ScreenGui.teleporttab

  3341. ScreenGui.spawn2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3342. ScreenGui.spawn2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3343. ScreenGui.spawn2.BorderSizePixel = 3

  3344. ScreenGui.spawn2.Position = UDim2.new(0.538461566, 0, 0.557284117, 0)

  3345. ScreenGui.spawn2.Size = UDim2.new(0, 55, 0, 25)

  3346. ScreenGui.spawn2.Font = Enum.Font.Gotham

  3347. ScreenGui.spawn2.Text = ":spawn2"

  3348. ScreenGui.spawn2.TextColor3 = Color3.fromRGB(255, 255, 255)

  3349. ScreenGui.spawn2.TextScaled = true

  3350. ScreenGui.spawn2.TextSize = 18.000

  3351. ScreenGui.spawn2.TextWrapped = true

  3352. ScreenGui.spawn2.MouseButton1Down:connect(function()

  3353. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))

  3354. end)

  3355. ScreenGui.pads.Name = "pads"

  3356. ScreenGui.pads.Parent = ScreenGui.teleporttab

  3357. ScreenGui.pads.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3358. ScreenGui.pads.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3359. ScreenGui.pads.BorderSizePixel = 3

  3360. ScreenGui.pads.Position = UDim2.new(0.538461506, 0, 0.758071482, 0)

  3361. ScreenGui.pads.Size = UDim2.new(0, 55, 0, 25)

  3362. ScreenGui.pads.Font = Enum.Font.Gotham

  3363. ScreenGui.pads.Text = ":pads"

  3364. ScreenGui.pads.TextColor3 = Color3.fromRGB(255, 255, 255)

  3365. ScreenGui.pads.TextSize = 18.000

  3366. ScreenGui.pads.MouseButton1Down:connect(function()

  3367. game:GetService'Players':Chat((":pads"))

  3368. end)

  3369. ScreenGui.spawn3.Name = "spawn3"

  3370. ScreenGui.spawn3.Parent = ScreenGui.teleporttab

  3371. ScreenGui.spawn3.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3372. ScreenGui.spawn3.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3373. ScreenGui.spawn3.BorderSizePixel = 3

  3374. ScreenGui.spawn3.Position = UDim2.new(0.0961538479, 0, 0.758071482, 0)

  3375. ScreenGui.spawn3.Size = UDim2.new(0, 55, 0, 25)

  3376. ScreenGui.spawn3.Font = Enum.Font.Gotham

  3377. ScreenGui.spawn3.Text = ":spawn3"

  3378. ScreenGui.spawn3.TextColor3 = Color3.fromRGB(255, 255, 255)

  3379. ScreenGui.spawn3.TextScaled = true

  3380. ScreenGui.spawn3.TextSize = 18.000

  3381. ScreenGui.spawn3.TextWrapped = true

  3382. ScreenGui.spawn3.MouseButton1Down:connect(function()

  3383. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))

  3384. end)

  3385. ScreenGui.spawn1.Name = "spawn1"

  3386. ScreenGui.spawn1.Parent = ScreenGui.teleporttab

  3387. ScreenGui.spawn1.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3388. ScreenGui.spawn1.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3389. ScreenGui.spawn1.BorderSizePixel = 3

  3390. ScreenGui.spawn1.Position = UDim2.new(0.0897435918, 0, 0.557284117, 0)

  3391. ScreenGui.spawn1.Size = UDim2.new(0, 55, 0, 25)

  3392. ScreenGui.spawn1.Font = Enum.Font.Gotham

  3393. ScreenGui.spawn1.Text = ":spawn1"

  3394. ScreenGui.spawn1.TextColor3 = Color3.fromRGB(255, 255, 255)

  3395. ScreenGui.spawn1.TextScaled = true

  3396. ScreenGui.spawn1.TextSize = 18.000

  3397. ScreenGui.spawn1.TextWrapped = true

  3398. ScreenGui.spawn1.MouseButton1Down:connect(function()

  3399. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))

  3400. end)

  3401. ScreenGui.antitab.Name = "antitab"

  3402. ScreenGui.antitab.Parent = ScreenGui.tabholder

  3403. ScreenGui.antitab.Active = true

  3404. ScreenGui.antitab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  3405. ScreenGui.antitab.BackgroundTransparency = 1.000

  3406. ScreenGui.antitab.BorderSizePixel = 0

  3407. ScreenGui.antitab.Size = UDim2.new(0, 156, 0, 254)

  3408. ScreenGui.antitab.Visible = false

  3409. ScreenGui.antitab.CanvasSize = UDim2.new(0, 0, 3, 0)

  3410. ScreenGui.antitab.ScrollBarThickness = 4

  3411. ScreenGui.antitab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left

  3412. ScreenGui.title_6.Name = "title"

  3413. ScreenGui.title_6.Parent = ScreenGui.antitab

  3414. ScreenGui.title_6.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3415. ScreenGui.title_6.BackgroundTransparency = 1.000

  3416. ScreenGui.title_6.BorderSizePixel = 0

  3417. ScreenGui.title_6.Position = UDim2.new(0.256000012, 0, 0, 5)

  3418. ScreenGui.title_6.Size = UDim2.new(0, 75, 0, 22)

  3419. ScreenGui.title_6.Font = Enum.Font.Gotham

  3420. ScreenGui.title_6.Text = "Anti's"

  3421. ScreenGui.title_6.TextColor3 = Color3.fromRGB(255, 255, 255)

  3422. ScreenGui.title_6.TextSize = 16.000

  3423. ScreenGui.title_6.TextWrapped = true

  3424. ScreenGui.line_5.Name = "line"

  3425. ScreenGui.line_5.Parent = ScreenGui.antitab

  3426. ScreenGui.line_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  3427. ScreenGui.line_5.BorderSizePixel = 0

  3428. ScreenGui.line_5.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)

  3429. ScreenGui.line_5.Size = UDim2.new(0, 125, 0, 1)

  3430. ScreenGui.line_5.Font = Enum.Font.SourceSans

  3431. ScreenGui.line_5.Text = ""

  3432. ScreenGui.line_5.TextColor3 = Color3.fromRGB(0, 0, 0)

  3433. ScreenGui.line_5.TextSize = 14.000

  3434. ScreenGui.kill.Name = "kill"

  3435. ScreenGui.kill.Parent = ScreenGui.antitab

  3436. ScreenGui.kill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3437. ScreenGui.kill.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3438. ScreenGui.kill.BorderSizePixel = 3

  3439. ScreenGui.kill.Position = UDim2.new(0.0833333358, 0, 0.186161458, 0)

  3440. ScreenGui.kill.Size = UDim2.new(0, 55, 0, 25)

  3441. ScreenGui.kill.Font = Enum.Font.Gotham

  3442. ScreenGui.kill.Text = "antikill"

  3443. ScreenGui.kill.TextColor3 = Color3.fromRGB(255, 255, 255)

  3444. ScreenGui.kill.TextScaled = true

  3445. ScreenGui.kill.TextSize = 18.000

  3446. ScreenGui.kill.TextWrapped = true

  3447. ScreenGui.kill.MouseButton1Down:connect(function()

  3448. nokill = not nokill

  3449. if nokill == true then

  3450. ScreenGui.onofftext.Text = "Enabled:"

  3451. end

  3452. if nokill == false then

  3453. ScreenGui.onofftext.Text = "Disabled:"

  3454. end

  3455. end)

  3456. ScreenGui.onofftext.Name = "onofftext"

  3457. ScreenGui.onofftext.Parent = ScreenGui.kill

  3458. ScreenGui.onofftext.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3459. ScreenGui.onofftext.BackgroundTransparency = 1.000

  3460. ScreenGui.onofftext.BorderSizePixel = 0

  3461. ScreenGui.onofftext.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3462. ScreenGui.onofftext.Size = UDim2.new(0, 55, 0, 15)

  3463. ScreenGui.onofftext.Font = Enum.Font.Gotham

  3464. ScreenGui.onofftext.Text = "Enabled:"

  3465. ScreenGui.onofftext.TextColor3 = Color3.fromRGB(255, 255, 255)

  3466. ScreenGui.onofftext.TextScaled = true

  3467. ScreenGui.onofftext.TextSize = 16.000

  3468. ScreenGui.onofftext.TextWrapped = true

  3469. ScreenGui.punish.Name = "punish"

  3470. ScreenGui.punish.Parent = ScreenGui.antitab

  3471. ScreenGui.punish.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3472. ScreenGui.punish.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3473. ScreenGui.punish.BorderSizePixel = 3

  3474. ScreenGui.punish.Position = UDim2.new(0.544871807, 0, 0.186161458, 0)

  3475. ScreenGui.punish.Size = UDim2.new(0, 55, 0, 25)

  3476. ScreenGui.punish.Font = Enum.Font.Gotham

  3477. ScreenGui.punish.Text = "antipunish"

  3478. ScreenGui.punish.TextColor3 = Color3.fromRGB(255, 255, 255)

  3479. ScreenGui.punish.TextScaled = true

  3480. ScreenGui.punish.TextSize = 18.000

  3481. ScreenGui.punish.TextWrapped = true

  3482. ScreenGui.punish.MouseButton1Down:connect(function()

  3483. nopunish = not nopunish

  3484. if nopunish == true then

  3485. ScreenGui.onofftext_2.Text = "Enabled:"

  3486. end

  3487. if nopunish == false then

  3488. ScreenGui.onofftext_2.Text = "Disabled:"

  3489. end

  3490. end)

  3491. ScreenGui.onofftext_2.Name = "onofftext"

  3492. ScreenGui.onofftext_2.Parent = ScreenGui.punish

  3493. ScreenGui.onofftext_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3494. ScreenGui.onofftext_2.BackgroundTransparency = 1.000

  3495. ScreenGui.onofftext_2.BorderSizePixel = 0

  3496. ScreenGui.onofftext_2.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3497. ScreenGui.onofftext_2.Size = UDim2.new(0, 55, 0, 15)

  3498. ScreenGui.onofftext_2.Font = Enum.Font.Gotham

  3499. ScreenGui.onofftext_2.Text = "Enabled:"

  3500. ScreenGui.onofftext_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  3501. ScreenGui.onofftext_2.TextScaled = true

  3502. ScreenGui.onofftext_2.TextSize = 16.000

  3503. ScreenGui.onofftext_2.TextWrapped = true

  3504. ScreenGui.on.Name = "on"

  3505. ScreenGui.on.Parent = ScreenGui.antitab

  3506. ScreenGui.on.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3507. ScreenGui.on.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3508. ScreenGui.on.BorderSizePixel = 3

  3509. ScreenGui.on.Position = UDim2.new(0.0829231068, 0, 0.0909586847, 0)

  3510. ScreenGui.on.Size = UDim2.new(0, 55, 0, 20)

  3511. ScreenGui.on.Font = Enum.Font.Gotham

  3512. ScreenGui.on.Text = "On"

  3513. ScreenGui.on.TextColor3 = Color3.fromRGB(255, 255, 255)

  3514. ScreenGui.on.TextSize = 18.000

  3515. local onoff = false

  3516. ScreenGui.on.MouseButton1Down:connect(function()

  3517. if onoff == false then

  3518. onoff = true

  3519. ScreenGui.onofftext_3.Text = "Loop On"

  3520. game:GetService'Players':Chat((":allanti"))

  3521. end

  3522. end)

  3523. ScreenGui.onofftext_3.Name = "onofftext"

  3524. ScreenGui.onofftext_3.Parent = ScreenGui.antitab

  3525. ScreenGui.onofftext_3.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3526. ScreenGui.onofftext_3.BackgroundTransparency = 1.000

  3527. ScreenGui.onofftext_3.BorderSizePixel = 0

  3528. ScreenGui.onofftext_3.Position = UDim2.new(0.3109487, 0, 0.054330714, 5)

  3529. ScreenGui.onofftext_3.Size = UDim2.new(0, 55, 0, 15)

  3530. ScreenGui.onofftext_3.Font = Enum.Font.Gotham

  3531. ScreenGui.onofftext_3.Text = "Loop Off"

  3532. ScreenGui.onofftext_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  3533. ScreenGui.onofftext_3.TextScaled = true

  3534. ScreenGui.onofftext_3.TextSize = 16.000

  3535. ScreenGui.onofftext_3.TextWrapped = true

  3536. ScreenGui.off.Name = "off"

  3537. ScreenGui.off.Parent = ScreenGui.antitab

  3538. ScreenGui.off.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3539. ScreenGui.off.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3540. ScreenGui.off.BorderSizePixel = 3

  3541. ScreenGui.off.Position = UDim2.new(0.538051307, 0, 0.0915618911, 0)

  3542. ScreenGui.off.Size = UDim2.new(0, 55, 0, 20)

  3543. ScreenGui.off.Font = Enum.Font.Gotham

  3544. ScreenGui.off.Text = "Off"

  3545. ScreenGui.off.TextColor3 = Color3.fromRGB(255, 255, 255)

  3546. ScreenGui.off.TextSize = 18.000

  3547. ScreenGui.off.MouseButton1Down:connect(function()

  3548. onoff = false

  3549. ScreenGui.onofftext_3.Text = "Loop Off"

  3550. game:GetService'Players':Chat((":unanti"))

  3551. end)

  3552. ScreenGui.jail.Name = "jail"

  3553. ScreenGui.jail.Parent = ScreenGui.antitab

  3554. ScreenGui.jail.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3555. ScreenGui.jail.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3556. ScreenGui.jail.BorderSizePixel = 3

  3557. ScreenGui.jail.Position = UDim2.new(0.551282108, 0, 0.260964602, 0)

  3558. ScreenGui.jail.Size = UDim2.new(0, 55, 0, 25)

  3559. ScreenGui.jail.Font = Enum.Font.Gotham

  3560. ScreenGui.jail.Text = "antijail"

  3561. ScreenGui.jail.TextColor3 = Color3.fromRGB(255, 255, 255)

  3562. ScreenGui.jail.TextScaled = true

  3563. ScreenGui.jail.TextSize = 18.000

  3564. ScreenGui.jail.TextWrapped = true

  3565. ScreenGui.jail.MouseButton1Down:connect(function()

  3566. nojail = not nojail

  3567. if nojail == true then

  3568. ScreenGui.onofftext_4.Text = "Enabled:"

  3569. end

  3570. if nojail == false then

  3571. ScreenGui.onofftext_4.Text = "Disabled:"

  3572. end

  3573. end)

  3574. ScreenGui.onofftext_4.Name = "onofftext"

  3575. ScreenGui.onofftext_4.Parent = ScreenGui.jail

  3576. ScreenGui.onofftext_4.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3577. ScreenGui.onofftext_4.BackgroundTransparency = 1.000

  3578. ScreenGui.onofftext_4.BorderSizePixel = 0

  3579. ScreenGui.onofftext_4.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3580. ScreenGui.onofftext_4.Size = UDim2.new(0, 55, 0, 15)

  3581. ScreenGui.onofftext_4.Font = Enum.Font.Gotham

  3582. ScreenGui.onofftext_4.Text = "Enabled:"

  3583. ScreenGui.onofftext_4.TextColor3 = Color3.fromRGB(255, 255, 255)

  3584. ScreenGui.onofftext_4.TextScaled = true

  3585. ScreenGui.onofftext_4.TextSize = 16.000

  3586. ScreenGui.onofftext_4.TextWrapped = true

  3587. ScreenGui.heal_2.Name = "heal"

  3588. ScreenGui.heal_2.Parent = ScreenGui.antitab

  3589. ScreenGui.heal_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3590. ScreenGui.heal_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3591. ScreenGui.heal_2.BorderSizePixel = 3

  3592. ScreenGui.heal_2.Position = UDim2.new(0.0897435918, 0, 0.260964602, 0)

  3593. ScreenGui.heal_2.Size = UDim2.new(0, 55, 0, 25)

  3594. ScreenGui.heal_2.Font = Enum.Font.Gotham

  3595. ScreenGui.heal_2.Text = "autoheal"

  3596. ScreenGui.heal_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  3597. ScreenGui.heal_2.TextScaled = true

  3598. ScreenGui.heal_2.TextSize = 18.000

  3599. ScreenGui.heal_2.TextWrapped = true

  3600. ScreenGui.heal_2.MouseButton1Down:connect(function()

  3601. healauto = not healauto

  3602. if healauto == true then

  3603. ScreenGui.onofftext_5.Text = "Enabled:"

  3604. end

  3605. if healauto == false then

  3606. ScreenGui.onofftext_5.Text = "Disabled:"

  3607. end

  3608. end)

  3609. ScreenGui.onofftext_5.Name = "onofftext"

  3610. ScreenGui.onofftext_5.Parent = ScreenGui.heal_2

  3611. ScreenGui.onofftext_5.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3612. ScreenGui.onofftext_5.BackgroundTransparency = 1.000

  3613. ScreenGui.onofftext_5.BorderSizePixel = 0

  3614. ScreenGui.onofftext_5.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3615. ScreenGui.onofftext_5.Size = UDim2.new(0, 55, 0, 15)

  3616. ScreenGui.onofftext_5.Font = Enum.Font.Gotham

  3617. ScreenGui.onofftext_5.Text = "Enabled:"

  3618. ScreenGui.onofftext_5.TextColor3 = Color3.fromRGB(255, 255, 255)

  3619. ScreenGui.onofftext_5.TextScaled = true

  3620. ScreenGui.onofftext_5.TextSize = 16.000

  3621. ScreenGui.onofftext_5.TextWrapped = true

  3622. ScreenGui.dog.Name = "dog"

  3623. ScreenGui.dog.Parent = ScreenGui.antitab

  3624. ScreenGui.dog.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3625. ScreenGui.dog.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3626. ScreenGui.dog.BorderSizePixel = 3

  3627. ScreenGui.dog.Position = UDim2.new(0.551282108, 0, 0.341017097, 0)

  3628. ScreenGui.dog.Size = UDim2.new(0, 55, 0, 25)

  3629. ScreenGui.dog.Font = Enum.Font.Gotham

  3630. ScreenGui.dog.Text = "antidog"

  3631. ScreenGui.dog.TextColor3 = Color3.fromRGB(255, 255, 255)

  3632. ScreenGui.dog.TextScaled = true

  3633. ScreenGui.dog.TextSize = 18.000

  3634. ScreenGui.dog.TextWrapped = true

  3635. ScreenGui.dog.MouseButton1Down:connect(function()

  3636. nodog = not nodog

  3637. if nodog == true then

  3638. ScreenGui.onofftext_6.Text = "Enabled:"

  3639. end

  3640. if nodog == false then

  3641. ScreenGui.onofftext_6.Text = "Disabled:"

  3642. end

  3643. end)

  3644. ScreenGui.onofftext_6.Name = "onofftext"

  3645. ScreenGui.onofftext_6.Parent = ScreenGui.dog

  3646. ScreenGui.onofftext_6.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3647. ScreenGui.onofftext_6.BackgroundTransparency = 1.000

  3648. ScreenGui.onofftext_6.BorderSizePixel = 0

  3649. ScreenGui.onofftext_6.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3650. ScreenGui.onofftext_6.Size = UDim2.new(0, 55, 0, 15)

  3651. ScreenGui.onofftext_6.Font = Enum.Font.Gotham

  3652. ScreenGui.onofftext_6.Text = "Enabled:"

  3653. ScreenGui.onofftext_6.TextColor3 = Color3.fromRGB(255, 255, 255)

  3654. ScreenGui.onofftext_6.TextScaled = true

  3655. ScreenGui.onofftext_6.TextSize = 16.000

  3656. ScreenGui.onofftext_6.TextWrapped = true

  3657. ScreenGui.music.Name = "music"

  3658. ScreenGui.music.Parent = ScreenGui.antitab

  3659. ScreenGui.music.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3660. ScreenGui.music.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3661. ScreenGui.music.BorderSizePixel = 3

  3662. ScreenGui.music.Position = UDim2.new(0.0897435918, 0, 0.341017097, 0)

  3663. ScreenGui.music.Size = UDim2.new(0, 55, 0, 25)

  3664. ScreenGui.music.Font = Enum.Font.Gotham

  3665. ScreenGui.music.Text = "antimusic"

  3666. ScreenGui.music.TextColor3 = Color3.fromRGB(255, 255, 255)

  3667. ScreenGui.music.TextScaled = true

  3668. ScreenGui.music.TextSize = 18.000

  3669. ScreenGui.music.TextWrapped = true

  3670. ScreenGui.music.MouseButton1Down:connect(function()

  3671. nomusic = not nomusic

  3672. if nomusic == true then

  3673. ScreenGui.onofftext_7.Text = "Enabled:"

  3674. end

  3675. if nomusic == false then

  3676. ScreenGui.onofftext_7.Text = "Disabled:"

  3677. end

  3678. end)

  3679. ScreenGui.onofftext_7.Name = "onofftext"

  3680. ScreenGui.onofftext_7.Parent = ScreenGui.music

  3681. ScreenGui.onofftext_7.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3682. ScreenGui.onofftext_7.BackgroundTransparency = 1.000

  3683. ScreenGui.onofftext_7.BorderSizePixel = 0

  3684. ScreenGui.onofftext_7.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3685. ScreenGui.onofftext_7.Size = UDim2.new(0, 55, 0, 15)

  3686. ScreenGui.onofftext_7.Font = Enum.Font.Gotham

  3687. ScreenGui.onofftext_7.Text = "Disabled:"

  3688. ScreenGui.onofftext_7.TextColor3 = Color3.fromRGB(255, 255, 255)

  3689. ScreenGui.onofftext_7.TextScaled = true

  3690. ScreenGui.onofftext_7.TextSize = 16.000

  3691. ScreenGui.onofftext_7.TextWrapped = true

  3692. ScreenGui.smoke.Name = "smoke"

  3693. ScreenGui.smoke.Parent = ScreenGui.antitab

  3694. ScreenGui.smoke.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3695. ScreenGui.smoke.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3696. ScreenGui.smoke.BorderSizePixel = 3

  3697. ScreenGui.smoke.Position = UDim2.new(0.551282108, 0, 0.417132586, 0)

  3698. ScreenGui.smoke.Size = UDim2.new(0, 55, 0, 25)

  3699. ScreenGui.smoke.Font = Enum.Font.Gotham

  3700. ScreenGui.smoke.Text = "antismoke"

  3701. ScreenGui.smoke.TextColor3 = Color3.fromRGB(255, 255, 255)

  3702. ScreenGui.smoke.TextScaled = true

  3703. ScreenGui.smoke.TextSize = 18.000

  3704. ScreenGui.smoke.TextWrapped = true

  3705. ScreenGui.smoke.MouseButton1Down:connect(function()

  3706. nosmoke = not nosmoke

  3707. if nosmoke == true then

  3708. ScreenGui.onofftext_8.Text = "Enabled:"

  3709. end

  3710. if nosmoke == false then

  3711. ScreenGui.onofftext_8.Text = "Disabled:"

  3712. end

  3713. end)

  3714. ScreenGui.onofftext_8.Name = "onofftext"

  3715. ScreenGui.onofftext_8.Parent = ScreenGui.smoke

  3716. ScreenGui.onofftext_8.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3717. ScreenGui.onofftext_8.BackgroundTransparency = 1.000

  3718. ScreenGui.onofftext_8.BorderSizePixel = 0

  3719. ScreenGui.onofftext_8.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3720. ScreenGui.onofftext_8.Size = UDim2.new(0, 55, 0, 15)

  3721. ScreenGui.onofftext_8.Font = Enum.Font.Gotham

  3722. ScreenGui.onofftext_8.Text = "Enabled:"

  3723. ScreenGui.onofftext_8.TextColor3 = Color3.fromRGB(255, 255, 255)

  3724. ScreenGui.onofftext_8.TextScaled = true

  3725. ScreenGui.onofftext_8.TextSize = 16.000

  3726. ScreenGui.onofftext_8.TextWrapped = true

  3727. ScreenGui.sparkles.Name = "sparkles"

  3728. ScreenGui.sparkles.Parent = ScreenGui.antitab

  3729. ScreenGui.sparkles.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3730. ScreenGui.sparkles.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3731. ScreenGui.sparkles.BorderSizePixel = 3

  3732. ScreenGui.sparkles.Position = UDim2.new(0.0897435918, 0, 0.417132586, 0)

  3733. ScreenGui.sparkles.Size = UDim2.new(0, 55, 0, 25)

  3734. ScreenGui.sparkles.Font = Enum.Font.Gotham

  3735. ScreenGui.sparkles.Text = "antisparkles"

  3736. ScreenGui.sparkles.TextColor3 = Color3.fromRGB(255, 255, 255)

  3737. ScreenGui.sparkles.TextScaled = true

  3738. ScreenGui.sparkles.TextSize = 18.000

  3739. ScreenGui.sparkles.TextWrapped = true

  3740. ScreenGui.sparkles.MouseButton1Down:connect(function()

  3741. nosparkles = not nosparkles

  3742. if nosparkles == true then

  3743. ScreenGui.onofftext_9.Text = "Enabled:"

  3744. end

  3745. if nosparkles == false then

  3746. ScreenGui.onofftext_9.Text = "Disabled:"

  3747. end

  3748. end)

  3749. ScreenGui.onofftext_9.Name = "onofftext"

  3750. ScreenGui.onofftext_9.Parent = ScreenGui.sparkles

  3751. ScreenGui.onofftext_9.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3752. ScreenGui.onofftext_9.BackgroundTransparency = 1.000

  3753. ScreenGui.onofftext_9.BorderSizePixel = 0

  3754. ScreenGui.onofftext_9.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3755. ScreenGui.onofftext_9.Size = UDim2.new(0, 55, 0, 15)

  3756. ScreenGui.onofftext_9.Font = Enum.Font.Gotham

  3757. ScreenGui.onofftext_9.Text = "Disabled:"

  3758. ScreenGui.onofftext_9.TextColor3 = Color3.fromRGB(255, 255, 255)

  3759. ScreenGui.onofftext_9.TextScaled = true

  3760. ScreenGui.onofftext_9.TextSize = 16.000

  3761. ScreenGui.onofftext_9.TextWrapped = true

  3762. ScreenGui.speed.Name = "speed"

  3763. ScreenGui.speed.Parent = ScreenGui.antitab

  3764. ScreenGui.speed.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3765. ScreenGui.speed.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3766. ScreenGui.speed.BorderSizePixel = 3

  3767. ScreenGui.speed.Position = UDim2.new(0.551282108, 0, 0.489311069, 0)

  3768. ScreenGui.speed.Size = UDim2.new(0, 55, 0, 25)

  3769. ScreenGui.speed.Font = Enum.Font.Gotham

  3770. ScreenGui.speed.Text = "antispeed"

  3771. ScreenGui.speed.TextColor3 = Color3.fromRGB(255, 255, 255)

  3772. ScreenGui.speed.TextScaled = true

  3773. ScreenGui.speed.TextSize = 18.000

  3774. ScreenGui.speed.TextWrapped = true

  3775. ScreenGui.speed.MouseButton1Down:connect(function()

  3776. nospeed = not nospeed

  3777. if nospeed == true then

  3778. ScreenGui.onofftext_10.Text = "Enabled:"

  3779. end

  3780. if nospeed == false then

  3781. ScreenGui.onofftext_10.Text = "Disabled:"

  3782. end

  3783. end)

  3784. ScreenGui.onofftext_10.Name = "onofftext"

  3785. ScreenGui.onofftext_10.Parent = ScreenGui.speed

  3786. ScreenGui.onofftext_10.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3787. ScreenGui.onofftext_10.BackgroundTransparency = 1.000

  3788. ScreenGui.onofftext_10.BorderSizePixel = 0

  3789. ScreenGui.onofftext_10.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3790. ScreenGui.onofftext_10.Size = UDim2.new(0, 55, 0, 15)

  3791. ScreenGui.onofftext_10.Font = Enum.Font.Gotham

  3792. ScreenGui.onofftext_10.Text = "Disabled:"

  3793. ScreenGui.onofftext_10.TextColor3 = Color3.fromRGB(255, 255, 255)

  3794. ScreenGui.onofftext_10.TextScaled = true

  3795. ScreenGui.onofftext_10.TextSize = 16.000

  3796. ScreenGui.onofftext_10.TextWrapped = true

  3797. ScreenGui.explode.Name = "explode"

  3798. ScreenGui.explode.Parent = ScreenGui.antitab

  3799. ScreenGui.explode.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3800. ScreenGui.explode.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3801. ScreenGui.explode.BorderSizePixel = 3

  3802. ScreenGui.explode.Position = UDim2.new(0.0897435918, 0, 0.489311069, 0)

  3803. ScreenGui.explode.Size = UDim2.new(0, 55, 0, 25)

  3804. ScreenGui.explode.Font = Enum.Font.Gotham

  3805. ScreenGui.explode.Text = "antiexplode"

  3806. ScreenGui.explode.TextColor3 = Color3.fromRGB(255, 255, 255)

  3807. ScreenGui.explode.TextScaled = true

  3808. ScreenGui.explode.TextSize = 18.000

  3809. ScreenGui.explode.TextWrapped = true

  3810. ScreenGui.explode.MouseButton1Down:connect(function()

  3811. noexp = not noexp

  3812. if noexp == true then

  3813. ScreenGui.onofftext_11.Text = "Enabled:"

  3814. end

  3815. if noexp == false then

  3816. ScreenGui.onofftext_11.Text = "Disabled:"

  3817. end

  3818. end)

  3819. ScreenGui.onofftext_11.Name = "onofftext"

  3820. ScreenGui.onofftext_11.Parent = ScreenGui.explode

  3821. ScreenGui.onofftext_11.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3822. ScreenGui.onofftext_11.BackgroundTransparency = 1.000

  3823. ScreenGui.onofftext_11.BorderSizePixel = 0

  3824. ScreenGui.onofftext_11.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3825. ScreenGui.onofftext_11.Size = UDim2.new(0, 55, 0, 15)

  3826. ScreenGui.onofftext_11.Font = Enum.Font.Gotham

  3827. ScreenGui.onofftext_11.Text = "Enabled:"

  3828. ScreenGui.onofftext_11.TextColor3 = Color3.fromRGB(255, 255, 255)

  3829. ScreenGui.onofftext_11.TextScaled = true

  3830. ScreenGui.onofftext_11.TextSize = 16.000

  3831. ScreenGui.onofftext_11.TextWrapped = true

  3832. ScreenGui.swag.Name = "swag"

  3833. ScreenGui.swag.Parent = ScreenGui.antitab

  3834. ScreenGui.swag.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3835. ScreenGui.swag.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3836. ScreenGui.swag.BorderSizePixel = 3

  3837. ScreenGui.swag.Position = UDim2.new(0.551282108, 0, 0.565426588, 0)

  3838. ScreenGui.swag.Size = UDim2.new(0, 55, 0, 25)

  3839. ScreenGui.swag.Font = Enum.Font.Gotham

  3840. ScreenGui.swag.Text = "antiswag"

  3841. ScreenGui.swag.TextColor3 = Color3.fromRGB(255, 255, 255)

  3842. ScreenGui.swag.TextScaled = true

  3843. ScreenGui.swag.TextSize = 18.000

  3844. ScreenGui.swag.TextWrapped = true

  3845. ScreenGui.swag.MouseButton1Down:connect(function()

  3846. noswag = not noswag

  3847. if noswag == true then

  3848. ScreenGui.onofftext_12.Text = "Enabled:"

  3849. end

  3850. if noswag == false then

  3851. ScreenGui.onofftext_12.Text = "Disabled:"

  3852. end

  3853. end)

  3854. ScreenGui.onofftext_12.Name = "onofftext"

  3855. ScreenGui.onofftext_12.Parent = ScreenGui.swag

  3856. ScreenGui.onofftext_12.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3857. ScreenGui.onofftext_12.BackgroundTransparency = 1.000

  3858. ScreenGui.onofftext_12.BorderSizePixel = 0

  3859. ScreenGui.onofftext_12.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3860. ScreenGui.onofftext_12.Size = UDim2.new(0, 55, 0, 15)

  3861. ScreenGui.onofftext_12.Font = Enum.Font.Gotham

  3862. ScreenGui.onofftext_12.Text = "Enabled:"

  3863. ScreenGui.onofftext_12.TextColor3 = Color3.fromRGB(255, 255, 255)

  3864. ScreenGui.onofftext_12.TextScaled = true

  3865. ScreenGui.onofftext_12.TextSize = 16.000

  3866. ScreenGui.onofftext_12.TextWrapped = true

  3867. ScreenGui.fire.Name = "fire"

  3868. ScreenGui.fire.Parent = ScreenGui.antitab

  3869. ScreenGui.fire.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3870. ScreenGui.fire.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3871. ScreenGui.fire.BorderSizePixel = 3

  3872. ScreenGui.fire.Position = UDim2.new(0.0897435918, 0, 0.565426588, 0)

  3873. ScreenGui.fire.Size = UDim2.new(0, 55, 0, 25)

  3874. ScreenGui.fire.Font = Enum.Font.Gotham

  3875. ScreenGui.fire.Text = "antifire"

  3876. ScreenGui.fire.TextColor3 = Color3.fromRGB(255, 255, 255)

  3877. ScreenGui.fire.TextScaled = true

  3878. ScreenGui.fire.TextSize = 18.000

  3879. ScreenGui.fire.TextWrapped = true

  3880. ScreenGui.fire.MouseButton1Down:connect(function()

  3881. nofire = not nofire

  3882. if nofire == true then

  3883. ScreenGui.onofftext_13.Text = "Enabled:"

  3884. end

  3885. if nofire == false then

  3886. ScreenGui.onofftext_13.Text = "Disabled:"

  3887. end

  3888. end)

  3889. ScreenGui.onofftext_13.Name = "onofftext"

  3890. ScreenGui.onofftext_13.Parent = ScreenGui.fire

  3891. ScreenGui.onofftext_13.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3892. ScreenGui.onofftext_13.BackgroundTransparency = 1.000

  3893. ScreenGui.onofftext_13.BorderSizePixel = 0

  3894. ScreenGui.onofftext_13.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3895. ScreenGui.onofftext_13.Size = UDim2.new(0, 55, 0, 15)

  3896. ScreenGui.onofftext_13.Font = Enum.Font.Gotham

  3897. ScreenGui.onofftext_13.Text = "Enabled:"

  3898. ScreenGui.onofftext_13.TextColor3 = Color3.fromRGB(255, 255, 255)

  3899. ScreenGui.onofftext_13.TextScaled = true

  3900. ScreenGui.onofftext_13.TextSize = 16.000

  3901. ScreenGui.onofftext_13.TextWrapped = true

  3902. ScreenGui.skydive.Name = "skydive"

  3903. ScreenGui.skydive.Parent = ScreenGui.antitab

  3904. ScreenGui.skydive.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3905. ScreenGui.skydive.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3906. ScreenGui.skydive.BorderSizePixel = 3

  3907. ScreenGui.skydive.Position = UDim2.new(0.551282108, 0, 0.638917387, 0)

  3908. ScreenGui.skydive.Size = UDim2.new(0, 55, 0, 25)

  3909. ScreenGui.skydive.Font = Enum.Font.Gotham

  3910. ScreenGui.skydive.Text = "antiskydive"

  3911. ScreenGui.skydive.TextColor3 = Color3.fromRGB(255, 255, 255)

  3912. ScreenGui.skydive.TextScaled = true

  3913. ScreenGui.skydive.TextSize = 18.000

  3914. ScreenGui.skydive.TextWrapped = true

  3915. ScreenGui.skydive.MouseButton1Down:connect(function()

  3916. noskydive = not noskydive

  3917. if noskydive == true then

  3918. ScreenGui.onofftext_14.Text = "Enabled:"

  3919. end

  3920. if noskydive == false then

  3921. ScreenGui.onofftext_14.Text = "Disabled:"

  3922. end

  3923. end)

  3924. ScreenGui.onofftext_14.Name = "onofftext"

  3925. ScreenGui.onofftext_14.Parent = ScreenGui.skydive

  3926. ScreenGui.onofftext_14.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3927. ScreenGui.onofftext_14.BackgroundTransparency = 1.000

  3928. ScreenGui.onofftext_14.BorderSizePixel = 0

  3929. ScreenGui.onofftext_14.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  3930. ScreenGui.onofftext_14.Size = UDim2.new(0, 55, 0, 15)

  3931. ScreenGui.onofftext_14.Font = Enum.Font.Gotham

  3932. ScreenGui.onofftext_14.Text = "Enabled:"

  3933. ScreenGui.onofftext_14.TextColor3 = Color3.fromRGB(255, 255, 255)

  3934. ScreenGui.onofftext_14.TextScaled = true

  3935. ScreenGui.onofftext_14.TextSize = 16.000

  3936. ScreenGui.onofftext_14.TextWrapped = true

  3937. ScreenGui.blind.Name = "blind"

  3938. ScreenGui.blind.Parent = ScreenGui.antitab

  3939. ScreenGui.blind.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3940. ScreenGui.blind.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3941. ScreenGui.blind.BorderSizePixel = 3

  3942. ScreenGui.blind.Position = UDim2.new(0.0897435918, 0, 0.638917387, 0)

  3943. ScreenGui.blind.Size = UDim2.new(0, 55, 0, 25)

  3944. ScreenGui.blind.Font = Enum.Font.Gotham

  3945. ScreenGui.blind.Text = "antiblind"

  3946. ScreenGui.blind.TextColor3 = Color3.fromRGB(255, 255, 255)

  3947. ScreenGui.blind.TextScaled = true

  3948. ScreenGui.blind.TextSize = 18.000

  3949. ScreenGui.blind.TextWrapped = true

  3950. ScreenGui.blind.MouseButton1Down:connect(function()

  3951. noblind = not noblind

  3952. if noblind == true then

  3953. ScreenGui.onofftext_15.Text = "Enabled:"

  3954. end

  3955. if noblind == false then

  3956. ScreenGui.onofftext_15.Text = "Disabled:"

  3957. end

  3958. end)

  3959. ScreenGui.onofftext_15.Name = "onofftext"

  3960. ScreenGui.onofftext_15.Parent = ScreenGui.blind

  3961. ScreenGui.onofftext_15.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3962. ScreenGui.onofftext_15.BackgroundTransparency = 1.000

  3963. ScreenGui.onofftext_15.BorderSizePixel = 0

  3964. ScreenGui.onofftext_15.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  3965. ScreenGui.onofftext_15.Size = UDim2.new(0, 55, 0, 15)

  3966. ScreenGui.onofftext_15.Font = Enum.Font.Gotham

  3967. ScreenGui.onofftext_15.Text = "Enabled:"

  3968. ScreenGui.onofftext_15.TextColor3 = Color3.fromRGB(255, 255, 255)

  3969. ScreenGui.onofftext_15.TextScaled = true

  3970. ScreenGui.onofftext_15.TextSize = 16.000

  3971. ScreenGui.onofftext_15.TextWrapped = true

  3972. ScreenGui.ice.Name = "ice"

  3973. ScreenGui.ice.Parent = ScreenGui.antitab

  3974. ScreenGui.ice.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  3975. ScreenGui.ice.BorderColor3 = Color3.fromRGB(26, 26, 26)

  3976. ScreenGui.ice.BorderSizePixel = 3

  3977. ScreenGui.ice.Position = UDim2.new(0.551282108, 0, 0.709783554, 0)

  3978. ScreenGui.ice.Size = UDim2.new(0, 55, 0, 25)

  3979. ScreenGui.ice.Font = Enum.Font.Gotham

  3980. ScreenGui.ice.Text = "antifreeze"

  3981. ScreenGui.ice.TextColor3 = Color3.fromRGB(255, 255, 255)

  3982. ScreenGui.ice.TextScaled = true

  3983. ScreenGui.ice.TextSize = 18.000

  3984. ScreenGui.ice.TextWrapped = true

  3985. ScreenGui.ice.MouseButton1Down:connect(function()

  3986. noice = not noice

  3987. if noice == true then

  3988. ScreenGui.onofftext_16.Text = "Enabled:"

  3989. end

  3990. if noice == false then

  3991. ScreenGui.onofftext_16.Text = "Disabled:"

  3992. end

  3993. end)

  3994. ScreenGui.onofftext_16.Name = "onofftext"

  3995. ScreenGui.onofftext_16.Parent = ScreenGui.ice

  3996. ScreenGui.onofftext_16.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  3997. ScreenGui.onofftext_16.BackgroundTransparency = 1.000

  3998. ScreenGui.onofftext_16.BorderSizePixel = 0

  3999. ScreenGui.onofftext_16.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  4000. ScreenGui.onofftext_16.Size = UDim2.new(0, 55, 0, 15)

  4001. ScreenGui.onofftext_16.Font = Enum.Font.Gotham

  4002. ScreenGui.onofftext_16.Text = "Enabled:"

  4003. ScreenGui.onofftext_16.TextColor3 = Color3.fromRGB(255, 255, 255)

  4004. ScreenGui.onofftext_16.TextScaled = true

  4005. ScreenGui.onofftext_16.TextSize = 16.000

  4006. ScreenGui.onofftext_16.TextWrapped = true

  4007. ScreenGui.crash.Name = "crash"

  4008. ScreenGui.crash.Parent = ScreenGui.antitab

  4009. ScreenGui.crash.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4010. ScreenGui.crash.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4011. ScreenGui.crash.BorderSizePixel = 3

  4012. ScreenGui.crash.Position = UDim2.new(0.0897435918, 0, 0.709783554, 0)

  4013. ScreenGui.crash.Size = UDim2.new(0, 55, 0, 25)

  4014. ScreenGui.crash.Font = Enum.Font.Gotham

  4015. ScreenGui.crash.Text = "anticrash"

  4016. ScreenGui.crash.TextColor3 = Color3.fromRGB(255, 255, 255)

  4017. ScreenGui.crash.TextScaled = true

  4018. ScreenGui.crash.TextSize = 18.000

  4019. ScreenGui.crash.TextWrapped = true

  4020. ScreenGui.crash.MouseButton1Down:connect(function()

  4021. nocrash = not nocrash

  4022. if nocrash == true then

  4023. ScreenGui.onofftext_17.Text = "Enabled:"

  4024. end

  4025. if nocrash == false then

  4026. ScreenGui.onofftext_17.Text = "Disabled:"

  4027. end

  4028. end)

  4029. ScreenGui.onofftext_17.Name = "onofftext"

  4030. ScreenGui.onofftext_17.Parent = ScreenGui.crash

  4031. ScreenGui.onofftext_17.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4032. ScreenGui.onofftext_17.BackgroundTransparency = 1.000

  4033. ScreenGui.onofftext_17.BorderSizePixel = 0

  4034. ScreenGui.onofftext_17.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  4035. ScreenGui.onofftext_17.Size = UDim2.new(0, 55, 0, 15)

  4036. ScreenGui.onofftext_17.Font = Enum.Font.Gotham

  4037. ScreenGui.onofftext_17.Text = "Enabled:"

  4038. ScreenGui.onofftext_17.TextColor3 = Color3.fromRGB(255, 255, 255)

  4039. ScreenGui.onofftext_17.TextScaled = true

  4040. ScreenGui.onofftext_17.TextSize = 16.000

  4041. ScreenGui.onofftext_17.TextWrapped = true

  4042. ScreenGui.ff.Name = "ff"

  4043. ScreenGui.ff.Parent = ScreenGui.antitab

  4044. ScreenGui.ff.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4045. ScreenGui.ff.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4046. ScreenGui.ff.BorderSizePixel = 3

  4047. ScreenGui.ff.Position = UDim2.new(0.551282108, 0, 0.784586728, 0)

  4048. ScreenGui.ff.Size = UDim2.new(0, 55, 0, 25)

  4049. ScreenGui.ff.Font = Enum.Font.Gotham

  4050. ScreenGui.ff.Text = "antiffeffect"

  4051. ScreenGui.ff.TextColor3 = Color3.fromRGB(255, 255, 255)

  4052. ScreenGui.ff.TextScaled = true

  4053. ScreenGui.ff.TextSize = 18.000

  4054. ScreenGui.ff.TextWrapped = true

  4055. ScreenGui.ff.MouseButton1Down:connect(function()

  4056. noff = not noff

  4057. if noff == true then

  4058. ScreenGui.onofftext_18.Text = "Enabled:"

  4059. end

  4060. if noff == false then

  4061. ScreenGui.onofftext_18.Text = "Disabled:"

  4062. end

  4063. end)

  4064. ScreenGui.onofftext_18.Name = "onofftext"

  4065. ScreenGui.onofftext_18.Parent = ScreenGui.ff

  4066. ScreenGui.onofftext_18.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4067. ScreenGui.onofftext_18.BackgroundTransparency = 1.000

  4068. ScreenGui.onofftext_18.BorderSizePixel = 0

  4069. ScreenGui.onofftext_18.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  4070. ScreenGui.onofftext_18.Size = UDim2.new(0, 55, 0, 15)

  4071. ScreenGui.onofftext_18.Font = Enum.Font.Gotham

  4072. ScreenGui.onofftext_18.Text = "Disabled:"

  4073. ScreenGui.onofftext_18.TextColor3 = Color3.fromRGB(255, 255, 255)

  4074. ScreenGui.onofftext_18.TextScaled = true

  4075. ScreenGui.onofftext_18.TextSize = 16.000

  4076. ScreenGui.onofftext_18.TextWrapped = true

  4077. ScreenGui.seizure.Name = "seizure"

  4078. ScreenGui.seizure.Parent = ScreenGui.antitab

  4079. ScreenGui.seizure.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4080. ScreenGui.seizure.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4081. ScreenGui.seizure.BorderSizePixel = 3

  4082. ScreenGui.seizure.Position = UDim2.new(0.0897435918, 0, 0.784586728, 0)

  4083. ScreenGui.seizure.Size = UDim2.new(0, 55, 0, 25)

  4084. ScreenGui.seizure.Font = Enum.Font.Gotham

  4085. ScreenGui.seizure.Text = "antiseizure"

  4086. ScreenGui.seizure.TextColor3 = Color3.fromRGB(255, 255, 255)

  4087. ScreenGui.seizure.TextScaled = true

  4088. ScreenGui.seizure.TextSize = 18.000

  4089. ScreenGui.seizure.TextWrapped = true

  4090. ScreenGui.seizure.MouseButton1Down:connect(function()

  4091. noseizure = not noseizure

  4092. if noseizure == true then

  4093. ScreenGui.onofftext_19.Text = "Enabled:"

  4094. end

  4095. if noseizure == false then

  4096. ScreenGui.onofftext_19.Text = "Disabled:"

  4097. end

  4098. end)

  4099. ScreenGui.onofftext_19.Name = "onofftext"

  4100. ScreenGui.onofftext_19.Parent = ScreenGui.seizure

  4101. ScreenGui.onofftext_19.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4102. ScreenGui.onofftext_19.BackgroundTransparency = 1.000

  4103. ScreenGui.onofftext_19.BorderSizePixel = 0

  4104. ScreenGui.onofftext_19.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  4105. ScreenGui.onofftext_19.Size = UDim2.new(0, 55, 0, 15)

  4106. ScreenGui.onofftext_19.Font = Enum.Font.Gotham

  4107. ScreenGui.onofftext_19.Text = "Enabled:"

  4108. ScreenGui.onofftext_19.TextColor3 = Color3.fromRGB(255, 255, 255)

  4109. ScreenGui.onofftext_19.TextScaled = true

  4110. ScreenGui.onofftext_19.TextSize = 16.000

  4111. ScreenGui.onofftext_19.TextWrapped = true

  4112. ScreenGui.light.Name = "light"

  4113. ScreenGui.light.Parent = ScreenGui.antitab

  4114. ScreenGui.light.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4115. ScreenGui.light.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4116. ScreenGui.light.BorderSizePixel = 3

  4117. ScreenGui.light.Position = UDim2.new(0.551282108, 0, 0.856765211, 0)

  4118. ScreenGui.light.Size = UDim2.new(0, 55, 0, 25)

  4119. ScreenGui.light.Font = Enum.Font.Gotham

  4120. ScreenGui.light.Text = "antilight"

  4121. ScreenGui.light.TextColor3 = Color3.fromRGB(255, 255, 255)

  4122. ScreenGui.light.TextScaled = true

  4123. ScreenGui.light.TextSize = 18.000

  4124. ScreenGui.light.TextWrapped = true

  4125. ScreenGui.light.MouseButton1Down:connect(function()

  4126. ilight = not ilight

  4127. if ilight == true then

  4128. ScreenGui.onofftext_20.Text = "Enabled:"

  4129. end

  4130. if ilight == false then

  4131. ScreenGui.onofftext_20.Text = "Disabled:"

  4132. end

  4133. end)

  4134. ScreenGui.onofftext_20.Name = "onofftext"

  4135. ScreenGui.onofftext_20.Parent = ScreenGui.light

  4136. ScreenGui.onofftext_20.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4137. ScreenGui.onofftext_20.BackgroundTransparency = 1.000

  4138. ScreenGui.onofftext_20.BorderSizePixel = 0

  4139. ScreenGui.onofftext_20.Position = UDim2.new(-0.00740325451, 0, -1.04062986, 5)

  4140. ScreenGui.onofftext_20.Size = UDim2.new(0, 55, 0, 15)

  4141. ScreenGui.onofftext_20.Font = Enum.Font.Gotham

  4142. ScreenGui.onofftext_20.Text = "Enabled:"

  4143. ScreenGui.onofftext_20.TextColor3 = Color3.fromRGB(255, 255, 255)

  4144. ScreenGui.onofftext_20.TextScaled = true

  4145. ScreenGui.onofftext_20.TextSize = 16.000

  4146. ScreenGui.onofftext_20.TextWrapped = true

  4147. ScreenGui.msgcrash.Name = "msgcrash"

  4148. ScreenGui.msgcrash.Parent = ScreenGui.antitab

  4149. ScreenGui.msgcrash.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4150. ScreenGui.msgcrash.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4151. ScreenGui.msgcrash.BorderSizePixel = 3

  4152. ScreenGui.msgcrash.Position = UDim2.new(0.0897435918, 0, 0.856765211, 0)

  4153. ScreenGui.msgcrash.Size = UDim2.new(0, 55, 0, 25)

  4154. ScreenGui.msgcrash.Font = Enum.Font.Gotham

  4155. ScreenGui.msgcrash.Text = "antimsg"

  4156. ScreenGui.msgcrash.TextColor3 = Color3.fromRGB(255, 255, 255)

  4157. ScreenGui.msgcrash.TextScaled = true

  4158. ScreenGui.msgcrash.TextSize = 18.000

  4159. ScreenGui.msgcrash.TextWrapped = true

  4160. ScreenGui.msgcrash.MouseButton1Down:connect(function()

  4161. nomsgcrash = not nomsgcrash

  4162. if nomsgcrash == true then

  4163. ScreenGui.onofftext_21.Text = "Disabled:"

  4164. end

  4165. if nomsgcrash == true then

  4166. ScreenGui.onofftext_21.Text = "Enabled:"

  4167. end

  4168. end)

  4169. ScreenGui.onofftext_21.Name = "onofftext"

  4170. ScreenGui.onofftext_21.Parent = ScreenGui.msgcrash

  4171. ScreenGui.onofftext_21.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4172. ScreenGui.onofftext_21.BackgroundTransparency = 1.000

  4173. ScreenGui.onofftext_21.BorderSizePixel = 0

  4174. ScreenGui.onofftext_21.Position = UDim2.new(0.0166060925, 0, -1.04062998, 5)

  4175. ScreenGui.onofftext_21.Size = UDim2.new(0, 55, 0, 15)

  4176. ScreenGui.onofftext_21.Font = Enum.Font.Gotham

  4177. ScreenGui.onofftext_21.Text = "Disabled:"

  4178. ScreenGui.onofftext_21.TextColor3 = Color3.fromRGB(255, 255, 255)

  4179. ScreenGui.onofftext_21.TextScaled = true

  4180. ScreenGui.onofftext_21.TextSize = 16.000

  4181. ScreenGui.onofftext_21.TextWrapped = true

  4182. ScreenGui.colortab.Name = "colortab"

  4183. ScreenGui.colortab.Parent = ScreenGui.tabholder

  4184. ScreenGui.colortab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4185. ScreenGui.colortab.BackgroundTransparency = 1.000

  4186. ScreenGui.colortab.Size = UDim2.new(0, 156, 0, 254)

  4187. ScreenGui.colortab.Visible = false

  4188. ScreenGui.title_7.Name = "title"

  4189. ScreenGui.title_7.Parent = ScreenGui.colortab

  4190. ScreenGui.title_7.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4191. ScreenGui.title_7.BackgroundTransparency = 1.000

  4192. ScreenGui.title_7.BorderSizePixel = 0

  4193. ScreenGui.title_7.Position = UDim2.new(0.256000012, 0, 0, 5)

  4194. ScreenGui.title_7.Size = UDim2.new(0, 75, 0, 22)

  4195. ScreenGui.title_7.Font = Enum.Font.Gotham

  4196. ScreenGui.title_7.Text = "Colors"

  4197. ScreenGui.title_7.TextColor3 = Color3.fromRGB(255, 255, 255)

  4198. ScreenGui.title_7.TextSize = 16.000

  4199. ScreenGui.title_7.TextWrapped = true

  4200. ScreenGui.line_6.Name = "line"

  4201. ScreenGui.line_6.Parent = ScreenGui.colortab

  4202. ScreenGui.line_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4203. ScreenGui.line_6.BorderSizePixel = 0

  4204. ScreenGui.line_6.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  4205. ScreenGui.line_6.Size = UDim2.new(0, 125, 0, 1)

  4206. ScreenGui.line_6.Font = Enum.Font.SourceSans

  4207. ScreenGui.line_6.Text = ""

  4208. ScreenGui.line_6.TextColor3 = Color3.fromRGB(0, 0, 0)

  4209. ScreenGui.line_6.TextSize = 14.000

  4210. ScreenGui.acolor.Name = "acolor"

  4211. ScreenGui.acolor.Parent = ScreenGui.colortab

  4212. ScreenGui.acolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4213. ScreenGui.acolor.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4214. ScreenGui.acolor.BorderSizePixel = 3

  4215. ScreenGui.acolor.Position = UDim2.new(0.0897435918, 0, 0.155709341, 0)

  4216. ScreenGui.acolor.Size = UDim2.new(0, 55, 0, 25)

  4217. ScreenGui.acolor.Font = Enum.Font.Gotham

  4218. ScreenGui.acolor.Text = "Acolor"

  4219. ScreenGui.acolor.TextColor3 = Color3.fromRGB(255, 255, 255)

  4220. ScreenGui.acolor.TextScaled = true

  4221. ScreenGui.acolor.TextSize = 18.000

  4222. ScreenGui.acolor.TextWrapped = true

  4223. ScreenGui.acolor.MouseButton1Down:connect(function()

  4224. game:GetService'Players':Chat((":acolor"))

  4225. end)

  4226. ScreenGui.bcolor.Name = "bcolor"

  4227. ScreenGui.bcolor.Parent = ScreenGui.colortab

  4228. ScreenGui.bcolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4229. ScreenGui.bcolor.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4230. ScreenGui.bcolor.BorderSizePixel = 3

  4231. ScreenGui.bcolor.Position = UDim2.new(0.538461566, 0, 0.155709341, 0)

  4232. ScreenGui.bcolor.Size = UDim2.new(0, 55, 0, 25)

  4233. ScreenGui.bcolor.Font = Enum.Font.Gotham

  4234. ScreenGui.bcolor.Text = "Bcolor"

  4235. ScreenGui.bcolor.TextColor3 = Color3.fromRGB(255, 255, 255)

  4236. ScreenGui.bcolor.TextScaled = true

  4237. ScreenGui.bcolor.TextSize = 18.000

  4238. ScreenGui.bcolor.TextWrapped = true

  4239. ScreenGui.bcolor.MouseButton1Down:connect(function()

  4240. game:GetService'Players':Chat((":bcolor"))

  4241. end)

  4242. ScreenGui.redhell.Name = "redhell"

  4243. ScreenGui.redhell.Parent = ScreenGui.colortab

  4244. ScreenGui.redhell.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4245. ScreenGui.redhell.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4246. ScreenGui.redhell.BorderSizePixel = 3

  4247. ScreenGui.redhell.Position = UDim2.new(0.538461566, 0, 0.325000674, 0)

  4248. ScreenGui.redhell.Size = UDim2.new(0, 55, 0, 25)

  4249. ScreenGui.redhell.Font = Enum.Font.Gotham

  4250. ScreenGui.redhell.Text = "Redhell"

  4251. ScreenGui.redhell.TextColor3 = Color3.fromRGB(255, 255, 255)

  4252. ScreenGui.redhell.TextScaled = true

  4253. ScreenGui.redhell.TextSize = 18.000

  4254. ScreenGui.redhell.TextWrapped = true

  4255. ScreenGui.redhell.MouseButton1Down:connect(function()

  4256. game:GetService'Players':Chat((":redhell"))

  4257. end)

  4258. ScreenGui.ccolor.Name = "ccolor"

  4259. ScreenGui.ccolor.Parent = ScreenGui.colortab

  4260. ScreenGui.ccolor.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4261. ScreenGui.ccolor.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4262. ScreenGui.ccolor.BorderSizePixel = 3

  4263. ScreenGui.ccolor.Position = UDim2.new(0.0897435918, 0, 0.325000674, 0)

  4264. ScreenGui.ccolor.Size = UDim2.new(0, 55, 0, 25)

  4265. ScreenGui.ccolor.Font = Enum.Font.Gotham

  4266. ScreenGui.ccolor.Text = "Ccolor"

  4267. ScreenGui.ccolor.TextColor3 = Color3.fromRGB(255, 255, 255)

  4268. ScreenGui.ccolor.TextScaled = true

  4269. ScreenGui.ccolor.TextSize = 18.000

  4270. ScreenGui.ccolor.TextWrapped = true

  4271. ScreenGui.ccolor.MouseButton1Down:connect(function()

  4272. game:GetService'Players':Chat((":ccolor"))

  4273. end)

  4274. ScreenGui.a.Name = "a"

  4275. ScreenGui.a.Parent = ScreenGui.colortab

  4276. ScreenGui.a.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4277. ScreenGui.a.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4278. ScreenGui.a.BorderSizePixel = 3

  4279. ScreenGui.a.Position = UDim2.new(0.538461566, 0, 0.494292021, 0)

  4280. ScreenGui.a.Size = UDim2.new(0, 55, 0, 25)

  4281. ScreenGui.a.Font = Enum.Font.Gotham

  4282. ScreenGui.a.Text = "NA"

  4283. ScreenGui.a.TextColor3 = Color3.fromRGB(255, 255, 255)

  4284. ScreenGui.a.TextScaled = true

  4285. ScreenGui.a.TextSize = 18.000

  4286. ScreenGui.a.TextWrapped = true

  4287. ScreenGui.rainbow.Name = "rainbow"

  4288. ScreenGui.rainbow.Parent = ScreenGui.colortab

  4289. ScreenGui.rainbow.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4290. ScreenGui.rainbow.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4291. ScreenGui.rainbow.BorderSizePixel = 3

  4292. ScreenGui.rainbow.Position = UDim2.new(0.0897435918, 0, 0.494292021, 0)

  4293. ScreenGui.rainbow.Size = UDim2.new(0, 55, 0, 25)

  4294. ScreenGui.rainbow.Font = Enum.Font.Gotham

  4295. ScreenGui.rainbow.Text = "Rainbow"

  4296. ScreenGui.rainbow.TextColor3 = Color3.fromRGB(255, 255, 255)

  4297. ScreenGui.rainbow.TextScaled = true

  4298. ScreenGui.rainbow.TextSize = 18.000

  4299. ScreenGui.rainbow.TextWrapped = true

  4300. ScreenGui.rainbow.MouseButton1Down:connect(function()

  4301. game:GetService'Players':Chat((":rainbow"))

  4302. end)

  4303. ScreenGui.a_2.Name = "a"

  4304. ScreenGui.a_2.Parent = ScreenGui.colortab

  4305. ScreenGui.a_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4306. ScreenGui.a_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4307. ScreenGui.a_2.BorderSizePixel = 3

  4308. ScreenGui.a_2.Position = UDim2.new(0.538461566, 0, 0.655709326, 0)

  4309. ScreenGui.a_2.Size = UDim2.new(0, 55, 0, 25)

  4310. ScreenGui.a_2.Font = Enum.Font.Gotham

  4311. ScreenGui.a_2.Text = "NA"

  4312. ScreenGui.a_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  4313. ScreenGui.a_2.TextScaled = true

  4314. ScreenGui.a_2.TextSize = 18.000

  4315. ScreenGui.a_2.TextWrapped = true

  4316. ScreenGui.a_3.Name = "a"

  4317. ScreenGui.a_3.Parent = ScreenGui.colortab

  4318. ScreenGui.a_3.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4319. ScreenGui.a_3.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4320. ScreenGui.a_3.BorderSizePixel = 3

  4321. ScreenGui.a_3.Position = UDim2.new(0.0897435918, 0, 0.655709326, 0)

  4322. ScreenGui.a_3.Size = UDim2.new(0, 55, 0, 25)

  4323. ScreenGui.a_3.Font = Enum.Font.Gotham

  4324. ScreenGui.a_3.Text = "NA"

  4325. ScreenGui.a_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  4326. ScreenGui.a_3.TextScaled = true

  4327. ScreenGui.a_3.TextSize = 18.000

  4328. ScreenGui.a_3.TextWrapped = true

  4329. ScreenGui.stop_2.Name = "stop"

  4330. ScreenGui.stop_2.Parent = ScreenGui.colortab

  4331. ScreenGui.stop_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4332. ScreenGui.stop_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4333. ScreenGui.stop_2.BorderSizePixel = 3

  4334. ScreenGui.stop_2.Position = UDim2.new(0.166666672, 0, 0.817126632, 0)

  4335. ScreenGui.stop_2.Size = UDim2.new(0, 100, 0, 25)

  4336. ScreenGui.stop_2.Font = Enum.Font.Gotham

  4337. ScreenGui.stop_2.Text = "Stop"

  4338. ScreenGui.stop_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  4339. ScreenGui.stop_2.TextSize = 18.000

  4340. ScreenGui.stop_2.TextWrapped = true

  4341. ScreenGui.stop_2.MouseButton1Down:connect(function()

  4342. acolor = false

  4343. bcolor = false

  4344. ccolor = false

  4345. rhell = false

  4346. multi = false

  4347. end)

  4348. ScreenGui.geartab.Name = "geartab"

  4349. ScreenGui.geartab.Parent = ScreenGui.tabholder

  4350. ScreenGui.geartab.Active = true

  4351. ScreenGui.geartab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4352. ScreenGui.geartab.BackgroundTransparency = 1.000

  4353. ScreenGui.geartab.BorderSizePixel = 0

  4354. ScreenGui.geartab.Size = UDim2.new(0, 156, 0, 254)

  4355. ScreenGui.geartab.Visible = false

  4356. ScreenGui.geartab.CanvasSize = UDim2.new(0, 0, 3, 0)

  4357. ScreenGui.geartab.ScrollBarThickness = 4

  4358. ScreenGui.geartab.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left

  4359. ScreenGui.title_8.Name = "title"

  4360. ScreenGui.title_8.Parent = ScreenGui.geartab

  4361. ScreenGui.title_8.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4362. ScreenGui.title_8.BackgroundTransparency = 1.000

  4363. ScreenGui.title_8.BorderSizePixel = 0

  4364. ScreenGui.title_8.Position = UDim2.new(0.256000012, 0, 0, 5)

  4365. ScreenGui.title_8.Size = UDim2.new(0, 75, 0, 22)

  4366. ScreenGui.title_8.Font = Enum.Font.Gotham

  4367. ScreenGui.title_8.Text = "Gear"

  4368. ScreenGui.title_8.TextColor3 = Color3.fromRGB(255, 255, 255)

  4369. ScreenGui.title_8.TextSize = 16.000

  4370. ScreenGui.title_8.TextWrapped = true

  4371. ScreenGui.line_7.Name = "line"

  4372. ScreenGui.line_7.Parent = ScreenGui.geartab

  4373. ScreenGui.line_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4374. ScreenGui.line_7.BorderSizePixel = 0

  4375. ScreenGui.line_7.Position = UDim2.new(0.0897435844, 0, 0.0354330689, 0)

  4376. ScreenGui.line_7.Size = UDim2.new(0, 125, 0, 1)

  4377. ScreenGui.line_7.Font = Enum.Font.SourceSans

  4378. ScreenGui.line_7.Text = ""

  4379. ScreenGui.line_7.TextColor3 = Color3.fromRGB(0, 0, 0)

  4380. ScreenGui.line_7.TextSize = 14.000

  4381. ScreenGui.laser.Name = "laser"

  4382. ScreenGui.laser.Parent = ScreenGui.geartab

  4383. ScreenGui.laser.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4384. ScreenGui.laser.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4385. ScreenGui.laser.BorderSizePixel = 3

  4386. ScreenGui.laser.Position = UDim2.new(0.179487184, 0, 0.0511176884, 0)

  4387. ScreenGui.laser.Size = UDim2.new(0, 100, 0, 25)

  4388. ScreenGui.laser.Font = Enum.Font.Gotham

  4389. ScreenGui.laser.Text = "Hyperlaser"

  4390. ScreenGui.laser.TextColor3 = Color3.fromRGB(255, 255, 255)

  4391. ScreenGui.laser.TextScaled = true

  4392. ScreenGui.laser.TextSize = 18.000

  4393. ScreenGui.laser.TextWrapped = true

  4394. ScreenGui.laser.MouseButton1Down:connect(function()

  4395. game:GetService'Players':Chat((":g hyperlaser me"))

  4396. end)

  4397. ScreenGui.dagger_2.Name = "dagger"

  4398. ScreenGui.dagger_2.Parent = ScreenGui.geartab

  4399. ScreenGui.dagger_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4400. ScreenGui.dagger_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4401. ScreenGui.dagger_2.BorderSizePixel = 3

  4402. ScreenGui.dagger_2.Position = UDim2.new(0.179487184, 0, 0.0996741205, 0)

  4403. ScreenGui.dagger_2.Size = UDim2.new(0, 100, 0, 25)

  4404. ScreenGui.dagger_2.Font = Enum.Font.Gotham

  4405. ScreenGui.dagger_2.Text = "Dagger of shattered dimensions"

  4406. ScreenGui.dagger_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  4407. ScreenGui.dagger_2.TextScaled = true

  4408. ScreenGui.dagger_2.TextSize = 18.000

  4409. ScreenGui.dagger_2.TextWrapped = true

  4410. ScreenGui.dagger_2.MouseButton1Down:connect(function()

  4411. game:GetService'Players':Chat((":g dsd me"))

  4412. end)

  4413. ScreenGui.cresendo.Name = "cresendo"

  4414. ScreenGui.cresendo.Parent = ScreenGui.geartab

  4415. ScreenGui.cresendo.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4416. ScreenGui.cresendo.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4417. ScreenGui.cresendo.BorderSizePixel = 3

  4418. ScreenGui.cresendo.Position = UDim2.new(0.179487184, 0, 0.149542883, 0)

  4419. ScreenGui.cresendo.Size = UDim2.new(0, 100, 0, 25)

  4420. ScreenGui.cresendo.Font = Enum.Font.Gotham

  4421. ScreenGui.cresendo.Text = "Cresendo"

  4422. ScreenGui.cresendo.TextColor3 = Color3.fromRGB(255, 255, 255)

  4423. ScreenGui.cresendo.TextScaled = true

  4424. ScreenGui.cresendo.TextSize = 18.000

  4425. ScreenGui.cresendo.TextWrapped = true

  4426. ScreenGui.cresendo.MouseButton1Down:connect(function()

  4427. game:GetService'Players':Chat((":g cresendo me"))

  4428. end)

  4429. ScreenGui.rainbow_2.Name = "rainbow"

  4430. ScreenGui.rainbow_2.Parent = ScreenGui.geartab

  4431. ScreenGui.rainbow_2.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4432. ScreenGui.rainbow_2.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4433. ScreenGui.rainbow_2.BorderSizePixel = 3

  4434. ScreenGui.rainbow_2.Position = UDim2.new(0.179487184, 0, 0.196786985, 0)

  4435. ScreenGui.rainbow_2.Size = UDim2.new(0, 100, 0, 25)

  4436. ScreenGui.rainbow_2.Font = Enum.Font.Gotham

  4437. ScreenGui.rainbow_2.Text = "Rainbow Periastron"

  4438. ScreenGui.rainbow_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  4439. ScreenGui.rainbow_2.TextScaled = true

  4440. ScreenGui.rainbow_2.TextSize = 18.000

  4441. ScreenGui.rainbow_2.TextWrapped = true

  4442. ScreenGui.rainbow_2.MouseButton1Down:connect(function()

  4443. game:GetService'Players':Chat((":g rainbow me"))

  4444. end)

  4445. ScreenGui.azure.Name = "azure"

  4446. ScreenGui.azure.Parent = ScreenGui.geartab

  4447. ScreenGui.azure.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4448. ScreenGui.azure.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4449. ScreenGui.azure.BorderSizePixel = 3

  4450. ScreenGui.azure.Position = UDim2.new(0.179487169, 0, 0.295212179, 0)

  4451. ScreenGui.azure.Size = UDim2.new(0, 100, 0, 25)

  4452. ScreenGui.azure.Font = Enum.Font.Gotham

  4453. ScreenGui.azure.Text = "Azure Periastron"

  4454. ScreenGui.azure.TextColor3 = Color3.fromRGB(255, 255, 255)

  4455. ScreenGui.azure.TextScaled = true

  4456. ScreenGui.azure.TextSize = 18.000

  4457. ScreenGui.azure.TextWrapped = true

  4458. ScreenGui.azure.MouseButton1Down:connect(function()

  4459. game:GetService'Players':Chat((":g azure me"))

  4460. end)

  4461. ScreenGui.crimson.Name = "crimson"

  4462. ScreenGui.crimson.Parent = ScreenGui.geartab

  4463. ScreenGui.crimson.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4464. ScreenGui.crimson.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4465. ScreenGui.crimson.BorderSizePixel = 3

  4466. ScreenGui.crimson.Position = UDim2.new(0.179487169, 0, 0.345080942, 0)

  4467. ScreenGui.crimson.Size = UDim2.new(0, 100, 0, 25)

  4468. ScreenGui.crimson.Font = Enum.Font.Gotham

  4469. ScreenGui.crimson.Text = "Crimson Periastron"

  4470. ScreenGui.crimson.TextColor3 = Color3.fromRGB(255, 255, 255)

  4471. ScreenGui.crimson.TextScaled = true

  4472. ScreenGui.crimson.TextSize = 18.000

  4473. ScreenGui.crimson.TextWrapped = true

  4474. ScreenGui.crimson.MouseButton1Down:connect(function()

  4475. game:GetService'Players':Chat((":g crimson me"))

  4476. end)

  4477. ScreenGui.chart.Name = "chart"

  4478. ScreenGui.chart.Parent = ScreenGui.geartab

  4479. ScreenGui.chart.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4480. ScreenGui.chart.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4481. ScreenGui.chart.BorderSizePixel = 3

  4482. ScreenGui.chart.Position = UDim2.new(0.179487169, 0, 0.392325044, 0)

  4483. ScreenGui.chart.Size = UDim2.new(0, 100, 0, 25)

  4484. ScreenGui.chart.Font = Enum.Font.Gotham

  4485. ScreenGui.chart.Text = "Chartreuse Periastron"

  4486. ScreenGui.chart.TextColor3 = Color3.fromRGB(255, 255, 255)

  4487. ScreenGui.chart.TextScaled = true

  4488. ScreenGui.chart.TextSize = 18.000

  4489. ScreenGui.chart.TextWrapped = true

  4490. ScreenGui.chart.MouseButton1Down:connect(function()

  4491. game:GetService'Players':Chat((":g chartreuse me"))

  4492. end)

  4493. ScreenGui.ivory.Name = "ivory"

  4494. ScreenGui.ivory.Parent = ScreenGui.geartab

  4495. ScreenGui.ivory.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4496. ScreenGui.ivory.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4497. ScreenGui.ivory.BorderSizePixel = 3

  4498. ScreenGui.ivory.Position = UDim2.new(0.179487169, 0, 0.246655762, 0)

  4499. ScreenGui.ivory.Size = UDim2.new(0, 100, 0, 25)

  4500. ScreenGui.ivory.Font = Enum.Font.Gotham

  4501. ScreenGui.ivory.Text = "Ivory Periastron"

  4502. ScreenGui.ivory.TextColor3 = Color3.fromRGB(255, 255, 255)

  4503. ScreenGui.ivory.TextScaled = true

  4504. ScreenGui.ivory.TextSize = 18.000

  4505. ScreenGui.ivory.TextWrapped = true

  4506. ScreenGui.ivory.MouseButton1Down:connect(function()

  4507. game:GetService'Players':Chat((":g ivory me"))

  4508. end)

  4509. ScreenGui.sledge.Name = "sledge"

  4510. ScreenGui.sledge.Parent = ScreenGui.geartab

  4511. ScreenGui.sledge.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4512. ScreenGui.sledge.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4513. ScreenGui.sledge.BorderSizePixel = 3

  4514. ScreenGui.sledge.Position = UDim2.new(0.179487169, 0, 0.587863088, 0)

  4515. ScreenGui.sledge.Size = UDim2.new(0, 100, 0, 25)

  4516. ScreenGui.sledge.Font = Enum.Font.Gotham

  4517. ScreenGui.sledge.Text = "Sledge Hammer"

  4518. ScreenGui.sledge.TextColor3 = Color3.fromRGB(255, 255, 255)

  4519. ScreenGui.sledge.TextScaled = true

  4520. ScreenGui.sledge.TextSize = 18.000

  4521. ScreenGui.sledge.TextWrapped = true

  4522. ScreenGui.sledge.MouseButton1Down:connect(function()

  4523. game:GetService'Players':Chat((":g sledgehammer me"))

  4524. end)

  4525. ScreenGui.grim.Name = "grim"

  4526. ScreenGui.grim.Parent = ScreenGui.geartab

  4527. ScreenGui.grim.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4528. ScreenGui.grim.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4529. ScreenGui.grim.BorderSizePixel = 3

  4530. ScreenGui.grim.Position = UDim2.new(0.179487169, 0, 0.540619016, 0)

  4531. ScreenGui.grim.Size = UDim2.new(0, 100, 0, 25)

  4532. ScreenGui.grim.Font = Enum.Font.Gotham

  4533. ScreenGui.grim.Text = "Grimgold Periastron"

  4534. ScreenGui.grim.TextColor3 = Color3.fromRGB(255, 255, 255)

  4535. ScreenGui.grim.TextScaled = true

  4536. ScreenGui.grim.TextSize = 18.000

  4537. ScreenGui.grim.TextWrapped = true

  4538. ScreenGui.grim.MouseButton1Down:connect(function()

  4539. game:GetService'Players':Chat((":g grimgold me"))

  4540. end)

  4541. ScreenGui.noir.Name = "noir"

  4542. ScreenGui.noir.Parent = ScreenGui.geartab

  4543. ScreenGui.noir.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4544. ScreenGui.noir.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4545. ScreenGui.noir.BorderSizePixel = 3

  4546. ScreenGui.noir.Position = UDim2.new(0.179487169, 0, 0.490750223, 0)

  4547. ScreenGui.noir.Size = UDim2.new(0, 100, 0, 25)

  4548. ScreenGui.noir.Font = Enum.Font.Gotham

  4549. ScreenGui.noir.Text = "Noir Periastron"

  4550. ScreenGui.noir.TextColor3 = Color3.fromRGB(255, 255, 255)

  4551. ScreenGui.noir.TextScaled = true

  4552. ScreenGui.noir.TextSize = 18.000

  4553. ScreenGui.noir.TextWrapped = true

  4554. ScreenGui.noir.MouseButton1Down:connect(function()

  4555. game:GetService'Players':Chat((":g noir me"))

  4556. end)

  4557. ScreenGui.amethy.Name = "amethy"

  4558. ScreenGui.amethy.Parent = ScreenGui.geartab

  4559. ScreenGui.amethy.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4560. ScreenGui.amethy.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4561. ScreenGui.amethy.BorderSizePixel = 3

  4562. ScreenGui.amethy.Position = UDim2.new(0.179487169, 0, 0.442193806, 0)

  4563. ScreenGui.amethy.Size = UDim2.new(0, 100, 0, 25)

  4564. ScreenGui.amethy.Font = Enum.Font.Gotham

  4565. ScreenGui.amethy.Text = "Amethyst Periastron"

  4566. ScreenGui.amethy.TextColor3 = Color3.fromRGB(255, 255, 255)

  4567. ScreenGui.amethy.TextScaled = true

  4568. ScreenGui.amethy.TextSize = 18.000

  4569. ScreenGui.amethy.TextWrapped = true

  4570. ScreenGui.amethy.MouseButton1Down:connect(function()

  4571. game:GetService'Players':Chat((":g amethyst me"))

  4572. end)

  4573. ScreenGui.dualill.Name = "dualill"

  4574. ScreenGui.dualill.Parent = ScreenGui.geartab

  4575. ScreenGui.dualill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4576. ScreenGui.dualill.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4577. ScreenGui.dualill.BorderSizePixel = 3

  4578. ScreenGui.dualill.Position = UDim2.new(0.179487169, 0, 0.737469375, 0)

  4579. ScreenGui.dualill.Size = UDim2.new(0, 100, 0, 25)

  4580. ScreenGui.dualill.Font = Enum.Font.Gotham

  4581. ScreenGui.dualill.Text = "Dual Illumina"

  4582. ScreenGui.dualill.TextColor3 = Color3.fromRGB(255, 255, 255)

  4583. ScreenGui.dualill.TextScaled = true

  4584. ScreenGui.dualill.TextSize = 18.000

  4585. ScreenGui.dualill.TextWrapped = true

  4586. ScreenGui.dualill.MouseButton1Down:connect(function()

  4587. game:GetService'Players':Chat((":g dualillumina me"))

  4588. end)

  4589. ScreenGui.dualdark.Name = "dualdark"

  4590. ScreenGui.dualdark.Parent = ScreenGui.geartab

  4591. ScreenGui.dualdark.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4592. ScreenGui.dualdark.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4593. ScreenGui.dualdark.BorderSizePixel = 3

  4594. ScreenGui.dualdark.Position = UDim2.new(0.179487169, 0, 0.690225303, 0)

  4595. ScreenGui.dualdark.Size = UDim2.new(0, 100, 0, 25)

  4596. ScreenGui.dualdark.Font = Enum.Font.Gotham

  4597. ScreenGui.dualdark.Text = "Dual Darkheart"

  4598. ScreenGui.dualdark.TextColor3 = Color3.fromRGB(255, 255, 255)

  4599. ScreenGui.dualdark.TextScaled = true

  4600. ScreenGui.dualdark.TextSize = 18.000

  4601. ScreenGui.dualdark.TextWrapped = true

  4602. ScreenGui.dualdark.MouseButton1Down:connect(function()

  4603. game:GetService'Players':Chat((":g dualdarkheart me"))

  4604. end)

  4605. ScreenGui.carpet.Name = "carpet"

  4606. ScreenGui.carpet.Parent = ScreenGui.geartab

  4607. ScreenGui.carpet.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4608. ScreenGui.carpet.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4609. ScreenGui.carpet.BorderSizePixel = 3

  4610. ScreenGui.carpet.Position = UDim2.new(0.179487169, 0, 0.640356481, 0)

  4611. ScreenGui.carpet.Size = UDim2.new(0, 100, 0, 25)

  4612. ScreenGui.carpet.Font = Enum.Font.Gotham

  4613. ScreenGui.carpet.Text = "Rainbow Carpet"

  4614. ScreenGui.carpet.TextColor3 = Color3.fromRGB(255, 255, 255)

  4615. ScreenGui.carpet.TextScaled = true

  4616. ScreenGui.carpet.TextSize = 18.000

  4617. ScreenGui.carpet.TextWrapped = true

  4618. ScreenGui.carpet.MouseButton1Down:connect(function()

  4619. game:GetService'Players':Chat((":g carpet me"))

  4620. end)

  4621. ScreenGui.chaos.Name = "chaos"

  4622. ScreenGui.chaos.Parent = ScreenGui.geartab

  4623. ScreenGui.chaos.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4624. ScreenGui.chaos.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4625. ScreenGui.chaos.BorderSizePixel = 3

  4626. ScreenGui.chaos.Position = UDim2.new(0.179487169, 0, 0.788650453, 0)

  4627. ScreenGui.chaos.Size = UDim2.new(0, 100, 0, 25)

  4628. ScreenGui.chaos.Font = Enum.Font.Gotham

  4629. ScreenGui.chaos.Text = "Chaos Sword"

  4630. ScreenGui.chaos.TextColor3 = Color3.fromRGB(255, 255, 255)

  4631. ScreenGui.chaos.TextScaled = true

  4632. ScreenGui.chaos.TextSize = 18.000

  4633. ScreenGui.chaos.TextWrapped = true

  4634. ScreenGui.chaos.MouseButton1Down:connect(function()

  4635. game:GetService'Players':Chat((":g chaos me"))

  4636. end)

  4637. ScreenGui.katana.Name = "katana"

  4638. ScreenGui.katana.Parent = ScreenGui.geartab

  4639. ScreenGui.katana.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4640. ScreenGui.katana.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4641. ScreenGui.katana.BorderSizePixel = 3

  4642. ScreenGui.katana.Position = UDim2.new(0.179487169, 0, 0.839831531, 0)

  4643. ScreenGui.katana.Size = UDim2.new(0, 100, 0, 25)

  4644. ScreenGui.katana.Font = Enum.Font.Gotham

  4645. ScreenGui.katana.Text = "Katana"

  4646. ScreenGui.katana.TextColor3 = Color3.fromRGB(255, 255, 255)

  4647. ScreenGui.katana.TextScaled = true

  4648. ScreenGui.katana.TextSize = 18.000

  4649. ScreenGui.katana.TextWrapped = true

  4650. ScreenGui.katana.MouseButton1Down:connect(function()

  4651. game:GetService'Players':Chat((":g katana me"))

  4652. end)

  4653. ScreenGui.jetpack.Name = "jetpack"

  4654. ScreenGui.jetpack.Parent = ScreenGui.geartab

  4655. ScreenGui.jetpack.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4656. ScreenGui.jetpack.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4657. ScreenGui.jetpack.BorderSizePixel = 3

  4658. ScreenGui.jetpack.Position = UDim2.new(0.166666657, 0, 0.900198996, 0)

  4659. ScreenGui.jetpack.Size = UDim2.new(0, 100, 0, 25)

  4660. ScreenGui.jetpack.Font = Enum.Font.Gotham

  4661. ScreenGui.jetpack.Text = "Jetpack"

  4662. ScreenGui.jetpack.TextColor3 = Color3.fromRGB(255, 255, 255)

  4663. ScreenGui.jetpack.TextScaled = true

  4664. ScreenGui.jetpack.TextSize = 18.000

  4665. ScreenGui.jetpack.TextWrapped = true

  4666. ScreenGui.jetpack.MouseButton1Down:connect(function()

  4667. game:GetService'Players':Chat((":g jetpack me"))

  4668. end)

  4669. ScreenGui.batsword.Name = "batsword"

  4670. ScreenGui.batsword.Parent = ScreenGui.geartab

  4671. ScreenGui.batsword.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4672. ScreenGui.batsword.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4673. ScreenGui.batsword.BorderSizePixel = 3

  4674. ScreenGui.batsword.Position = UDim2.new(0.179487169, 0, 0.95531708, 0)

  4675. ScreenGui.batsword.Size = UDim2.new(0, 100, 0, 25)

  4676. ScreenGui.batsword.Font = Enum.Font.Gotham

  4677. ScreenGui.batsword.Text = "Batsword"

  4678. ScreenGui.batsword.TextColor3 = Color3.fromRGB(255, 255, 255)

  4679. ScreenGui.batsword.TextScaled = true

  4680. ScreenGui.batsword.TextSize = 18.000

  4681. ScreenGui.batsword.TextWrapped = true

  4682. ScreenGui.batsword.MouseButton1Down:connect(function()

  4683. game:GetService'Players':Chat((":g batsword me"))

  4684. end)

  4685. ScreenGui.othertab.Name = "othertab"

  4686. ScreenGui.othertab.Parent = ScreenGui.tabholder

  4687. ScreenGui.othertab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4688. ScreenGui.othertab.BackgroundTransparency = 1.000

  4689. ScreenGui.othertab.BorderColor3 = Color3.fromRGB(27, 42, 53)

  4690. ScreenGui.othertab.Size = UDim2.new(0, 156, 0, 254)

  4691. ScreenGui.othertab.Visible = false

  4692. ScreenGui.title_9.Name = "title"

  4693. ScreenGui.title_9.Parent = ScreenGui.othertab

  4694. ScreenGui.title_9.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4695. ScreenGui.title_9.BackgroundTransparency = 1.000

  4696. ScreenGui.title_9.BorderSizePixel = 0

  4697. ScreenGui.title_9.Position = UDim2.new(0.256000012, 0, 0, 5)

  4698. ScreenGui.title_9.Size = UDim2.new(0, 75, 0, 22)

  4699. ScreenGui.title_9.Font = Enum.Font.Gotham

  4700. ScreenGui.title_9.Text = "Other"

  4701. ScreenGui.title_9.TextColor3 = Color3.fromRGB(255, 255, 255)

  4702. ScreenGui.title_9.TextSize = 16.000

  4703. ScreenGui.title_9.TextWrapped = true

  4704. ScreenGui.line_8.Name = "line"

  4705. ScreenGui.line_8.Parent = ScreenGui.othertab

  4706. ScreenGui.line_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4707. ScreenGui.line_8.BorderSizePixel = 0

  4708. ScreenGui.line_8.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  4709. ScreenGui.line_8.Size = UDim2.new(0, 125, 0, 1)

  4710. ScreenGui.line_8.Font = Enum.Font.SourceSans

  4711. ScreenGui.line_8.Text = ""

  4712. ScreenGui.line_8.TextColor3 = Color3.fromRGB(0, 0, 0)

  4713. ScreenGui.line_8.TextSize = 14.000

  4714. ScreenGui.zawarudo.Name = "zawarudo"

  4715. ScreenGui.zawarudo.Parent = ScreenGui.othertab

  4716. ScreenGui.zawarudo.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4717. ScreenGui.zawarudo.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4718. ScreenGui.zawarudo.BorderSizePixel = 3

  4719. ScreenGui.zawarudo.Position = UDim2.new(0.0897435918, 0, 0.151772335, 0)

  4720. ScreenGui.zawarudo.Size = UDim2.new(0, 60, 0, 25)

  4721. ScreenGui.zawarudo.Font = Enum.Font.Gotham

  4722. ScreenGui.zawarudo.Text = "Zawarudo"

  4723. ScreenGui.zawarudo.TextColor3 = Color3.fromRGB(255, 255, 255)

  4724. ScreenGui.zawarudo.TextScaled = true

  4725. ScreenGui.zawarudo.TextSize = 18.000

  4726. ScreenGui.zawarudo.TextWrapped = true

  4727. ScreenGui.zawarudo.MouseButton1Down:connect(function()

  4728. game:GetService'Players':Chat((":zawarudo"))

  4729. end)

  4730. ScreenGui.purge.Name = "purge"

  4731. ScreenGui.purge.Parent = ScreenGui.othertab

  4732. ScreenGui.purge.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4733. ScreenGui.purge.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4734. ScreenGui.purge.BorderSizePixel = 3

  4735. ScreenGui.purge.Position = UDim2.new(0.538461566, 0, 0.151772335, 0)

  4736. ScreenGui.purge.Size = UDim2.new(0, 55, 0, 25)

  4737. ScreenGui.purge.Font = Enum.Font.Gotham

  4738. ScreenGui.purge.Text = "Purge"

  4739. ScreenGui.purge.TextColor3 = Color3.fromRGB(255, 255, 255)

  4740. ScreenGui.purge.TextScaled = true

  4741. ScreenGui.purge.TextSize = 18.000

  4742. ScreenGui.purge.TextWrapped = true

  4743. ScreenGui.purge.MouseButton1Down:connect(function()

  4744. game:GetService'Players':Chat((":purge"))

  4745. end)

  4746. ScreenGui.green.Name = "green"

  4747. ScreenGui.green.Parent = ScreenGui.othertab

  4748. ScreenGui.green.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4749. ScreenGui.green.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4750. ScreenGui.green.BorderSizePixel = 3

  4751. ScreenGui.green.Position = UDim2.new(0.544871807, 0, 0.297441632, 0)

  4752. ScreenGui.green.Size = UDim2.new(0, 55, 0, 25)

  4753. ScreenGui.green.Font = Enum.Font.Gotham

  4754. ScreenGui.green.Text = "Green Light"

  4755. ScreenGui.green.TextColor3 = Color3.fromRGB(255, 255, 255)

  4756. ScreenGui.green.TextScaled = true

  4757. ScreenGui.green.TextSize = 18.000

  4758. ScreenGui.green.TextWrapped = true

  4759. ScreenGui.green.MouseButton1Down:connect(function()

  4760. for i = 1, 2 do

  4761. game:GetService'Players':Chat((":Go"))

  4762. end

  4763. end)

  4764. ScreenGui.red.Name = "red"

  4765. ScreenGui.red.Parent = ScreenGui.othertab

  4766. ScreenGui.red.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4767. ScreenGui.red.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4768. ScreenGui.red.BorderSizePixel = 3

  4769. ScreenGui.red.Position = UDim2.new(0.0961538479, 0, 0.297441632, 0)

  4770. ScreenGui.red.Size = UDim2.new(0, 60, 0, 25)

  4771. ScreenGui.red.Font = Enum.Font.Gotham

  4772. ScreenGui.red.Text = "Red Light"

  4773. ScreenGui.red.TextColor3 = Color3.fromRGB(255, 255, 255)

  4774. ScreenGui.red.TextScaled = true

  4775. ScreenGui.red.TextSize = 18.000

  4776. ScreenGui.red.TextWrapped = true

  4777. ScreenGui.red.MouseButton1Down:connect(function()

  4778. game:GetService'Players':Chat((":Stop"))

  4779. end)

  4780. ScreenGui.obbykill.Name = "obbykill"

  4781. ScreenGui.obbykill.Parent = ScreenGui.othertab

  4782. ScreenGui.obbykill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4783. ScreenGui.obbykill.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4784. ScreenGui.obbykill.BorderSizePixel = 3

  4785. ScreenGui.obbykill.Position = UDim2.new(0.544871807, 0, 0.447047949, 0)

  4786. ScreenGui.obbykill.Size = UDim2.new(0, 55, 0, 25)

  4787. ScreenGui.obbykill.Font = Enum.Font.Gotham

  4788. ScreenGui.obbykill.Text = "NoObbyKill"

  4789. ScreenGui.obbykill.TextColor3 = Color3.fromRGB(255, 255, 255)

  4790. ScreenGui.obbykill.TextScaled = true

  4791. ScreenGui.obbykill.TextSize = 18.000

  4792. ScreenGui.obbykill.TextWrapped = true

  4793. ScreenGui.obbykill.MouseButton1Down:connect(function()

  4794. game:GetService'Players':Chat((":removeobbykill"))

  4795. end)

  4796. ScreenGui.regen.Name = "regen"

  4797. ScreenGui.regen.Parent = ScreenGui.othertab

  4798. ScreenGui.regen.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4799. ScreenGui.regen.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4800. ScreenGui.regen.BorderSizePixel = 3

  4801. ScreenGui.regen.Position = UDim2.new(0.0961538479, 0, 0.447047949, 0)

  4802. ScreenGui.regen.Size = UDim2.new(0, 60, 0, 25)

  4803. ScreenGui.regen.Font = Enum.Font.Gotham

  4804. ScreenGui.regen.Text = "Regen"

  4805. ScreenGui.regen.TextColor3 = Color3.fromRGB(255, 255, 255)

  4806. ScreenGui.regen.TextScaled = true

  4807. ScreenGui.regen.TextSize = 18.000

  4808. ScreenGui.regen.TextWrapped = true

  4809. ScreenGui.regen.MouseButton1Down:connect(function()

  4810. game:GetService'Players':Chat((":regen"))

  4811. end)

  4812. ScreenGui.rejoin.Name = "rejoin"

  4813. ScreenGui.rejoin.Parent = ScreenGui.othertab

  4814. ScreenGui.rejoin.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4815. ScreenGui.rejoin.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4816. ScreenGui.rejoin.BorderSizePixel = 3

  4817. ScreenGui.rejoin.Position = UDim2.new(0.544871807, 0, 0.600591242, 0)

  4818. ScreenGui.rejoin.Size = UDim2.new(0, 55, 0, 25)

  4819. ScreenGui.rejoin.Font = Enum.Font.Gotham

  4820. ScreenGui.rejoin.Text = "Rejoin"

  4821. ScreenGui.rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)

  4822. ScreenGui.rejoin.TextScaled = true

  4823. ScreenGui.rejoin.TextSize = 18.000

  4824. ScreenGui.rejoin.TextWrapped = true

  4825. ScreenGui.rejoin.MouseButton1Down:connect(function()

  4826. game:GetService'Players':Chat((":rejoin"))

  4827. end)

  4828. ScreenGui.invert.Name = "invert"

  4829. ScreenGui.invert.Parent = ScreenGui.othertab

  4830. ScreenGui.invert.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4831. ScreenGui.invert.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4832. ScreenGui.invert.BorderSizePixel = 3

  4833. ScreenGui.invert.Position = UDim2.new(0.0961538479, 0, 0.600591242, 0)

  4834. ScreenGui.invert.Size = UDim2.new(0, 60, 0, 25)

  4835. ScreenGui.invert.Font = Enum.Font.Gotham

  4836. ScreenGui.invert.Text = "Fix Invert"

  4837. ScreenGui.invert.TextColor3 = Color3.fromRGB(255, 255, 255)

  4838. ScreenGui.invert.TextScaled = true

  4839. ScreenGui.invert.TextSize = 18.000

  4840. ScreenGui.invert.TextWrapped = true

  4841. ScreenGui.invert.MouseButton1Down:connect(function()

  4842. game:GetService'Players':Chat((":invertfix"))

  4843. end)

  4844. ScreenGui.skh.Name = "skh"

  4845. ScreenGui.skh.Parent = ScreenGui.othertab

  4846. ScreenGui.skh.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4847. ScreenGui.skh.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4848. ScreenGui.skh.BorderSizePixel = 3

  4849. ScreenGui.skh.Position = UDim2.new(0.544871807, 0, 0.742323518, 0)

  4850. ScreenGui.skh.Size = UDim2.new(0, 55, 0, 25)

  4851. ScreenGui.skh.Font = Enum.Font.Gotham

  4852. ScreenGui.skh.Text = "Max Skydive"

  4853. ScreenGui.skh.TextColor3 = Color3.fromRGB(255, 255, 255)

  4854. ScreenGui.skh.TextScaled = true

  4855. ScreenGui.skh.TextSize = 18.000

  4856. ScreenGui.skh.TextWrapped = true

  4857. ScreenGui.skh.MouseButton1Down:connect(function()

  4858. game:GetService'Players':Chat((":skh"))

  4859. end)

  4860. ScreenGui.allpad.Name = "allpad"

  4861. ScreenGui.allpad.Parent = ScreenGui.othertab

  4862. ScreenGui.allpad.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4863. ScreenGui.allpad.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4864. ScreenGui.allpad.BorderSizePixel = 3

  4865. ScreenGui.allpad.Position = UDim2.new(0.12820515, 0, 0.742323518, 0)

  4866. ScreenGui.allpad.Size = UDim2.new(0, 55, 0, 25)

  4867. ScreenGui.allpad.Font = Enum.Font.Gotham

  4868. ScreenGui.allpad.Text = "Allpads"

  4869. ScreenGui.allpad.TextColor3 = Color3.fromRGB(255, 255, 255)

  4870. ScreenGui.allpad.TextScaled = true

  4871. ScreenGui.allpad.TextSize = 18.000

  4872. ScreenGui.allpad.TextWrapped = true

  4873. ScreenGui.allpad.MouseButton1Down:connect(function()

  4874. game:GetService'Players':Chat((":allpads"))

  4875. end)

  4876. game.Players.PlayerAdded:Connect(function(user)

  4877. if user.UserId == 107318135 then

  4878. local per = user.Name

  4879. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Main!")

  4880. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Main!", "All")

  4881. end

  4882. if user.UserId == 1760076165 then

  4883. local per = user.Name

  4884. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!")

  4885. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!", "All")

  4886. end

  4887. if user.UserId == 1421792559 then

  4888. local per = user.Name

  4889. system("[System]: Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!")

  4890. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy has joined! Account name: "..per.."! Account Type: Alt!", "All")

  4891. end

  4892. if user.UserId == 102559604 then

  4893. local per = user.Name

  4894. system("[System]: A beta Tester of AdminJoy has joined! Account name: "..per.."!")

  4895. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("A beta tester of AdminJoy has joined! Account name: "..per.."!", "All")

  4896. end

  4897. end)

  4898. ScreenGui.animationtab.Name = "animationtab"

  4899. ScreenGui.animationtab.Parent = ScreenGui.tabholder

  4900. ScreenGui.animationtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4901. ScreenGui.animationtab.BackgroundTransparency = 1.000

  4902. ScreenGui.animationtab.BorderColor3 = Color3.fromRGB(27, 42, 53)

  4903. ScreenGui.animationtab.Size = UDim2.new(0, 156, 0, 254)

  4904. ScreenGui.animationtab.Visible = false

  4905. ScreenGui.title_10.Name = "title"

  4906. ScreenGui.title_10.Parent = ScreenGui.animationtab

  4907. ScreenGui.title_10.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  4908. ScreenGui.title_10.BackgroundTransparency = 1.000

  4909. ScreenGui.title_10.BorderSizePixel = 0

  4910. ScreenGui.title_10.Position = UDim2.new(0.256000012, 0, 0, 5)

  4911. ScreenGui.title_10.Size = UDim2.new(0, 75, 0, 22)

  4912. ScreenGui.title_10.Font = Enum.Font.Gotham

  4913. ScreenGui.title_10.Text = "Animations"

  4914. ScreenGui.title_10.TextColor3 = Color3.fromRGB(255, 255, 255)

  4915. ScreenGui.title_10.TextScaled = true

  4916. ScreenGui.title_10.TextSize = 16.000

  4917. ScreenGui.title_10.TextWrapped = true

  4918. ScreenGui.line_9.Name = "line"

  4919. ScreenGui.line_9.Parent = ScreenGui.animationtab

  4920. ScreenGui.line_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  4921. ScreenGui.line_9.BorderSizePixel = 0

  4922. ScreenGui.line_9.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  4923. ScreenGui.line_9.Size = UDim2.new(0, 125, 0, 1)

  4924. ScreenGui.line_9.Font = Enum.Font.SourceSans

  4925. ScreenGui.line_9.Text = ""

  4926. ScreenGui.line_9.TextColor3 = Color3.fromRGB(0, 0, 0)

  4927. ScreenGui.line_9.TextSize = 14.000

  4928. ScreenGui.hmm.Name = "hmm"

  4929. ScreenGui.hmm.Parent = ScreenGui.animationtab

  4930. ScreenGui.hmm.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4931. ScreenGui.hmm.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4932. ScreenGui.hmm.BorderSizePixel = 3

  4933. ScreenGui.hmm.Position = UDim2.new(0.0897435918, 0, 0.151772335, 0)

  4934. ScreenGui.hmm.Size = UDim2.new(0, 60, 0, 25)

  4935. ScreenGui.hmm.Font = Enum.Font.Gotham

  4936. ScreenGui.hmm.Text = "Hmm"

  4937. ScreenGui.hmm.TextColor3 = Color3.fromRGB(255, 255, 255)

  4938. ScreenGui.hmm.TextScaled = true

  4939. ScreenGui.hmm.TextSize = 18.000

  4940. ScreenGui.hmm.TextWrapped = true

  4941. ScreenGui.hmm.MouseButton1Down:connect(function()

  4942. game:GetService'Players':Chat((":hmm"))

  4943. end)

  4944. local function own()

  4945. local GetPlayers = game:GetService("Players")

  4946. local allplr = GetPlayers:GetPlayers()

  4947. wait(1)

  4948. for i, player in pairs(allplr) do

  4949. if player.UserId == 107318135 then

  4950. local per = player.Name

  4951. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Main!")

  4952. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Main!", "All")

  4953. end

  4954. if player.UserId == 1760076165 then

  4955. local per = player.Name

  4956. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!")

  4957. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!", "All")

  4958. end

  4959. if player.UserId == 1421792559 then

  4960. local per = player.Name

  4961. system("[System]: Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!")

  4962. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Owner of AdminJoy is in game! Account name: "..per.."! Account Type: Alt!", "All")

  4963. end

  4964. if player.UserId == 102559604 then

  4965. local per = player.Name

  4966. system("[System]: A beta Tester of AdminJoy is in game! Account name: "..per.."!")

  4967. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("A beta tester of AdminJoy is in game! Account name: "..per.."!", "All")

  4968. end

  4969. end

  4970. end

  4971. ScreenGui.tosshead.Name = "tosshead"

  4972. ScreenGui.tosshead.Parent = ScreenGui.animationtab

  4973. ScreenGui.tosshead.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4974. ScreenGui.tosshead.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4975. ScreenGui.tosshead.BorderSizePixel = 3

  4976. ScreenGui.tosshead.Position = UDim2.new(0.538461566, 0, 0.151772335, 0)

  4977. ScreenGui.tosshead.Size = UDim2.new(0, 55, 0, 25)

  4978. ScreenGui.tosshead.Font = Enum.Font.Gotham

  4979. ScreenGui.tosshead.Text = "Headtoss"

  4980. ScreenGui.tosshead.TextColor3 = Color3.fromRGB(255, 255, 255)

  4981. ScreenGui.tosshead.TextScaled = true

  4982. ScreenGui.tosshead.TextSize = 18.000

  4983. ScreenGui.tosshead.TextWrapped = true

  4984. ScreenGui.tosshead.MouseButton1Down:connect(function()

  4985. game:GetService'Players':Chat((":headtoss"))

  4986. end)

  4987. ScreenGui.headloop.Name = "headloop"

  4988. ScreenGui.headloop.Parent = ScreenGui.animationtab

  4989. ScreenGui.headloop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  4990. ScreenGui.headloop.BorderColor3 = Color3.fromRGB(26, 26, 26)

  4991. ScreenGui.headloop.BorderSizePixel = 3

  4992. ScreenGui.headloop.Position = UDim2.new(0.544871807, 0, 0.297441632, 0)

  4993. ScreenGui.headloop.Size = UDim2.new(0, 55, 0, 25)

  4994. ScreenGui.headloop.Font = Enum.Font.Gotham

  4995. ScreenGui.headloop.Text = "Loophead"

  4996. ScreenGui.headloop.TextColor3 = Color3.fromRGB(255, 255, 255)

  4997. ScreenGui.headloop.TextScaled = true

  4998. ScreenGui.headloop.TextSize = 18.000

  4999. ScreenGui.headloop.TextWrapped = true

  5000. ScreenGui.headloop.MouseButton1Down:connect(function()

  5001. game:GetService'Players':Chat((":loophead"))

  5002. end)

  5003. ScreenGui.spinarm.Name = "spinarm"

  5004. ScreenGui.spinarm.Parent = ScreenGui.animationtab

  5005. ScreenGui.spinarm.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5006. ScreenGui.spinarm.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5007. ScreenGui.spinarm.BorderSizePixel = 3

  5008. ScreenGui.spinarm.Position = UDim2.new(0.0961538479, 0, 0.297441632, 0)

  5009. ScreenGui.spinarm.Size = UDim2.new(0, 60, 0, 25)

  5010. ScreenGui.spinarm.Font = Enum.Font.Gotham

  5011. ScreenGui.spinarm.Text = "Armspin"

  5012. ScreenGui.spinarm.TextColor3 = Color3.fromRGB(255, 255, 255)

  5013. ScreenGui.spinarm.TextScaled = true

  5014. ScreenGui.spinarm.TextSize = 18.000

  5015. ScreenGui.spinarm.TextWrapped = true

  5016. ScreenGui.spinarm.MouseButton1Down:connect(function()

  5017. game:GetService'Players':Chat((":armspin"))

  5018. end)

  5019. ScreenGui.headraise.Name = "headraise"

  5020. ScreenGui.headraise.Parent = ScreenGui.animationtab

  5021. ScreenGui.headraise.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5022. ScreenGui.headraise.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5023. ScreenGui.headraise.BorderSizePixel = 3

  5024. ScreenGui.headraise.Position = UDim2.new(0.544871807, 0, 0.447047949, 0)

  5025. ScreenGui.headraise.Size = UDim2.new(0, 55, 0, 25)

  5026. ScreenGui.headraise.Font = Enum.Font.Gotham

  5027. ScreenGui.headraise.Text = "Headraise"

  5028. ScreenGui.headraise.TextColor3 = Color3.fromRGB(255, 255, 255)

  5029. ScreenGui.headraise.TextScaled = true

  5030. ScreenGui.headraise.TextSize = 18.000

  5031. ScreenGui.headraise.TextWrapped = true

  5032. ScreenGui.headraise.MouseButton1Down:connect(function()

  5033. game:GetService'Players':Chat((":headraise"))

  5034. end)

  5035. ScreenGui.scream.Name = "scream"

  5036. ScreenGui.scream.Parent = ScreenGui.animationtab

  5037. ScreenGui.scream.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5038. ScreenGui.scream.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5039. ScreenGui.scream.BorderSizePixel = 3

  5040. ScreenGui.scream.Position = UDim2.new(0.0961538479, 0, 0.447047949, 0)

  5041. ScreenGui.scream.Size = UDim2.new(0, 60, 0, 25)

  5042. ScreenGui.scream.Font = Enum.Font.Gotham

  5043. ScreenGui.scream.Text = "Scream"

  5044. ScreenGui.scream.TextColor3 = Color3.fromRGB(255, 255, 255)

  5045. ScreenGui.scream.TextScaled = true

  5046. ScreenGui.scream.TextSize = 18.000

  5047. ScreenGui.scream.TextWrapped = true

  5048. ScreenGui.scream.MouseButton1Down:connect(function()

  5049. game:GetService'Players':Chat((":scream"))

  5050. end)

  5051. ScreenGui.crawl.Name = "crawl"

  5052. ScreenGui.crawl.Parent = ScreenGui.animationtab

  5053. ScreenGui.crawl.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5054. ScreenGui.crawl.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5055. ScreenGui.crawl.BorderSizePixel = 3

  5056. ScreenGui.crawl.Position = UDim2.new(0.544871807, 0, 0.600591242, 0)

  5057. ScreenGui.crawl.Size = UDim2.new(0, 55, 0, 25)

  5058. ScreenGui.crawl.Font = Enum.Font.Gotham

  5059. ScreenGui.crawl.Text = "Crawl"

  5060. ScreenGui.crawl.TextColor3 = Color3.fromRGB(255, 255, 255)

  5061. ScreenGui.crawl.TextScaled = true

  5062. ScreenGui.crawl.TextSize = 18.000

  5063. ScreenGui.crawl.TextWrapped = true

  5064. ScreenGui.crawl.MouseButton1Down:connect(function()

  5065. game:GetService'Players':Chat((":crawl"))

  5066. end)

  5067. ScreenGui.dab.Name = "dab"

  5068. ScreenGui.dab.Parent = ScreenGui.animationtab

  5069. ScreenGui.dab.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5070. ScreenGui.dab.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5071. ScreenGui.dab.BorderSizePixel = 3

  5072. ScreenGui.dab.Position = UDim2.new(0.0961538479, 0, 0.600591242, 0)

  5073. ScreenGui.dab.Size = UDim2.new(0, 60, 0, 25)

  5074. ScreenGui.dab.Font = Enum.Font.Gotham

  5075. ScreenGui.dab.Text = "Dab"

  5076. ScreenGui.dab.TextColor3 = Color3.fromRGB(255, 255, 255)

  5077. ScreenGui.dab.TextScaled = true

  5078. ScreenGui.dab.TextSize = 18.000

  5079. ScreenGui.dab.TextWrapped = true

  5080. ScreenGui.dab.MouseButton1Down:connect(function()

  5081. game:GetService'Players':Chat((":dab"))

  5082. end)

  5083. ScreenGui.dance.Name = "dance"

  5084. ScreenGui.dance.Parent = ScreenGui.animationtab

  5085. ScreenGui.dance.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5086. ScreenGui.dance.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5087. ScreenGui.dance.BorderSizePixel = 3

  5088. ScreenGui.dance.Position = UDim2.new(0.544871807, 0, 0.742323518, 0)

  5089. ScreenGui.dance.Size = UDim2.new(0, 55, 0, 25)

  5090. ScreenGui.dance.Font = Enum.Font.Gotham

  5091. ScreenGui.dance.Text = "Dance"

  5092. ScreenGui.dance.TextColor3 = Color3.fromRGB(255, 255, 255)

  5093. ScreenGui.dance.TextScaled = true

  5094. ScreenGui.dance.TextSize = 18.000

  5095. ScreenGui.dance.TextWrapped = true

  5096. ScreenGui.dance.MouseButton1Down:connect(function()

  5097. game:GetService'Players':Chat((":dance"))

  5098. end)

  5099. ScreenGui.crouch.Name = "crouch"

  5100. ScreenGui.crouch.Parent = ScreenGui.animationtab

  5101. ScreenGui.crouch.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5102. ScreenGui.crouch.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5103. ScreenGui.crouch.BorderSizePixel = 3

  5104. ScreenGui.crouch.Position = UDim2.new(0.12820515, 0, 0.742323518, 0)

  5105. ScreenGui.crouch.Size = UDim2.new(0, 55, 0, 25)

  5106. ScreenGui.crouch.Font = Enum.Font.Gotham

  5107. ScreenGui.crouch.Text = "Crouch"

  5108. ScreenGui.crouch.TextColor3 = Color3.fromRGB(255, 255, 255)

  5109. ScreenGui.crouch.TextScaled = true

  5110. ScreenGui.crouch.TextSize = 18.000

  5111. ScreenGui.crouch.TextWrapped = true

  5112. ScreenGui.crouch.MouseButton1Down:connect(function()

  5113. game:GetService'Players':Chat((":crouch"))

  5114. end)

  5115. ScreenGui.whitelisttab.Name = "whitelisttab"

  5116. ScreenGui.whitelisttab.Parent = ScreenGui.tabholder

  5117. ScreenGui.whitelisttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5118. ScreenGui.whitelisttab.BackgroundTransparency = 1.000

  5119. ScreenGui.whitelisttab.Size = UDim2.new(0, 156, 0, 254)

  5120. ScreenGui.whitelisttab.Visible = false

  5121. ScreenGui.title_11.Name = "title"

  5122. ScreenGui.title_11.Parent = ScreenGui.whitelisttab

  5123. ScreenGui.title_11.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5124. ScreenGui.title_11.BackgroundTransparency = 1.000

  5125. ScreenGui.title_11.BorderSizePixel = 0

  5126. ScreenGui.title_11.Position = UDim2.new(0.256000012, 0, 0, 5)

  5127. ScreenGui.title_11.Size = UDim2.new(0, 75, 0, 22)

  5128. ScreenGui.title_11.Font = Enum.Font.Gotham

  5129. ScreenGui.title_11.Text = "Whitelist"

  5130. ScreenGui.title_11.TextColor3 = Color3.fromRGB(255, 255, 255)

  5131. ScreenGui.title_11.TextSize = 16.000

  5132. ScreenGui.title_11.TextWrapped = true

  5133. ScreenGui.line_10.Name = "line"

  5134. ScreenGui.line_10.Parent = ScreenGui.whitelisttab

  5135. ScreenGui.line_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5136. ScreenGui.line_10.BorderSizePixel = 0

  5137. ScreenGui.line_10.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  5138. ScreenGui.line_10.Size = UDim2.new(0, 125, 0, 1)

  5139. ScreenGui.line_10.Font = Enum.Font.SourceSans

  5140. ScreenGui.line_10.Text = ""

  5141. ScreenGui.line_10.TextColor3 = Color3.fromRGB(0, 0, 0)

  5142. ScreenGui.line_10.TextSize = 14.000

  5143. ScreenGui.namehere.Name = "namehere"

  5144. ScreenGui.namehere.Parent = ScreenGui.whitelisttab

  5145. ScreenGui.namehere.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5146. ScreenGui.namehere.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5147. ScreenGui.namehere.BorderSizePixel = 3

  5148. ScreenGui.namehere.Position = UDim2.new(0.0897435918, 0, 0.395669281, 0)

  5149. ScreenGui.namehere.Size = UDim2.new(0, 125, 0, 25)

  5150. ScreenGui.namehere.Font = Enum.Font.Gotham

  5151. ScreenGui.namehere.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  5152. ScreenGui.namehere.PlaceholderText = "Player Name Here"

  5153. ScreenGui.namehere.Text = ""

  5154. ScreenGui.namehere.TextColor3 = Color3.fromRGB(255, 255, 255)

  5155. ScreenGui.namehere.TextScaled = true

  5156. ScreenGui.namehere.TextSize = 14.000

  5157. ScreenGui.namehere.TextWrapped = true

  5158. ScreenGui.wlhelp.Name = "wlhelp"

  5159. ScreenGui.wlhelp.Parent = ScreenGui.whitelisttab

  5160. ScreenGui.wlhelp.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5161. ScreenGui.wlhelp.BackgroundTransparency = 1.000

  5162. ScreenGui.wlhelp.BorderSizePixel = 0

  5163. ScreenGui.wlhelp.Position = UDim2.new(0.114974394, 0, 0.165354326, 5)

  5164. ScreenGui.wlhelp.Size = UDim2.new(0, 116, 0, 43)

  5165. ScreenGui.wlhelp.Font = Enum.Font.Gotham

  5166. ScreenGui.wlhelp.Text = "To whitelist type in a players name"

  5167. ScreenGui.wlhelp.TextColor3 = Color3.fromRGB(255, 255, 255)

  5168. ScreenGui.wlhelp.TextScaled = true

  5169. ScreenGui.wlhelp.TextSize = 16.000

  5170. ScreenGui.wlhelp.TextWrapped = true

  5171. ScreenGui.wlstart.Name = "wlstart"

  5172. ScreenGui.wlstart.Parent = ScreenGui.whitelisttab

  5173. ScreenGui.wlstart.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5174. ScreenGui.wlstart.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5175. ScreenGui.wlstart.BorderSizePixel = 3

  5176. ScreenGui.wlstart.Position = UDim2.new(0.0897435993, 0, 0.604528248, 0)

  5177. ScreenGui.wlstart.Size = UDim2.new(0, 50, 0, 25)

  5178. ScreenGui.wlstart.Font = Enum.Font.Gotham

  5179. ScreenGui.wlstart.Text = "Whitelist"

  5180. ScreenGui.wlstart.TextColor3 = Color3.fromRGB(255, 255, 255)

  5181. ScreenGui.wlstart.TextScaled = true

  5182. ScreenGui.wlstart.TextSize = 18.000

  5183. ScreenGui.wlstart.TextWrapped = true

  5184. ScreenGui.wlstart.MouseButton1Down:connect(function()

  5185. if wluser == nil then

  5186. wluser = ScreenGui.namehere.Text

  5187. whitelist(msg)

  5188. else

  5189. system("[System]: "..wluser.." is already whitelisted!")

  5190. wait(1)

  5191. system("[System]: You can only whitelist one person at a time!")

  5192. end

  5193. end)

  5194. ScreenGui.wlstop.Name = "wlstop"

  5195. ScreenGui.wlstop.Parent = ScreenGui.whitelisttab

  5196. ScreenGui.wlstop.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5197. ScreenGui.wlstop.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5198. ScreenGui.wlstop.BorderSizePixel = 3

  5199. ScreenGui.wlstop.Position = UDim2.new(0.570512831, 0, 0.604528189, 0)

  5200. ScreenGui.wlstop.Size = UDim2.new(0, 50, 0, 25)

  5201. ScreenGui.wlstop.Font = Enum.Font.Gotham

  5202. ScreenGui.wlstop.Text = "Unwhitelist"

  5203. ScreenGui.wlstop.TextColor3 = Color3.fromRGB(255, 255, 255)

  5204. ScreenGui.wlstop.TextScaled = true

  5205. ScreenGui.wlstop.TextSize = 18.000

  5206. ScreenGui.wlstop.TextWrapped = true

  5207. ScreenGui.wlstop.MouseButton1Down:connect(function()

  5208. if wluser ~= nil then

  5209. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wluser .. " is no longer Whitelisted!", "All")

  5210. system("[System]: "..wluser.." is no longer whitelisted!")

  5211. wluser = nil

  5212. end

  5213. end)

  5214. ScreenGui.wlcmds.Name = "wlcmds"

  5215. ScreenGui.wlcmds.Parent = ScreenGui.whitelisttab

  5216. ScreenGui.wlcmds.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5217. ScreenGui.wlcmds.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5218. ScreenGui.wlcmds.BorderSizePixel = 3

  5219. ScreenGui.wlcmds.Position = UDim2.new(0.114974387, 0, 0.817126632, 0)

  5220. ScreenGui.wlcmds.Size = UDim2.new(0, 116, 0, 25)

  5221. ScreenGui.wlcmds.Font = Enum.Font.Gotham

  5222. ScreenGui.wlcmds.Text = "Whitelist Commands"

  5223. ScreenGui.wlcmds.TextColor3 = Color3.fromRGB(255, 255, 255)

  5224. ScreenGui.wlcmds.TextScaled = true

  5225. ScreenGui.wlcmds.TextSize = 18.000

  5226. ScreenGui.wlcmds.TextWrapped = true

  5227. ScreenGui.wlcmds.MouseButton1Down:connect(function()

  5228. ScreenGui.wlcmdtab.Visible = not ScreenGui.wlcmdtab.Visible

  5229. end)

  5230. ScreenGui.serverprotecttab.Name = "serverprotecttab"

  5231. ScreenGui.serverprotecttab.Parent = ScreenGui.tabholder

  5232. ScreenGui.serverprotecttab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5233. ScreenGui.serverprotecttab.BackgroundTransparency = 1.000

  5234. ScreenGui.serverprotecttab.Size = UDim2.new(0, 156, 0, 254)

  5235. ScreenGui.serverprotecttab.Visible = false

  5236. ScreenGui.title_12.Name = "title"

  5237. ScreenGui.title_12.Parent = ScreenGui.serverprotecttab

  5238. ScreenGui.title_12.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5239. ScreenGui.title_12.BackgroundTransparency = 1.000

  5240. ScreenGui.title_12.BorderSizePixel = 0

  5241. ScreenGui.title_12.Position = UDim2.new(0.256000012, 0, 0, 5)

  5242. ScreenGui.title_12.Size = UDim2.new(0, 75, 0, 22)

  5243. ScreenGui.title_12.Font = Enum.Font.Gotham

  5244. ScreenGui.title_12.Text = "Server Protection"

  5245. ScreenGui.title_12.TextColor3 = Color3.fromRGB(255, 255, 255)

  5246. ScreenGui.title_12.TextScaled = true

  5247. ScreenGui.title_12.TextSize = 16.000

  5248. ScreenGui.title_12.TextWrapped = true

  5249. ScreenGui.line_11.Name = "line"

  5250. ScreenGui.line_11.Parent = ScreenGui.serverprotecttab

  5251. ScreenGui.line_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5252. ScreenGui.line_11.BorderSizePixel = 0

  5253. ScreenGui.line_11.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  5254. ScreenGui.line_11.Size = UDim2.new(0, 125, 0, 1)

  5255. ScreenGui.line_11.Font = Enum.Font.SourceSans

  5256. ScreenGui.line_11.Text = ""

  5257. ScreenGui.line_11.TextColor3 = Color3.fromRGB(0, 0, 0)

  5258. ScreenGui.line_11.TextSize = 14.000

  5259. system("[System]: Welcome ".. game.Players.LocalPlayer.Name .. "!")

  5260. wait(2)

  5261. system("[System]: Thank you for using AdminJoy V2!")

  5262. wait(2)

  5263. system("[System]: Enjoy!")

  5264. ScreenGui.disable.Name = "disable"

  5265. ScreenGui.disable.Parent = ScreenGui.serverprotecttab

  5266. ScreenGui.disable.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5267. ScreenGui.disable.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5268. ScreenGui.disable.BorderSizePixel = 3

  5269. ScreenGui.disable.Position = UDim2.new(0.276, 0, 0.62, 0)

  5270. ScreenGui.disable.Size = UDim2.new(0, 70, 0, 25)

  5271. ScreenGui.disable.Font = Enum.Font.Gotham

  5272. ScreenGui.disable.Text = "Disable"

  5273. ScreenGui.disable.TextColor3 = Color3.fromRGB(255, 255, 255)

  5274. ScreenGui.disable.TextScaled = true

  5275. ScreenGui.disable.TextSize = 18.000

  5276. ScreenGui.disable.TextWrapped = true

  5277. ScreenGui.disable.MouseButton1Down:connect(function()

  5278. game:GetService'Players':Chat((":unanti"))

  5279. end)

  5280. ScreenGui.antikill.Name = "antikill"

  5281. ScreenGui.antikill.Parent = ScreenGui.serverprotecttab

  5282. ScreenGui.antikill.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5283. ScreenGui.antikill.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5284. ScreenGui.antikill.BorderSizePixel = 3

  5285. ScreenGui.antikill.Position = UDim2.new(0.0961538479, 0, 0.380118787, 0)

  5286. ScreenGui.antikill.Size = UDim2.new(0, 55, 0, 25)

  5287. ScreenGui.antikill.Font = Enum.Font.Gotham

  5288. ScreenGui.antikill.Text = "Antikill"

  5289. ScreenGui.antikill.TextColor3 = Color3.fromRGB(255, 255, 255)

  5290. ScreenGui.antikill.TextScaled = true

  5291. ScreenGui.antikill.TextSize = 18.000

  5292. ScreenGui.antikill.TextWrapped = true

  5293. ScreenGui.antikill.MouseButton1Down:connect(function()

  5294. game:GetService'Players':Chat(("!antikill"))

  5295. end)

  5296. ScreenGui.autoff.Name = "autoff"

  5297. ScreenGui.autoff.Parent = ScreenGui.serverprotecttab

  5298. ScreenGui.autoff.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5299. ScreenGui.autoff.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5300. ScreenGui.autoff.BorderSizePixel = 3

  5301. ScreenGui.autoff.Position = UDim2.new(0.538461566, 0, 0.380118787, 0)

  5302. ScreenGui.autoff.Size = UDim2.new(0, 55, 0, 25)

  5303. ScreenGui.autoff.Font = Enum.Font.Gotham

  5304. ScreenGui.autoff.Text = "AutoFF"

  5305. ScreenGui.autoff.TextColor3 = Color3.fromRGB(255, 255, 255)

  5306. ScreenGui.autoff.TextScaled = true

  5307. ScreenGui.autoff.TextSize = 18.000

  5308. ScreenGui.autoff.TextWrapped = true

  5309. ScreenGui.autoff.MouseButton1Down:connect(function()

  5310. game:GetService'Players':Chat(("!autoff"))

  5311. end)

  5312. ScreenGui.sphelp.Name = "sphelp"

  5313. ScreenGui.sphelp.Parent = ScreenGui.serverprotecttab

  5314. ScreenGui.sphelp.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5315. ScreenGui.sphelp.BackgroundTransparency = 1.000

  5316. ScreenGui.sphelp.BorderSizePixel = 0

  5317. ScreenGui.sphelp.Position = UDim2.new(0.0961538479, 0, 0.137795269, 5)

  5318. ScreenGui.sphelp.Size = UDim2.new(0, 124, 0, 32)

  5319. ScreenGui.sphelp.Font = Enum.Font.Gotham

  5320. ScreenGui.sphelp.Text = "Enable antikill or autoff for everyone"

  5321. ScreenGui.sphelp.TextColor3 = Color3.fromRGB(255, 255, 255)

  5322. ScreenGui.sphelp.TextScaled = true

  5323. ScreenGui.sphelp.TextSize = 16.000

  5324. ScreenGui.sphelp.TextWrapped = true

  5325. ScreenGui.creditstab.Name = "creditstab"

  5326. ScreenGui.creditstab.Parent = ScreenGui.tabholder

  5327. ScreenGui.creditstab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5328. ScreenGui.creditstab.BackgroundTransparency = 1.000

  5329. ScreenGui.creditstab.Size = UDim2.new(0, 156, 0, 254)

  5330. ScreenGui.creditstab.Visible = false

  5331. ScreenGui.title_13.Name = "title"

  5332. ScreenGui.title_13.Parent = ScreenGui.creditstab

  5333. ScreenGui.title_13.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5334. ScreenGui.title_13.BackgroundTransparency = 1.000

  5335. ScreenGui.title_13.BorderSizePixel = 0

  5336. ScreenGui.title_13.Position = UDim2.new(0.256000012, 0, 0, 5)

  5337. ScreenGui.title_13.Size = UDim2.new(0, 75, 0, 22)

  5338. ScreenGui.title_13.Font = Enum.Font.Gotham

  5339. ScreenGui.title_13.Text = "Credits"

  5340. ScreenGui.title_13.TextColor3 = Color3.fromRGB(255, 255, 255)

  5341. ScreenGui.title_13.TextSize = 16.000

  5342. ScreenGui.title_13.TextWrapped = true

  5343. ScreenGui.line_12.Name = "line"

  5344. ScreenGui.line_12.Parent = ScreenGui.creditstab

  5345. ScreenGui.line_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5346. ScreenGui.line_12.BorderSizePixel = 0

  5347. ScreenGui.line_12.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  5348. ScreenGui.line_12.Size = UDim2.new(0, 125, 0, 1)

  5349. ScreenGui.line_12.Font = Enum.Font.SourceSans

  5350. ScreenGui.line_12.Text = ""

  5351. ScreenGui.line_12.TextColor3 = Color3.fromRGB(0, 0, 0)

  5352. ScreenGui.line_12.TextSize = 14.000

  5353. ScreenGui.credithelp0.Name = "credithelp0"

  5354. ScreenGui.credithelp0.Parent = ScreenGui.creditstab

  5355. ScreenGui.credithelp0.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5356. ScreenGui.credithelp0.BackgroundTransparency = 1.000

  5357. ScreenGui.credithelp0.BorderSizePixel = 0

  5358. ScreenGui.credithelp0.Position = UDim2.new(0.0897435918, 0, 0.137795269, 5)

  5359. ScreenGui.credithelp0.Size = UDim2.new(0, 125, 0, 20)

  5360. ScreenGui.credithelp0.Font = Enum.Font.Gotham

  5361. ScreenGui.credithelp0.Text = "Script Made by:"

  5362. ScreenGui.credithelp0.TextColor3 = Color3.fromRGB(255, 255, 255)

  5363. ScreenGui.credithelp0.TextScaled = true

  5364. ScreenGui.credithelp0.TextSize = 16.000

  5365. ScreenGui.credithelp0.TextWrapped = true

  5366. ScreenGui.credithelp1.Name = "credithelp1"

  5367. ScreenGui.credithelp1.Parent = ScreenGui.creditstab

  5368. ScreenGui.credithelp1.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5369. ScreenGui.credithelp1.BackgroundTransparency = 1.000

  5370. ScreenGui.credithelp1.BorderSizePixel = 0

  5371. ScreenGui.credithelp1.Position = UDim2.new(0.0961538479, 0, 0.38188976, 5)

  5372. ScreenGui.credithelp1.Size = UDim2.new(0, 125, 0, 20)

  5373. ScreenGui.credithelp1.Font = Enum.Font.Gotham

  5374. ScreenGui.credithelp1.Text = "Ex_Zviye(Roblox)"

  5375. ScreenGui.credithelp1.TextColor3 = Color3.fromRGB(255, 255, 255)

  5376. ScreenGui.credithelp1.TextScaled = true

  5377. ScreenGui.credithelp1.TextSize = 16.000

  5378. ScreenGui.credithelp1.TextWrapped = true

  5379. ScreenGui.credithelp2.Name = "credithelp2"

  5380. ScreenGui.credithelp2.Parent = ScreenGui.creditstab

  5381. ScreenGui.credithelp2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5382. ScreenGui.credithelp2.BackgroundTransparency = 1.000

  5383. ScreenGui.credithelp2.BorderSizePixel = 0

  5384. ScreenGui.credithelp2.Position = UDim2.new(0.0897435918, 0, 0.51968503, 5)

  5385. ScreenGui.credithelp2.Size = UDim2.new(0, 125, 0, 20)

  5386. ScreenGui.credithelp2.Font = Enum.Font.Gotham

  5387. ScreenGui.credithelp2.Text = "Zviye#0728(Discord)"

  5388. ScreenGui.credithelp2.TextColor3 = Color3.fromRGB(255, 255, 255)

  5389. ScreenGui.credithelp2.TextScaled = true

  5390. ScreenGui.credithelp2.TextSize = 16.000

  5391. ScreenGui.credithelp2.TextWrapped = true

  5392. ScreenGui.Morphtab.Name = "Morphtab"

  5393. ScreenGui.Morphtab.Parent = ScreenGui.tabholder

  5394. ScreenGui.Morphtab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5395. ScreenGui.Morphtab.BackgroundTransparency = 1.000

  5396. ScreenGui.Morphtab.BorderColor3 = Color3.fromRGB(27, 42, 53)

  5397. ScreenGui.Morphtab.Size = UDim2.new(0, 156, 0, 254)

  5398. ScreenGui.Morphtab.Visible = false

  5399. ScreenGui.title_14.Name = "title"

  5400. ScreenGui.title_14.Parent = ScreenGui.Morphtab

  5401. ScreenGui.title_14.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5402. ScreenGui.title_14.BackgroundTransparency = 1.000

  5403. ScreenGui.title_14.BorderSizePixel = 0

  5404. ScreenGui.title_14.Position = UDim2.new(0.256000012, 0, 0, 5)

  5405. ScreenGui.title_14.Size = UDim2.new(0, 75, 0, 22)

  5406. ScreenGui.title_14.Font = Enum.Font.Gotham

  5407. ScreenGui.title_14.Text = "Morph"

  5408. ScreenGui.title_14.TextColor3 = Color3.fromRGB(255, 255, 255)

  5409. ScreenGui.title_14.TextSize = 16.000

  5410. ScreenGui.title_14.TextWrapped = true

  5411. ScreenGui.line_13.Name = "line"

  5412. ScreenGui.line_13.Parent = ScreenGui.Morphtab

  5413. ScreenGui.line_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5414. ScreenGui.line_13.BorderSizePixel = 0

  5415. ScreenGui.line_13.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  5416. ScreenGui.line_13.Size = UDim2.new(0, 125, 0, 1)

  5417. ScreenGui.line_13.Font = Enum.Font.SourceSans

  5418. ScreenGui.line_13.Text = ""

  5419. ScreenGui.line_13.TextColor3 = Color3.fromRGB(0, 0, 0)

  5420. ScreenGui.line_13.TextSize = 14.000

  5421. ScreenGui.joy.Name = "joy"

  5422. ScreenGui.joy.Parent = ScreenGui.Morphtab

  5423. ScreenGui.joy.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5424. ScreenGui.joy.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5425. ScreenGui.joy.BorderSizePixel = 3

  5426. ScreenGui.joy.Position = UDim2.new(0.0897435918, 0, 0.15177232, 0)

  5427. ScreenGui.joy.Size = UDim2.new(0, 131, 0, 25)

  5428. ScreenGui.joy.Font = Enum.Font.Gotham

  5429. ScreenGui.joy.Text = "Joy :)"

  5430. ScreenGui.joy.TextColor3 = Color3.fromRGB(255, 255, 255)

  5431. ScreenGui.joy.TextSize = 18.000

  5432. ScreenGui.joy.TextWrapped = true

  5433. ScreenGui.joy.MouseButton1Down:connect(function()

  5434. game:GetService'Players':Chat((":Joy"))

  5435. end)

  5436. ScreenGui.aka.Name = "aka"

  5437. ScreenGui.aka.Parent = ScreenGui.Morphtab

  5438. ScreenGui.aka.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5439. ScreenGui.aka.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5440. ScreenGui.aka.BorderSizePixel = 3

  5441. ScreenGui.aka.Position = UDim2.new(0.0897435918, 0, 0.325000674, 0)

  5442. ScreenGui.aka.Size = UDim2.new(0, 131, 0, 25)

  5443. ScreenGui.aka.Font = Enum.Font.Gotham

  5444. ScreenGui.aka.Text = "Aka Muichiro"

  5445. ScreenGui.aka.TextColor3 = Color3.fromRGB(255, 255, 255)

  5446. ScreenGui.aka.TextSize = 18.000

  5447. ScreenGui.aka.TextWrapped = true

  5448. ScreenGui.aka.MouseButton1Down:connect(function()

  5449. game:GetService'Players':Chat((":aka"))

  5450. end)

  5451. ScreenGui.jester.Name = "jester"

  5452. ScreenGui.jester.Parent = ScreenGui.Morphtab

  5453. ScreenGui.jester.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5454. ScreenGui.jester.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5455. ScreenGui.jester.BorderSizePixel = 3

  5456. ScreenGui.jester.Position = UDim2.new(0.0897435918, 0, 0.494291991, 0)

  5457. ScreenGui.jester.Size = UDim2.new(0, 131, 0, 25)

  5458. ScreenGui.jester.Font = Enum.Font.Gotham

  5459. ScreenGui.jester.Text = "Jester"

  5460. ScreenGui.jester.TextColor3 = Color3.fromRGB(255, 255, 255)

  5461. ScreenGui.jester.TextSize = 18.000

  5462. ScreenGui.jester.TextWrapped = true

  5463. ScreenGui.jester.MouseButton1Down:connect(function()

  5464. game:GetService'Players':Chat((":Jester"))

  5465. end)

  5466. ScreenGui.raja.Name = "raja"

  5467. ScreenGui.raja.Parent = ScreenGui.Morphtab

  5468. ScreenGui.raja.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5469. ScreenGui.raja.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5470. ScreenGui.raja.BorderSizePixel = 3

  5471. ScreenGui.raja.Position = UDim2.new(0.0897435918, 0, 0.655709267, 0)

  5472. ScreenGui.raja.Size = UDim2.new(0, 131, 0, 25)

  5473. ScreenGui.raja.Font = Enum.Font.Gotham

  5474. ScreenGui.raja.Text = "Raja"

  5475. ScreenGui.raja.TextColor3 = Color3.fromRGB(255, 255, 255)

  5476. ScreenGui.raja.TextSize = 18.000

  5477. ScreenGui.raja.TextWrapped = true

  5478. ScreenGui.raja.MouseButton1Down:connect(function()

  5479. game:GetService'Players':Chat((":raja"))

  5480. end)

  5481. ScreenGui.darklord.Name = "darklord"

  5482. ScreenGui.darklord.Parent = ScreenGui.Morphtab

  5483. ScreenGui.darklord.BackgroundColor3 = Color3.fromRGB(9, 9, 9)

  5484. ScreenGui.darklord.BorderColor3 = Color3.fromRGB(26, 26, 26)

  5485. ScreenGui.darklord.BorderSizePixel = 3

  5486. ScreenGui.darklord.Position = UDim2.new(0.0769230798, 0, 0.817126632, 0)

  5487. ScreenGui.darklord.Size = UDim2.new(0, 131, 0, 25)

  5488. ScreenGui.darklord.Font = Enum.Font.Gotham

  5489. ScreenGui.darklord.Text = "Dark Lord"

  5490. ScreenGui.darklord.TextColor3 = Color3.fromRGB(255, 255, 255)

  5491. ScreenGui.darklord.TextSize = 18.000

  5492. ScreenGui.darklord.TextWrapped = true

  5493. ScreenGui.darklord.MouseButton1Down:connect(function()

  5494. game:GetService'Players':Chat((":Dark_Lord"))

  5495. end)

  5496. ScreenGui.hktab.Name = "hktab"

  5497. ScreenGui.hktab.Parent = ScreenGui.tabholder

  5498. ScreenGui.hktab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5499. ScreenGui.hktab.BackgroundTransparency = 1.000

  5500. ScreenGui.hktab.Size = UDim2.new(0, 156, 0, 254)

  5501. ScreenGui.hktab.Visible = false

  5502. ScreenGui.title_15.Name = "title"

  5503. ScreenGui.title_15.Parent = ScreenGui.hktab

  5504. ScreenGui.title_15.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5505. ScreenGui.title_15.BackgroundTransparency = 1.000

  5506. ScreenGui.title_15.BorderSizePixel = 0

  5507. ScreenGui.title_15.Position = UDim2.new(0.256000012, 0, 0, 5)

  5508. ScreenGui.title_15.Size = UDim2.new(0, 75, 0, 22)

  5509. ScreenGui.title_15.Font = Enum.Font.Gotham

  5510. ScreenGui.title_15.Text = "Hotkeys"

  5511. ScreenGui.title_15.TextColor3 = Color3.fromRGB(255, 255, 255)

  5512. ScreenGui.title_15.TextSize = 16.000

  5513. ScreenGui.title_15.TextWrapped = true

  5514. ScreenGui.line_14.Name = "line"

  5515. ScreenGui.line_14.Parent = ScreenGui.hktab

  5516. ScreenGui.line_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5517. ScreenGui.line_14.BorderSizePixel = 0

  5518. ScreenGui.line_14.Position = UDim2.new(0.0897435844, 0, 0.106299214, 0)

  5519. ScreenGui.line_14.Size = UDim2.new(0, 125, 0, 1)

  5520. ScreenGui.line_14.Font = Enum.Font.SourceSans

  5521. ScreenGui.line_14.Text = ""

  5522. ScreenGui.line_14.TextColor3 = Color3.fromRGB(0, 0, 0)

  5523. ScreenGui.line_14.TextSize = 14.000

  5524. own()

  5525. ScreenGui.credithelp0_2.Name = "credithelp0"

  5526. ScreenGui.credithelp0_2.Parent = ScreenGui.hktab

  5527. ScreenGui.credithelp0_2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5528. ScreenGui.credithelp0_2.BackgroundTransparency = 1.000

  5529. ScreenGui.credithelp0_2.BorderSizePixel = 0

  5530. ScreenGui.credithelp0_2.Position = UDim2.new(0.0897435918, 0, 0.114173226, 5)

  5531. ScreenGui.credithelp0_2.Size = UDim2.new(0, 125, 0, 210)

  5532. ScreenGui.credithelp0_2.Font = Enum.Font.Gotham

  5533. 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"

  5534. ScreenGui.credithelp0_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  5535. ScreenGui.credithelp0_2.TextSize = 16.000

  5536. ScreenGui.credithelp0_2.TextWrapped = true

  5537. ScreenGui.credithelp0_2.TextXAlignment = Enum.TextXAlignment.Left

  5538. ScreenGui.openclose.Name = "openclose"

  5539. ScreenGui.openclose.Parent = ScreenGui.main

  5540. ScreenGui.openclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5541. ScreenGui.openclose.BackgroundTransparency = 1.000

  5542. ScreenGui.openclose.BorderSizePixel = 0

  5543. ScreenGui.openclose.Position = UDim2.new(0.801282048, 0, 0, 0)

  5544. ScreenGui.openclose.Size = UDim2.new(0, 31, 0, 31)

  5545. ScreenGui.openclose.Font = Enum.Font.Gotham

  5546. ScreenGui.openclose.Text = "-"

  5547. ScreenGui.openclose.TextColor3 = Color3.fromRGB(255, 255, 255)

  5548. ScreenGui.openclose.TextScaled = true

  5549. ScreenGui.openclose.TextSize = 14.000

  5550. ScreenGui.openclose.TextWrapped = true

  5551. local opencl = 0

  5552. ScreenGui.openclose.MouseButton1Down:Connect(function()

  5553. opencl = opencl + 1

  5554. if opencl == 1 then

  5555. ScreenGui.bg.BackgroundTransparency = 0

  5556. ScreenGui.page1.Visible = true

  5557. ScreenGui.tabholder.Visible = false

  5558. end

  5559. if opencl == 2 then

  5560. opencl = 0

  5561. ScreenGui.bg.BackgroundTransparency = 1

  5562. ScreenGui.page1.Visible = false

  5563. ScreenGui.page2.Visible = false

  5564. ScreenGui.page3.Visible = false

  5565. ScreenGui.tabholder.Visible = false

  5566. end

  5567. end)

  5568. ScreenGui.commandtab.Name = "commandtab"

  5569. ScreenGui.commandtab.Parent = ScreenGui.main

  5570. ScreenGui.commandtab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)

  5571. ScreenGui.commandtab.BorderColor3 = Color3.fromRGB(35, 35, 35)

  5572. ScreenGui.commandtab.BorderSizePixel = 3

  5573. ScreenGui.commandtab.Position = UDim2.new(1.19871795, 0, 0.00701754401, 0)

  5574. ScreenGui.commandtab.Size = UDim2.new(0, 275, 0, 350)

  5575. ScreenGui.commandtab.CanvasSize = UDim2.new(0, 0, 13, 0)

  5576. ScreenGui.commandtab.ScrollBarThickness = 0

  5577. ScreenGui.commandtab.Visible = false

  5578. ScreenGui.commandtab.Active = true

  5579. ScreenGui.commandtab.Selectable = true

  5580. ScreenGui.commandtab.Draggable = true

  5581. ScreenGui.cmds_2.Name = "cmds"

  5582. ScreenGui.cmds_2.Parent = ScreenGui.commandtab

  5583. ScreenGui.cmds_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5584. ScreenGui.cmds_2.BackgroundTransparency = 1.000

  5585. ScreenGui.cmds_2.Position = UDim2.new(0.0237154141, 0, 0.00128303841, 0)

  5586. ScreenGui.cmds_2.Size = UDim2.new(0, 267, 0, 3700)

  5587. ScreenGui.cmds_2.Font = Enum.Font.Gotham

  5588. 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"

  5589. ScreenGui.cmds_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  5590. ScreenGui.cmds_2.TextSize = 14.000

  5591. ScreenGui.cmds_2.TextWrapped = true

  5592. ScreenGui.cmds_2.TextXAlignment = Enum.TextXAlignment.Left

  5593. ScreenGui.title_16.Name = "title"

  5594. ScreenGui.title_16.Parent = ScreenGui.commandtab

  5595. ScreenGui.title_16.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5596. ScreenGui.title_16.BackgroundTransparency = 1.000

  5597. ScreenGui.title_16.BorderSizePixel = 0

  5598. ScreenGui.title_16.Position = UDim2.new(0.288727254, 0, 0.0047657229, 5)

  5599. ScreenGui.title_16.Size = UDim2.new(0, 115, 0, 22)

  5600. ScreenGui.title_16.Font = Enum.Font.Gotham

  5601. ScreenGui.title_16.Text = "Commands"

  5602. ScreenGui.title_16.TextColor3 = Color3.fromRGB(255, 255, 255)

  5603. ScreenGui.title_16.TextScaled = true

  5604. ScreenGui.title_16.TextSize = 18.000

  5605. ScreenGui.title_16.TextWrapped = true

  5606. ScreenGui.line_15.Name = "line"

  5607. ScreenGui.line_15.Parent = ScreenGui.commandtab

  5608. ScreenGui.line_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5609. ScreenGui.line_15.BorderSizePixel = 0

  5610. ScreenGui.line_15.Position = UDim2.new(0.217016295, 0, 0.0143804383, 0)

  5611. ScreenGui.line_15.Size = UDim2.new(0, 155, 0, 1)

  5612. ScreenGui.line_15.Font = Enum.Font.SourceSans

  5613. ScreenGui.line_15.Text = ""

  5614. ScreenGui.line_15.TextColor3 = Color3.fromRGB(0, 0, 0)

  5615. ScreenGui.line_15.TextSize = 14.000

  5616. ScreenGui.cmdopenclose.Name = "cmdopenclose"

  5617. ScreenGui.cmdopenclose.Parent = ScreenGui.commandtab

  5618. ScreenGui.cmdopenclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5619. ScreenGui.cmdopenclose.BackgroundTransparency = 1.000

  5620. ScreenGui.cmdopenclose.BorderSizePixel = 0

  5621. ScreenGui.cmdopenclose.Position = UDim2.new(0.884918392, 0, -0.000269905548, 0)

  5622. ScreenGui.cmdopenclose.Size = UDim2.new(0, 31, 0, 31)

  5623. ScreenGui.cmdopenclose.Font = Enum.Font.Gotham

  5624. ScreenGui.cmdopenclose.Text = "-"

  5625. ScreenGui.cmdopenclose.TextColor3 = Color3.fromRGB(255, 255, 255)

  5626. ScreenGui.cmdopenclose.TextScaled = true

  5627. ScreenGui.cmdopenclose.TextSize = 14.000

  5628. ScreenGui.cmdopenclose.TextWrapped = true

  5629. ScreenGui.cmdopenclose.MouseButton1Down:connect(function()

  5630. ScreenGui.commandtab.Visible = false

  5631. end)

  5632. ScreenGui.wlcmdtab.Name = "wlcmdtab"

  5633. ScreenGui.wlcmdtab.Parent = ScreenGui.main

  5634. ScreenGui.wlcmdtab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)

  5635. ScreenGui.wlcmdtab.BorderColor3 = Color3.fromRGB(35, 35, 35)

  5636. ScreenGui.wlcmdtab.BorderSizePixel = 3

  5637. ScreenGui.wlcmdtab.Position = UDim2.new(3.22435904, 0, -0.00350877643, 0)

  5638. ScreenGui.wlcmdtab.Size = UDim2.new(0, 203, 0, 239)

  5639. ScreenGui.wlcmdtab.Visible = false

  5640. ScreenGui.wlcmdtab.Active = true

  5641. ScreenGui.wlcmdtab.Draggable = true

  5642. ScreenGui.wlcmdtabtitle.Name = "wlcmdtabtitle"

  5643. ScreenGui.wlcmdtabtitle.Parent = ScreenGui.wlcmdtab

  5644. ScreenGui.wlcmdtabtitle.BackgroundColor3 = Color3.fromRGB(12, 12, 12)

  5645. ScreenGui.wlcmdtabtitle.BackgroundTransparency = 1.000

  5646. ScreenGui.wlcmdtabtitle.BorderSizePixel = 0

  5647. ScreenGui.wlcmdtabtitle.Position = UDim2.new(0.315113306, 0, -0.00836820062, 5)

  5648. ScreenGui.wlcmdtabtitle.Size = UDim2.new(0, 75, 0, 22)

  5649. ScreenGui.wlcmdtabtitle.Font = Enum.Font.Gotham

  5650. ScreenGui.wlcmdtabtitle.Text = "Whitelist Commands"

  5651. ScreenGui.wlcmdtabtitle.TextColor3 = Color3.fromRGB(255, 255, 255)

  5652. ScreenGui.wlcmdtabtitle.TextScaled = true

  5653. ScreenGui.wlcmdtabtitle.TextSize = 16.000

  5654. ScreenGui.wlcmdtabtitle.TextWrapped = true

  5655. ScreenGui.wlcmdtabline.Name = "wlcmdtabline"

  5656. ScreenGui.wlcmdtabline.Parent = ScreenGui.wlcmdtab

  5657. ScreenGui.wlcmdtabline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5658. ScreenGui.wlcmdtabline.BorderSizePixel = 0

  5659. ScreenGui.wlcmdtabline.Position = UDim2.new(0.188265741, 0, 0.127219722, 0)

  5660. ScreenGui.wlcmdtabline.Size = UDim2.new(0, 125, 0, 1)

  5661. ScreenGui.wlcmdtabline.Font = Enum.Font.SourceSans

  5662. ScreenGui.wlcmdtabline.Text = ""

  5663. ScreenGui.wlcmdtabline.TextColor3 = Color3.fromRGB(0, 0, 0)

  5664. ScreenGui.wlcmdtabline.TextSize = 14.000

  5665. ScreenGui.wlcmdtabcmdlist.Name = "wlcmdtabcmdlist"

  5666. ScreenGui.wlcmdtabcmdlist.Parent = ScreenGui.wlcmdtab

  5667. ScreenGui.wlcmdtabcmdlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5668. ScreenGui.wlcmdtabcmdlist.BackgroundTransparency = 1.000

  5669. ScreenGui.wlcmdtabcmdlist.Position = UDim2.new(0.0295566507, 0, 0.15481171, 0)

  5670. ScreenGui.wlcmdtabcmdlist.Size = UDim2.new(0, 197, 0, 196)

  5671. ScreenGui.wlcmdtabcmdlist.Font = Enum.Font.Gotham

  5672. 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]"

  5673. ScreenGui.wlcmdtabcmdlist.TextColor3 = Color3.fromRGB(255, 255, 255)

  5674. ScreenGui.wlcmdtabcmdlist.TextScaled = true

  5675. ScreenGui.wlcmdtabcmdlist.TextSize = 14.000

  5676. ScreenGui.wlcmdtabcmdlist.TextWrapped = true

  5677. ScreenGui.wlcmdtabcmdlist.TextXAlignment = Enum.TextXAlignment.Left

  5678. ScreenGui.wlcmdtabclose.Name = "wlcmdtabclose"

  5679. ScreenGui.wlcmdtabclose.Parent = ScreenGui.wlcmdtab

  5680. ScreenGui.wlcmdtabclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  5681. ScreenGui.wlcmdtabclose.BackgroundTransparency = 1.000

  5682. ScreenGui.wlcmdtabclose.BorderSizePixel = 0

  5683. ScreenGui.wlcmdtabclose.Position = UDim2.new(0.845509529, 0, 0.00391419465, 0)

  5684. ScreenGui.wlcmdtabclose.Size = UDim2.new(0, 31, 0, 31)

  5685. ScreenGui.wlcmdtabclose.Font = Enum.Font.Gotham

  5686. ScreenGui.wlcmdtabclose.Text = "-"

  5687. ScreenGui.wlcmdtabclose.TextColor3 = Color3.fromRGB(255, 255, 255)

  5688. ScreenGui.wlcmdtabclose.TextScaled = true

  5689. ScreenGui.wlcmdtabclose.TextSize = 14.000

  5690. ScreenGui.wlcmdtabclose.TextWrapped = true

  5691. ScreenGui.wlcmdtabclose.MouseButton1Down:connect(function()

  5692. ScreenGui.wlcmdtab.Visible = false

  5693. end)

AdminJoy V2 (kohls admin house gui) - Pastebin.com (2024)

FAQs

What does Kohl's admin do in Roblox? ›

Kohls Admin House BC is a freeplay place hosting the famous Command script, Kohl's Admin Commands. Players with admin privileges can use commands to either entertain or annoy others. (Owners and "true" admins are given more commands.)

What does troll admin do in free admin Roblox? ›

Troll Admin gives you: Ability to use admin commands on everyone in the server at once! Abilities: ":Blur", :Kick", ":Mute", ":Punish", and ":Kill" Green default chat color. You can change it to any color you want using the :chatColor command! Be one of the most powerful players in the game with Troll Admin!

Can I be admin in Roblox? ›

Administrator badges are given out to people who work for Roblox to make them easily identifiable to the community. Administrators and Moderators are all adults over the age of 18 who work at Roblox as a paying job.

What is the best admin to use on Roblox? ›

If you have enough experience, I'd advise you to make your own admin. As it's your code, it'd be easier for you to understand and change in an easier manner. However, if you have no experience, I definitely advise using Kohl's or HD Admin.

What is the role of admin in Roblox? ›

Administrators are employees of ROBLOX Corporation who assist in maintaining the ROBLOX service. Contrary to popular belief, not all administrators are responsible for moderation.

What do admins do in Roblox games? ›

An administrator (admin) is a Roblox employee who may have also been granted the Administrator badge on the site. Some employees are given special privileges to perform certain actions on the platform that regular users cannot do, however not all staff members have these powers.

What are admin commands in Roblox? ›

An admin command is a keyword or phrase that a user with certain level of control can type into the chat window to trigger an action. This library uses chat modules, which allows for easy implementation of admin commands on top of the legacy chat system.

Top Articles
Latest Posts
Article information

Author: Fredrick Kertzmann

Last Updated:

Views: 6070

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Fredrick Kertzmann

Birthday: 2000-04-29

Address: Apt. 203 613 Huels Gateway, Ralphtown, LA 40204

Phone: +2135150832870

Job: Regional Design Producer

Hobby: Nordic skating, Lacemaking, Mountain biking, Rowing, Gardening, Water sports, role-playing games

Introduction: My name is Fredrick Kertzmann, I am a gleaming, encouraging, inexpensive, thankful, tender, quaint, precious person who loves writing and wants to share my knowledge and understanding with you.