MrYesClip

ROBLOX Khols Admin House NBC, BC mod menu (not mine)

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