Advertisement
jdcj2013

Adminjoy GUI v1 reupload

Mar 29th, 2022
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 114.60 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local OpenClose = Instance.new("TextButton")
  4. local Buttons = Instance.new("Frame")
  5. local spam = Instance.new("TextButton")
  6. local super = Instance.new("TextButton")
  7. local teleport = Instance.new("TextButton")
  8. local kit = Instance.new("TextButton")
  9. local localb = Instance.new("TextButton")
  10. local morph = Instance.new("TextButton")
  11. local emote = Instance.new("TextButton")
  12. local credit = Instance.new("TextButton")
  13. local cmds = Instance.new("TextButton")
  14. local Title = Instance.new("TextLabel")
  15. local Spamtab = Instance.new("Frame")
  16. local Delaybox = Instance.new("TextBox")
  17. local delaytitle = Instance.new("TextLabel")
  18. local Commandtitle = Instance.new("TextLabel")
  19. local Commandbox = Instance.new("TextBox")
  20. local title = Instance.new("TextLabel")
  21. local line = Instance.new("TextLabel")
  22. local Start = Instance.new("TextButton")
  23. local Stop = Instance.new("TextButton")
  24. local Supertab = Instance.new("Frame")
  25. local Commandtitle_2 = Instance.new("TextLabel")
  26. local Commandbox_2 = Instance.new("TextBox")
  27. local title_2 = Instance.new("TextLabel")
  28. local line_2 = Instance.new("TextLabel")
  29. local executetitle = Instance.new("TextLabel")
  30. local execute = Instance.new("TextButton")
  31. local Emotestab = Instance.new("Frame")
  32. local title_3 = Instance.new("TextLabel")
  33. local line_3 = Instance.new("TextLabel")
  34. local crouch = Instance.new("TextButton")
  35. local hmm = Instance.new("TextButton")
  36. local armspin = Instance.new("TextButton")
  37. local loophead = Instance.new("TextButton")
  38. local scream = Instance.new("TextButton")
  39. local headraise = Instance.new("TextButton")
  40. local dab = Instance.new("TextButton")
  41. local crawl = Instance.new("TextButton")
  42. local headtoss = Instance.new("TextButton")
  43. local dance = Instance.new("TextButton")
  44. local teleporttab = Instance.new("Frame")
  45. local title_4 = Instance.new("TextLabel")
  46. local line_4 = Instance.new("TextLabel")
  47. local house = Instance.new("TextButton")
  48. local uhouse = Instance.new("TextButton")
  49. local pads = Instance.new("TextButton")
  50. local spawn1 = Instance.new("TextButton")
  51. local spawn2 = Instance.new("TextButton")
  52. local spawn3 = Instance.new("TextButton")
  53. local obby = Instance.new("TextButton")
  54. local Kitstab = Instance.new("Frame")
  55. local title_5 = Instance.new("TextLabel")
  56. local line_5 = Instance.new("TextLabel")
  57. local kitgod = Instance.new("TextButton")
  58. local kitgun = Instance.new("TextButton")
  59. local kitdark = Instance.new("TextButton")
  60. local kitbow = Instance.new("TextButton")
  61. local kitninja = Instance.new("TextButton")
  62. local kitmagic = Instance.new("TextButton")
  63. local kitomni = Instance.new("TextButton")
  64. local kitdagger = Instance.new("TextButton")
  65. local kitcrossbow = Instance.new("TextButton")
  66. local kitknife = Instance.new("TextButton")
  67. local kitpotion = Instance.new("TextButton")
  68. local kitscythe = Instance.new("TextButton")
  69. local kitsword = Instance.new("TextButton")
  70. local Morphstab = Instance.new("Frame")
  71. local title_6 = Instance.new("TextLabel")
  72. local line_6 = Instance.new("TextLabel")
  73. local jester = Instance.new("TextButton")
  74. local aka = Instance.new("TextButton")
  75. local joy = Instance.new("TextButton")
  76. local darklord = Instance.new("TextButton")
  77. local cmdtab = Instance.new("Frame")
  78. local title_7 = Instance.new("TextLabel")
  79. local line_7 = Instance.new("TextLabel")
  80. local list = Instance.new("ScrollingFrame")
  81. local oof = Instance.new("TextLabel")
  82. local Credittab = Instance.new("Frame")
  83. local title_8 = Instance.new("TextLabel")
  84. local line_8 = Instance.new("TextLabel")
  85. local cred1 = Instance.new("TextLabel")
  86. local cred1_2 = Instance.new("TextLabel")
  87. local cred1_3 = Instance.new("TextLabel")
  88. local localtab = Instance.new("Frame")
  89. local title_9 = Instance.new("TextLabel")
  90. local line_9 = Instance.new("TextLabel")
  91. local here = Instance.new("TextButton")
  92. local back = Instance.new("TextButton")
  93. local acolor = Instance.new("TextButton")
  94. local purge = Instance.new("TextButton")
  95. local zawarudo = Instance.new("TextButton")
  96. local bcolor = Instance.new("TextButton")
  97. local rejoin = Instance.new("TextButton")
  98. local ccolor = Instance.new("TextButton")
  99. local Stop_2 = Instance.new("TextButton")
  100. local ms = Instance.new("TextButton")
  101. local Go = Instance.new("TextButton")
  102. local sky = Instance.new("TextButton")
  103. local regen = Instance.new("TextButton")
  104. local redhell = Instance.new("TextButton")
  105. local rainbow = Instance.new("TextButton")
  106. local clicktp = Instance.new("TextButton")
  107. local stopcmds = Instance.new("TextButton")
  108. local val = 0
  109.  
  110. ScreenGui.Parent = game.CoreGui
  111. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  112.  
  113. main.Name = "main"
  114. main.Parent = ScreenGui
  115. main.BackgroundColor3 = Color3.fromRGB(8, 8, 8)
  116. main.BorderSizePixel = 0
  117. main.Position = UDim2.new(0.0977168977, 0, 0.3360129, 0)
  118. main.Size = UDim2.new(0, 237, 0, 33)
  119. main.Visible = true
  120. main.Draggable = true
  121. main.Active = true
  122.  
  123. OpenClose.Name = "Open/Close"
  124. OpenClose.Parent = main
  125. OpenClose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. OpenClose.BackgroundTransparency = 1.000
  127. OpenClose.BorderSizePixel = 0
  128. OpenClose.Position = UDim2.new(0.818565428, 0, 0, 0)
  129. OpenClose.Size = UDim2.new(0, 43, 0, 35)
  130. OpenClose.Font = Enum.Font.Gotham
  131. OpenClose.Text = "-"
  132. OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. OpenClose.TextScaled = true
  134. OpenClose.TextSize = 22.000
  135. OpenClose.TextWrapped = true
  136. OpenClose.MouseButton1Down:connect(function()
  137.     val = val + 1
  138.     if val == 1 then
  139.     Credittab.Visible = false
  140.     Emotestab.Visible = false
  141.     Kitstab.Visible = false
  142.     Morphstab.Visible = false
  143.     Spamtab.Visible = false
  144.     Supertab.Visible = false
  145.     cmdtab.Visible = false
  146.     localtab.Visible = false
  147.     teleporttab.Visible = false
  148.     Buttons.Visible = true
  149.     end
  150.     if val == 2 then
  151.         val = 0
  152.     Credittab.Visible = false
  153.     Emotestab.Visible = false
  154.     Kitstab.Visible = false
  155.     Morphstab.Visible = false
  156.     Spamtab.Visible = false
  157.     Supertab.Visible = false
  158.     cmdtab.Visible = false
  159.     localtab.Visible = false
  160.     teleporttab.Visible = false
  161.     Buttons.Visible = false
  162.     end
  163. end)
  164.  
  165. Buttons.Name = "Buttons"
  166. Buttons.Parent = main
  167. Buttons.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  168. Buttons.BorderSizePixel = 0
  169. Buttons.Position = UDim2.new(0, 0, 0.999999523, 0)
  170. Buttons.Size = UDim2.new(0, 237, 0, 433)
  171. Buttons.Visible = false
  172.  
  173. spam.Name = "spam"
  174. spam.Parent = Buttons
  175. spam.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  176. spam.BorderColor3 = Color3.fromRGB(12, 12, 12)
  177. spam.BorderSizePixel = 5
  178. spam.Position = UDim2.new(0.050999999, 0, 0.0250000004, 0)
  179. spam.Size = UDim2.new(0, 212, 0, 29)
  180. spam.Font = Enum.Font.Gotham
  181. spam.Text = "Spam"
  182. spam.TextColor3 = Color3.fromRGB(241, 241, 241)
  183. spam.TextSize = 20.000
  184. spam.MouseButton1Down:connect(function()
  185.     Credittab.Visible = false
  186.     Emotestab.Visible = false
  187.     Kitstab.Visible = false
  188.     Morphstab.Visible = false
  189.     Spamtab.Visible = true
  190.     Supertab.Visible = false
  191.     cmdtab.Visible = false
  192.     localtab.Visible = false
  193.     teleporttab.Visible = false
  194. end)
  195.  
  196. super.Name = "super"
  197. super.Parent = Buttons
  198. super.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  199. super.BorderColor3 = Color3.fromRGB(12, 12, 12)
  200. super.BorderSizePixel = 5
  201. super.Position = UDim2.new(0.050999999, 0, 0.142494947, 0)
  202. super.Size = UDim2.new(0, 212, 0, 29)
  203. super.Font = Enum.Font.Gotham
  204. super.Text = "Super"
  205. super.TextColor3 = Color3.fromRGB(241, 241, 241)
  206. super.TextSize = 20.000
  207. super.MouseButton1Down:connect(function()
  208.     Credittab.Visible = false
  209.     Emotestab.Visible = false
  210.     Kitstab.Visible = false
  211.     Morphstab.Visible = false
  212.     Spamtab.Visible = false
  213.     Supertab.Visible = true
  214.     cmdtab.Visible = false
  215.     localtab.Visible = false
  216.     teleporttab.Visible = false
  217. end)
  218.  
  219. teleport.Name = "teleport"
  220. teleport.Parent = Buttons
  221. teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  222. teleport.BorderColor3 = Color3.fromRGB(12, 12, 12)
  223. teleport.BorderSizePixel = 5
  224. teleport.Position = UDim2.new(0.050999999, 0, 0.243890494, 0)
  225. teleport.Size = UDim2.new(0, 212, 0, 29)
  226. teleport.Font = Enum.Font.Gotham
  227. teleport.Text = "Teleports"
  228. teleport.TextColor3 = Color3.fromRGB(241, 241, 241)
  229. teleport.TextSize = 20.000
  230. teleport.MouseButton1Down:connect(function()
  231.     Credittab.Visible = false
  232.     Emotestab.Visible = false
  233.     Kitstab.Visible = false
  234.     Morphstab.Visible = false
  235.     Spamtab.Visible = false
  236.     Supertab.Visible = false
  237.     cmdtab.Visible = false
  238.     localtab.Visible = false
  239.     teleporttab.Visible = true
  240. end)
  241.  
  242. kit.Name = "kit"
  243. kit.Parent = Buttons
  244. kit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  245. kit.BorderColor3 = Color3.fromRGB(12, 12, 12)
  246. kit.BorderSizePixel = 5
  247. kit.Position = UDim2.new(0.050999999, 0, 0.35161826, 0)
  248. kit.Size = UDim2.new(0, 212, 0, 29)
  249. kit.Font = Enum.Font.Gotham
  250. kit.Text = "Kits"
  251. kit.TextColor3 = Color3.fromRGB(241, 241, 241)
  252. kit.TextSize = 20.000
  253. kit.MouseButton1Down:connect(function()
  254.     Credittab.Visible = false
  255.     Emotestab.Visible = false
  256.     Kitstab.Visible = true
  257.     Morphstab.Visible = false
  258.     Spamtab.Visible = false
  259.     Supertab.Visible = false
  260.     cmdtab.Visible = false
  261.     localtab.Visible = false
  262.     teleporttab.Visible = false
  263. end)
  264.  
  265. localb.Name = "localb"
  266. localb.Parent = Buttons
  267. localb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  268. localb.BorderColor3 = Color3.fromRGB(12, 12, 12)
  269. localb.BorderSizePixel = 5
  270. localb.Position = UDim2.new(0.050999999, 0, 0.465303779, 0)
  271. localb.Size = UDim2.new(0, 212, 0, 29)
  272. localb.Font = Enum.Font.Gotham
  273. localb.Text = "Local"
  274. localb.TextColor3 = Color3.fromRGB(241, 241, 241)
  275. localb.TextSize = 20.000
  276. localb.MouseButton1Down:connect(function()
  277.     Credittab.Visible = false
  278.     Emotestab.Visible = false
  279.     Kitstab.Visible = false
  280.     Morphstab.Visible = false
  281.     Spamtab.Visible = false
  282.     Supertab.Visible = false
  283.     cmdtab.Visible = false
  284.     localtab.Visible = true
  285.     teleporttab.Visible = false
  286. end)
  287.  
  288. morph.Name = "morph"
  289. morph.Parent = Buttons
  290. morph.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  291. morph.BorderColor3 = Color3.fromRGB(12, 12, 12)
  292. morph.BorderSizePixel = 5
  293. morph.Position = UDim2.new(0.050999999, 0, 0.563953161, 0)
  294. morph.Size = UDim2.new(0, 212, 0, 29)
  295. morph.Font = Enum.Font.Gotham
  296. morph.Text = "Morphs"
  297. morph.TextColor3 = Color3.fromRGB(241, 241, 241)
  298. morph.TextSize = 20.000
  299. morph.MouseButton1Down:connect(function()
  300.     Credittab.Visible = false
  301.     Emotestab.Visible = false
  302.     Kitstab.Visible = false
  303.     Morphstab.Visible = true
  304.     Spamtab.Visible = false
  305.     Supertab.Visible = false
  306.     cmdtab.Visible = false
  307.     localtab.Visible = false
  308.     teleporttab.Visible = false
  309. end)
  310.  
  311. emote.Name = "emote"
  312. emote.Parent = Buttons
  313. emote.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  314. emote.BorderColor3 = Color3.fromRGB(12, 12, 12)
  315. emote.BorderSizePixel = 5
  316. emote.Position = UDim2.new(0.050999999, 0, 0.672698259, 0)
  317. emote.Size = UDim2.new(0, 212, 0, 29)
  318. emote.Font = Enum.Font.Gotham
  319. emote.Text = "Emotes"
  320. emote.TextColor3 = Color3.fromRGB(241, 241, 241)
  321. emote.TextSize = 20.000
  322. emote.MouseButton1Down:connect(function()
  323.     Credittab.Visible = false
  324.     Emotestab.Visible = true
  325.     Kitstab.Visible = false
  326.     Morphstab.Visible = false
  327.     Spamtab.Visible = false
  328.     Supertab.Visible = false
  329.     cmdtab.Visible = false
  330.     localtab.Visible = false
  331.     teleporttab.Visible = false
  332. end)
  333.  
  334. credit.Name = "credit"
  335. credit.Parent = Buttons
  336. credit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  337. credit.BorderColor3 = Color3.fromRGB(12, 12, 12)
  338. credit.BorderSizePixel = 5
  339. credit.Position = UDim2.new(0.050999999, 0, 0.776658654, 0)
  340. credit.Size = UDim2.new(0, 212, 0, 29)
  341. credit.Font = Enum.Font.Gotham
  342. credit.Text = "Credits"
  343. credit.TextColor3 = Color3.fromRGB(241, 241, 241)
  344. credit.TextSize = 20.000
  345. credit.MouseButton1Down:connect(function()
  346.     Credittab.Visible = true
  347.     Emotestab.Visible = false
  348.     Kitstab.Visible = false
  349.     Morphstab.Visible = false
  350.     Spamtab.Visible = false
  351.     Supertab.Visible = false
  352.     cmdtab.Visible = false
  353.     localtab.Visible = false
  354.     teleporttab.Visible = false
  355. end)
  356.  
  357. cmds.Name = "cmds"
  358. cmds.Parent = Buttons
  359. cmds.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  360. cmds.BorderColor3 = Color3.fromRGB(12, 12, 12)
  361. cmds.BorderSizePixel = 5
  362. cmds.Position = UDim2.new(0.050999999, 0, 0.885072172, 0)
  363. cmds.Size = UDim2.new(0, 212, 0, 29)
  364. cmds.Font = Enum.Font.Gotham
  365. cmds.Text = "Cmds"
  366. cmds.TextColor3 = Color3.fromRGB(241, 241, 241)
  367. cmds.TextSize = 20.000
  368. cmds.MouseButton1Down:connect(function()
  369.         Credittab.Visible = false
  370.     Emotestab.Visible = false
  371.     Kitstab.Visible = false
  372.     Morphstab.Visible = false
  373.     Spamtab.Visible = false
  374.     Supertab.Visible = false
  375.     cmdtab.Visible = false
  376.     localtab.Visible = false
  377.     teleporttab.Visible = false
  378.     cmds.Text = "WIP, Press F9"
  379.     wait(2)
  380.     cmds.Text = "To see all cmds"
  381.     wait(2)
  382.     cmds.Text = "Cmds"
  383. end)
  384.  
  385. Title.Name = "Title"
  386. Title.Parent = main
  387. Title.BackgroundColor3 = Color3.fromRGB(8, 8, 8)
  388. Title.BackgroundTransparency = 1.000
  389. Title.BorderSizePixel = 0
  390. Title.Position = UDim2.new(0.0506329127, 0, 0, 0)
  391. Title.Size = UDim2.new(0, 119, 0, 35)
  392. Title.Font = Enum.Font.Gotham
  393. Title.Text = "AdminJoy"
  394. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  395. Title.TextSize = 24.000
  396. Title.TextWrapped = true
  397.  
  398. Spamtab.Name = "Spamtab"
  399. Spamtab.Parent = main
  400. Spamtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  401. Spamtab.BorderSizePixel = 0
  402. Spamtab.Position = UDim2.new(1, 0, 0.969696522, 0)
  403. Spamtab.Size = UDim2.new(0, 178, 0, 321)
  404. Spamtab.Visible = false
  405.  
  406. Delaybox.Name = "Delaybox"
  407. Delaybox.Parent = Spamtab
  408. Delaybox.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  409. Delaybox.BorderColor3 = Color3.fromRGB(29, 29, 29)
  410. Delaybox.BorderSizePixel = 5
  411. Delaybox.Position = UDim2.new(0.0730337054, 0, 0.229579046, 0)
  412. Delaybox.Size = UDim2.new(0, 152, 0, 40)
  413. Delaybox.Font = Enum.Font.Gotham
  414. Delaybox.PlaceholderColor3 = Color3.fromRGB(252, 252, 252)
  415. Delaybox.PlaceholderText = "Value"
  416. Delaybox.Text = ""
  417. Delaybox.TextColor3 = Color3.fromRGB(255, 255, 255)
  418. Delaybox.TextSize = 20.000
  419. Delaybox.TextWrapped = true
  420.  
  421. delaytitle.Name = "delaytitle"
  422. delaytitle.Parent = Spamtab
  423. delaytitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  424. delaytitle.BackgroundTransparency = 1.000
  425. delaytitle.BorderColor3 = Color3.fromRGB(38, 38, 38)
  426. delaytitle.BorderSizePixel = 0
  427. delaytitle.Position = UDim2.new(0.157303363, 0, 0.125197724, 0)
  428. delaytitle.Size = UDim2.new(0, 122, 0, 23)
  429. delaytitle.Font = Enum.Font.SourceSans
  430. delaytitle.Text = "Delay:"
  431. delaytitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  432. delaytitle.TextSize = 20.000
  433. delaytitle.TextWrapped = true
  434.  
  435. Commandtitle.Name = "Commandtitle"
  436. Commandtitle.Parent = Spamtab
  437. Commandtitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  438. Commandtitle.BackgroundTransparency = 1.000
  439. Commandtitle.BorderColor3 = Color3.fromRGB(38, 38, 38)
  440. Commandtitle.BorderSizePixel = 0
  441. Commandtitle.Position = UDim2.new(0.157303363, 0, 0.4502469, 0)
  442. Commandtitle.Size = UDim2.new(0, 122, 0, 23)
  443. Commandtitle.Font = Enum.Font.SourceSans
  444. Commandtitle.Text = "Command:"
  445. Commandtitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  446. Commandtitle.TextSize = 20.000
  447. Commandtitle.TextWrapped = true
  448.  
  449. Commandbox.Name = "Commandbox"
  450. Commandbox.Parent = Spamtab
  451. Commandbox.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  452. Commandbox.BorderColor3 = Color3.fromRGB(29, 29, 29)
  453. Commandbox.BorderSizePixel = 5
  454. Commandbox.Position = UDim2.new(0.0730337054, 0, 0.548766732, 0)
  455. Commandbox.Size = UDim2.new(0, 152, 0, 36)
  456. Commandbox.Font = Enum.Font.Gotham
  457. Commandbox.PlaceholderColor3 = Color3.fromRGB(252, 252, 252)
  458. Commandbox.PlaceholderText = "Command"
  459. Commandbox.Text = ""
  460. Commandbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  461. Commandbox.TextSize = 20.000
  462.  
  463. title.Name = "title"
  464. title.Parent = Spamtab
  465. title.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  466. title.BackgroundTransparency = 1.000
  467. title.BorderColor3 = Color3.fromRGB(38, 38, 38)
  468. title.BorderSizePixel = 0
  469. title.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0)
  470. title.Size = UDim2.new(0, 130, 0, 29)
  471. title.Font = Enum.Font.SourceSans
  472. title.Text = "Spam"
  473. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  474. title.TextScaled = true
  475. title.TextSize = 20.000
  476. title.TextWrapped = true
  477.  
  478. line.Name = "line"
  479. line.Parent = Spamtab
  480. line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  481. line.BorderSizePixel = 0
  482. line.Position = UDim2.new(0.0730337054, 0, 0.0996884704, 0)
  483. line.Size = UDim2.new(0, 152, 0, 1)
  484. line.Font = Enum.Font.SourceSans
  485. line.Text = ""
  486. line.TextColor3 = Color3.fromRGB(0, 0, 0)
  487. line.TextSize = 14.000
  488.  
  489. Start.Name = "Start"
  490. Start.Parent = Spamtab
  491. Start.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  492. Start.BorderColor3 = Color3.fromRGB(29, 29, 29)
  493. Start.BorderSizePixel = 5
  494. Start.Position = UDim2.new(0.0729999989, 0, 0.773000002, 0)
  495. Start.Size = UDim2.new(0, 65, 0, 26)
  496. Start.Font = Enum.Font.Gotham
  497. Start.Text = "Start"
  498. Start.TextColor3 = Color3.fromRGB(255, 255, 255)
  499. Start.TextScaled = true
  500. Start.TextSize = 14.000
  501. Start.TextWrapped = true
  502. Start.MouseButton1Down:connect(function()
  503.     delayval = Delaybox.Text
  504.      cmd2spam = Commandbox.Text
  505. function spamloop()
  506. while loopcheck == true do
  507. wait(delayval)
  508. game:GetService'Players':Chat((cmd2spam))
  509. end
  510. end
  511.  loopcheck = true
  512.   spamloop()
  513.  
  514. end)
  515.  
  516. Stop.Name = "Stop"
  517. Stop.Parent = Spamtab
  518. Stop.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  519. Stop.BorderColor3 = Color3.fromRGB(29, 29, 29)
  520. Stop.BorderSizePixel = 5
  521. Stop.Position = UDim2.new(0.561764061, 0, 0.773000002, 0)
  522. Stop.Size = UDim2.new(0, 65, 0, 26)
  523. Stop.Font = Enum.Font.Gotham
  524. Stop.Text = "Stop"
  525. Stop.TextColor3 = Color3.fromRGB(255, 255, 255)
  526. Stop.TextScaled = true
  527. Stop.TextSize = 14.000
  528. Stop.TextWrapped = true
  529. Stop.MouseButton1Down:connect(function()
  530. loopcheck = false
  531. end)
  532.  
  533. Supertab.Name = "Supertab"
  534. Supertab.Parent = main
  535. Supertab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  536. Supertab.BorderSizePixel = 0
  537. Supertab.Position = UDim2.new(1, 0, 0.969696522, 0)
  538. Supertab.Size = UDim2.new(0, 178, 0, 225)
  539. Supertab.Visible = false
  540.  
  541. Commandtitle_2.Name = "Commandtitle"
  542. Commandtitle_2.Parent = Supertab
  543. Commandtitle_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  544. Commandtitle_2.BackgroundTransparency = 1.000
  545. Commandtitle_2.BorderColor3 = Color3.fromRGB(38, 38, 38)
  546. Commandtitle_2.BorderSizePixel = 0
  547. Commandtitle_2.Position = UDim2.new(0.157303363, 0, 0.245927066, 0)
  548. Commandtitle_2.Size = UDim2.new(0, 122, 0, 23)
  549. Commandtitle_2.Font = Enum.Font.Gotham
  550. Commandtitle_2.Text = "Command:"
  551. Commandtitle_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  552. Commandtitle_2.TextSize = 20.000
  553. Commandtitle_2.TextWrapped = true
  554.  
  555. Commandbox_2.Name = "Commandbox"
  556. Commandbox_2.Parent = Supertab
  557. Commandbox_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  558. Commandbox_2.BorderColor3 = Color3.fromRGB(29, 29, 29)
  559. Commandbox_2.BorderSizePixel = 5
  560. Commandbox_2.Position = UDim2.new(0.0730337054, 0, 0.40666914, 0)
  561. Commandbox_2.Size = UDim2.new(0, 152, 0, 36)
  562. Commandbox_2.Font = Enum.Font.Gotham
  563. Commandbox_2.PlaceholderColor3 = Color3.fromRGB(252, 252, 252)
  564. Commandbox_2.PlaceholderText = "Command"
  565. Commandbox_2.Text = ""
  566. Commandbox_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  567. Commandbox_2.TextSize = 20.000
  568.  
  569. title_2.Name = "title"
  570. title_2.Parent = Supertab
  571. title_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  572. title_2.BackgroundTransparency = 1.000
  573. title_2.BorderColor3 = Color3.fromRGB(38, 38, 38)
  574. title_2.BorderSizePixel = 0
  575. title_2.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0)
  576. title_2.Size = UDim2.new(0, 130, 0, 29)
  577. title_2.Font = Enum.Font.Gotham
  578. title_2.Text = "Super"
  579. title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  580. title_2.TextScaled = true
  581. title_2.TextSize = 20.000
  582. title_2.TextWrapped = true
  583.  
  584. line_2.Name = "line"
  585. line_2.Parent = Supertab
  586. line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  587. line_2.BorderSizePixel = 0
  588. line_2.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0)
  589. line_2.Size = UDim2.new(0, 152, 0, 1)
  590. line_2.Font = Enum.Font.Gotham
  591. line_2.Text = ""
  592. line_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  593. line_2.TextSize = 14.000
  594.  
  595. executetitle.Name = "executetitle"
  596. executetitle.Parent = Supertab
  597. executetitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  598. executetitle.BackgroundTransparency = 1.000
  599. executetitle.BorderColor3 = Color3.fromRGB(38, 38, 38)
  600. executetitle.BorderSizePixel = 0
  601. executetitle.Position = UDim2.new(0.157303363, 0, 0.637038231, 0)
  602. executetitle.Size = UDim2.new(0, 122, 0, 23)
  603. executetitle.Font = Enum.Font.Gotham
  604. executetitle.Text = "Execute:"
  605. executetitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  606. executetitle.TextSize = 20.000
  607. executetitle.TextWrapped = true
  608.  
  609. execute.Name = "execute"
  610. execute.Parent = Supertab
  611. execute.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  612. execute.BorderColor3 = Color3.fromRGB(29, 29, 29)
  613. execute.BorderSizePixel = 5
  614. execute.Position = UDim2.new(0.0729999989, 0, 0.782000005, 0)
  615. execute.Size = UDim2.new(0, 152, 0, 26)
  616. execute.Font = Enum.Font.Gotham
  617. execute.Text = "Execute"
  618. execute.TextColor3 = Color3.fromRGB(236, 236, 236)
  619. execute.TextScaled = true
  620. execute.TextSize = 14.000
  621. execute.TextWrapped = true
  622. execute.MouseButton1Down:connect(function()
  623.     local cmdstr = Commandbox_2.Text
  624.     for i = 1,250 do
  625.         game:GetService'Players':Chat((cmdstr))
  626.         end
  627. end)
  628.  
  629. Emotestab.Name = "Emotestab"
  630. Emotestab.Parent = main
  631. Emotestab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  632. Emotestab.BorderSizePixel = 0
  633. Emotestab.Position = UDim2.new(1, 0, 0.969696522, 0)
  634. Emotestab.Size = UDim2.new(0, 405, 0, 434)
  635. Emotestab.Visible = false
  636.  
  637. title_3.Name = "title"
  638. title_3.Parent = Emotestab
  639. title_3.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  640. title_3.BackgroundTransparency = 1.000
  641. title_3.BorderColor3 = Color3.fromRGB(38, 38, 38)
  642. title_3.BorderSizePixel = 0
  643. title_3.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0)
  644. title_3.Size = UDim2.new(0, 130, 0, 29)
  645. title_3.Font = Enum.Font.SourceSans
  646. title_3.Text = "Emotes"
  647. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  648. title_3.TextScaled = true
  649. title_3.TextSize = 20.000
  650. title_3.TextWrapped = true
  651.  
  652. line_3.Name = "line"
  653. line_3.Parent = Emotestab
  654. line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  655. line_3.BorderSizePixel = 0
  656. line_3.Position = UDim2.new(0.0730336905, 0, 0.0996884853, 0)
  657. line_3.Size = UDim2.new(0, 351, 0, 1)
  658. line_3.Font = Enum.Font.SourceSans
  659. line_3.Text = ""
  660. line_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  661. line_3.TextSize = 14.000
  662.  
  663. crouch.Name = "crouch"
  664. crouch.Parent = Emotestab
  665. crouch.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  666. crouch.BorderColor3 = Color3.fromRGB(29, 29, 29)
  667. crouch.BorderSizePixel = 5
  668. crouch.Position = UDim2.new(0.554481447, 0, 0.84133178, 0)
  669. crouch.Size = UDim2.new(0, 156, 0, 38)
  670. crouch.Font = Enum.Font.Gotham
  671. crouch.Text = ":crouch"
  672. crouch.TextColor3 = Color3.fromRGB(255, 255, 255)
  673. crouch.TextScaled = true
  674. crouch.TextSize = 14.000
  675. crouch.TextWrapped = true
  676. crouch.MouseButton1Down:connect(function()
  677. crouchh()
  678. end)
  679.  
  680.  
  681. hmm.Name = "hmm"
  682. hmm.Parent = Emotestab
  683. hmm.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  684. hmm.BorderColor3 = Color3.fromRGB(29, 29, 29)
  685. hmm.BorderSizePixel = 5
  686. hmm.Position = UDim2.new(0.0729999989, 0, 0.157000005, 0)
  687. hmm.Size = UDim2.new(0, 156, 0, 38)
  688. hmm.Font = Enum.Font.Gotham
  689. hmm.Text = ":hmm"
  690. hmm.TextColor3 = Color3.fromRGB(255, 255, 255)
  691. hmm.TextScaled = true
  692. hmm.TextSize = 14.000
  693. hmm.TextWrapped = true
  694. hmm.MouseButton1Down:connect(function()
  695. hmmm()
  696. end)
  697.  
  698. armspin.Name = "armspin"
  699. armspin.Parent = Emotestab
  700. armspin.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  701. armspin.BorderColor3 = Color3.fromRGB(29, 29, 29)
  702. armspin.BorderSizePixel = 5
  703. armspin.Position = UDim2.new(0.0705308914, 0, 0.329811037, 0)
  704. armspin.Size = UDim2.new(0, 156, 0, 38)
  705. armspin.Font = Enum.Font.Gotham
  706. armspin.Text = ":armspin"
  707. armspin.TextColor3 = Color3.fromRGB(255, 255, 255)
  708. armspin.TextScaled = true
  709. armspin.TextSize = 14.000
  710. armspin.TextWrapped = true
  711. armspin.MouseButton1Down:connect(function()
  712. armturbine()
  713. end)
  714.  
  715. loophead.Name = "loophead"
  716. loophead.Parent = Emotestab
  717. loophead.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  718. loophead.BorderColor3 = Color3.fromRGB(29, 29, 29)
  719. loophead.BorderSizePixel = 5
  720. loophead.Position = UDim2.new(0.0705308616, 0, 0.491101384, 0)
  721. loophead.Size = UDim2.new(0, 156, 0, 38)
  722. loophead.Font = Enum.Font.Gotham
  723. loophead.Text = ":loophead"
  724. loophead.TextColor3 = Color3.fromRGB(255, 255, 255)
  725. loophead.TextScaled = true
  726. loophead.TextSize = 14.000
  727. loophead.TextWrapped = true
  728. loophead.MouseButton1Down:connect(function()
  729. loopheadd()
  730. end)
  731.  
  732. scream.Name = "scream"
  733. scream.Parent = Emotestab
  734. scream.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  735. scream.BorderColor3 = Color3.fromRGB(29, 29, 29)
  736. scream.BorderSizePixel = 5
  737. scream.Position = UDim2.new(0.554481447, 0, 0.491101384, 0)
  738. scream.Size = UDim2.new(0, 156, 0, 38)
  739. scream.Font = Enum.Font.Gotham
  740. scream.Text = ":scream"
  741. scream.TextColor3 = Color3.fromRGB(255, 255, 255)
  742. scream.TextScaled = true
  743. scream.TextSize = 14.000
  744. scream.TextWrapped = true
  745. scream.MouseButton1Down:connect(function()
  746. screamm()
  747. end)
  748.  
  749. headraise.Name = "headraise"
  750. headraise.Parent = Emotestab
  751. headraise.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  752. headraise.BorderColor3 = Color3.fromRGB(29, 29, 29)
  753. headraise.BorderSizePixel = 5
  754. headraise.Position = UDim2.new(0.0705308318, 0, 0.661608279, 0)
  755. headraise.Size = UDim2.new(0, 156, 0, 38)
  756. headraise.Font = Enum.Font.Gotham
  757. headraise.Text = ":headraise"
  758. headraise.TextColor3 = Color3.fromRGB(255, 255, 255)
  759. headraise.TextScaled = true
  760. headraise.TextSize = 14.000
  761. headraise.TextWrapped = true
  762. headraise.MouseButton1Down:connect(function()
  763. raisehead()
  764. end)
  765.  
  766. dab.Name = "dab"
  767. dab.Parent = Emotestab
  768. dab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  769. dab.BorderColor3 = Color3.fromRGB(29, 29, 29)
  770. dab.BorderSizePixel = 5
  771. dab.Position = UDim2.new(0.554481447, 0, 0.661608279, 0)
  772. dab.Size = UDim2.new(0, 156, 0, 38)
  773. dab.Font = Enum.Font.Gotham
  774. dab.Text = ":dab"
  775. dab.TextColor3 = Color3.fromRGB(255, 255, 255)
  776. dab.TextScaled = true
  777. dab.TextSize = 14.000
  778. dab.TextWrapped = true
  779. dab.MouseButton1Down:connect(function()
  780. dabb()
  781. end)
  782.  
  783. crawl.Name = "crawl"
  784. crawl.Parent = Emotestab
  785. crawl.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  786. crawl.BorderColor3 = Color3.fromRGB(29, 29, 29)
  787. crawl.BorderSizePixel = 5
  788. crawl.Position = UDim2.new(0.0705308318, 0, 0.84133178, 0)
  789. crawl.Size = UDim2.new(0, 156, 0, 38)
  790. crawl.Font = Enum.Font.Gotham
  791. crawl.Text = ":crawl"
  792. crawl.TextColor3 = Color3.fromRGB(255, 255, 255)
  793. crawl.TextScaled = true
  794. crawl.TextSize = 14.000
  795. crawl.TextWrapped = true
  796. crawl.MouseButton1Down:connect(function()
  797. laydown()
  798. end)
  799.  
  800. headtoss.Name = "headtoss"
  801. headtoss.Parent = Emotestab
  802. headtoss.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  803. headtoss.BorderColor3 = Color3.fromRGB(29, 29, 29)
  804. headtoss.BorderSizePixel = 5
  805. headtoss.Position = UDim2.new(0.554481506, 0, 0.154695854, 0)
  806. headtoss.Size = UDim2.new(0, 156, 0, 38)
  807. headtoss.Font = Enum.Font.Gotham
  808. headtoss.Text = ":headtoss"
  809. headtoss.TextColor3 = Color3.fromRGB(255, 255, 255)
  810. headtoss.TextScaled = true
  811. headtoss.TextSize = 14.000
  812. headtoss.TextWrapped = true
  813. headtoss.MouseButton1Down:connect(function()
  814. headthrow()
  815. end)
  816.  
  817. dance.Name = "dance"
  818. dance.Parent = Emotestab
  819. dance.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  820. dance.BorderColor3 = Color3.fromRGB(29, 29, 29)
  821. dance.BorderSizePixel = 5
  822. dance.Position = UDim2.new(0.554481506, 0, 0.329811037, 0)
  823. dance.Size = UDim2.new(0, 156, 0, 38)
  824. dance.Font = Enum.Font.Gotham
  825. dance.Text = ":dance"
  826. dance.TextColor3 = Color3.fromRGB(255, 255, 255)
  827. dance.TextScaled = true
  828. dance.TextSize = 14.000
  829. dance.TextWrapped = true
  830. dance.MouseButton1Down:connect(function()
  831. MovingDance()
  832. end)
  833.  
  834. teleporttab.Name = "teleporttab"
  835. teleporttab.Parent = main
  836. teleporttab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  837. teleporttab.BorderSizePixel = 0
  838. teleporttab.Position = UDim2.new(1, 0, 1.06060565, 0)
  839. teleporttab.Size = UDim2.new(0, 178, 0, 413)
  840. teleporttab.Visible = false
  841.  
  842. title_4.Name = "title"
  843. title_4.Parent = teleporttab
  844. title_4.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  845. title_4.BackgroundTransparency = 1.000
  846. title_4.BorderColor3 = Color3.fromRGB(38, 38, 38)
  847. title_4.BorderSizePixel = 0
  848. title_4.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0)
  849. title_4.Size = UDim2.new(0, 130, 0, 29)
  850. title_4.Font = Enum.Font.SourceSans
  851. title_4.Text = "Teleports"
  852. title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  853. title_4.TextScaled = true
  854. title_4.TextSize = 20.000
  855. title_4.TextWrapped = true
  856.  
  857. line_4.Name = "line"
  858. line_4.Parent = teleporttab
  859. line_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  860. line_4.BorderSizePixel = 0
  861. line_4.Position = UDim2.new(0.0730337054, 0, 0.0996884704, 0)
  862. line_4.Size = UDim2.new(0, 152, 0, 1)
  863. line_4.Font = Enum.Font.SourceSans
  864. line_4.Text = ""
  865. line_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  866. line_4.TextSize = 14.000
  867.  
  868. house.Name = "house"
  869. house.Parent = teleporttab
  870. house.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  871. house.BorderColor3 = Color3.fromRGB(29, 29, 29)
  872. house.BorderSizePixel = 5
  873. house.Position = UDim2.new(0.173999995, 0, 0.250065386, 0)
  874. house.Size = UDim2.new(0, 115, 0, 26)
  875. house.Font = Enum.Font.Gotham
  876. house.Text = ";house"
  877. house.TextColor3 = Color3.fromRGB(255, 255, 255)
  878. house.TextScaled = true
  879. house.TextSize = 14.000
  880. house.TextWrapped = true
  881. house.MouseButton1Down:connect(function()
  882. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  883. end)
  884.  
  885. uhouse.Name = "uhouse"
  886. uhouse.Parent = teleporttab
  887. uhouse.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  888. uhouse.BorderColor3 = Color3.fromRGB(29, 29, 29)
  889. uhouse.BorderSizePixel = 5
  890. uhouse.Position = UDim2.new(0.173999995, 0, 0.361445487, 0)
  891. uhouse.Size = UDim2.new(0, 115, 0, 26)
  892. uhouse.Font = Enum.Font.Gotham
  893. uhouse.Text = ";uhouse"
  894. uhouse.TextColor3 = Color3.fromRGB(255, 255, 255)
  895. uhouse.TextScaled = true
  896. uhouse.TextSize = 14.000
  897. uhouse.TextWrapped = true
  898. uhouse.MouseButton1Down:connect(function()
  899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  900. end)
  901.  
  902. pads.Name = "pads"
  903. pads.Parent = teleporttab
  904. pads.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  905. pads.BorderColor3 = Color3.fromRGB(29, 29, 29)
  906. pads.BorderSizePixel = 5
  907. pads.Position = UDim2.new(0.173999995, 0, 0.489774823, 0)
  908. pads.Size = UDim2.new(0, 115, 0, 26)
  909. pads.Font = Enum.Font.Gotham
  910. pads.Text = ";pads"
  911. pads.TextColor3 = Color3.fromRGB(255, 255, 255)
  912. pads.TextScaled = true
  913. pads.TextSize = 14.000
  914. pads.TextWrapped = true
  915. pads.MouseButton1Down:connect(function()
  916. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  917. end)
  918.  
  919. spawn1.Name = "spawn1"
  920. spawn1.Parent = teleporttab
  921. spawn1.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  922. spawn1.BorderColor3 = Color3.fromRGB(29, 29, 29)
  923. spawn1.BorderSizePixel = 5
  924. spawn1.Position = UDim2.new(0.173999995, 0, 0.62052542, 0)
  925. spawn1.Size = UDim2.new(0, 115, 0, 26)
  926. spawn1.Font = Enum.Font.Gotham
  927. spawn1.Text = ";spawn1"
  928. spawn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  929. spawn1.TextScaled = true
  930. spawn1.TextSize = 14.000
  931. spawn1.TextWrapped = true
  932. spawn1.MouseButton1Down:connect(function()
  933. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))
  934. end)
  935.  
  936. spawn2.Name = "spawn2"
  937. spawn2.Parent = teleporttab
  938. spawn2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  939. spawn2.BorderColor3 = Color3.fromRGB(29, 29, 29)
  940. spawn2.BorderSizePixel = 5
  941. spawn2.Position = UDim2.new(0.173999995, 0, 0.744012117, 0)
  942. spawn2.Size = UDim2.new(0, 115, 0, 26)
  943. spawn2.Font = Enum.Font.Gotham
  944. spawn2.Text = ";spawn2"
  945. spawn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  946. spawn2.TextScaled = true
  947. spawn2.TextSize = 14.000
  948. spawn2.TextWrapped = true
  949. spawn2.MouseButton1Down:connect(function()
  950. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))
  951. end)
  952.  
  953. spawn3.Name = "spawn3"
  954. spawn3.Parent = teleporttab
  955. spawn3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  956. spawn3.BorderColor3 = Color3.fromRGB(29, 29, 29)
  957. spawn3.BorderSizePixel = 5
  958. spawn3.Position = UDim2.new(0.173999995, 0, 0.884447932, 0)
  959. spawn3.Size = UDim2.new(0, 115, 0, 26)
  960. spawn3.Font = Enum.Font.Gotham
  961. spawn3.Text = ";spawn3"
  962. spawn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  963. spawn3.TextScaled = true
  964. spawn3.TextSize = 14.000
  965. spawn3.TextWrapped = true
  966. spawn3.MouseButton1Down:connect(function()
  967. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))
  968. end)
  969.  
  970. obby.Name = "obby"
  971. obby.Parent = teleporttab
  972. obby.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  973. obby.BorderColor3 = Color3.fromRGB(29, 29, 29)
  974. obby.BorderSizePixel = 5
  975. obby.Position = UDim2.new(0.173999995, 0, 0.128999993, 0)
  976. obby.Size = UDim2.new(0, 115, 0, 26)
  977. obby.Font = Enum.Font.Gotham
  978. obby.Text = ";obby"
  979. obby.TextColor3 = Color3.fromRGB(255, 255, 255)
  980. obby.TextScaled = true
  981. obby.TextSize = 14.000
  982. obby.TextWrapped = true
  983. obby.MouseButton1Down:connect(function()
  984. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  985. end)
  986.  
  987. Kitstab.Name = "Kitstab"
  988. Kitstab.Parent = main
  989. Kitstab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  990. Kitstab.BorderSizePixel = 0
  991. Kitstab.Position = UDim2.new(1, 0, 0.969696522, 0)
  992. Kitstab.Size = UDim2.new(0, 405, 0, 434)
  993. Kitstab.Visible = false
  994.  
  995. title_5.Name = "title"
  996. title_5.Parent = Kitstab
  997. title_5.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  998. title_5.BackgroundTransparency = 1.000
  999. title_5.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1000. title_5.BorderSizePixel = 0
  1001. title_5.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0)
  1002. title_5.Size = UDim2.new(0, 130, 0, 29)
  1003. title_5.Font = Enum.Font.SourceSans
  1004. title_5.Text = "Kits"
  1005. title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  1006. title_5.TextScaled = true
  1007. title_5.TextSize = 20.000
  1008. title_5.TextWrapped = true
  1009.  
  1010. line_5.Name = "line"
  1011. line_5.Parent = Kitstab
  1012. line_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1013. line_5.BorderSizePixel = 0
  1014. line_5.Position = UDim2.new(0.065626286, 0, 0.0927760303, 0)
  1015. line_5.Size = UDim2.new(0, 351, 0, 1)
  1016. line_5.Font = Enum.Font.SourceSans
  1017. line_5.Text = ""
  1018. line_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  1019. line_5.TextSize = 14.000
  1020.  
  1021. kitgod.Name = "kit god"
  1022. kitgod.Parent = Kitstab
  1023. kitgod.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1024. kitgod.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1025. kitgod.BorderSizePixel = 5
  1026. kitgod.Position = UDim2.new(0.0730336159, 0, 0.168520734, 0)
  1027. kitgod.Size = UDim2.new(0, 175, 0, 25)
  1028. kitgod.Font = Enum.Font.Gotham
  1029. kitgod.Text = ":kit god"
  1030. kitgod.TextColor3 = Color3.fromRGB(255, 255, 255)
  1031. kitgod.TextScaled = true
  1032. kitgod.TextSize = 14.000
  1033. kitgod.TextWrapped = true
  1034. kitgod.MouseButton1Down:connect(function()
  1035. game:GetService'Players':Chat(("gear me 159229806"))
  1036. game:GetService'Players':Chat(("gear me 93136802"))
  1037. game:GetService'Players':Chat(("gear me 108158379"))
  1038. game:GetService'Players':Chat(("gear me 73829193"))
  1039. game:GetService'Players':Chat(("gear me 69499437"))
  1040. game:GetService'Players':Chat(("gear me 80661504"))
  1041. game:GetService'Players':Chat(("gear me 120307951"))
  1042. game:GetService'Players':Chat(("gear me 99119240"))
  1043. game:GetService'Players':Chat(("gear me 94794774"))
  1044. game:GetService'Players':Chat(("gear me 71037101"))
  1045. game:GetService'Players':Chat(("gear me 93136746"))
  1046. end)
  1047.  
  1048. kitgun.Name = "kit gun"
  1049. kitgun.Parent = Kitstab
  1050. kitgun.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1051. kitgun.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1052. kitgun.BorderSizePixel = 5
  1053. kitgun.Position = UDim2.new(0.0730336159, 0, 0.295248836, 0)
  1054. kitgun.Size = UDim2.new(0, 175, 0, 25)
  1055. kitgun.Font = Enum.Font.Gotham
  1056. kitgun.Text = ":kit gun"
  1057. kitgun.TextColor3 = Color3.fromRGB(255, 255, 255)
  1058. kitgun.TextScaled = true
  1059. kitgun.TextSize = 14.000
  1060. kitgun.TextWrapped = true
  1061. kitgun.MouseButton1Down:connect(function()
  1062. game:GetService'Players':Chat(("gear me 94233344"))
  1063. game:GetService'Players':Chat(("gear me 94233286"))
  1064. game:GetService'Players':Chat(("gear me 95354288"))
  1065. game:GetService'Players':Chat(("gear me 97885552"))
  1066. game:GetService'Players':Chat(("gear me 116693764"))
  1067. game:GetService'Players':Chat(("gear me 97885508"))
  1068. game:GetService'Players':Chat(("gear me 130113146"))
  1069. end)
  1070.  
  1071. kitdark.Name = "kit dark"
  1072. kitdark.Parent = Kitstab
  1073. kitdark.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1074. kitdark.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1075. kitdark.BorderSizePixel = 5
  1076. kitdark.Position = UDim2.new(0.0730336159, 0, 0.435801864, 0)
  1077. kitdark.Size = UDim2.new(0, 175, 0, 25)
  1078. kitdark.Font = Enum.Font.Gotham
  1079. kitdark.Text = ":kit dark"
  1080. kitdark.TextColor3 = Color3.fromRGB(255, 255, 255)
  1081. kitdark.TextScaled = true
  1082. kitdark.TextSize = 14.000
  1083. kitdark.TextWrapped = true
  1084. kitdark.MouseButton1Down:connect(function()
  1085. game:GetService'Players':Chat(("paint me black"))
  1086. game:GetService'Players':Chat(("cape me black"))
  1087. game:GetService'Players':Chat(("removehats me"))
  1088. game:GetService'Players':Chat(("removeface me"))
  1089. game:GetService'Players':Chat(("name me "))
  1090. game:GetService'Players':Chat(("speed me 32"))
  1091. game:GetService'Players':Chat(("trail me black"))
  1092. game:GetService'Players':Chat(("gear me 108149175"))
  1093. end)
  1094.  
  1095. kitbow.Name = "kit bow"
  1096. kitbow.Parent = Kitstab
  1097. kitbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1098. kitbow.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1099. kitbow.BorderSizePixel = 5
  1100. kitbow.Position = UDim2.new(0.0730336159, 0, 0.569442391, 0)
  1101. kitbow.Size = UDim2.new(0, 173, 0, 25)
  1102. kitbow.Font = Enum.Font.Gotham
  1103. kitbow.Text = ":kit bow"
  1104. kitbow.TextColor3 = Color3.fromRGB(255, 255, 255)
  1105. kitbow.TextScaled = true
  1106. kitbow.TextSize = 14.000
  1107. kitbow.TextWrapped = true
  1108. kitbow.MouseButton1Down:connect(function()
  1109.     game:GetService'Players':Chat(("gear me 1180418251"))
  1110.     game:GetService'Players':Chat(("gear me 92142841"))
  1111.     game:GetService'Players':Chat(("gear me 2136389582"))
  1112.     game:GetService'Players':Chat(("gear me 346687267"))
  1113.     game:GetService'Players':Chat(("gear me 356213494"))
  1114.     game:GetService'Players':Chat(("gear me 2568113462"))
  1115. end)
  1116.  
  1117. kitninja.Name = "kit ninja"
  1118. kitninja.Parent = Kitstab
  1119. kitninja.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1120. kitninja.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1121. kitninja.BorderSizePixel = 5
  1122. kitninja.Position = UDim2.new(0.0730336159, 0, 0.700778782, 0)
  1123. kitninja.Size = UDim2.new(0, 175, 0, 25)
  1124. kitninja.Font = Enum.Font.Gotham
  1125. kitninja.Text = ":kit ninja"
  1126. kitninja.TextColor3 = Color3.fromRGB(255, 255, 255)
  1127. kitninja.TextScaled = true
  1128. kitninja.TextSize = 14.000
  1129. kitninja.TextWrapped = true
  1130. kitninja.MouseButton1Down:connect(function()
  1131. game:GetService'Players':Chat(("gear me 86494914"))
  1132. game:GetService'Players':Chat(("gear me 11377306"))
  1133. game:GetService'Players':Chat(("gear me 11115851"))
  1134. game:GetService'Players':Chat(("gear me 1304339797"))
  1135. game:GetService'Players':Chat(("gear me 51346336"))
  1136. game:GetService'Players':Chat(("gear me 233519998"))
  1137. end)
  1138.  
  1139. kitmagic.Name = "kit magic"
  1140. kitmagic.Parent = Kitstab
  1141. kitmagic.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1142. kitmagic.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1143. kitmagic.BorderSizePixel = 5
  1144. kitmagic.Position = UDim2.new(0.0730336159, 0, 0.8275069, 0)
  1145. kitmagic.Size = UDim2.new(0, 175, 0, 25)
  1146. kitmagic.Font = Enum.Font.Gotham
  1147. kitmagic.Text = ":kit magic"
  1148. kitmagic.TextColor3 = Color3.fromRGB(255, 255, 255)
  1149. kitmagic.TextScaled = true
  1150. kitmagic.TextSize = 14.000
  1151. kitmagic.TextWrapped = true
  1152. kitmagic.MouseButton1Down:connect(function()
  1153.     game:GetService'Players':Chat(("gear me 2316760298"))
  1154.     game:GetService'Players':Chat(("gear me 127506105"))
  1155.     game:GetService'Players':Chat(("gear me 10760425"))
  1156.     game:GetService'Players':Chat(("gear me 66416616"))
  1157.     game:GetService'Players':Chat(("gear me 2261167878"))
  1158.     game:GetService'Players':Chat(("gear me 27860496"))
  1159. end)
  1160.  
  1161. kitomni.Name = "kit omni"
  1162. kitomni.Parent = Kitstab
  1163. kitomni.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1164. kitomni.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1165. kitomni.BorderSizePixel = 5
  1166. kitomni.Position = UDim2.new(0.500194132, 0, 0.168520734, 0)
  1167. kitomni.Size = UDim2.new(0, 175, 0, 25)
  1168. kitomni.Font = Enum.Font.Gotham
  1169. kitomni.Text = ":kit omni"
  1170. kitomni.TextColor3 = Color3.fromRGB(255, 255, 255)
  1171. kitomni.TextScaled = true
  1172. kitomni.TextSize = 14.000
  1173. kitomni.TextWrapped = true
  1174. kitomni.MouseButton1Down:connect(function()
  1175. for i = 1,10 do
  1176. game:GetService'Players':Chat(("gear me 159229806"))
  1177. end
  1178.  
  1179. for i = 1,10 do
  1180. game:GetService'Players':Chat(("gear me 93136802"))
  1181. end
  1182.  
  1183. game:GetService'Players':Chat(("gear me 108158379"))
  1184. game:GetService'Players':Chat(("gear me 73829193"))
  1185. game:GetService'Players':Chat(("gear me 69499437"))
  1186. game:GetService'Players':Chat(("gear me 80661504"))
  1187. game:GetService'Players':Chat(("gear me 120307951"))
  1188. game:GetService'Players':Chat(("gear me 99119240"))
  1189. game:GetService'Players':Chat(("gear me 94794774"))
  1190. game:GetService'Players':Chat(("gear me 71037101"))
  1191. game:GetService'Players':Chat(("gear me 93136746"))
  1192. end)
  1193.  
  1194. kitdagger.Name = "kit dagger"
  1195. kitdagger.Parent = Kitstab
  1196. kitdagger.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1197. kitdagger.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1198. kitdagger.BorderSizePixel = 5
  1199. kitdagger.Position = UDim2.new(0.500194132, 0, 0.295248866, 0)
  1200. kitdagger.Size = UDim2.new(0, 175, 0, 25)
  1201. kitdagger.Font = Enum.Font.Gotham
  1202. kitdagger.Text = ":kit dagger"
  1203. kitdagger.TextColor3 = Color3.fromRGB(255, 255, 255)
  1204. kitdagger.TextScaled = true
  1205. kitdagger.TextSize = 14.000
  1206. kitdagger.TextWrapped = true
  1207. kitdagger.MouseButton1Down:connect(function()
  1208.     game:GetService'Players':Chat(("gear me 62350856"))
  1209.     game:GetService'Players':Chat(("gear me 65079090"))
  1210.     game:GetService'Players':Chat(("gear me 64220952"))
  1211.     game:GetService'Players':Chat(("gear me 71037101"))
  1212.     game:GetService'Players':Chat(("gear me 168142394"))
  1213.     game:GetService'Players':Chat(("gear me 51760061"))
  1214. end)
  1215.  
  1216. kitcrossbow.Name = "kit crossbow"
  1217. kitcrossbow.Parent = Kitstab
  1218. kitcrossbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1219. kitcrossbow.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1220. kitcrossbow.BorderSizePixel = 5
  1221. kitcrossbow.Position = UDim2.new(0.500194132, 0, 0.435801864, 0)
  1222. kitcrossbow.Size = UDim2.new(0, 175, 0, 25)
  1223. kitcrossbow.Font = Enum.Font.Gotham
  1224. kitcrossbow.Text = ":kit crossbow"
  1225. kitcrossbow.TextColor3 = Color3.fromRGB(255, 255, 255)
  1226. kitcrossbow.TextScaled = true
  1227. kitcrossbow.TextSize = 14.000
  1228. kitcrossbow.TextWrapped = true
  1229. kitcrossbow.MouseButton1Down:connect(function()
  1230.     game:GetService'Players':Chat(("gear me 174752245"))
  1231.     game:GetService'Players':Chat(("gear me 1587175338"))
  1232.     game:GetService'Players':Chat(("gear me 206566653"))
  1233.     game:GetService'Players':Chat(("gear me 178076831"))
  1234.     game:GetService'Players':Chat(("gear me 2163551089"))
  1235. end)
  1236.  
  1237. kitknife.Name = "kit knife"
  1238. kitknife.Parent = Kitstab
  1239. kitknife.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1240. kitknife.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1241. kitknife.BorderSizePixel = 5
  1242. kitknife.Position = UDim2.new(0.500194132, 0, 0.8275069, 0)
  1243. kitknife.Size = UDim2.new(0, 175, 0, 25)
  1244. kitknife.Font = Enum.Font.Gotham
  1245. kitknife.Text = ":kit knife"
  1246. kitknife.TextColor3 = Color3.fromRGB(255, 255, 255)
  1247. kitknife.TextScaled = true
  1248. kitknife.TextSize = 14.000
  1249. kitknife.TextWrapped = true
  1250. kitknife.MouseButton1Down:connect(function()
  1251.     game:GetService'Players':Chat(("gear me 121946387"))
  1252.     game:GetService'Players':Chat(("gear me 1215515248"))
  1253.     game:GetService'Players':Chat(("gear me 208659586"))
  1254. end)
  1255.  
  1256. kitpotion.Name = "kit potion"
  1257. kitpotion.Parent = Kitstab
  1258. kitpotion.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1259. kitpotion.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1260. kitpotion.BorderSizePixel = 5
  1261. kitpotion.Position = UDim2.new(0.500194132, 0, 0.700778782, 0)
  1262. kitpotion.Size = UDim2.new(0, 175, 0, 25)
  1263. kitpotion.Font = Enum.Font.Gotham
  1264. kitpotion.Text = ":kit potion"
  1265. kitpotion.TextColor3 = Color3.fromRGB(255, 255, 255)
  1266. kitpotion.TextScaled = true
  1267. kitpotion.TextSize = 14.000
  1268. kitpotion.TextWrapped = true
  1269. kitpotion.MouseButton1Down:connect(function()
  1270. game:GetService'Players':Chat(("gear me 11450664"))
  1271. game:GetService'Players':Chat(("gear me 56561593"))
  1272. game:GetService'Players':Chat(("gear me 55917420"))
  1273. game:GetService'Players':Chat(("gear me 65082246"))
  1274. game:GetService'Players':Chat(("gear me 11419319"))
  1275. game:GetService'Players':Chat(("gear me 47597835"))
  1276. end)
  1277.  
  1278. kitscythe.Name = "kit scythe"
  1279. kitscythe.Parent = Kitstab
  1280. kitscythe.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1281. kitscythe.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1282. kitscythe.BorderSizePixel = 5
  1283. kitscythe.Position = UDim2.new(0.500194132, 0, 0.569442332, 0)
  1284. kitscythe.Size = UDim2.new(0, 175, 0, 25)
  1285. kitscythe.Font = Enum.Font.Gotham
  1286. kitscythe.Text = ":kit scythe"
  1287. kitscythe.TextColor3 = Color3.fromRGB(255, 255, 255)
  1288. kitscythe.TextScaled = true
  1289. kitscythe.TextSize = 14.000
  1290. kitscythe.TextWrapped = true
  1291. kitscythe.MouseButton1Down:connect(function()
  1292. game:GetService'Players':Chat(("gear me 1609498185"))
  1293. game:GetService'Players':Chat(("gear me 2506365260"))
  1294. game:GetService'Players':Chat(("gear me 28275809"))
  1295. game:GetService'Players':Chat(("gear me 846792499"))
  1296. game:GetService'Players':Chat(("gear me 95951330"))
  1297. game:GetService'Players':Chat(("gear me 218631128"))
  1298. game:GetService'Players':Chat(("gear me 50938765"))
  1299. game:GetService'Players':Chat(("gear me 517827255"))
  1300. end)
  1301.  
  1302. kitsword.Name = "kit sword"
  1303. kitsword.Parent = Kitstab
  1304. kitsword.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1305. kitsword.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1306. kitsword.BorderSizePixel = 5
  1307. kitsword.Position = UDim2.new(0.280441046, 0, 0.926585257, 0)
  1308. kitsword.Size = UDim2.new(0, 175, 0, 25)
  1309. kitsword.Font = Enum.Font.Gotham
  1310. kitsword.Text = ":kit sword"
  1311. kitsword.TextColor3 = Color3.fromRGB(255, 255, 255)
  1312. kitsword.TextScaled = true
  1313. kitsword.TextSize = 14.000
  1314. kitsword.TextWrapped = true
  1315. kitsword.MouseButton1Down:connect(function()
  1316.     game:GetService'Players':Chat(("gear me 1981813154"))
  1317.     game:GetService'Players':Chat(("gear me 77443461"))
  1318.     game:GetService'Players':Chat(("gear me 77443491"))
  1319.     game:GetService'Players':Chat(("gear me 1340206957"))
  1320.     game:GetService'Players':Chat(("gear me 155661985"))
  1321.     game:GetService'Players':Chat(("gear me 532254782"))
  1322.     game:GetService'Players':Chat(("gear me 88885481"))
  1323.     game:GetService'Players':Chat(("gear me 93136746"))
  1324. end)
  1325.  
  1326. Morphstab.Name = "Morphstab"
  1327. Morphstab.Parent = main
  1328. Morphstab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1329. Morphstab.BorderSizePixel = 0
  1330. Morphstab.Position = UDim2.new(1, 0, 0.969696522, 0)
  1331. Morphstab.Size = UDim2.new(0, 178, 0, 225)
  1332. Morphstab.Visible = false
  1333.  
  1334. title_6.Name = "title"
  1335. title_6.Parent = Morphstab
  1336. title_6.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1337. title_6.BackgroundTransparency = 1.000
  1338. title_6.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1339. title_6.BorderSizePixel = 0
  1340. title_6.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0)
  1341. title_6.Size = UDim2.new(0, 130, 0, 29)
  1342. title_6.Font = Enum.Font.Gotham
  1343. title_6.Text = "Morphs"
  1344. title_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  1345. title_6.TextScaled = true
  1346. title_6.TextSize = 20.000
  1347. title_6.TextWrapped = true
  1348.  
  1349. line_6.Name = "line"
  1350. line_6.Parent = Morphstab
  1351. line_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1352. line_6.BorderSizePixel = 0
  1353. line_6.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0)
  1354. line_6.Size = UDim2.new(0, 152, 0, 1)
  1355. line_6.Font = Enum.Font.Gotham
  1356. line_6.Text = ""
  1357. line_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  1358. line_6.TextSize = 14.000
  1359.  
  1360. jester.Name = "jester"
  1361. jester.Parent = Morphstab
  1362. jester.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1363. jester.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1364. jester.BorderSizePixel = 5
  1365. jester.Position = UDim2.new(0.0505280867, 0, 0.235333338, 0)
  1366. jester.Size = UDim2.new(0, 152, 0, 26)
  1367. jester.Font = Enum.Font.Gotham
  1368. jester.Text = ":Jester"
  1369. jester.TextColor3 = Color3.fromRGB(236, 236, 236)
  1370. jester.TextScaled = true
  1371. jester.TextSize = 14.000
  1372. jester.TextWrapped = true
  1373. jester.MouseButton1Down:connect(function()
  1374. game:GetService'Players':Chat(("unpackage me"))
  1375. game:GetService'Players':Chat(("paint me white"))
  1376. game:GetService'Players':Chat(("removehats me"))
  1377. wait(0.125)
  1378. game:GetService'Players':Chat(("hat me 1301377743"))
  1379. game:GetService'Players':Chat(("hat me 13702134"))
  1380. game:GetService'Players':Chat(("shirt me 1304485340"))
  1381. game:GetService'Players':Chat(("pants me 1304482618"))
  1382. wait(0.125)
  1383. game:GetService'Players':Chat(("gear me 120749528"))
  1384. game:GetService'Players':Chat(("gear me 746687364"))
  1385. end)
  1386.  
  1387. aka.Name = "aka"
  1388. aka.Parent = Morphstab
  1389. aka.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1390. aka.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1391. aka.BorderSizePixel = 5
  1392. aka.Position = UDim2.new(0.0505280867, 0, 0.439777792, 0)
  1393. aka.Size = UDim2.new(0, 152, 0, 26)
  1394. aka.Font = Enum.Font.Gotham
  1395. aka.Text = ":Aka"
  1396. aka.TextColor3 = Color3.fromRGB(236, 236, 236)
  1397. aka.TextScaled = true
  1398. aka.TextSize = 14.000
  1399. aka.TextWrapped = true
  1400. aka.MouseButton1Down:connect(function()
  1401. game:GetService'Players':Chat(("unpackage me"))
  1402. game:GetService'Players':Chat(("paint me pastel brown"))
  1403. game:GetService'Players':Chat(("removehats me"))
  1404. wait(0.25)
  1405. game:GetService'Players':Chat(("hat me 4708970652"))
  1406. game:GetService'Players':Chat(("hat me 4660425043"))
  1407. game:GetService'Players':Chat(("hat me 4524990267"))
  1408. game:GetService'Players':Chat(("hat me 4524481392"))
  1409. game:GetService'Players':Chat(("shirt me 4150240898"))
  1410. game:GetService'Players':Chat(("pants me 4240325953"))
  1411. game:GetService'Players':Chat(("hat me 106709021"))
  1412. game:GetService'Players':Chat(("face me 402304145"))
  1413. end)
  1414.  
  1415. joy.Name = "joy"
  1416. joy.Parent = Morphstab
  1417. joy.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1418. joy.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1419. joy.BorderSizePixel = 5
  1420. joy.Position = UDim2.new(0.0505280867, 0, 0.635333359, 0)
  1421. joy.Size = UDim2.new(0, 152, 0, 26)
  1422. joy.Font = Enum.Font.Gotham
  1423. joy.Text = ":Joy :)"
  1424. joy.TextColor3 = Color3.fromRGB(236, 236, 236)
  1425. joy.TextScaled = true
  1426. joy.TextSize = 14.000
  1427. joy.TextWrapped = true
  1428. joy.MouseButton1Down:connect(function()
  1429.           game:GetService'Players':Chat(("removehats me"))
  1430.       game:GetService'Players':Chat(("paint me white"))
  1431.       game:GetService'Players':Chat(("hat me 4904151381"))
  1432. end)
  1433.  
  1434. darklord.Name = "darklord"
  1435. darklord.Parent = Morphstab
  1436. darklord.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1437. darklord.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1438. darklord.BorderSizePixel = 5
  1439. darklord.Position = UDim2.new(0.0505280867, 0, 0.844222248, 0)
  1440. darklord.Size = UDim2.new(0, 152, 0, 26)
  1441. darklord.Font = Enum.Font.Gotham
  1442. darklord.Text = ":Dark_Lord"
  1443. darklord.TextColor3 = Color3.fromRGB(236, 236, 236)
  1444. darklord.TextScaled = true
  1445. darklord.TextSize = 14.000
  1446. darklord.TextWrapped = true
  1447. darklord.MouseButton1Down:connect(function()
  1448. game:GetService'Players':Chat(("unpackage me"))
  1449. game:GetService'Players':Chat(("removehats me"))
  1450. game:GetService'Players':Chat(("paint me black"))
  1451. wait(0.25)
  1452. game:GetService'Players':Chat(("pants me 1279747525"))
  1453. game:GetService'Players':Chat(("shirt me 1233857398"))
  1454. game:GetService'Players':Chat(("hat me 4238305136"))
  1455. game:GetService'Players':Chat(("hat me 745790335"))
  1456. game:GetService'Players':Chat(("hat me 99860652"))
  1457. game:GetService'Players':Chat(("hat me 244160766"))
  1458. game:GetService'Players':Chat(("hat me 19380685"))
  1459. game:GetService'Players':Chat(("hat me 4087527067"))
  1460. end)
  1461.  
  1462. cmdtab.Name = "cmdtab"
  1463. cmdtab.Parent = main
  1464. cmdtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1465. cmdtab.BorderSizePixel = 0
  1466. cmdtab.Position = UDim2.new(1, 0, 0.969696522, 0)
  1467. cmdtab.Size = UDim2.new(0, 427, 0, 434)
  1468. cmdtab.Visible = false
  1469.  
  1470. title_7.Name = "title"
  1471. title_7.Parent = cmdtab
  1472. title_7.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1473. title_7.BackgroundTransparency = 1.000
  1474. title_7.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1475. title_7.BorderSizePixel = 0
  1476. title_7.Position = UDim2.new(0.344956666, 0, 0.0254748724, 0)
  1477. title_7.Size = UDim2.new(0, 130, 0, 29)
  1478. title_7.Font = Enum.Font.Gotham
  1479. title_7.Text = "Cmds"
  1480. title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  1481. title_7.TextScaled = true
  1482. title_7.TextSize = 20.000
  1483. title_7.TextWrapped = true
  1484.  
  1485. line_7.Name = "line"
  1486. line_7.Parent = cmdtab
  1487. line_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1488. line_7.BorderSizePixel = 0
  1489. line_7.Position = UDim2.new(0.105815805, 0, 0.112868212, 0)
  1490. line_7.Size = UDim2.new(0, 336, 0, 1)
  1491. line_7.Font = Enum.Font.Gotham
  1492. line_7.Text = ""
  1493. line_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  1494. line_7.TextSize = 14.000
  1495.  
  1496. list.Name = "list"
  1497. list.Parent = cmdtab
  1498. list.Active = true
  1499. list.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1500. list.BackgroundTransparency = 1.000
  1501. list.BorderSizePixel = 0
  1502. list.Position = UDim2.new(0.105815805, 0, 0.143434793, 0)
  1503. list.Size = UDim2.new(0, 335, 0, 350)
  1504. list.CanvasSize = UDim2.new(0, 0, 6, 0)
  1505. list.ScrollBarThickness = 4
  1506.  
  1507. oof.Name = "oof"
  1508. oof.Parent = list
  1509. oof.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1510. oof.BackgroundTransparency = 1.000
  1511. oof.BorderSizePixel = 0
  1512. oof.Position = UDim2.new(0, 0, -2.74181366e-06, 0)
  1513. oof.Size = UDim2.new(0, 335, 0, 2559)
  1514. oof.Font = Enum.Font.Gotham
  1515. oof.Text = "[Hot-Keys]\\n\\nZ - Fly\\nX - Forcefield\\nC - Reset\\nV - Respawn\\nB - Save Location\\nN - Load Location\\nM - Execute last command used\\nF - Interchangeable, say hk1 = Command Name\\nG - Interchangeable, say hk2 = Command Name\\nH - Interchangeable, say hk3 = Command Name\\nJ - Disable/Enable Hotkeys\\n\\n[Kit Commands] [13 Kits]\\n\\n:kit [kit name] [player name]\\n:kit god - Gives you all Periastrons \\n:kit omni - Gives you all Periastrons * 10\\n:kit gun - Gives a load of guns\\n:kit dark - Makes you dark\\n:kit knife - Gives you knives\\n:kit dagger - gives you daggers\\n:kit bow - gives you bow's\\n:kit crossbow - gives you crossbows\\n:kit magic - gives you magical items\\n:kit sword - Gives you swords\\n:kit scythe - Gives you scythes\\n:kit ninja - ninja gear\\n:kit potion - gives potions\\n\\nCOMING SOON.....\\n:kit hammer\\n:kit spear\\n:kit claws\\n\\n[Teleport Commands]\\n\\nTo tp players the prefix is \":\"\\nTo tp me the prefix is \";\"\\n:[Location] [Player] - Teleports that person to that location\\n;[Location] - Teleports me to the location\\n:spawn1 - Teleports you to spawn on the Left\\n:spawn2 - Teleports you to spawn in the Middle\\n:spawn3 - Teleports you to spawn on the Right\\n:house - Teleports you inside the house\\n:uhouse - Teleports you above the house\\n:obby - teleports you to the end of the obby\\n:pads - teleports you to the admin pads\\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]\\nplay mwd - Plays Miss Wanna Die\\n\\n[Morph Commands]\\n\\n:Dark_Lord - Turn's you into a Dark Lord\\n:Aka - Makes you Aka Muichiro\\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 - different from \":Stop\" this stop stops spam commands\\n\\n[Other Commands]\\n\\n:boombox - gives you a boombox\\n:antikill - Auto-resets you upon death\\n:antipunish - Auto-unpunish you[WIP]\\n:unblindable - unblindable\\n:stay - Keeps you in place\\n:move - allows you to move freely\\n\\n[Local Commands]\\n\\n:here - Saves your current location\\n:back - Teleports you back to that saved location\\n:loadout 1 - Fly and Forcefield\\n:zawarudo - Time Stops now...\\n:purge - The purge will start\\n:Stop - Stops all player movement and changes the sky color to red\\n:Go - Sets all player movement back to normal including the sky\\n:ls - pulls up logs\\n:rejoin - Rejoin the current game(DOESN'T WORK FOR VIP SERVERS)\\n:snap [Player] - Snap someone out of existence\\n:ms - Clear's Logs\\n:wl - whitelist[Player] - Players can use your commands\\n:unwl - unwhitelist [Player]\\n:regen - regen admin pads\\n:startsave - saves your current location every X seconds\\n:stopsave - stops the loop of saving your location\\npause = [Number] - change the wait time for the spam-save of location\\nwait = [Number] - Change the wait time of spam commands\\nhk1 = [Command] - Set a command to the Hotkey F\\nhk2 = [Command] - Set a command to the Hotkey G\\nhk3 = [Command] - Set a command to the Hotkey H\\namount = [Number] - Sets the amount of gear you'll get\\nclicktp - Default Button is r [MUST RE-EXECUTE UPON DEATH]\\n:sky - Teleports you in the sky with a boombox\\n:acolor - Blinding rgb\\n:bcolor - Blinding rgb\\n:ccolor - :acolor and :bcolor combined\\n:redhell - experience my red hell\\n:rainbow - More powerful Disco\\n\\n[Gear Commands] [MORE SOON]\\n\\n:g [gear name] [player name]\\n:g hyperlaser\\n:g dsd(dagger of shattered dimensions)\\n:g cresendo\\n:g rainbow\\n:g ivory\\n:g azure\\n:g crimson\\n:g chartreuse\\n:g amethyst\\n:g noir\\n:g grimgold\\n:g sledge hammer\\n:g carpet\\n:g dual darkheart\\n:g darkheart\\n:g dual illumina\\n:g illumina\\n:g tommy gun\\n:g m1\\n:g luger pistol\\n:g mauser 96\\n:g revolver\\n:g whip\\n:g jetpack\\n:g katana\\n:g chaos\\n:g ld - Light sword, Dark Sword\\n:g lock\\n:g mine\\n:g light\\n:g dark\\n\\n[Commands that will be made in the future]\\n\\n:kit bomb - gives you explosives\\n:kit musical\\n:kit transport\\n:kit building"
  1516. oof.TextColor3 = Color3.fromRGB(255, 255, 255)
  1517. oof.TextScaled = true
  1518. oof.TextSize = 10.000
  1519. oof.TextWrapped = true
  1520.  
  1521. Credittab.Name = "Credittab"
  1522. Credittab.Parent = main
  1523. Credittab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1524. Credittab.BorderSizePixel = 0
  1525. Credittab.Position = UDim2.new(1, 0, 0.969696522, 0)
  1526. Credittab.Size = UDim2.new(0, 178, 0, 225)
  1527. Credittab.Visible = false
  1528.  
  1529. title_8.Name = "title"
  1530. title_8.Parent = Credittab
  1531. title_8.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1532. title_8.BackgroundTransparency = 1.000
  1533. title_8.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1534. title_8.BorderSizePixel = 0
  1535. title_8.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0)
  1536. title_8.Size = UDim2.new(0, 130, 0, 29)
  1537. title_8.Font = Enum.Font.Gotham
  1538. title_8.Text = "Credits"
  1539. title_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  1540. title_8.TextScaled = true
  1541. title_8.TextSize = 20.000
  1542. title_8.TextWrapped = true
  1543.  
  1544. line_8.Name = "line"
  1545. line_8.Parent = Credittab
  1546. line_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1547. line_8.BorderSizePixel = 0
  1548. line_8.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0)
  1549. line_8.Size = UDim2.new(0, 152, 0, 1)
  1550. line_8.Font = Enum.Font.Gotham
  1551. line_8.Text = ""
  1552. line_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  1553. line_8.TextSize = 14.000
  1554.  
  1555. cred1.Name = "cred1"
  1556. cred1.Parent = Credittab
  1557. cred1.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1558. cred1.BackgroundTransparency = 1.000
  1559. cred1.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1560. cred1.BorderSizePixel = 0
  1561. cred1.Position = UDim2.new(0.112359554, 0, 0.240456954, 0)
  1562. cred1.Size = UDim2.new(0, 130, 0, 29)
  1563. cred1.Font = Enum.Font.Gotham
  1564. cred1.Text = "Made By:"
  1565. cred1.TextColor3 = Color3.fromRGB(255, 255, 255)
  1566. cred1.TextScaled = true
  1567. cred1.TextSize = 20.000
  1568. cred1.TextWrapped = true
  1569.  
  1570. cred1_2.Name = "cred1"
  1571. cred1_2.Parent = Credittab
  1572. cred1_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1573. cred1_2.BackgroundTransparency = 1.000
  1574. cred1_2.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1575. cred1_2.BorderSizePixel = 0
  1576. cred1_2.Position = UDim2.new(0.0730337054, 0, 0.438668102, 0)
  1577. cred1_2.Size = UDim2.new(0, 152, 0, 43)
  1578. cred1_2.Font = Enum.Font.Gotham
  1579. cred1_2.Text = "Ex_Zviye[Roblox]"
  1580. cred1_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1581. cred1_2.TextScaled = true
  1582. cred1_2.TextSize = 20.000
  1583. cred1_2.TextWrapped = true
  1584.  
  1585. cred1_3.Name = "cred1"
  1586. cred1_3.Parent = Credittab
  1587. cred1_3.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1588. cred1_3.BackgroundTransparency = 1.000
  1589. cred1_3.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1590. cred1_3.BorderSizePixel = 0
  1591. cred1_3.Position = UDim2.new(0.0505617931, 0, 0.640456975, 0)
  1592. cred1_3.Size = UDim2.new(0, 152, 0, 46)
  1593. cred1_3.Font = Enum.Font.Gotham
  1594. cred1_3.Text = "Zviye#0728[Discord]"
  1595. cred1_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1596. cred1_3.TextScaled = true
  1597. cred1_3.TextSize = 20.000
  1598. cred1_3.TextWrapped = true
  1599.  
  1600. localtab.Name = "localtab"
  1601. localtab.Parent = main
  1602. localtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1603. localtab.BorderSizePixel = 0
  1604. localtab.Position = UDim2.new(1, 0, 0.969696522, 0)
  1605. localtab.Size = UDim2.new(0, 405, 0, 434)
  1606. localtab.Visible = false
  1607.  
  1608. title_9.Name = "title"
  1609. title_9.Parent = localtab
  1610. title_9.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  1611. title_9.BackgroundTransparency = 1.000
  1612. title_9.BorderColor3 = Color3.fromRGB(38, 38, 38)
  1613. title_9.BorderSizePixel = 0
  1614. title_9.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0)
  1615. title_9.Size = UDim2.new(0, 130, 0, 29)
  1616. title_9.Font = Enum.Font.SourceSans
  1617. title_9.Text = "Local"
  1618. title_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  1619. title_9.TextScaled = true
  1620. title_9.TextSize = 20.000
  1621. title_9.TextWrapped = true
  1622.  
  1623. line_9.Name = "line"
  1624. line_9.Parent = localtab
  1625. line_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1626. line_9.BorderSizePixel = 0
  1627. line_9.Position = UDim2.new(0.0631570742, 0, 0.0927760452, 0)
  1628. line_9.Size = UDim2.new(0, 350, 0, 1)
  1629. line_9.Font = Enum.Font.SourceSans
  1630. line_9.Text = ""
  1631. line_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  1632. line_9.TextSize = 14.000
  1633.  
  1634. here.Name = "here"
  1635. here.Parent = localtab
  1636. here.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1637. here.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1638. here.BorderSizePixel = 5
  1639. here.Position = UDim2.new(0.0631234795, 0, 0.122437783, 0)
  1640. here.Size = UDim2.new(0, 150, 0, 25)
  1641. here.Font = Enum.Font.Gotham
  1642. here.Text = ":here"
  1643. here.TextColor3 = Color3.fromRGB(255, 255, 255)
  1644. here.TextScaled = true
  1645. here.TextSize = 14.000
  1646. here.TextWrapped = true
  1647. here.MouseButton1Down:connect(function()
  1648. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1649. end)
  1650.  
  1651. back.Name = "back"
  1652. back.Parent = localtab
  1653. back.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1654. back.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1655. back.BorderSizePixel = 5
  1656. back.Position = UDim2.new(0.556950629, 0, 0.122437783, 0)
  1657. back.Size = UDim2.new(0, 150, 0, 25)
  1658. back.Font = Enum.Font.Gotham
  1659. back.Text = ":back"
  1660. back.TextColor3 = Color3.fromRGB(255, 255, 255)
  1661. back.TextScaled = true
  1662. back.TextSize = 14.000
  1663. back.TextWrapped = true
  1664. back.MouseButton1Down:connect(function()
  1665. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos
  1666. end)
  1667.  
  1668. acolor.Name = "acolor"
  1669. acolor.Parent = localtab
  1670. acolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1671. acolor.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1672. acolor.BorderSizePixel = 5
  1673. acolor.Position = UDim2.new(0.0631234795, 0, 0.209995389, 0)
  1674. acolor.Size = UDim2.new(0, 150, 0, 25)
  1675. acolor.Font = Enum.Font.Gotham
  1676. acolor.Text = ":acolor"
  1677. acolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  1678. acolor.TextScaled = true
  1679. acolor.TextSize = 14.000
  1680. acolor.TextWrapped = true
  1681. acolor.MouseButton1Down:connect(function()
  1682. acolor = true
  1683. bcolor = false
  1684. ccolor = false
  1685. rhell = false
  1686. clors(msg)
  1687. end)
  1688.  
  1689. purge.Name = "purge"
  1690. purge.Parent = localtab
  1691. purge.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1692. purge.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1693. purge.BorderSizePixel = 5
  1694. purge.Position = UDim2.new(0.556950629, 0, 0.209995389, 0)
  1695. purge.Size = UDim2.new(0, 150, 0, 25)
  1696. purge.Font = Enum.Font.Gotham
  1697. purge.Text = ":purge"
  1698. purge.TextColor3 = Color3.fromRGB(255, 255, 255)
  1699. purge.TextScaled = true
  1700. purge.TextSize = 14.000
  1701. purge.TextWrapped = true
  1702. purge.MouseButton1Down:connect(function()
  1703. game.Players:Chat("music 232554097")
  1704. repeat
  1705. game.Players:Chat("fogend 150")
  1706. game.Players:Chat("time 2")
  1707. game.Players:Chat("fogcolor 0 0 0")
  1708. game.Players:Chat("brightness 5")
  1709. wait(2)
  1710. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  1711. end)
  1712.  
  1713. zawarudo.Name = "zawarudo"
  1714. zawarudo.Parent = localtab
  1715. zawarudo.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1716. zawarudo.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1717. zawarudo.BorderSizePixel = 5
  1718. zawarudo.Position = UDim2.new(0.556950629, 0, 0.295248836, 0)
  1719. zawarudo.Size = UDim2.new(0, 150, 0, 25)
  1720. zawarudo.Font = Enum.Font.Gotham
  1721. zawarudo.Text = ":zawarudo"
  1722. zawarudo.TextColor3 = Color3.fromRGB(255, 255, 255)
  1723. zawarudo.TextScaled = true
  1724. zawarudo.TextSize = 14.000
  1725. zawarudo.TextWrapped = true
  1726. zawarudo.MouseButton1Down:connect(function()
  1727. game.Players:Chat("music 304787933")
  1728. wait(2)
  1729. game.Players:Chat("freeze all")
  1730. game.Players:Chat("ambient 0 63.75 0")
  1731. wait(.25)
  1732. game.Players:Chat("ambient 0 127.5 0")
  1733. wait(.25)
  1734. game.Players:Chat("ambient 0 191.25 0")
  1735. wait(.25)
  1736. game.Players:Chat("ambient 0 255 0")
  1737. wait(.25)
  1738. game.Players:Chat("stopmusic")
  1739. wait(1.5)
  1740. game.Players:Chat("music 384043882")
  1741. for i = 1,20 do
  1742. game.Players:Chat("freeze all")
  1743. game.Players:Chat("ambient 0 255 0")
  1744. wait(.5)
  1745. end
  1746. game.Players:Chat("music 676242549")
  1747. wait(2.5)
  1748. game.Players:Chat("stopmusic")
  1749. game.Players:Chat("thaw all")
  1750. game.Players:Chat("ambient 0 255 0")
  1751. wait(.25)
  1752. game.Players:Chat("ambient 0 191.25 0")
  1753. wait(.25)
  1754. game.Players:Chat("ambient 0 127.5 0")
  1755. wait(.25)
  1756. game.Players:Chat("ambient 0 63.75 0")
  1757. end)
  1758.  
  1759. bcolor.Name = "bcolor"
  1760. bcolor.Parent = localtab
  1761. bcolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1762. bcolor.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1763. bcolor.BorderSizePixel = 5
  1764. bcolor.Position = UDim2.new(0.0631234795, 0, 0.295248836, 0)
  1765. bcolor.Size = UDim2.new(0, 150, 0, 25)
  1766. bcolor.Font = Enum.Font.Gotham
  1767. bcolor.Text = ":bcolor"
  1768. bcolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  1769. bcolor.TextScaled = true
  1770. bcolor.TextSize = 14.000
  1771. bcolor.TextWrapped = true
  1772. bcolor.MouseButton1Down:connect(function()
  1773. rhell = false
  1774. ccolor = false
  1775. acolor = false
  1776. bcolor = true
  1777. clors(msg)
  1778. end)
  1779.  
  1780. rejoin.Name = "rejoin"
  1781. rejoin.Parent = localtab
  1782. rejoin.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1783. rejoin.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1784. rejoin.BorderSizePixel = 5
  1785. rejoin.Position = UDim2.new(0.559419751, 0, 0.38280645, 0)
  1786. rejoin.Size = UDim2.new(0, 150, 0, 25)
  1787. rejoin.Font = Enum.Font.Gotham
  1788. rejoin.Text = ":rejoin"
  1789. rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)
  1790. rejoin.TextScaled = true
  1791. rejoin.TextSize = 14.000
  1792. rejoin.TextWrapped = true
  1793. rejoin.MouseButton1Down:connect(function()
  1794. rjn()
  1795. game:GetService("TeleportService"):Teleport(game.PlaceId, playur)
  1796. end)
  1797.  
  1798. ccolor.Name = "ccolor"
  1799. ccolor.Parent = localtab
  1800. ccolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1801. ccolor.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1802. ccolor.BorderSizePixel = 5
  1803. ccolor.Position = UDim2.new(0.0655926168, 0, 0.38280645, 0)
  1804. ccolor.Size = UDim2.new(0, 150, 0, 25)
  1805. ccolor.Font = Enum.Font.Gotham
  1806. ccolor.Text = ":ccolor"
  1807. ccolor.TextColor3 = Color3.fromRGB(255, 255, 255)
  1808. ccolor.TextScaled = true
  1809. ccolor.TextSize = 14.000
  1810. ccolor.TextWrapped = true
  1811. ccolor.MouseButton1Down:connect(function()
  1812. rhell = false
  1813. ccolor = true
  1814. acolor = false
  1815. bcolor = false
  1816. clors(msg)
  1817. end)
  1818.  
  1819. Stop_2.Name = "Stop"
  1820. Stop_2.Parent = localtab
  1821. Stop_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1822. Stop_2.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1823. Stop_2.BorderSizePixel = 5
  1824. Stop_2.Position = UDim2.new(0.0631234795, 0, 0.474972367, 0)
  1825. Stop_2.Size = UDim2.new(0, 150, 0, 25)
  1826. Stop_2.Font = Enum.Font.Gotham
  1827. Stop_2.Text = ":Stop"
  1828. Stop_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1829. Stop_2.TextScaled = true
  1830. Stop_2.TextSize = 14.000
  1831. Stop_2.TextWrapped = true
  1832. Stop_2.MouseButton1Down:connect(function()
  1833. stop = true
  1834. Stop(msg)
  1835. end)
  1836.  
  1837. ms.Name = "ms"
  1838. ms.Parent = localtab
  1839. ms.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1840. ms.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1841. ms.BorderSizePixel = 5
  1842. ms.Position = UDim2.new(0.556950629, 0, 0.474972367, 0)
  1843. ms.Size = UDim2.new(0, 150, 0, 25)
  1844. ms.Font = Enum.Font.Gotham
  1845. ms.Text = ":ms"
  1846. ms.TextColor3 = Color3.fromRGB(255, 255, 255)
  1847. ms.TextScaled = true
  1848. ms.TextSize = 14.000
  1849. ms.TextWrapped = true
  1850. ms.MouseButton1Down:connect(function()
  1851. local rlog = math.random(1,5)
  1852.  
  1853. if rlog == 1 then
  1854. for i = 1,100 do
  1855. game:GetService'Players':Chat(("ff use your own stuff"))
  1856. end
  1857. end
  1858.  
  1859. if rlog == 2 then
  1860. for i = 1,100 do
  1861. game:GetService'Players':Chat(("ff stop looking :/"))
  1862. end
  1863. end
  1864.  
  1865. if rlog == 3 then
  1866. for i = 1,100 do
  1867. game:GetService'Players':Chat(("ff viewing logs I see"))
  1868. end
  1869. end
  1870.  
  1871. if rlog == 4 then
  1872. for i = 1,100 do
  1873. game:GetService'Players':Chat(("ff no stealing please"))
  1874. end
  1875. end
  1876.  
  1877. if rlog == 5 then
  1878. for i = 1,100 do
  1879. game:GetService'Players':Chat(("ff checking logs I see"))
  1880. end
  1881. end
  1882. end)
  1883.  
  1884. Go.Name = "Go"
  1885. Go.Parent = localtab
  1886. Go.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1887. Go.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1888. Go.BorderSizePixel = 5
  1889. Go.Position = UDim2.new(0.0631234795, 0, 0.574050725, 0)
  1890. Go.Size = UDim2.new(0, 150, 0, 25)
  1891. Go.Font = Enum.Font.Gotham
  1892. Go.Text = ":Go"
  1893. Go.TextColor3 = Color3.fromRGB(255, 255, 255)
  1894. Go.TextScaled = true
  1895. Go.TextSize = 14.000
  1896. Go.TextWrapped = true
  1897. Go.MouseButton1Down:connect(function()
  1898. stop = false
  1899. wait(0.25)
  1900. game:GetService'Players':Chat(("speed all 16"))
  1901. game:GetService'Players':Chat(("grav all"))
  1902. game:GetService'Players':Chat(("fix"))
  1903. end)
  1904.  
  1905. sky.Name = "sky"
  1906. sky.Parent = localtab
  1907. sky.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1908. sky.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1909. sky.BorderSizePixel = 5
  1910. sky.Position = UDim2.new(0.556950629, 0, 0.574050725, 0)
  1911. sky.Size = UDim2.new(0, 150, 0, 25)
  1912. sky.Font = Enum.Font.Gotham
  1913. sky.Text = ":sky"
  1914. sky.TextColor3 = Color3.fromRGB(255, 255, 255)
  1915. sky.TextScaled = true
  1916. sky.TextSize = 14.000
  1917. sky.TextWrapped = true
  1918. sky.MouseButton1Down:connect(function()
  1919. game:GetService'Players':Chat(("gear me 212641536"))
  1920. wait(0.125)
  1921. game:GetService'Players':Chat(("fly me"))
  1922. for i = 1,10 do
  1923. game:GetService'Players':Chat(("skydive me"))
  1924. end
  1925. wait(0.125)
  1926. game:GetService'Players':Chat(("jail me"))
  1927. wait(0.25)
  1928. game:GetService'Players':Chat(("unfly me"))
  1929. wait(0.5)
  1930. game:GetService'Players':Chat(("jail me"))
  1931. end)
  1932.  
  1933. regen.Name = "regen"
  1934. regen.Parent = localtab
  1935. regen.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1936. regen.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1937. regen.BorderSizePixel = 5
  1938. regen.Position = UDim2.new(0.0655926168, 0, 0.677737296, 0)
  1939. regen.Size = UDim2.new(0, 150, 0, 25)
  1940. regen.Font = Enum.Font.Gotham
  1941. regen.Text = ":regen"
  1942. regen.TextColor3 = Color3.fromRGB(255, 255, 255)
  1943. regen.TextScaled = true
  1944. regen.TextSize = 14.000
  1945. regen.TextWrapped = true
  1946. regen.MouseButton1Down:connect(function()
  1947. regen()
  1948. end)
  1949.  
  1950. redhell.Name = "redhell"
  1951. redhell.Parent = localtab
  1952. redhell.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1953. redhell.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1954. redhell.BorderSizePixel = 5
  1955. redhell.Position = UDim2.new(0.559419751, 0, 0.677737296, 0)
  1956. redhell.Size = UDim2.new(0, 150, 0, 25)
  1957. redhell.Font = Enum.Font.Gotham
  1958. redhell.Text = ":redhell"
  1959. redhell.TextColor3 = Color3.fromRGB(255, 255, 255)
  1960. redhell.TextScaled = true
  1961. redhell.TextSize = 14.000
  1962. redhell.TextWrapped = true
  1963. redhell.MouseButton1Down:connect(function()
  1964. ccolor = false
  1965. acolor = false
  1966. bcolor = false
  1967. rhell = true
  1968. clors(msg)
  1969. end)
  1970.  
  1971. rainbow.Name = "rainbow"
  1972. rainbow.Parent = localtab
  1973. rainbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1974. rainbow.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1975. rainbow.BorderSizePixel = 5
  1976. rainbow.Position = UDim2.new(0.559419751, 0, 0.776815653, 0)
  1977. rainbow.Size = UDim2.new(0, 150, 0, 25)
  1978. rainbow.Font = Enum.Font.Gotham
  1979. rainbow.Text = ":rainbow"
  1980. rainbow.TextColor3 = Color3.fromRGB(255, 255, 255)
  1981. rainbow.TextScaled = true
  1982. rainbow.TextSize = 14.000
  1983. rainbow.TextWrapped = true
  1984. rainbow.MouseButton1Down:connect(function()
  1985. multi = true
  1986. rainbow(msg)
  1987. end)
  1988.  
  1989. clicktp.Name = "clicktp"
  1990. clicktp.Parent = localtab
  1991. clicktp.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  1992. clicktp.BorderColor3 = Color3.fromRGB(29, 29, 29)
  1993. clicktp.BorderSizePixel = 5
  1994. clicktp.Position = UDim2.new(0.0655926168, 0, 0.776815653, 0)
  1995. clicktp.Size = UDim2.new(0, 150, 0, 25)
  1996. clicktp.Font = Enum.Font.Gotham
  1997. clicktp.Text = "clicktp"
  1998. clicktp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1999. clicktp.TextScaled = true
  2000. clicktp.TextSize = 14.000
  2001. clicktp.TextWrapped = true
  2002. clicktp.MouseButton1Down:connect(function()
  2003. plr = game.Players.LocalPlayer
  2004. hum = plr.Character.HumanoidRootPart
  2005. mouse = plr:GetMouse()
  2006. mouse.KeyDown:connect(function(key)
  2007. if key == "r" then
  2008. if mouse.Target then
  2009. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2010. end
  2011. end
  2012. end)
  2013. end)
  2014.  
  2015. stopcmds.Name = "stopcmds"
  2016. stopcmds.Parent = localtab
  2017. stopcmds.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  2018. stopcmds.BorderColor3 = Color3.fromRGB(29, 29, 29)
  2019. stopcmds.BorderSizePixel = 5
  2020. stopcmds.Position = UDim2.new(0.312506169, 0, 0.894327164, 0)
  2021. stopcmds.Size = UDim2.new(0, 150, 0, 25)
  2022. stopcmds.Font = Enum.Font.Gotham
  2023. stopcmds.Text = "stoploopcmds"
  2024. stopcmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  2025. stopcmds.TextScaled = true
  2026. stopcmds.TextSize = 14.000
  2027. stopcmds.TextWrapped = true
  2028. stopcmds.MouseButton1Down:connect(function()
  2029.            Non = false
  2030.            acolor = false
  2031.            bcolor = false
  2032.            ccolor = false
  2033.            rhell = false
  2034.            erf = false
  2035.            multi = false
  2036. end)
  2037.  
  2038. print([[
  2039.  
  2040. Script Name - AdminJoy
  2041. Version - 1.1
  2042. Owner of script - Ex_Zviye(ROBLOX), Zviye#0728(DISCORD)
  2043.  
  2044. [Hot-Keys]
  2045.  
  2046. Z - Fly
  2047. X - Forcefield
  2048. C - Reset
  2049. V - Respawn
  2050. B - Save Location
  2051. N - Load Location
  2052. M - Execute last command used
  2053. F - Interchangeable, say hk1 = Command Name
  2054. G - Interchangeable, say hk2 = Command Name
  2055. H - Interchangeable, say hk3 = Command Name
  2056. J - Disable/Enable Hotkeys
  2057.  
  2058. [Kit Commands] [13 Kits]
  2059.  
  2060. :kit [kit name] [player name]
  2061. :kit god - Gives you all Periastrons
  2062. :kit omni - Gives you all Periastrons * 10
  2063. :kit gun - Gives a load of guns
  2064. :kit dark - Makes you dark
  2065. :kit knife - Gives you knives
  2066. :kit dagger - gives you daggers
  2067. :kit bow - gives you bow's
  2068. :kit crossbow - gives you crossbows
  2069. :kit magic - gives you magical items
  2070. :kit sword - Gives you swords
  2071. :kit scythe - Gives you scythes
  2072. :kit ninja - ninja gear
  2073. :kit potion - gives potions
  2074.  
  2075. COMING SOON.....
  2076. :kit hammer
  2077. :kit spear
  2078. :kit claws
  2079.  
  2080. [Teleport Commands]
  2081.  
  2082. To tp players the prefix is ":"
  2083. To tp me the prefix is ";"
  2084. :[Location] [Player] - Teleports that person to that location
  2085. ;[Location] - Teleports me to the location
  2086. :spawn1 - Teleports you to spawn on the Left
  2087. :spawn2 - Teleports you to spawn in the Middle
  2088. :spawn3 - Teleports you to spawn on the Right
  2089. :house - Teleports you inside the house
  2090. :uhouse - Teleports you above the house
  2091. :obby - teleports you to the end of the obby
  2092. :pads - teleports you to the admin pads
  2093.  
  2094. [Emote Commands]
  2095.  
  2096. :hmm
  2097. :headtoss
  2098. :armspin
  2099. :loophead
  2100. :scream
  2101. :headraise
  2102. :dab
  2103. :crawl
  2104. :crouch
  2105. :dance
  2106.  
  2107. [Music Commands]
  2108. play mwd - Plays Miss Wanna Die
  2109.  
  2110. [Morph Commands]
  2111.  
  2112. :Dark_Lord - Turn's you into a Dark Lord
  2113. :Aka - Makes you Aka Muichiro
  2114. :raja - Turn into Raja
  2115. :Jester - turns you into a Jester
  2116. :Joy - Joy :)
  2117.  
  2118. [Super Commands]
  2119.  
  2120. :super[Command] - superuse any command
  2121.  
  2122. [Spam Commands]
  2123.  
  2124. :spam[Command] - spam any command
  2125. :stop - different from ":Stop" this stop stops spam commands
  2126.  
  2127. [Other Commands]
  2128.  
  2129. :boombox - gives you a boombox
  2130. :antikill - Auto-resets you upon death
  2131. :antipunish - Auto-unpunish you[WIP]
  2132. :unblindable - unblindable
  2133. :stay - Keeps you in place
  2134. :move - allows you to move freely
  2135.  
  2136. [Local Commands]
  2137.  
  2138. :here - Saves your current location
  2139. :back - Teleports you back to that saved location
  2140. :loadout 1 - Fly and Forcefield
  2141. :zawarudo - Time Stops now...
  2142. :purge - The purge will start
  2143. :Stop - Stops all player movement and changes the sky color to red
  2144. :Go - Sets all player movement back to normal including the sky
  2145. :ls - pulls up logs
  2146. :rejoin - Rejoin the current game(DOESN'T WORK FOR VIP SERVERS)
  2147. :snap [Player] - Snap someone out of existence
  2148. :ms - Clear's Logs
  2149. :regen - regen admin pads
  2150. :startsave - saves your current location every X seconds
  2151. :stopsave - stops the loop of saving your location
  2152. pause = [Number] - change the wait time for the spam-save of location
  2153. wait = [Number] - Change the wait time of spam commands
  2154. hk1 = [Command] - Set a command to the Hotkey F
  2155. hk2 = [Command] - Set a command to the Hotkey G
  2156. hk3 = [Command] - Set a command to the Hotkey H
  2157. amount = [Number] - Sets the amount of gear you'll get
  2158. clicktp - Default Button is r [MUST RE-EXECUTE UPON DEATH]
  2159. :sky - Teleports you in the sky with a boombox
  2160. :acolor - Blinding rgb
  2161. :bcolor - Blinding rgb
  2162. :ccolor - :acolor and :bcolor combined
  2163. :redhell - experience my red hell
  2164. :rainbow - More powerful Disco
  2165.  
  2166. [Gear Commands] [MORE SOON]
  2167.  
  2168. :g [gear name] [player name]
  2169. :g hyperlaser
  2170. :g dsd(dagger of shattered dimensions)
  2171. :g cresendo
  2172. :g rainbow
  2173. :g ivory
  2174. :g azure
  2175. :g crimson
  2176. :g chartreuse
  2177. :g amethyst
  2178. :g noir
  2179. :g grimgold
  2180. :g sledge hammer
  2181. :g carpet
  2182. :g dual darkheart
  2183. :g darkheart
  2184. :g dual illumina
  2185. :g illumina
  2186. :g tommy gun
  2187. :g m1
  2188. :g luger pistol
  2189. :g mauser 96
  2190. :g revolver
  2191. :g whip
  2192. :g jetpack
  2193. :g katana
  2194. :g chaos
  2195. :g ld - Light sword, Dark Sword
  2196. :g lock
  2197. :g mine
  2198. :g light
  2199. :g dark
  2200.  
  2201. [Commands that will be made in the future]
  2202.  
  2203. :kit bomb - gives you explosives
  2204. :kit musical
  2205. :kit transport
  2206. :kit building
  2207.  
  2208. ]]) -- End of Print
  2209.  
  2210. -- Chat Gui
  2211. ----------------------------------------------
  2212.  
  2213. local ScreenGui = Instance.new("ScreenGui")
  2214. local main = Instance.new("Frame")
  2215. local execute = Instance.new("TextButton")
  2216. local entertext = Instance.new("TextBox")
  2217.  
  2218. ScreenGui.Parent = game.CoreGui
  2219. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2220.  
  2221. main.Name = "main"
  2222. main.Parent = ScreenGui
  2223. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2224. main.BackgroundTransparency = 0.900
  2225. main.BorderSizePixel = 0
  2226. main.Position = UDim2.new(0.750684917, 0, 0.721062541, 0)
  2227. main.Size = UDim2.new(0, 120, 0, 72)
  2228. main.Visible = false
  2229. main.Draggable = true
  2230. main.Active = true
  2231.  
  2232. execute.Name = "execute"
  2233. execute.Parent = main
  2234. execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2235. execute.BackgroundTransparency = 0.900
  2236. execute.BorderSizePixel = 0
  2237. execute.Position = UDim2.new(0.219072476, 0, 0.652778208, 0)
  2238. execute.Size = UDim2.new(0, 65, 0, 15)
  2239. execute.Font = Enum.Font.Gotham
  2240. execute.Text = "Use"
  2241. execute.TextColor3 = Color3.fromRGB(0, 0, 0)
  2242. execute.TextSize = 14.000
  2243. execute.MouseButton1Down:connect(function()
  2244. local typetext = entertext.Text
  2245. game:GetService'Players':Chat((typetext))
  2246. end)
  2247.  
  2248. entertext.Name = "entertext"
  2249. entertext.Parent = main
  2250. entertext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2251. entertext.BackgroundTransparency = 0.900
  2252. entertext.BorderSizePixel = 0
  2253. entertext.Position = UDim2.new(0.106194563, 0, 0.111111112, 0)
  2254. entertext.Size = UDim2.new(0, 93, 0, 32)
  2255. entertext.Font = Enum.Font.Gotham
  2256. entertext.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  2257. entertext.PlaceholderText = "Text Here"
  2258. entertext.Text = ""
  2259. entertext.TextColor3 = Color3.fromRGB(0, 0, 0)
  2260. entertext.TextSize = 14.000
  2261.  
  2262. ---------------------------------------------------------
  2263.  
  2264. -- Variables
  2265.  
  2266. local abc = 0 -- Wait Time of Spam
  2267. local def = 10 -- Wait Time of LocationSpam
  2268. local lol = 0 -- If command being spammed will be displayed
  2269. local amn = 1 -- amount of gear given
  2270. local check1 = 0 -- toggle for hotkeys
  2271. local checking = 0 -- Check for ChatGui
  2272. local lastcmd = nil
  2273.  
  2274. -- Functions
  2275.  
  2276. function rjn ()
  2277.          local place = game:GetService("TeleportService")
  2278.        local playur = game:GetService("Players").LocalPlayer
  2279.       place:Teleport(game.PlaceId, playur) 
  2280. end
  2281.  
  2282. function regen ()
  2283. fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)
  2284. end
  2285.  
  2286. function loop(msg)
  2287. while und == true do
  2288. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2289. wait(def)
  2290. end
  2291. end
  2292.  
  2293. -- function antipun(msg)
  2294. -- while nopun == true do
  2295. -- wait(0)
  2296. -- if acb then
  2297. -- print(acb)
  2298. -- game:GetService'Players':Chat(("unpunish me"))  elseif cab then
  2299. -- end
  2300. -- end
  2301. -- end
  2302.  
  2303. function anti(msg)
  2304. local plyrname = string.sub(msg, 11)
  2305. while antikill == true do
  2306. wait(0)
  2307. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  2308. wait(0.125)
  2309. game:GetService'Players':Chat(("reset me"))
  2310. end
  2311. end
  2312. end
  2313.  
  2314. function still(msg)
  2315. while nomove == true do
  2316. wait(0)
  2317. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  2318. end
  2319. end
  2320.  
  2321.  
  2322. function unblindable ()
  2323. while true do wait()
  2324. game.Players.LocalPlayer.PlayerGui:WaitForChild("EFFECTGUIBLIND")
  2325. game.Players.LocalPlayer.PlayerGui.EFFECTGUIBLIND:Destroy()
  2326. end
  2327. end
  2328.  
  2329. -- Animation Functions
  2330. ------------------------------------------------------------------------------------------------------------------------
  2331. function armturbine ()
  2332. for i,v in pairs(game.Players:GetPlayers()) do
  2333. AnimationId = "259438880"
  2334. local Anim = Instance.new("Animation")
  2335. Anim.AnimationId = "rbxassetid://"..AnimationId
  2336. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2337. k:Play()
  2338. k:AdjustSpeed(100)
  2339. end
  2340. end
  2341. function loopheadd ()
  2342.    for i,v in pairs(game.Players:GetPlayers()) do
  2343. AnimationId = "35154961"
  2344. local Anim = Instance.new("Animation")
  2345. Anim.AnimationId = "rbxassetid://"..AnimationId
  2346. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2347. while wait(0.00703125) do
  2348. k:Play()
  2349. k:AdjustSpeed(640)
  2350. end
  2351. end
  2352. end
  2353. function laydown ()
  2354. for i,v in pairs(game.Players:GetPlayers()) do
  2355. AnimationId = "282574440"
  2356. local Anim = Instance.new("Animation")
  2357. Anim.AnimationId = "rbxassetid://"..AnimationId
  2358. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2359. k:Play()
  2360. k:AdjustSpeed(1)
  2361. end
  2362. end
  2363. function dabb ()
  2364. for i,v in pairs(game.Players:GetPlayers()) do
  2365. AnimationId = "248263260"
  2366. local Anim = Instance.new("Animation")
  2367. Anim.AnimationId = "rbxassetid://"..AnimationId
  2368. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2369. k:Play()
  2370. k:AdjustSpeed(1)
  2371. end
  2372. end
  2373. function hmmm ()
  2374. for i,v in pairs(game.Players:GetPlayers()) do
  2375. AnimationId = "148840371"
  2376. local Anim = Instance.new("Animation")
  2377. Anim.AnimationId = "rbxassetid://"..AnimationId
  2378. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2379. k:Play()
  2380. k:AdjustSpeed(1)
  2381. end
  2382. end
  2383. function screamm ()
  2384. for i,v in pairs(game.Players:GetPlayers()) do
  2385. AnimationId = "180611870"
  2386. local Anim = Instance.new("Animation")
  2387. Anim.AnimationId = "rbxassetid://"..AnimationId
  2388. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2389. k:Play()
  2390. k:AdjustSpeed(1)
  2391. end
  2392. end
  2393. function headthrow ()
  2394. for i,v in pairs(game.Players:GetPlayers()) do
  2395. AnimationId = "35154961"
  2396. local Anim = Instance.new("Animation")
  2397. Anim.AnimationId = "rbxassetid://"..AnimationId
  2398. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2399. k:Play()
  2400. k:AdjustSpeed(1)
  2401. end
  2402. end
  2403. function raisehead ()
  2404. for i,v in pairs(game.Players:GetPlayers()) do
  2405. AnimationId = "121572214"
  2406. local Anim = Instance.new("Animation")
  2407. Anim.AnimationId = "rbxassetid://"..AnimationId
  2408. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2409. k:Play()
  2410. k:AdjustSpeed(1)
  2411. end
  2412. end
  2413. function crouchh ()
  2414. for i,v in pairs(game.Players:GetPlayers()) do
  2415. AnimationId = "182724289"
  2416. local Anim = Instance.new("Animation")
  2417. Anim.AnimationId = "rbxassetid://"..AnimationId
  2418. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2419. k:Play()
  2420. k:AdjustSpeed(1)
  2421. end
  2422. end
  2423. function MovingDance ()
  2424. for i,v in pairs(game.Players:GetPlayers()) do
  2425. AnimationId = "429703734"
  2426. local Anim = Instance.new("Animation")
  2427. Anim.AnimationId = "rbxassetid://"..AnimationId
  2428. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2429. k:Play()
  2430. k:AdjustSpeed(1)
  2431. end
  2432. end
  2433. ------------------------------------------------------------------------------------------------------------------------
  2434.  
  2435. function clors(msg)
  2436.  
  2437. while ccolor == true do
  2438. wait(0)
  2439. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  2440. wait(0.005)
  2441. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  2442. wait(0.005)
  2443. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  2444. wait(0.005)
  2445. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  2446. wait(0.005)
  2447. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  2448. wait(0.005)
  2449. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  2450. wait(0.005)
  2451. end
  2452.  
  2453. while bcolor == true do
  2454. wait(0)
  2455. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  2456. wait(0.005)
  2457. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  2458. wait(0.005)
  2459. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  2460. wait(0.005)
  2461. end
  2462.  
  2463. while acolor == true do
  2464. wait(0)
  2465. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  2466. wait(0.005)
  2467. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  2468. wait(0.005)
  2469. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  2470. wait(0.005)
  2471. end
  2472.  
  2473. while rhell == true do
  2474. wait(0)
  2475. game:GetService'Players':Chat(("time 0"))
  2476. wait(0.125)
  2477. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  2478. wait(0.125)
  2479. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  2480. wait(0.125)
  2481. game:GetService'Players':Chat(("colorshifttop 100000000 1000000000 10000000000000"))
  2482. wait(0.125)
  2483. game:GetService'Players':Chat(("colorshiftbottom 100000000 1000000000 10000000000000"))
  2484. wait(0.125)
  2485. end
  2486.  
  2487. end
  2488.  
  2489. function rainbow(msg)
  2490.  
  2491. while multi == true do
  2492. wait(0)
  2493. game:GetService'Players':Chat(("colorshifttop 0 0 10000"))
  2494. wait(0.05)
  2495. game:GetService'Players':Chat(("colorshiftbottom 0 0 10000"))
  2496. wait(0.05)
  2497. game:GetService'Players':Chat(("colorshifttop 0 10000 0"))
  2498. wait(0.05)
  2499. game:GetService'Players':Chat(("colorshiftbottom 0 10000 0"))
  2500. wait(0.05)
  2501. game:GetService'Players':Chat(("colorshifttop 10000 0 0"))
  2502. wait(0.05)
  2503. game:GetService'Players':Chat(("colorshiftbottom 10000 0 0"))
  2504. wait(0.05)
  2505. game:GetService'Players':Chat(("colorshifttop 15000 10603 0"))
  2506. wait(0.005)
  2507. game:GetService'Players':Chat(("colorshiftbottom 15000 10603 0"))
  2508. wait(0.05)
  2509. game:GetService'Players':Chat(("colorshifttop 10000 9000 5000"))
  2510. wait(0.05)
  2511. game:GetService'Players':Chat(("colorshiftbottom 10000 9000 5000"))
  2512. wait(0.05)
  2513. game:GetService'Players':Chat(("colorshifttop 10000 0 14135"))
  2514. wait(0.05)
  2515. game:GetService'Players':Chat(("colorshiftbottom 10000 0 14135"))
  2516. wait(0.05)
  2517. game:GetService'Players':Chat(("colorshifttop 10000 0 12000"))
  2518. wait(0.05)
  2519. game:GetService'Players':Chat(("colorshiftbottom 10000 0 12000"))
  2520. wait(0.05)
  2521. game:GetService'Players':Chat(("colorshifttop 10610 7496 0"))
  2522. wait(0.05)
  2523. game:GetService'Players':Chat(("colorshiftbottom 10610 7496 0"))
  2524. wait(0.05)
  2525. game:GetService'Players':Chat(("colorshifttop 100000000000000000 0 0"))
  2526. wait(0.05)
  2527. game:GetService'Players':Chat(("colorshiftbottom 100000000000000000 0 0"))
  2528. wait(0.05)
  2529. game:GetService'Players':Chat(("colorshifttop 10000000 10000000 10000000"))
  2530. wait(0.05)
  2531. game:GetService'Players':Chat(("colorshiftbottom 10000000 10000000 10000000"))
  2532. wait(0.05)
  2533. end
  2534.  
  2535. end
  2536.  
  2537. function looppad ()
  2538. while erf == true do
  2539. wait(0)
  2540. fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)
  2541. end
  2542. end
  2543.  
  2544. function Spam(msg)
  2545.     local plyr = string.sub(msg, 6)
  2546. if lol == 1 then
  2547. game:GetService'Players':Chat(("h Spamming "..plyr))
  2548. end
  2549. while Non == true do
  2550. wait(abc)
  2551. game:GetService'Players':Chat((plyr))
  2552. end
  2553. end
  2554.  
  2555. function Stop(msg)
  2556. while stop == true do
  2557. wait(0.0005)
  2558. game:GetService'Players':Chat(("unfly all"))
  2559. wait(0.0005)
  2560. game:GetService'Players':Chat(("removetools all"))
  2561. wait(0.0005)
  2562. game:GetService'Players':Chat(("setgrav all 1250"))
  2563. wait(0.0005)
  2564. game:GetService'Players':Chat(("speed all 0"))
  2565. wait(0.0005)
  2566. game:GetService'Players':Chat(("outdoorambient 239 20 20"))
  2567. end
  2568. end
  2569.  
  2570. -- HotKey Function
  2571.  
  2572. lp = game.Players.LocalPlayer
  2573. ms = lp:GetMouse()
  2574. ms.KeyDown:connect(function(key)
  2575.  
  2576. -- Hot Keys
  2577.  
  2578. if check1 == 0 then
  2579.  
  2580. if key == "z" then
  2581. game:GetService'Players':Chat(("fly me"))
  2582. end
  2583.  
  2584. if key == "x" then
  2585. game:GetService'Players':Chat(("ff me"))
  2586. end
  2587.  
  2588. if key == "c" then
  2589. game:GetService'Players':Chat(("reset me"))
  2590. end
  2591.  
  2592. if key == "v" then
  2593. game:GetService'Players':Chat(("respawn me"))
  2594. end
  2595.  
  2596. if key == "b" then
  2597. SPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2598. end
  2599.  
  2600. if key == "n" then
  2601. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = SPos
  2602. end
  2603.  
  2604. if key == "m" then
  2605. game:GetService'Players':Chat((lastcmd))
  2606. end
  2607.  
  2608. if key == "f" then
  2609. game:GetService'Players':Chat((hotkey1))
  2610. end
  2611.  
  2612. if key == "g" then
  2613. game:GetService'Players':Chat((hotkey2))
  2614. end
  2615.  
  2616. if key == "h" then
  2617. game:GetService'Players':Chat((hotkey3))
  2618. end
  2619.  
  2620. end
  2621.  
  2622. if key == "j" then
  2623.  
  2624.          check1 = check1 + 1
  2625.  
  2626.      if check1 == 2 then
  2627.          check1 = 0
  2628.      end
  2629. end
  2630.  
  2631. end)
  2632.  
  2633.  
  2634.  
  2635. game.Players.LocalPlayer.Chatted:connect(function(msg)
  2636. time = string.sub(msg, 8)
  2637. save = string.sub(msg, 9)
  2638.  
  2639. if msg == ":active" or msg == ":activate" then
  2640. check1 = 0
  2641. end
  2642. if msg == ":inactive" or msg == ":deactive" or msg == ":disable" then
  2643. check1 = 1
  2644. end
  2645.  
  2646. if string.sub(msg, 1, math.huge) == "" then
  2647. lastcmd = string.sub(msg, 1)
  2648. end
  2649.   if string.sub(msg, 1, 3) == ":wl" then
  2650.    wl = string.sub(msg, 5)
  2651. game:GetService'Players':Chat(("h "..wl.." is Whitelisted"))
  2652.        end
  2653. if string.sub(msg, 1, 5) == ":unwl" then
  2654.        wl = nil
  2655. game:GetService'Players':Chat(("h Unwhitelisted"))
  2656.        end
  2657.  
  2658.        
  2659.     if string.sub(msg, 1, 6) == "wait =" then
  2660.         abc = time
  2661.     end
  2662.    
  2663.     if string.sub(msg, 1, 7) == "pause =" then
  2664.         def = save
  2665.     end
  2666.     if string.sub(msg, 1, 5) == "hk1 =" then
  2667.         hotkey1 = string.sub(msg, 7)
  2668.     end
  2669.     if string.sub(msg, 1, 5) == "hk2 =" then
  2670.         hotkey2 = string.sub(msg, 7)
  2671.     end
  2672.     if string.sub(msg, 1, 5) == "hk3 =" then
  2673.         hotkey3 = string.sub(msg, 7)
  2674.     end
  2675. if string.sub(msg, 1, 8) == "amount =" then
  2676. amn = string.sub(msg, 10)
  2677. end
  2678.    
  2679. if msg == "lol = 0" then
  2680. lol = 0
  2681. end
  2682. if msg == "lol = 1" then
  2683. lol = 1
  2684. end
  2685. -- Kit Commands
  2686.    
  2687. if string.sub(msg, 1, 9) == ":kit omni" then
  2688.  
  2689. local plrname = string.sub(msg, 11)
  2690.  
  2691. for i = 1,10 do
  2692. game:GetService'Players':Chat(("gear "..plrname.." 159229806"))
  2693. end
  2694.  
  2695. for i = 1,10 do
  2696. game:GetService'Players':Chat(("gear "..plrname.." 93136802"))
  2697. end
  2698.  
  2699. game:GetService'Players':Chat(("gear "..plrname.." 108158379"))
  2700. game:GetService'Players':Chat(("gear "..plrname.." 73829193"))
  2701. game:GetService'Players':Chat(("gear "..plrname.." 69499437"))
  2702. game:GetService'Players':Chat(("gear "..plrname.." 80661504"))
  2703. game:GetService'Players':Chat(("gear "..plrname.." 120307951"))
  2704. game:GetService'Players':Chat(("gear "..plrname.." 99119240"))
  2705. game:GetService'Players':Chat(("gear "..plrname.." 94794774"))
  2706. game:GetService'Players':Chat(("gear "..plrname.." 71037101"))
  2707. game:GetService'Players':Chat(("gear "..plrname.." 93136746"))
  2708.  
  2709. end
  2710.  
  2711. if string.sub(msg, 1, 8) == ":kit god" then
  2712.  
  2713. local plrname = string.sub(msg, 10)
  2714.  
  2715. game:GetService'Players':Chat(("gear "..plrname.." 159229806"))
  2716. game:GetService'Players':Chat(("gear "..plrname.." 93136802"))
  2717. game:GetService'Players':Chat(("gear "..plrname.." 108158379"))
  2718. game:GetService'Players':Chat(("gear "..plrname.." 73829193"))
  2719. game:GetService'Players':Chat(("gear "..plrname.." 69499437"))
  2720. game:GetService'Players':Chat(("gear "..plrname.." 80661504"))
  2721. game:GetService'Players':Chat(("gear "..plrname.." 120307951"))
  2722. game:GetService'Players':Chat(("gear "..plrname.." 99119240"))
  2723. game:GetService'Players':Chat(("gear "..plrname.." 94794774"))
  2724. game:GetService'Players':Chat(("gear "..plrname.." 71037101"))
  2725. game:GetService'Players':Chat(("gear "..plrname.." 93136746"))
  2726.  
  2727. end
  2728.  
  2729. if msg == ":kit dark" then
  2730. game:GetService'Players':Chat(("paint me black"))
  2731. game:GetService'Players':Chat(("cape me black"))
  2732. game:GetService'Players':Chat(("removehats me"))
  2733. game:GetService'Players':Chat(("removeface me"))
  2734. game:GetService'Players':Chat(("name me "))
  2735. game:GetService'Players':Chat(("speed me 32"))
  2736. game:GetService'Players':Chat(("trail me black"))
  2737. game:GetService'Players':Chat(("gear me 108149175"))
  2738. end
  2739.  
  2740. if string.sub(msg, 1, 8) == ":kit gun" then
  2741.  
  2742. local plrname = string.sub(msg, 10)
  2743.  
  2744. game:GetService'Players':Chat(("gear "..plrname.." 94233344"))
  2745. game:GetService'Players':Chat(("gear "..plrname.." 94233286"))
  2746. game:GetService'Players':Chat(("gear "..plrname.." 95354288"))
  2747. game:GetService'Players':Chat(("gear "..plrname.." 97885552"))
  2748. game:GetService'Players':Chat(("gear "..plrname.." 116693764"))
  2749. game:GetService'Players':Chat(("gear "..plrname.." 97885508"))
  2750. game:GetService'Players':Chat(("gear "..plrname.." 130113146"))
  2751.  
  2752. end
  2753.  
  2754. if string.sub(msg, 1, 10) == ":kit knife" then
  2755.     local plrname = string.sub(msg, 12)
  2756.     game:GetService'Players':Chat(("gear "..plrname.." 121946387"))
  2757.     game:GetService'Players':Chat(("gear "..plrname.." 1215515248"))
  2758.     game:GetService'Players':Chat(("gear "..plrname.." 208659586"))
  2759. end
  2760.  
  2761. if string.sub(msg, 1, 11) == ":kit dagger" then
  2762.    local plrname = string.sub(msg, 13)
  2763.     game:GetService'Players':Chat(("gear "..plrname.." 62350856"))
  2764.     game:GetService'Players':Chat(("gear "..plrname.." 65079090"))
  2765.     game:GetService'Players':Chat(("gear "..plrname.." 64220952"))
  2766.     game:GetService'Players':Chat(("gear "..plrname.." 71037101"))
  2767.     game:GetService'Players':Chat(("gear "..plrname.." 168142394"))
  2768.     game:GetService'Players':Chat(("gear "..plrname.." 51760061"))
  2769. end
  2770.    
  2771. if string.sub(msg, 1, 8) == ":kit bow" then
  2772.     local plrname = string.sub(msg, 10)
  2773.     game:GetService'Players':Chat(("gear "..plrname.." 1180418251"))
  2774.     game:GetService'Players':Chat(("gear "..plrname.." 92142841"))
  2775.     game:GetService'Players':Chat(("gear "..plrname.." 2136389582"))
  2776.     game:GetService'Players':Chat(("gear "..plrname.." 346687267"))
  2777.     game:GetService'Players':Chat(("gear "..plrname.." 356213494"))
  2778.     game:GetService'Players':Chat(("gear "..plrname.." 2568113462"))
  2779. end
  2780.  
  2781. if string.sub(msg, 1, 13) == ":kit crossbow" then
  2782. local plrname = string.sub(msg, 15)
  2783.     game:GetService'Players':Chat(("gear "..plrname.." 174752245"))
  2784.     game:GetService'Players':Chat(("gear "..plrname.." 1587175338"))
  2785.     game:GetService'Players':Chat(("gear "..plrname.." 206566653"))
  2786.     game:GetService'Players':Chat(("gear "..plrname.." 178076831"))
  2787.     game:GetService'Players':Chat(("gear "..plrname.." 2163551089"))
  2788. end
  2789.  
  2790. if string.sub(msg, 1, 10) == ":kit magic" then
  2791.     local plrname = string.sub(msg, 12)
  2792.     game:GetService'Players':Chat(("gear "..plrname.." 2316760298"))
  2793.     game:GetService'Players':Chat(("gear "..plrname.." 127506105"))
  2794.     game:GetService'Players':Chat(("gear "..plrname.." 10760425"))
  2795.     game:GetService'Players':Chat(("gear "..plrname.." 66416616"))
  2796.     game:GetService'Players':Chat(("gear "..plrname.." 2261167878"))
  2797.     game:GetService'Players':Chat(("gear "..plrname.." 27860496"))
  2798. end
  2799.  
  2800. if string.sub(msg, 1, 10) == ":kit sword" then
  2801.     local plrname = string.sub(msg, 12)
  2802.     game:GetService'Players':Chat(("gear "..plrname.." 1981813154"))
  2803.        game:GetService'Players':Chat(("gear "..plrname.." 77443461"))
  2804.     game:GetService'Players':Chat(("gear "..plrname.." 77443491"))
  2805.     game:GetService'Players':Chat(("gear "..plrname.." 1340206957"))
  2806.     game:GetService'Players':Chat(("gear "..plrname.." 155661985"))
  2807.     game:GetService'Players':Chat(("gear "..plrname.." 532254782"))
  2808.     game:GetService'Players':Chat(("gear "..plrname.." 88885481"))
  2809.        game:GetService'Players':Chat(("gear "..plrname.." 93136746"))
  2810. end
  2811.  
  2812. if string.sub(msg, 1, 11) == ":kit scythe" then
  2813. local plrname = string.sub(msg, 13)
  2814. game:GetService'Players':Chat(("gear "..plrname.." 1609498185"))
  2815. game:GetService'Players':Chat(("gear "..plrname.." 2506365260"))
  2816. game:GetService'Players':Chat(("gear "..plrname.." 28275809"))
  2817. game:GetService'Players':Chat(("gear "..plrname.." 846792499"))
  2818. game:GetService'Players':Chat(("gear "..plrname.." 95951330"))
  2819. game:GetService'Players':Chat(("gear "..plrname.." 218631128"))
  2820. game:GetService'Players':Chat(("gear "..plrname.." 50938765"))
  2821. game:GetService'Players':Chat(("gear "..plrname.." 517827255"))
  2822.  
  2823. end
  2824.  
  2825. if string.sub(msg, 1, 10) == ":kit ninja" then
  2826. local plrname = string.sub(msg, 12)
  2827. game:GetService'Players':Chat(("gear "..plrname.." 86494914"))
  2828. game:GetService'Players':Chat(("gear "..plrname.." 11377306"))
  2829. game:GetService'Players':Chat(("gear "..plrname.." 11115851"))
  2830. game:GetService'Players':Chat(("gear "..plrname.." 1304339797"))
  2831. game:GetService'Players':Chat(("gear "..plrname.." 51346336"))
  2832. game:GetService'Players':Chat(("gear "..plrname.." 233519998"))
  2833.  
  2834. end
  2835.  
  2836. if string.sub(msg, 1, 11) == ":kit potion" then
  2837. local plrname = string.sub(msg, 13)
  2838. game:GetService'Players':Chat(("gear "..plrname.." 11450664"))
  2839. game:GetService'Players':Chat(("gear "..plrname.." 56561593"))
  2840. game:GetService'Players':Chat(("gear "..plrname.." 55917420"))
  2841. game:GetService'Players':Chat(("gear "..plrname.." 65082246"))
  2842. game:GetService'Players':Chat(("gear "..plrname.." 11419319"))
  2843. game:GetService'Players':Chat(("gear "..plrname.." 47597835"))
  2844.  
  2845. end
  2846.  
  2847. -- Teleport Commands
  2848.  
  2849. if msg == "clicktp" then
  2850. plr = game.Players.LocalPlayer
  2851. hum = plr.Character.HumanoidRootPart
  2852. mouse = plr:GetMouse()
  2853. mouse.KeyDown:connect(function(key)
  2854. if key == "r" then
  2855. if mouse.Target then
  2856. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2857. end
  2858. end
  2859. end)
  2860. end
  2861.  
  2862. if msg == ":startsave" then
  2863. und = true
  2864. loop(msg)
  2865. end
  2866.  
  2867. if msg == ":stopsave" then
  2868.     und = false
  2869. end
  2870.  
  2871. if msg == ":stay" then
  2872. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2873. wait(0.5)
  2874. nomove = true
  2875. still(msg)
  2876. end
  2877.  
  2878. if msg == ":move" then
  2879. nomove = false
  2880. end
  2881.  
  2882. if msg == ":here" then
  2883. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2884. end
  2885.  
  2886. if msg == ":back" then
  2887. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos
  2888. end
  2889.  
  2890. if msg == ";spawn1" then
  2891. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116))
  2892. end
  2893.  
  2894. if msg == ";spawn2" then
  2895. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963))
  2896. end
  2897.  
  2898. if msg == ";spawn3" then
  2899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348))
  2900. end
  2901.  
  2902.  
  2903. if msg == ";pads" then
  2904. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  2905. end
  2906. if string.sub(msg, 1, 5) == ":pads" then
  2907. local plrname = string.sub(msg, 7)
  2908. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2909. wait(0.125)
  2910. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668))
  2911. wait(0.25)
  2912. game:GetService'Players':Chat(("tp "..plrname.." me"))
  2913. wait(0.25)
  2914. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  2915. end
  2916. if msg == ";house" then
  2917. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  2918. end
  2919. if string.sub(msg, 1, 6) == ":house" then
  2920. local plrname = string.sub(msg, 8)
  2921. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2922. wait(0.125)
  2923. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749))
  2924. wait(0.25)
  2925. game:GetService'Players':Chat(("tp "..plrname.." me"))
  2926. wait(0.25)
  2927. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  2928. end
  2929.  
  2930. if msg == ";uhouse" then
  2931. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  2932. end
  2933.  
  2934. if string.sub(msg, 1, 7) == ":uhouse" then
  2935. local plrname = string.sub(msg, 9)
  2936. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2937. wait(0.125)
  2938. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275))
  2939. wait(0.25)
  2940. game:GetService'Players':Chat(("tp "..plrname.." me"))
  2941. wait(0.25)
  2942. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  2943. end
  2944.  
  2945. if msg == ";obby" then
  2946. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  2947. end
  2948.  
  2949. if string.sub(msg, 1, 5) == ":obby" then
  2950. local plrname = string.sub(msg, 7)
  2951. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2952. wait(0.125)
  2953. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517))
  2954. wait(0.25)
  2955. game:GetService'Players':Chat(("tp "..plrname.." me"))
  2956. wait(0.25)
  2957. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  2958. end
  2959.  
  2960. if msg == ";blocks" then
  2961. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))
  2962. end
  2963.  
  2964. if string.sub(msg, 1, 7) == ":blocks" then
  2965. local plrname = string.sub(msg, 9)
  2966. local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2967. wait(0.125)
  2968. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035))
  2969. wait(0.25)
  2970. game:GetService'Players':Chat(("tp "..plrname.." me"))
  2971. wait(0.25)
  2972. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
  2973. end
  2974.  
  2975. -- Emote Commands
  2976.  
  2977. if msg == ":hmm" then
  2978. hmmm()
  2979. end
  2980. if msg == ":headtoss" then
  2981. headthrow()
  2982. end
  2983. if msg == ":armspin" then
  2984. armturbine()
  2985. end
  2986. if msg == ":loophead" then
  2987. loopheadd()
  2988. end
  2989. if msg == ":scream" then
  2990. screamm()
  2991. end
  2992. if msg == ":headraise" then
  2993. raisehead()
  2994. end
  2995. if msg == ":dab" then
  2996. dabb()
  2997. end
  2998. if msg == ":crawl" then
  2999. laydown()
  3000. end
  3001. if msg == ":crouch" then
  3002. crouchh()
  3003. end
  3004. if msg == ":dance" then
  3005. MovingDance()
  3006. end
  3007.  
  3008. -- Music Commands
  3009.  
  3010. if msg == "play mwd" then
  3011. game:GetService'Players':Chat(("h Playing Miss Wanna Die"))
  3012. wait(0.125)
  3013. game:GetService'Players':Chat(("music 3118721479"))
  3014. end
  3015.  
  3016. -- Morph Commands
  3017.  
  3018. if msg == ":Dark_Lord" then
  3019. game:GetService'Players':Chat(("unpackage me"))
  3020. game:GetService'Players':Chat(("removehats me"))
  3021. game:GetService'Players':Chat(("paint me black"))
  3022. wait(0.25)
  3023. game:GetService'Players':Chat(("pants me 1279747525"))
  3024. game:GetService'Players':Chat(("shirt me 1233857398"))
  3025. game:GetService'Players':Chat(("hat me 4238305136"))
  3026. game:GetService'Players':Chat(("hat me 745790335"))
  3027. game:GetService'Players':Chat(("hat me 99860652"))
  3028. game:GetService'Players':Chat(("hat me 244160766"))
  3029. game:GetService'Players':Chat(("hat me 19380685"))
  3030. game:GetService'Players':Chat(("hat me 4087527067"))
  3031. end
  3032.  
  3033. if msg == ":Aka" or msg == ":aka" then
  3034. game:GetService'Players':Chat(("unpackage me"))
  3035. game:GetService'Players':Chat(("paint me pastel brown"))
  3036. game:GetService'Players':Chat(("removehats me"))
  3037. wait(0.25)
  3038. game:GetService'Players':Chat(("hat me 4708970652"))
  3039. game:GetService'Players':Chat(("hat me 4660425043"))
  3040. game:GetService'Players':Chat(("hat me 4524990267"))
  3041. game:GetService'Players':Chat(("hat me 4524481392"))
  3042. game:GetService'Players':Chat(("shirt me 4150240898"))
  3043. game:GetService'Players':Chat(("pants me 4240325953"))
  3044. game:GetService'Players':Chat(("hat me 106709021"))
  3045. game:GetService'Players':Chat(("face me 402304145"))
  3046. end
  3047.  
  3048. if msg == ":Jester" or msg == ":jester" then
  3049. game:GetService'Players':Chat(("unpackage me"))
  3050. game:GetService'Players':Chat(("paint me white"))
  3051. game:GetService'Players':Chat(("removehats me"))
  3052. wait(0.125)
  3053. game:GetService'Players':Chat(("hat me 1301377743"))
  3054. game:GetService'Players':Chat(("hat me 13702134"))
  3055. game:GetService'Players':Chat(("shirt me 1304485340"))
  3056. game:GetService'Players':Chat(("pants me 1304482618"))
  3057. wait(0.125)
  3058. game:GetService'Players':Chat(("gear me 120749528"))
  3059. game:GetService'Players':Chat(("gear me 746687364"))
  3060. end
  3061.  
  3062. if msg == ":joy" or msg == ":Joy" then
  3063.          game:GetService'Players':Chat(("removehats me"))
  3064.      game:GetService'Players':Chat(("paint me white"))
  3065.      game:GetService'Players':Chat(("hat me 4904151381"))
  3066. end
  3067.  
  3068. if msg == ":raja" then
  3069. Point = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3070. wait(0.125)
  3071. game:GetService'Players':Chat(("char me 86670779"))
  3072. wait(0.125)
  3073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Point
  3074. end
  3075.  
  3076. -- Super Commands
  3077.  
  3078. if string.sub(msg, 1, 6) == ":super" then
  3079.     local plrname = string.sub(msg, 7)
  3080.     for i = 1,250 do
  3081.         game:GetService'Players':Chat((plrname))
  3082.     end
  3083. end
  3084.  
  3085. -- Spam Commands
  3086.  
  3087. if string.sub(msg, 1, 5) == ":spam" then
  3088.     Non = true
  3089.     Spam(msg)
  3090. end
  3091.  
  3092. if msg == "spampads" then
  3093. erf = true
  3094. looppad()
  3095. end
  3096.  
  3097.  
  3098. if msg == ":stop" then
  3099.           Non = false
  3100.           acolor = false
  3101.           bcolor = false
  3102.           ccolor = false
  3103.            rhell = false
  3104.           erf = false
  3105.           multi = false
  3106. end
  3107.  
  3108. -- Other Commands
  3109.  
  3110. if string.sub(msg, 1, 8) == ":boombox" then
  3111.  
  3112. local plrname = string.sub(msg, 10)
  3113. game:GetService'Players':Chat(("gear "..plrname.." 212641536"))
  3114. end
  3115.  
  3116. if msg == ":blink" then
  3117. game:GetService'Players':Chat(("blind all"))
  3118. wait(0.35)
  3119. game:GetService'Players':Chat(("unblind all"))
  3120. end
  3121.  
  3122. if msg == ":antikill" then
  3123. antikill = true
  3124. anti(msg)
  3125. end
  3126.  
  3127. -- if msg == ":antipunish" then
  3128. -- nopun = true
  3129. -- antipun(msg)
  3130. -- end
  3131.  
  3132. if msg == ":unanti" then
  3133. antikill = false
  3134. nopun = false
  3135. end
  3136.  
  3137. -- Local Commands
  3138.  
  3139.  
  3140. if string.sub(msg, 1, 5) == ":swap" then
  3141. local plr1 = string.sub(msg, 7,10)
  3142. local plr2 = string.sub(msg, 11, 13)
  3143. local mylocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3144.  game:GetService'Players':Chat(("invis me"))
  3145.  wait(0.20)
  3146.  game:GetService'Players':Chat(("tp me "..plr1))
  3147.  wait(0.20)
  3148.  game:GetService'Players':Chat(("tp ".. plr1 .. plr2))
  3149.  wait(0.20)
  3150.  game:GetService'Players':Chat(("tp "..plr2.." me"))
  3151.  wait(0.125)
  3152.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = mylocation
  3153.  game:GetService'Players':Chat(("vis me"))
  3154. end
  3155.  
  3156. if string.sub(msg, 1, 8) == ";swap me" then
  3157. local plyr1 = string.sub(msg, 10)
  3158. local myloc1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3159.  game:GetService'Players':Chat(("invis me"))
  3160.  wait(0.20)
  3161.  game:GetService'Players':Chat(("tp me "..plyr1))
  3162.  wait(0.20)
  3163.  local myloc2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3164.  wait(0.20)
  3165.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc1
  3166.  wait(0.20)
  3167.  game:GetService'Players':Chat(("tp "..plyr1.." me"))
  3168.  wait(0.20)
  3169.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc2
  3170.  game:GetService'Players':Chat(("vis me"))
  3171. end
  3172.  
  3173. if string.sub(msg, 1, 7) == ":random" then
  3174. local xvalue = math.random(-495,495)
  3175. local zvalue = math.random(-495,495)
  3176. local plrname = string.sub(msg, 9)
  3177. local myloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3178.  wait(0.125)
  3179.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue))
  3180.  wait(0.25)
  3181.  game:GetService'Players':Chat(("tp "..plrname.." me"))
  3182.  wait(0.25)
  3183.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc
  3184. end
  3185.  
  3186. if string.sub(msg, 1, 6) == ":throw" then
  3187. local plrname = string.sub(msg, 8)
  3188. game:GetService'Players':Chat(("fling "..plrname))
  3189. end
  3190.  
  3191. if msg == ":sky" then
  3192. game:GetService'Players':Chat(("gear me 212641536"))
  3193. wait(0.125)
  3194. game:GetService'Players':Chat(("fly me"))
  3195. for i = 1,10 do
  3196. game:GetService'Players':Chat(("skydive me"))
  3197. end
  3198. wait(0.125)
  3199. game:GetService'Players':Chat(("jail me"))
  3200. wait(0.25)
  3201. game:GetService'Players':Chat(("unfly me"))
  3202. wait(0.5)
  3203. game:GetService'Players':Chat(("jail me"))
  3204.  
  3205. end
  3206.  
  3207. if string.sub(msg, 1, 7) == ":acolor" then
  3208. acolor = true
  3209. bcolor = false
  3210. ccolor = false
  3211. rhell = false
  3212. clors(msg)
  3213. end
  3214.  
  3215. if string.sub(msg, 1, 7) == ":bcolor" then
  3216. bcolor = true
  3217. acolor = false
  3218. ccolor = false
  3219. rhell = false
  3220. clors(msg)
  3221. end
  3222.  
  3223. if string.sub(msg, 1, 7) == ":ccolor" then
  3224. ccolor = true
  3225. acolor = false
  3226. bcolor = false
  3227. rhell = false
  3228. clors(msg)
  3229. end
  3230.  
  3231. if string.sub(msg, 1, 8) == ":redhell" then
  3232. rhell = true
  3233. ccolor = false
  3234. acolor = false
  3235. bcolor = false
  3236. clors(msg)
  3237. end
  3238.  
  3239. if msg == ":rainbow" then
  3240. multi = true
  3241. rainbow(msg)
  3242. end
  3243.  
  3244. if msg == ":map" then
  3245. wait(0.25)
  3246. game:GetService'Players':Chat(("sit me"))
  3247. wait(1.25)
  3248. game:GetService'Players':Chat(("punish me"))
  3249. wait(1.25)
  3250. game:GetService'Players':Chat(("unpunish me"))
  3251. end
  3252. if string.sub(msg, 1, 6) == ":regen" then
  3253. regen()
  3254. end
  3255.    
  3256. if msg == ":Stop" then
  3257. stop = true
  3258. Stop(msg)
  3259.  
  3260. end
  3261.  
  3262. if msg == ":Go" then
  3263. stop = false
  3264. wait(0.25)
  3265. game:GetService'Players':Chat(("speed all 16"))
  3266. game:GetService'Players':Chat(("grav all"))
  3267. game:GetService'Players':Chat(("fix"))
  3268. end
  3269.  
  3270.  
  3271. if msg == ":loadout 1" then
  3272. game:GetService'Players':Chat(("normal me"))
  3273. game:GetService'Players':Chat(("ff me"))
  3274. game:GetService'Players':Chat(("fly me"))
  3275.  
  3276. end
  3277.  
  3278. if string.sub(msg, 1, 5) == ":snap" then
  3279. local plrname = string.sub(msg, 7)
  3280. game:GetService'Players':Chat(("music 862198133"))
  3281. wait(2.50)
  3282. game:GetService'Players':Chat(("speed "..plrname.." inf"))
  3283. wait(0.125)
  3284. game:GetService'Players':Chat(("music "))
  3285. end
  3286.  
  3287. if msg == ":ls" then
  3288. game:GetService'Players':Chat(("logs"))
  3289. end
  3290.  
  3291. if msg == ":ms" then
  3292. local rlog = math.random(1,5)
  3293.  
  3294. if rlog == 1 then
  3295. for i = 1,100 do
  3296. game:GetService'Players':Chat(("ff use your own stuff"))
  3297. end
  3298. end
  3299.  
  3300. if rlog == 2 then
  3301. for i = 1,100 do
  3302. game:GetService'Players':Chat(("ff stop looking :/"))
  3303. end
  3304. end
  3305.  
  3306. if rlog == 3 then
  3307. for i = 1,100 do
  3308. game:GetService'Players':Chat(("ff viewing logs I see"))
  3309. end
  3310. end
  3311.  
  3312. if rlog == 4 then
  3313. for i = 1,100 do
  3314. game:GetService'Players':Chat(("ff no stealing please"))
  3315. end
  3316. end
  3317.  
  3318. if rlog == 5 then
  3319. for i = 1,100 do
  3320. game:GetService'Players':Chat(("ff checking logs I see"))
  3321. end
  3322. end
  3323.  
  3324. end
  3325.  
  3326. if string.sub(msg, 1) == ":rejoin" then
  3327. rjn()
  3328. game:GetService("TeleportService"):Teleport(game.PlaceId, playur)
  3329. end
  3330.  
  3331. if msg == ":unblindable" then
  3332. unblindable()
  3333. end
  3334.  
  3335. if msg == ":zawarudo" then
  3336. game.Players:Chat("music 304787933")
  3337. wait(2)
  3338. game.Players:Chat("freeze all")
  3339. game.Players:Chat("ambient 0 63.75 0")
  3340. wait(.25)
  3341. game.Players:Chat("ambient 0 127.5 0")
  3342. wait(.25)
  3343. game.Players:Chat("ambient 0 191.25 0")
  3344. wait(.25)
  3345. game.Players:Chat("ambient 0 255 0")
  3346. wait(.25)
  3347. game.Players:Chat("stopmusic")
  3348. wait(1.5)
  3349. game.Players:Chat("music 384043882")
  3350. for i = 1,20 do
  3351. game.Players:Chat("freeze all")
  3352. game.Players:Chat("ambient 0 255 0")
  3353. wait(.5)
  3354. end
  3355. game.Players:Chat("music 676242549")
  3356. wait(2.5)
  3357. game.Players:Chat("stopmusic")
  3358. game.Players:Chat("thaw all")
  3359. game.Players:Chat("ambient 0 255 0")
  3360. wait(.25)
  3361. game.Players:Chat("ambient 0 191.25 0")
  3362. wait(.25)
  3363. game.Players:Chat("ambient 0 127.5 0")
  3364. wait(.25)
  3365. game.Players:Chat("ambient 0 63.75 0")
  3366. end
  3367.  
  3368. if msg == ":purge" then
  3369. game.Players:Chat("music 232554097")
  3370. repeat
  3371. game.Players:Chat("fogend 150")
  3372. game.Players:Chat("time 2")
  3373. game.Players:Chat("fogcolor 0 0 0")
  3374. game.Players:Chat("brightness 5")
  3375. wait(2)
  3376. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  3377. end
  3378.  
  3379. -- Gear Commands
  3380.  
  3381. if string.sub(msg, 1, 13) == ":g hyperlaser" then
  3382. local plrname = string.sub(msg, 15)
  3383. for i = 1,amn do
  3384. game:GetService'Players':Chat(("gear "..plrname.." 130113146"))
  3385. end
  3386. end
  3387.  
  3388. if string.sub(msg, 1, 7) == ":g mine" then
  3389. local plrname = string.sub(msg, 9)
  3390. for i = 1,amn do
  3391. game:GetService'Players':Chat(("gear "..plrname.." 33383241"))
  3392. end
  3393. end
  3394.  
  3395. if string.sub(msg, 1, 6) == ":g dsd" then
  3396. local plrname = string.sub(msg, 8)
  3397. for i = 1,amn do
  3398. game:GetService'Players':Chat(("gear "..plrname.." 71037101"))
  3399. end
  3400. end
  3401.  
  3402. if string.sub(msg, 1, 11) == ":g cresendo" then
  3403.     local plrname = string.sub(msg, 13)
  3404.     for i = 1,amn do
  3405.     game:GetService'Players':Chat(("gear "..plrname.." 94794774"))
  3406. end
  3407. end
  3408.  
  3409. if string.sub(msg, 1, 10) == ":g rainbow" then
  3410.     local plrname = string.sub(msg, 12)
  3411.     for i = 1,amn do
  3412.     game:GetService'Players':Chat(("gear "..plrname.." 159229806"))
  3413. end
  3414. end
  3415.  
  3416. if string.sub(msg, 1, 8) == ":g ivory" then
  3417.     local plrname = string.sub(msg, 10)
  3418.     for i = 1,amn do
  3419.     game:GetService'Players':Chat(("gear "..plrname.." 108158379"))
  3420. end
  3421. end
  3422.  
  3423. if string.sub(msg, 1, 8) == ":g azure" then
  3424.     local plrname = string.sub(msg, 10)
  3425.     for i = 1,amn do
  3426.     game:GetService'Players':Chat(("gear "..plrname.." 69499437"))
  3427. end
  3428. end
  3429.  
  3430. if string.sub(msg, 1, 10) == ":g crimson" then
  3431.     local plrname = string.sub(msg, 12)
  3432.     for i = 1,amn do
  3433.     game:GetService'Players':Chat(("gear "..plrname.." 99119240"))
  3434. end
  3435. end
  3436.  
  3437. if string.sub(msg, 1, 13) == ":g chartreuse" then
  3438.     local plrname = string.sub(msg, 15)
  3439.     for i = 1,amn do
  3440.     game:GetService'Players':Chat(("gear "..plrname.." 80661504"))
  3441. end
  3442. end
  3443.  
  3444. if string.sub(msg, 1, 11) == ":g amethyst" then
  3445.     local plrname = string.sub(msg, 13)
  3446.     for i = 1,amn do
  3447.     game:GetService'Players':Chat(("gear "..plrname.." 93136802"))
  3448. end
  3449. end
  3450.  
  3451. if string.sub(msg, 1, 7) == ":g noir" then
  3452.     local plrname = string.sub(msg, 9)
  3453.     for i = 1,amn do
  3454.     game:GetService'Players':Chat(("gear "..plrname.." 120307951"))
  3455. end
  3456. end
  3457.  
  3458. if string.sub(msg, 1, 11) == ":g grimgold" then
  3459.     local plrname = string.sub(msg, 13)
  3460.     for i = 1,amn do
  3461.     game:GetService'Players':Chat(("gear "..plrname.." 73829193"))
  3462. end
  3463. end
  3464.  
  3465. if string.sub(msg, 1, 15) == ":g sledgehammer" then
  3466.     local plrname = string.sub(msg, 17)
  3467.     for i = 1,amn do
  3468.     game:GetService'Players':Chat(("gear "..plrname.." 45177979"))
  3469. end
  3470. end
  3471.  
  3472. if string.sub(msg, 1, 9) == ":g carpet" then
  3473.     local plrname = string.sub(msg, 11)
  3474.     for i = 1,amn do
  3475.     game:GetService'Players':Chat(("gear "..plrname.." 225921000"))
  3476. end
  3477. end
  3478.  
  3479. if string.sub(msg, 1, 16) == ":g dualdarkheart" then
  3480.     local plrname = string.sub(msg, 18)
  3481.     for i = 1,amn do
  3482.     game:GetService'Players':Chat(("gear "..plrname.." 108149175"))
  3483. end
  3484. end
  3485.  
  3486. if string.sub(msg, 1, 12) == ":g darkheart" then
  3487.     local plrname = string.sub(msg, 14)
  3488.     for i = 1,amn do
  3489.     game:GetService'Players':Chat(("gear "..plrname.." 16895215"))
  3490. end
  3491. end
  3492.  
  3493. if string.sub(msg, 1, 15) == ":g dualillumina" then
  3494.     local plrname = string.sub(msg, 17)
  3495.     for i = 1,amn do
  3496.     game:GetService'Players':Chat(("gear "..plrname.." 101191388"))
  3497. end
  3498. end
  3499.  
  3500. if string.sub(msg, 1, 11) == ":g illumina" then
  3501.     local plrname = string.sub(msg, 13)
  3502.     for i = 1,amn do
  3503.     game:GetService'Players':Chat(("gear "..plrname.." 16641274"))
  3504. end
  3505. end
  3506.  
  3507. if string.sub(msg, 1, 8) == ":g tommy" then
  3508.     local plrname = string.sub(msg, 10)
  3509.     for i = 1,amn do
  3510.     game:GetService'Players':Chat(("gear "..plrname.." 116693764"))
  3511. end
  3512. end
  3513.  
  3514. if string.sub(msg, 1, 5) == ":g M1" then
  3515.     local plrname = string.sub(msg, 7)
  3516.     for i = 1,amn do
  3517.     game:GetService'Players':Chat(("gear "..plrname.." 130113146"))
  3518. end
  3519. end
  3520.  
  3521. if string.sub(msg, 1, 8) == ":g luger" then
  3522.     local plrname = string.sub(msg, 10)
  3523.     for i = 1,amn do
  3524.     game:GetService'Players':Chat(("gear "..plrname.." 95354288"))
  3525. end
  3526. end
  3527.  
  3528. if string.sub(msg, 1, 11) == ":g mauser" then
  3529.     local plrname = string.sub(msg, 13)
  3530.     for i = 1,amn do
  3531.     game:GetService'Players':Chat(("gear "..plrname.." 97885552"))
  3532. end
  3533. end
  3534.  
  3535. if string.sub(msg, 1, 11) == ":g revolver" then
  3536.     local plrname = string.sub(msg, 13)
  3537.     for i = 1,amn do
  3538.     game:GetService'Players':Chat(("gear "..plrname.." 97885508"))
  3539. end
  3540. end
  3541.  
  3542. if string.sub(msg, 1, 7) == ":g whip" then
  3543.     local plrname = string.sub(msg, 9)
  3544.     for i = 1,amn do
  3545.     game:GetService'Players':Chat(("gear "..plrname.." 255800146"))
  3546. end
  3547. end
  3548.  
  3549. if string.sub(msg, 1, 10) == ":g jetpack" then
  3550.     local plrname = string.sub(msg, 12)
  3551.     for i = 1,amn do
  3552.     game:GetService'Players':Chat(("gear "..plrname.." 31314966"))
  3553. end
  3554. end
  3555.  
  3556. if string.sub(msg, 1, 9) == ":g katana" then
  3557.     local plrname = string.sub(msg, 11)
  3558.     for i = 1,amn do   
  3559.     game:GetService'Players':Chat(("gear "..plrname.." 11453385"))
  3560. end
  3561. end
  3562.  
  3563. if string.sub(msg, 1, 8) == ":g chaos" then
  3564.   local plrname = string.sub(msg, 10)
  3565.     for i = 1,amn do
  3566. game:GetService'Players':Chat(("gear "..plrname.." 93136746"))
  3567. end
  3568. end
  3569.  
  3570. if string.sub(msg, 1, 7) == ":g lock" then
  3571. local plrname = string.sub(msg, 9)
  3572.     for i = 1,amn do
  3573. game:GetService'Players':Chat(("gear "..plrname.." 82357101"))
  3574. end
  3575. end
  3576.  
  3577. if string.sub(msg, 1, 5) == ":g ld" then
  3578. local plrname = string.sub(msg, 7)
  3579. for i = 1,amn do
  3580. game:GetService'Players':Chat(("gear "..plrname.." 77443461"))
  3581. game:GetService'Players':Chat(("gear "..plrname.." 77443491"))
  3582. end
  3583. end
  3584.  
  3585. if string.sub(msg, 1, 8) == ":g light" then
  3586. local plrname = string.sub(msg, 10)
  3587. for i = 1,amn do
  3588. game:GetService'Players':Chat(("gear "..plrname.." 77443461"))
  3589. end
  3590. end
  3591.  
  3592. if string.sub(msg, 1, 7) == ":g dark" then
  3593. local plrname = string.sub(msg, 9)
  3594. for i = 1,amn do
  3595. game:GetService'Players':Chat(("gear "..plrname.." 77443491"))
  3596. end
  3597. end
  3598.  
  3599. -- middle spawn -41, 3.70000005, -25.5899963
  3600. -- left spawn -29, 3.70000005, -25.5900116
  3601. -- right spawn -52.9998322, 3.70000005, -25.5902348
  3602. -- house -28.1114655, 8.22999954, 73.5093384
  3603. -- top of house -30.1221466, 41.8300018, 49.8780518
  3604. -- admin pads -14.3406286, 10.6300001, 93.9855042
  3605. -- end of the obby -41.3802643, 4.86999989, 37.7844849
  3606. -- pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame print(pos) find pos
  3607. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement