Sykotic_Cataclysm

AdminScript

Feb 1st, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.95 KB | None | 0 0
  1. -- Instances
  2.  
  3. local Universals = Instance.new("ScreenGui")
  4. local CmdBar = Instance.new("Frame")
  5. local CmdBox = Instance.new("TextBox")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Cmds = Instance.new("ScrollingFrame")
  8. local AnnoyLabel = Instance.new("TextLabel")
  9. local CmdsLabel = Instance.new("TextLabel")
  10. local UnFlyLabel = Instance.new("TextLabel")
  11. local FollowLabel = Instance.new("TextLabel")
  12. local HipHeightLabel = Instance.new("TextLabel")
  13. local NoClipLabel = Instance.new("TextLabel")
  14. local ClipLabel = Instance.new("TextLabel")
  15. local ResetLabel = Instance.new("TextLabel")
  16. local WalkSpeedLabel = Instance.new("TextLabel")
  17. local UnHeadwalkLabel = Instance.new("TextLabel")
  18. local KillLabel = Instance.new("TextLabel")
  19. local UnAnnoyLabel = Instance.new("TextLabel")
  20. local HeadwalkLabel = Instance.new("TextLabel")
  21. local UnFollowLabel = Instance.new("TextLabel")
  22. local FlyLabel = Instance.new("TextLabel")
  23. local JumpPowerLabel = Instance.new("TextLabel")
  24. local ViewLabel = Instance.new("TextLabel")
  25. local UnViewLabel = Instance.new("TextLabel")
  26. local UnStareLabel = Instance.new("TextLabel")
  27. local StareLabel = Instance.new("TextLabel")
  28. local GotoLabel = Instance.new("TextLabel")
  29. local SavePosLabel = Instance.new("TextLabel")
  30. local TpToPosLabel = Instance.new("TextLabel")
  31. local ClickTPLabel = Instance.new("TextLabel")
  32. local UnClickTpLabel = Instance.new("TextLabel")
  33. local GravityLabel = Instance.new("TextLabel")
  34. local NormalGravLabel = Instance.new("TextLabel")
  35. local RemoveFogLabel = Instance.new("TextLabel")
  36. local NoLimbsLabel = Instance.new("TextLabel")
  37. local AgeLabel = Instance.new("TextLabel")
  38. local PlrIDLabel = Instance.new("TextLabel")
  39. local GameIDLabel = Instance.new("TextLabel")
  40. local SpamLabel = Instance.new("TextLabel")
  41. local FECheckLabel = Instance.new("TextLabel")
  42. local UnSpamLabel = Instance.new("TextLabel")
  43. local PMSpamLabel = Instance.new("TextLabel")
  44. local UnPMSpamLabel = Instance.new("TextLabel")
  45. local SpamWaitLabel = Instance.new("TextLabel")
  46. local PrefixLabel = Instance.new("TextLabel")
  47. local ResetPrefixLabel = Instance.new("TextLabel")
  48.  
  49. -- Properties
  50.  
  51. Universals.Name = "Universals"
  52. Universals.Parent = game.CoreGui
  53.  
  54. CmdBar.Name = "CmdBar"
  55. CmdBar.Parent = Universals
  56. CmdBar.Active = true
  57. CmdBar.AnchorPoint = Vector2.new(0.5, 0)
  58. CmdBar.BackgroundColor3 = Color3.new(0, 0, 0)
  59. CmdBar.BackgroundTransparency = 0.5
  60. CmdBar.BorderColor3 = Color3.new(1, 0, 0)
  61. CmdBar.BorderSizePixel = 2
  62. CmdBar.Position = UDim2.new(0.5, 0, 0.00999999978, 0)
  63. CmdBar.Selectable = true
  64. CmdBar.Size = UDim2.new(0, 250, 0, 50)
  65. CmdBar.Draggable = true
  66.  
  67. CmdBox.Name = "CmdBox"
  68. CmdBox.Parent = CmdBar
  69. CmdBox.AnchorPoint = Vector2.new(0.5, 0.5)
  70. CmdBox.BackgroundColor3 = Color3.new(0, 0, 0)
  71. CmdBox.BackgroundTransparency = 0.5
  72. CmdBox.BorderColor3 = Color3.new(1, 0, 0)
  73. CmdBox.BorderSizePixel = 2
  74. CmdBox.Position = UDim2.new(0.5, 0, 0.5, 0)
  75. CmdBox.Size = UDim2.new(0, 240, 0, 40)
  76. CmdBox.Font = Enum.Font.Fantasy
  77. CmdBox.Text = ""
  78. CmdBox.TextColor3 = Color3.new(1, 1, 1)
  79. CmdBox.TextSize = 14
  80.  
  81. TextLabel.Parent = CmdBar
  82. TextLabel.AnchorPoint = Vector2.new(0.5, 0)
  83. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  84. TextLabel.BackgroundTransparency = 0.5
  85. TextLabel.BorderColor3 = Color3.new(1, 0, 0)
  86. TextLabel.BorderSizePixel = 2
  87. TextLabel.Position = UDim2.new(0.5, 0, 1.10000002, 0)
  88. TextLabel.Size = UDim2.new(0, 250, 0, 40)
  89. TextLabel.Font = Enum.Font.Fantasy
  90. TextLabel.Text = "Cmds - Shows The List Of Commands Press ; (Semi-Colon) To Type In The Box"
  91. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  92. TextLabel.TextSize = 14
  93. TextLabel.TextWrapped = true
  94.  
  95. Cmds.Name = "Cmds"
  96. Cmds.Parent = Universals
  97. Cmds.AnchorPoint = Vector2.new(1, 0.5)
  98. Cmds.BackgroundColor3 = Color3.new(0, 0, 0)
  99. Cmds.BackgroundTransparency = 0.5
  100. Cmds.BorderColor3 = Color3.new(1, 0, 0)
  101. Cmds.BorderSizePixel = 2
  102. Cmds.Position = UDim2.new(1, 0, 0.5, 0)
  103. Cmds.Size = UDim2.new(0, 300, 0, 500)
  104. Cmds.Visible = false
  105. Cmds.CanvasPosition = Vector2.new(0, 1035.26404)
  106.  
  107. AnnoyLabel.Name = "AnnoyLabel"
  108. AnnoyLabel.Parent = Cmds
  109. AnnoyLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  110. AnnoyLabel.BackgroundTransparency = 0.5
  111. AnnoyLabel.BorderColor3 = Color3.new(1, 0, 0)
  112. AnnoyLabel.BorderSizePixel = 2
  113. AnnoyLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  114. AnnoyLabel.Size = UDim2.new(0, 280, 0, 30)
  115. AnnoyLabel.Font = Enum.Font.Fantasy
  116. AnnoyLabel.Text = "Annoy [plr] - Makes You Constantly TP To Them"
  117. AnnoyLabel.TextColor3 = Color3.new(1, 1, 1)
  118. AnnoyLabel.TextSize = 14
  119. AnnoyLabel.TextWrapped = true
  120.  
  121. CmdsLabel.Name = "CmdsLabel"
  122. CmdsLabel.Parent = Cmds
  123. CmdsLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  124. CmdsLabel.BackgroundTransparency = 0.5
  125. CmdsLabel.BorderColor3 = Color3.new(1, 0, 0)
  126. CmdsLabel.BorderSizePixel = 2
  127. CmdsLabel.Size = UDim2.new(0, 280, 0, 30)
  128. CmdsLabel.Font = Enum.Font.Fantasy
  129. CmdsLabel.Text = "Cmds - Opens And Closes This Menu"
  130. CmdsLabel.TextColor3 = Color3.new(1, 1, 1)
  131. CmdsLabel.TextSize = 14
  132. CmdsLabel.TextWrapped = true
  133.  
  134. UnFlyLabel.Name = "UnFlyLabel"
  135. UnFlyLabel.Parent = Cmds
  136. UnFlyLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  137. UnFlyLabel.BackgroundTransparency = 0.5
  138. UnFlyLabel.BorderColor3 = Color3.new(1, 0, 0)
  139. UnFlyLabel.BorderSizePixel = 2
  140. UnFlyLabel.Position = UDim2.new(0, 0, 0.224999994, 0)
  141. UnFlyLabel.Size = UDim2.new(0, 280, 0, 30)
  142. UnFlyLabel.Font = Enum.Font.Fantasy
  143. UnFlyLabel.Text = "UnFly - Makes You Stop Flying"
  144. UnFlyLabel.TextColor3 = Color3.new(1, 1, 1)
  145. UnFlyLabel.TextSize = 14
  146. UnFlyLabel.TextWrapped = true
  147.  
  148. FollowLabel.Name = "FollowLabel"
  149. FollowLabel.Parent = Cmds
  150. FollowLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  151. FollowLabel.BackgroundTransparency = 0.5
  152. FollowLabel.BorderColor3 = Color3.new(1, 0, 0)
  153. FollowLabel.BorderSizePixel = 2
  154. FollowLabel.Position = UDim2.new(0, 0, 0.0500000007, 0)
  155. FollowLabel.Size = UDim2.new(0, 280, 0, 30)
  156. FollowLabel.Font = Enum.Font.Fantasy
  157. FollowLabel.Text = "Follow [plr] - Makes You Follow The Player"
  158. FollowLabel.TextColor3 = Color3.new(1, 1, 1)
  159. FollowLabel.TextSize = 14
  160. FollowLabel.TextWrapped = true
  161.  
  162. HipHeightLabel.Name = "HipHeightLabel"
  163. HipHeightLabel.Parent = Cmds
  164. HipHeightLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  165. HipHeightLabel.BackgroundTransparency = 0.5
  166. HipHeightLabel.BorderColor3 = Color3.new(1, 0, 0)
  167. HipHeightLabel.BorderSizePixel = 2
  168. HipHeightLabel.Position = UDim2.new(0, 0, 0.300000012, 0)
  169. HipHeightLabel.Size = UDim2.new(0, 280, 0, 30)
  170. HipHeightLabel.Font = Enum.Font.Fantasy
  171. HipHeightLabel.Text = "HH [amount] - Changes Your Hip Height"
  172. HipHeightLabel.TextColor3 = Color3.new(1, 1, 1)
  173. HipHeightLabel.TextSize = 14
  174. HipHeightLabel.TextWrapped = true
  175.  
  176. NoClipLabel.Name = "NoClipLabel"
  177. NoClipLabel.Parent = Cmds
  178. NoClipLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  179. NoClipLabel.BackgroundTransparency = 0.5
  180. NoClipLabel.BorderColor3 = Color3.new(1, 0, 0)
  181. NoClipLabel.BorderSizePixel = 2
  182. NoClipLabel.Position = UDim2.new(0, 0, 0.349999994, 0)
  183. NoClipLabel.Size = UDim2.new(0, 280, 0, 30)
  184. NoClipLabel.Font = Enum.Font.Fantasy
  185. NoClipLabel.Text = "NoClip - Allows You To Walk Through Walls"
  186. NoClipLabel.TextColor3 = Color3.new(1, 1, 1)
  187. NoClipLabel.TextSize = 14
  188. NoClipLabel.TextWrapped = true
  189.  
  190. ClipLabel.Name = "ClipLabel"
  191. ClipLabel.Parent = Cmds
  192. ClipLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  193. ClipLabel.BackgroundTransparency = 0.5
  194. ClipLabel.BorderColor3 = Color3.new(1, 0, 0)
  195. ClipLabel.BorderSizePixel = 2
  196. ClipLabel.Position = UDim2.new(0, 0, 0.375, 0)
  197. ClipLabel.Size = UDim2.new(0, 280, 0, 30)
  198. ClipLabel.Font = Enum.Font.Fantasy
  199. ClipLabel.Text = "Clip - Turns NoClip Off, Will Collide With Walls"
  200. ClipLabel.TextColor3 = Color3.new(1, 1, 1)
  201. ClipLabel.TextSize = 14
  202. ClipLabel.TextWrapped = true
  203.  
  204. ResetLabel.Name = "ResetLabel"
  205. ResetLabel.Parent = Cmds
  206. ResetLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  207. ResetLabel.BackgroundTransparency = 0.5
  208. ResetLabel.BorderColor3 = Color3.new(1, 0, 0)
  209. ResetLabel.BorderSizePixel = 2
  210. ResetLabel.Position = UDim2.new(0, 0, 0.324999988, 0)
  211. ResetLabel.Size = UDim2.new(0, 280, 0, 30)
  212. ResetLabel.Font = Enum.Font.Fantasy
  213. ResetLabel.Text = "Reset - Resets Your Walk, Jump, And Hip Stats"
  214. ResetLabel.TextColor3 = Color3.new(1, 1, 1)
  215. ResetLabel.TextSize = 14
  216. ResetLabel.TextWrapped = true
  217.  
  218. WalkSpeedLabel.Name = "WalkSpeedLabel"
  219. WalkSpeedLabel.Parent = Cmds
  220. WalkSpeedLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  221. WalkSpeedLabel.BackgroundTransparency = 0.5
  222. WalkSpeedLabel.BorderColor3 = Color3.new(1, 0, 0)
  223. WalkSpeedLabel.BorderSizePixel = 2
  224. WalkSpeedLabel.Position = UDim2.new(0, 0, 0.25, 0)
  225. WalkSpeedLabel.Size = UDim2.new(0, 280, 0, 30)
  226. WalkSpeedLabel.Font = Enum.Font.Fantasy
  227. WalkSpeedLabel.Text = "WS [amount] - Changes Your WalkSpeed"
  228. WalkSpeedLabel.TextColor3 = Color3.new(1, 1, 1)
  229. WalkSpeedLabel.TextSize = 14
  230. WalkSpeedLabel.TextWrapped = true
  231.  
  232. UnHeadwalkLabel.Name = "UnHeadwalkLabel"
  233. UnHeadwalkLabel.Parent = Cmds
  234. UnHeadwalkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  235. UnHeadwalkLabel.BackgroundTransparency = 0.5
  236. UnHeadwalkLabel.BorderColor3 = Color3.new(1, 0, 0)
  237. UnHeadwalkLabel.BorderSizePixel = 2
  238. UnHeadwalkLabel.Position = UDim2.new(0, 0, 0.174999997, 0)
  239. UnHeadwalkLabel.Size = UDim2.new(0, 280, 0, 30)
  240. UnHeadwalkLabel.Font = Enum.Font.Fantasy
  241. UnHeadwalkLabel.Text = "UnHeadwalk - Stops You TP'ing To Their Head"
  242. UnHeadwalkLabel.TextColor3 = Color3.new(1, 1, 1)
  243. UnHeadwalkLabel.TextSize = 14
  244. UnHeadwalkLabel.TextWrapped = true
  245.  
  246. KillLabel.Name = "KillLabel"
  247. KillLabel.Parent = Cmds
  248. KillLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  249. KillLabel.BackgroundTransparency = 0.5
  250. KillLabel.BorderColor3 = Color3.new(1, 0, 0)
  251. KillLabel.BorderSizePixel = 2
  252. KillLabel.Position = UDim2.new(0, 0, 0.0250000004, 0)
  253. KillLabel.Size = UDim2.new(0, 280, 0, 30)
  254. KillLabel.Font = Enum.Font.Fantasy
  255. KillLabel.Text = "Kill - Kills you"
  256. KillLabel.TextColor3 = Color3.new(1, 1, 1)
  257. KillLabel.TextSize = 14
  258. KillLabel.TextWrapped = true
  259.  
  260. UnAnnoyLabel.Name = "UnAnnoyLabel"
  261. UnAnnoyLabel.Parent = Cmds
  262. UnAnnoyLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  263. UnAnnoyLabel.BackgroundTransparency = 0.5
  264. UnAnnoyLabel.BorderColor3 = Color3.new(1, 0, 0)
  265. UnAnnoyLabel.BorderSizePixel = 2
  266. UnAnnoyLabel.Position = UDim2.new(0, 0, 0.125, 0)
  267. UnAnnoyLabel.Size = UDim2.new(0, 280, 0, 30)
  268. UnAnnoyLabel.Font = Enum.Font.Fantasy
  269. UnAnnoyLabel.Text = "UnAnnoy - Makes You Stop TP'ing To Them"
  270. UnAnnoyLabel.TextColor3 = Color3.new(1, 1, 1)
  271. UnAnnoyLabel.TextSize = 14
  272. UnAnnoyLabel.TextWrapped = true
  273.  
  274. HeadwalkLabel.Name = "HeadwalkLabel"
  275. HeadwalkLabel.Parent = Cmds
  276. HeadwalkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  277. HeadwalkLabel.BackgroundTransparency = 0.5
  278. HeadwalkLabel.BorderColor3 = Color3.new(1, 0, 0)
  279. HeadwalkLabel.BorderSizePixel = 2
  280. HeadwalkLabel.Position = UDim2.new(0, 0, 0.150000006, 0)
  281. HeadwalkLabel.Size = UDim2.new(0, 280, 0, 30)
  282. HeadwalkLabel.Font = Enum.Font.Fantasy
  283. HeadwalkLabel.Text = "Headwalk [plr] - Constantly TP To Their Head"
  284. HeadwalkLabel.TextColor3 = Color3.new(1, 1, 1)
  285. HeadwalkLabel.TextSize = 14
  286. HeadwalkLabel.TextWrapped = true
  287.  
  288. UnFollowLabel.Name = "UnFollowLabel"
  289. UnFollowLabel.Parent = Cmds
  290. UnFollowLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  291. UnFollowLabel.BackgroundTransparency = 0.5
  292. UnFollowLabel.BorderColor3 = Color3.new(1, 0, 0)
  293. UnFollowLabel.BorderSizePixel = 2
  294. UnFollowLabel.Position = UDim2.new(0, 0, 0.075000003, 0)
  295. UnFollowLabel.Size = UDim2.new(0, 280, 0, 30)
  296. UnFollowLabel.Font = Enum.Font.Fantasy
  297. UnFollowLabel.Text = "UnFollow - Makes You Stop Following Them"
  298. UnFollowLabel.TextColor3 = Color3.new(1, 1, 1)
  299. UnFollowLabel.TextSize = 14
  300. UnFollowLabel.TextWrapped = true
  301.  
  302. FlyLabel.Name = "FlyLabel"
  303. FlyLabel.Parent = Cmds
  304. FlyLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  305. FlyLabel.BackgroundTransparency = 0.5
  306. FlyLabel.BorderColor3 = Color3.new(1, 0, 0)
  307. FlyLabel.BorderSizePixel = 2
  308. FlyLabel.Position = UDim2.new(0, 0, 0.200000003, 0)
  309. FlyLabel.Size = UDim2.new(0, 280, 0, 30)
  310. FlyLabel.Font = Enum.Font.Fantasy
  311. FlyLabel.Text = "Fly - Makes You Fly"
  312. FlyLabel.TextColor3 = Color3.new(1, 1, 1)
  313. FlyLabel.TextSize = 14
  314. FlyLabel.TextWrapped = true
  315.  
  316. JumpPowerLabel.Name = "JumpPowerLabel"
  317. JumpPowerLabel.Parent = Cmds
  318. JumpPowerLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  319. JumpPowerLabel.BackgroundTransparency = 0.5
  320. JumpPowerLabel.BorderColor3 = Color3.new(1, 0, 0)
  321. JumpPowerLabel.BorderSizePixel = 2
  322. JumpPowerLabel.Position = UDim2.new(0, 0, 0.275000006, 0)
  323. JumpPowerLabel.Size = UDim2.new(0, 280, 0, 30)
  324. JumpPowerLabel.Font = Enum.Font.Fantasy
  325. JumpPowerLabel.Text = "JP [amount] - Changes Your JumpPower"
  326. JumpPowerLabel.TextColor3 = Color3.new(1, 1, 1)
  327. JumpPowerLabel.TextSize = 14
  328. JumpPowerLabel.TextWrapped = true
  329.  
  330. ViewLabel.Name = "ViewLabel"
  331. ViewLabel.Parent = Cmds
  332. ViewLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  333. ViewLabel.BackgroundTransparency = 0.5
  334. ViewLabel.BorderColor3 = Color3.new(1, 0, 0)
  335. ViewLabel.BorderSizePixel = 2
  336. ViewLabel.Position = UDim2.new(0, 0, 0.400000006, 0)
  337. ViewLabel.Size = UDim2.new(0, 280, 0, 30)
  338. ViewLabel.Font = Enum.Font.Fantasy
  339. ViewLabel.Text = "View [plr] - Makes You Spectate The Person"
  340. ViewLabel.TextColor3 = Color3.new(1, 1, 1)
  341. ViewLabel.TextSize = 14
  342. ViewLabel.TextWrapped = true
  343.  
  344. UnViewLabel.Name = "UnViewLabel"
  345. UnViewLabel.Parent = Cmds
  346. UnViewLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  347. UnViewLabel.BackgroundTransparency = 0.5
  348. UnViewLabel.BorderColor3 = Color3.new(1, 0, 0)
  349. UnViewLabel.BorderSizePixel = 2
  350. UnViewLabel.Position = UDim2.new(0, 0, 0.425000012, 0)
  351. UnViewLabel.Size = UDim2.new(0, 280, 0, 30)
  352. UnViewLabel.Font = Enum.Font.Fantasy
  353. UnViewLabel.Text = "UnView - Makes You Stop Spectating Them"
  354. UnViewLabel.TextColor3 = Color3.new(1, 1, 1)
  355. UnViewLabel.TextSize = 14
  356. UnViewLabel.TextWrapped = true
  357.  
  358. UnStareLabel.Name = "UnStareLabel"
  359. UnStareLabel.Parent = Cmds
  360. UnStareLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  361. UnStareLabel.BackgroundTransparency = 0.5
  362. UnStareLabel.BorderColor3 = Color3.new(1, 0, 0)
  363. UnStareLabel.BorderSizePixel = 2
  364. UnStareLabel.Position = UDim2.new(0, 0, 0.474999994, 0)
  365. UnStareLabel.Size = UDim2.new(0, 280, 0, 30)
  366. UnStareLabel.Font = Enum.Font.Fantasy
  367. UnStareLabel.Text = "UnStare - Makes You Stop Looking At Them"
  368. UnStareLabel.TextColor3 = Color3.new(1, 1, 1)
  369. UnStareLabel.TextSize = 14
  370. UnStareLabel.TextWrapped = true
  371.  
  372. StareLabel.Name = "StareLabel"
  373. StareLabel.Parent = Cmds
  374. StareLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  375. StareLabel.BackgroundTransparency = 0.5
  376. StareLabel.BorderColor3 = Color3.new(1, 0, 0)
  377. StareLabel.BorderSizePixel = 2
  378. StareLabel.Position = UDim2.new(0, 0, 0.449999988, 0)
  379. StareLabel.Size = UDim2.new(0, 280, 0, 30)
  380. StareLabel.Font = Enum.Font.Fantasy
  381. StareLabel.Text = "Stare [plr] - Makes You Constantly Look At Them"
  382. StareLabel.TextColor3 = Color3.new(1, 1, 1)
  383. StareLabel.TextSize = 14
  384. StareLabel.TextWrapped = true
  385.  
  386. GotoLabel.Name = "GotoLabel"
  387. GotoLabel.Parent = Cmds
  388. GotoLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  389. GotoLabel.BackgroundTransparency = 0.5
  390. GotoLabel.BorderColor3 = Color3.new(1, 0, 0)
  391. GotoLabel.BorderSizePixel = 2
  392. GotoLabel.Position = UDim2.new(0, 0, 0.5, 0)
  393. GotoLabel.Size = UDim2.new(0, 280, 0, 30)
  394. GotoLabel.Font = Enum.Font.Fantasy
  395. GotoLabel.Text = "Goto [plr] - Makes You Teleport To The Player"
  396. GotoLabel.TextColor3 = Color3.new(1, 1, 1)
  397. GotoLabel.TextSize = 14
  398. GotoLabel.TextWrapped = true
  399.  
  400. SavePosLabel.Name = "SavePosLabel"
  401. SavePosLabel.Parent = Cmds
  402. SavePosLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  403. SavePosLabel.BackgroundTransparency = 0.5
  404. SavePosLabel.BorderColor3 = Color3.new(1, 0, 0)
  405. SavePosLabel.BorderSizePixel = 2
  406. SavePosLabel.Position = UDim2.new(0, 0, 0.524999976, 0)
  407. SavePosLabel.Size = UDim2.new(0, 280, 0, 30)
  408. SavePosLabel.Font = Enum.Font.Fantasy
  409. SavePosLabel.Text = "SavePosition - Sets Your Position As Custom"
  410. SavePosLabel.TextColor3 = Color3.new(1, 1, 1)
  411. SavePosLabel.TextSize = 14
  412. SavePosLabel.TextWrapped = true
  413.  
  414. TpToPosLabel.Name = "TpToPosLabel"
  415. TpToPosLabel.Parent = Cmds
  416. TpToPosLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  417. TpToPosLabel.BackgroundTransparency = 0.5
  418. TpToPosLabel.BorderColor3 = Color3.new(1, 0, 0)
  419. TpToPosLabel.BorderSizePixel = 2
  420. TpToPosLabel.Position = UDim2.new(0, 0, 0.550000012, 0)
  421. TpToPosLabel.Size = UDim2.new(0, 280, 0, 30)
  422. TpToPosLabel.Font = Enum.Font.Fantasy
  423. TpToPosLabel.Text = "GotoPosition - TP To The Custom Location Set"
  424. TpToPosLabel.TextColor3 = Color3.new(1, 1, 1)
  425. TpToPosLabel.TextSize = 14
  426. TpToPosLabel.TextWrapped = true
  427.  
  428. ClickTPLabel.Name = "ClickTPLabel"
  429. ClickTPLabel.Parent = Cmds
  430. ClickTPLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  431. ClickTPLabel.BackgroundTransparency = 0.5
  432. ClickTPLabel.BorderColor3 = Color3.new(1, 0, 0)
  433. ClickTPLabel.BorderSizePixel = 2
  434. ClickTPLabel.Position = UDim2.new(0, 0, 0.574999988, 0)
  435. ClickTPLabel.Size = UDim2.new(0, 280, 0, 30)
  436. ClickTPLabel.Font = Enum.Font.Fantasy
  437. ClickTPLabel.Text = "ClickTP - Activates E To TP To Mouse Location"
  438. ClickTPLabel.TextColor3 = Color3.new(1, 1, 1)
  439. ClickTPLabel.TextSize = 14
  440. ClickTPLabel.TextWrapped = true
  441.  
  442. UnClickTpLabel.Name = "UnClickTpLabel"
  443. UnClickTpLabel.Parent = Cmds
  444. UnClickTpLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  445. UnClickTpLabel.BackgroundTransparency = 0.5
  446. UnClickTpLabel.BorderColor3 = Color3.new(1, 0, 0)
  447. UnClickTpLabel.BorderSizePixel = 2
  448. UnClickTpLabel.Position = UDim2.new(0, 0, 0.600000024, 0)
  449. UnClickTpLabel.Size = UDim2.new(0, 280, 0, 30)
  450. UnClickTpLabel.Font = Enum.Font.Fantasy
  451. UnClickTpLabel.Text = "UnClickTP - Disables Click TP"
  452. UnClickTpLabel.TextColor3 = Color3.new(1, 1, 1)
  453. UnClickTpLabel.TextSize = 14
  454. UnClickTpLabel.TextWrapped = true
  455.  
  456. GravityLabel.Name = "GravityLabel"
  457. GravityLabel.Parent = Cmds
  458. GravityLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  459. GravityLabel.BackgroundTransparency = 0.5
  460. GravityLabel.BorderColor3 = Color3.new(1, 0, 0)
  461. GravityLabel.BorderSizePixel = 2
  462. GravityLabel.Position = UDim2.new(0, 0, 0.625, 0)
  463. GravityLabel.Size = UDim2.new(0, 280, 0, 30)
  464. GravityLabel.Font = Enum.Font.Fantasy
  465. GravityLabel.Text = "Gravity [amount] - Sets Gravity Amount"
  466. GravityLabel.TextColor3 = Color3.new(1, 1, 1)
  467. GravityLabel.TextSize = 14
  468. GravityLabel.TextWrapped = true
  469.  
  470. NormalGravLabel.Name = "NormalGravLabel"
  471. NormalGravLabel.Parent = Cmds
  472. NormalGravLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  473. NormalGravLabel.BackgroundTransparency = 0.5
  474. NormalGravLabel.BorderColor3 = Color3.new(1, 0, 0)
  475. NormalGravLabel.BorderSizePixel = 2
  476. NormalGravLabel.Position = UDim2.new(0, 0, 0.649999976, 0)
  477. NormalGravLabel.Size = UDim2.new(0, 280, 0, 30)
  478. NormalGravLabel.Font = Enum.Font.Fantasy
  479. NormalGravLabel.Text = "NormalGrav - Resets Gravity To Default (196.2)"
  480. NormalGravLabel.TextColor3 = Color3.new(1, 1, 1)
  481. NormalGravLabel.TextSize = 14
  482. NormalGravLabel.TextWrapped = true
  483.  
  484. RemoveFogLabel.Name = "RemoveFogLabel"
  485. RemoveFogLabel.Parent = Cmds
  486. RemoveFogLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  487. RemoveFogLabel.BackgroundTransparency = 0.5
  488. RemoveFogLabel.BorderColor3 = Color3.new(1, 0, 0)
  489. RemoveFogLabel.BorderSizePixel = 2
  490. RemoveFogLabel.Position = UDim2.new(0, 0, 0.675000012, 0)
  491. RemoveFogLabel.Size = UDim2.new(0, 280, 0, 30)
  492. RemoveFogLabel.Font = Enum.Font.Fantasy
  493. RemoveFogLabel.Text = "RemoveFog - Removes Fog And Clears Sky"
  494. RemoveFogLabel.TextColor3 = Color3.new(1, 1, 1)
  495. RemoveFogLabel.TextSize = 14
  496. RemoveFogLabel.TextWrapped = true
  497.  
  498. NoLimbsLabel.Name = "NoLimbsLabel"
  499. NoLimbsLabel.Parent = Cmds
  500. NoLimbsLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  501. NoLimbsLabel.BackgroundTransparency = 0.5
  502. NoLimbsLabel.BorderColor3 = Color3.new(1, 0, 0)
  503. NoLimbsLabel.BorderSizePixel = 2
  504. NoLimbsLabel.Position = UDim2.new(0, 0, 0.699999988, 0)
  505. NoLimbsLabel.Size = UDim2.new(0, 280, 0, 30)
  506. NoLimbsLabel.Font = Enum.Font.Fantasy
  507. NoLimbsLabel.Text = "NoLimbs - Removes All Of Your Limbs"
  508. NoLimbsLabel.TextColor3 = Color3.new(1, 1, 1)
  509. NoLimbsLabel.TextSize = 14
  510. NoLimbsLabel.TextWrapped = true
  511.  
  512. AgeLabel.Name = "AgeLabel"
  513. AgeLabel.Parent = Cmds
  514. AgeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  515. AgeLabel.BackgroundTransparency = 0.5
  516. AgeLabel.BorderColor3 = Color3.new(1, 0, 0)
  517. AgeLabel.BorderSizePixel = 2
  518. AgeLabel.Position = UDim2.new(0, 0, 0.725000024, 0)
  519. AgeLabel.Size = UDim2.new(0, 280, 0, 30)
  520. AgeLabel.Font = Enum.Font.Fantasy
  521. AgeLabel.Text = "Age [plr] - Notifies You Of The Player's Age"
  522. AgeLabel.TextColor3 = Color3.new(1, 1, 1)
  523. AgeLabel.TextSize = 14
  524. AgeLabel.TextWrapped = true
  525.  
  526. PlrIDLabel.Name = "PlrIDLabel"
  527. PlrIDLabel.Parent = Cmds
  528. PlrIDLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  529. PlrIDLabel.BackgroundTransparency = 0.5
  530. PlrIDLabel.BorderColor3 = Color3.new(1, 0, 0)
  531. PlrIDLabel.BorderSizePixel = 2
  532. PlrIDLabel.Position = UDim2.new(0, 0, 0.75, 0)
  533. PlrIDLabel.Size = UDim2.new(0, 280, 0, 30)
  534. PlrIDLabel.Font = Enum.Font.Fantasy
  535. PlrIDLabel.Text = "ID [plr] - Notifies You Of The Player's ID"
  536. PlrIDLabel.TextColor3 = Color3.new(1, 1, 1)
  537. PlrIDLabel.TextSize = 14
  538. PlrIDLabel.TextWrapped = true
  539.  
  540. GameIDLabel.Name = "GameIDLabel"
  541. GameIDLabel.Parent = Cmds
  542. GameIDLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  543. GameIDLabel.BackgroundTransparency = 0.5
  544. GameIDLabel.BorderColor3 = Color3.new(1, 0, 0)
  545. GameIDLabel.BorderSizePixel = 2
  546. GameIDLabel.Position = UDim2.new(0, 0, 0.774999976, 0)
  547. GameIDLabel.Size = UDim2.new(0, 280, 0, 30)
  548. GameIDLabel.Font = Enum.Font.Fantasy
  549. GameIDLabel.Text = "GameID - Notifies You Of The Game ID"
  550. GameIDLabel.TextColor3 = Color3.new(1, 1, 1)
  551. GameIDLabel.TextSize = 14
  552. GameIDLabel.TextWrapped = true
  553.  
  554. SpamLabel.Name = "SpamLabel"
  555. SpamLabel.Parent = Cmds
  556. SpamLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  557. SpamLabel.BackgroundTransparency = 0.5
  558. SpamLabel.BorderColor3 = Color3.new(1, 0, 0)
  559. SpamLabel.BorderSizePixel = 2
  560. SpamLabel.Position = UDim2.new(0, 0, 0.824999988, 0)
  561. SpamLabel.Size = UDim2.new(0, 280, 0, 30)
  562. SpamLabel.Font = Enum.Font.Fantasy
  563. SpamLabel.Text = "Spam [text] - Spams The Text In The Chat"
  564. SpamLabel.TextColor3 = Color3.new(1, 1, 1)
  565. SpamLabel.TextSize = 14
  566. SpamLabel.TextWrapped = true
  567.  
  568. FECheckLabel.Name = "FECheckLabel"
  569. FECheckLabel.Parent = Cmds
  570. FECheckLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  571. FECheckLabel.BackgroundTransparency = 0.5
  572. FECheckLabel.BorderColor3 = Color3.new(1, 0, 0)
  573. FECheckLabel.BorderSizePixel = 2
  574. FECheckLabel.Position = UDim2.new(0, 0, 0.800000012, 0)
  575. FECheckLabel.Size = UDim2.new(0, 280, 0, 30)
  576. FECheckLabel.Font = Enum.Font.Fantasy
  577. FECheckLabel.Text = "FECheck - Sees If The Game's Filtering Enabled"
  578. FECheckLabel.TextColor3 = Color3.new(1, 1, 1)
  579. FECheckLabel.TextSize = 14
  580. FECheckLabel.TextWrapped = true
  581.  
  582. UnSpamLabel.Name = "UnSpamLabel"
  583. UnSpamLabel.Parent = Cmds
  584. UnSpamLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  585. UnSpamLabel.BackgroundTransparency = 0.5
  586. UnSpamLabel.BorderColor3 = Color3.new(1, 0, 0)
  587. UnSpamLabel.BorderSizePixel = 2
  588. UnSpamLabel.Position = UDim2.new(0, 0, 0.850000024, 0)
  589. UnSpamLabel.Size = UDim2.new(0, 280, 0, 30)
  590. UnSpamLabel.Font = Enum.Font.Fantasy
  591. UnSpamLabel.Text = "UnSpam - Stops Spamming In The Chat"
  592. UnSpamLabel.TextColor3 = Color3.new(1, 1, 1)
  593. UnSpamLabel.TextSize = 14
  594. UnSpamLabel.TextWrapped = true
  595.  
  596. PMSpamLabel.Name = "PMSpamLabel"
  597. PMSpamLabel.Parent = Cmds
  598. PMSpamLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  599. PMSpamLabel.BackgroundTransparency = 0.5
  600. PMSpamLabel.BorderColor3 = Color3.new(1, 0, 0)
  601. PMSpamLabel.BorderSizePixel = 2
  602. PMSpamLabel.Position = UDim2.new(0, 0, 0.875, 0)
  603. PMSpamLabel.Size = UDim2.new(0, 280, 0, 30)
  604. PMSpamLabel.Font = Enum.Font.Fantasy
  605. PMSpamLabel.Text = "PMSpam [plr] - Spams That Player"
  606. PMSpamLabel.TextColor3 = Color3.new(1, 1, 1)
  607. PMSpamLabel.TextSize = 14
  608. PMSpamLabel.TextWrapped = true
  609.  
  610. UnPMSpamLabel.Name = "UnPMSpamLabel"
  611. UnPMSpamLabel.Parent = Cmds
  612. UnPMSpamLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  613. UnPMSpamLabel.BackgroundTransparency = 0.5
  614. UnPMSpamLabel.BorderColor3 = Color3.new(1, 0, 0)
  615. UnPMSpamLabel.BorderSizePixel = 2
  616. UnPMSpamLabel.Position = UDim2.new(0, 0, 0.899999976, 0)
  617. UnPMSpamLabel.Size = UDim2.new(0, 280, 0, 30)
  618. UnPMSpamLabel.Font = Enum.Font.Fantasy
  619. UnPMSpamLabel.Text = "UnPMSpam - Stops Spamming That Player"
  620. UnPMSpamLabel.TextColor3 = Color3.new(1, 1, 1)
  621. UnPMSpamLabel.TextSize = 14
  622. UnPMSpamLabel.TextWrapped = true
  623.  
  624. SpamWaitLabel.Name = "SpamWaitLabel"
  625. SpamWaitLabel.Parent = Cmds
  626. SpamWaitLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  627. SpamWaitLabel.BackgroundTransparency = 0.5
  628. SpamWaitLabel.BorderColor3 = Color3.new(1, 0, 0)
  629. SpamWaitLabel.BorderSizePixel = 2
  630. SpamWaitLabel.Position = UDim2.new(0, 0, 0.925000012, 0)
  631. SpamWaitLabel.Size = UDim2.new(0, 280, 0, 30)
  632. SpamWaitLabel.Font = Enum.Font.Fantasy
  633. SpamWaitLabel.Text = "SpamWait [amount] - Sets How Often It Spams"
  634. SpamWaitLabel.TextColor3 = Color3.new(1, 1, 1)
  635. SpamWaitLabel.TextSize = 14
  636. SpamWaitLabel.TextWrapped = true
  637.  
  638. PrefixLabel.Name = "PrefixLabel"
  639. PrefixLabel.Parent = Cmds
  640. PrefixLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  641. PrefixLabel.BackgroundTransparency = 0.5
  642. PrefixLabel.BorderColor3 = Color3.new(1, 0, 0)
  643. PrefixLabel.BorderSizePixel = 2
  644. PrefixLabel.Position = UDim2.new(0, 0, 0.949999988, 0)
  645. PrefixLabel.Size = UDim2.new(0, 280, 0, 30)
  646. PrefixLabel.Font = Enum.Font.Fantasy
  647. PrefixLabel.Text = "Prefix [key] - Sets The Prefix To That Key"
  648. PrefixLabel.TextColor3 = Color3.new(1, 1, 1)
  649. PrefixLabel.TextSize = 14
  650. PrefixLabel.TextWrapped = true
  651.  
  652. ResetPrefixLabel.Name = "ResetPrefixLabel"
  653. ResetPrefixLabel.Parent = Cmds
  654. ResetPrefixLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  655. ResetPrefixLabel.BackgroundTransparency = 0.5
  656. ResetPrefixLabel.BorderColor3 = Color3.new(1, 0, 0)
  657. ResetPrefixLabel.BorderSizePixel = 2
  658. ResetPrefixLabel.Position = UDim2.new(0, 0, 0.975000024, 0)
  659. ResetPrefixLabel.Size = UDim2.new(0, 280, 0, 30)
  660. ResetPrefixLabel.Font = Enum.Font.Fantasy
  661. ResetPrefixLabel.Text = "ResetPrefix - Sets The Prefix Back To ;"
  662. ResetPrefixLabel.TextColor3 = Color3.new(1, 1, 1)
  663. ResetPrefixLabel.TextSize = 14
  664. ResetPrefixLabel.TextWrapped = true
  665.  
  666. -- Scripts
  667.  
  668. prefix = ";"
  669. wait(0.3)
  670.  
  671. speedget = 1
  672.  
  673. lplayer = game:GetService("Players").LocalPlayer
  674.  
  675. lplayer.CharacterAdded:Connect(function(character)
  676. flying = false
  677. staring = false
  678. end)
  679.  
  680. function change()
  681. prefix = prefix
  682. speedfly = speedfly
  683. end
  684.  
  685. function GetPlayer(String)
  686. local Found = {}
  687. local strl = String:lower()
  688. if strl == "all" then
  689. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  690. table.insert(Found,v)
  691. end
  692. elseif strl == "others" then
  693. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  694. if v.Name ~= lplayer.Name then
  695. table.insert(Found,v)
  696. end
  697. end
  698. elseif strl == "me" then
  699. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  700. if v.Name == lplayer.Name then
  701. table.insert(Found,v)
  702. end
  703. end
  704. else
  705. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  706. if v.Name:lower():sub(1, #String) == String:lower() then
  707. table.insert(Found,v)
  708. end
  709. end
  710. end
  711. return Found
  712. end
  713.  
  714. local Mouse = lplayer:GetMouse()
  715.  
  716. followed = false
  717. noclip = false
  718. annoying = false
  719. hwalk = false
  720. flying = false
  721. spamdelay = 1
  722. spamming = false
  723. spammingpm = false
  724. clickgoto = false
  725. staring = false
  726. cmdsopen = false
  727.  
  728. flying = false
  729. speedfly = 1
  730.  
  731. walk = 16
  732. jump = 50
  733. hip = 0
  734.  
  735. game:GetService('RunService').Stepped:connect(function()
  736. if followed then
  737. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  738. end
  739.  
  740. if annoying then
  741. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  742. end
  743. if hwalk then
  744. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  745. end
  746. if staring then
  747. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  748. end
  749. end)
  750. game:GetService('RunService').Stepped:connect(function()
  751. if noclip then
  752. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  753. lplayer.Character.Head.CanCollide = false
  754. lplayer.Character.Torso.CanCollide = false
  755. lplayer.Character["Left Leg"].CanCollide = false
  756. lplayer.Character["Right Leg"].CanCollide = false
  757. else
  758. lplayer.Character.Humanoid:ChangeState(11)
  759. end
  760. end
  761. end)
  762.  
  763. plr = lplayer
  764. hum = plr.Character.HumanoidRootPart
  765. mouse = plr:GetMouse()
  766. mouse.KeyDown:connect(function(key)
  767. if key == "e" then
  768. if mouse.Target then
  769. if clickgoto then
  770. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  771. end
  772. end
  773. end
  774. end)
  775.  
  776. spawn(function()
  777. while wait(spamdelay) do
  778. if spamming == true then
  779. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  780. end
  781. end
  782. end)
  783. spawn(function()
  784. while wait(spamdelay) do
  785. if spammingpm == true then
  786. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  787. end
  788. end
  789. end)
  790.  
  791. Mouse.KeyDown:connect(function(Key)
  792. if Key == prefix then
  793. CmdBox:CaptureFocus()
  794. end
  795. end)
  796.  
  797. CmdBox.FocusLost:connect(function(enterPressed)
  798. if enterPressed then
  799. if string.sub(CmdBox.Text, 1, 4) == ("Kill") then
  800. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  801. end
  802. if string.sub(CmdBox.Text, 1, 7) == ("Follow ") then
  803. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 8))) do
  804. followed = true
  805. flwplr = v
  806. end
  807. end
  808. if string.sub(CmdBox.Text, 1, 8) == ("UnFollow") then
  809. followed = false
  810. end
  811. if string.sub(CmdBox.Text, 1, 7) == ("FECheck") then
  812. if game:GetService("Workspace").FilteringEnabled == true then
  813. game:GetService("StarterGui"):SetCore("SendNotification", {
  814. Title = "FE is Enabled";
  815. Text = "Filtering Enabled";
  816. })
  817. else
  818. game:GetService("StarterGui"):SetCore("SendNotification", {
  819. Title = "FE is Disabled";
  820. Text = "Filtering Disabled";
  821. })
  822. end
  823. end
  824. if string.sub(CmdBox.Text, 1, 6) == ("NoClip") then
  825. noclip = true
  826. game:GetService("StarterGui"):SetCore("SendNotification", {
  827. Title = "NoClip Enabled";
  828. Text = ";Clip to Disable";
  829. })
  830. end
  831. if string.sub(CmdBox.Text, 1, 4) == ("Clip") then
  832. noclip = false
  833. game:GetService("StarterGui"):SetCore("SendNotification", {
  834. Title = "NoClip Disabled";
  835. Text = ";NoClip to Enable";
  836. })
  837. end
  838. if string.sub(CmdBox.Text, 1, 3) == ("WS ") then
  839. walk = (string.sub(CmdBox.Text, 4))
  840. lplayer.Character.Humanoid.WalkSpeed = walk
  841. end
  842. if string.sub(CmdBox.Text, 1, 3) == ("HH ") then
  843. hip = (string.sub(CmdBox.Text, 4))
  844. lplayer.Character.Humanoid.HipHeight = hip
  845. end
  846. if string.sub(CmdBox.Text, 1, 3) == ("JP ") then
  847. jump = (string.sub(CmdBox.Text, 4))
  848. lplayer.Character.Humanoid.JumpPower = jump
  849. end
  850. if string.sub(CmdBox.Text, 1, 7) == ("Reset") then
  851. jump = 50
  852. walk = 16
  853. hip = 0
  854. end
  855. if string.sub(CmdBox.Text, 1, 6) == ("Annoy ") then
  856. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 7))) do
  857. annoying = true
  858. annplr = v
  859. end
  860. end
  861. if string.sub(CmdBox.Text, 1, 7) == ("UnAnnoy") then
  862. annoying = false
  863. end
  864. if string.sub(CmdBox.Text, 1, 9) == ("Headwalk ") then
  865. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 10))) do
  866. hwalk = true
  867. hdwplr = v
  868. end
  869. end
  870. if string.sub(CmdBox.Text, 1, 10) == ("UnHeadwalk") then
  871. hwalk = false
  872. end
  873. if string.sub(CmdBox.Text, 1, 7) == ("NoLimbs") then
  874. lplayer.Character["Left Leg"]:Destroy()
  875. lplayer.Character["Left Arm"]:Destroy()
  876. lplayer.Character["Right Leg"]:Destroy()
  877. lplayer.Character["Right Arm"]:Destroy()
  878. end
  879. if string.sub(CmdBox.Text, 1, 5) == ("View ") then
  880. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 6))) do
  881. if game:GetService("Players")[v.Name].Character.Humanoid then
  882. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  883. else
  884. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  885. end
  886. end
  887. end
  888. if string.sub(CmdBox.Text, 1, 6) == ("UnView") then
  889. if lplayer.Character.Humanoid then
  890. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  891. else
  892. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  893. end
  894. end
  895. if string.sub(CmdBox.Text, 1, 3) == ("Fly") then
  896. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  897. repeat wait() until Mouse
  898.  
  899. local T = lplayer.Character.HumanoidRootPart
  900. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  901. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  902. local SPEED = speedget
  903.  
  904. local function fly()
  905. flying = true
  906. local BG = Instance.new('BodyGyro', T)
  907. local BV = Instance.new('BodyVelocity', T)
  908. BG.P = 9e4
  909. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  910. BG.cframe = T.CFrame
  911. BV.velocity = Vector3.new(0, 0.1, 0)
  912. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  913. spawn(function()
  914. repeat wait()
  915. lplayer.Character.Humanoid.PlatformStand = true
  916. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  917. SPEED = 50
  918. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  919. SPEED = 0
  920. end
  921. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  922. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  923. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  924. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  925. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  926. else
  927. BV.velocity = Vector3.new(0, 0.1, 0)
  928. end
  929. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  930. until not flying
  931. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  932. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  933. SPEED = 0
  934. BG:destroy()
  935. BV:destroy()
  936. lplayer.Character.Humanoid.PlatformStand = false
  937. end)
  938. end
  939. Mouse.KeyDown:connect(function(KEY)
  940. if KEY:lower() == 'w' then
  941. CONTROL.F = speedfly
  942. elseif KEY:lower() == 's' then
  943. CONTROL.B = -speedfly
  944. elseif KEY:lower() == 'a' then
  945. CONTROL.L = -speedfly
  946. elseif KEY:lower() == 'd' then
  947. CONTROL.R = speedfly
  948. end
  949. end)
  950. Mouse.KeyUp:connect(function(KEY)
  951. if KEY:lower() == 'w' then
  952. CONTROL.F = 0
  953. elseif KEY:lower() == 's' then
  954. CONTROL.B = 0
  955. elseif KEY:lower() == 'a' then
  956. CONTROL.L = 0
  957. elseif KEY:lower() == 'd' then
  958. CONTROL.R = 0
  959. end
  960. end)
  961. fly()
  962. end
  963. if string.sub(CmdBox.Text, 1, 5) == ("UnFly") then
  964. flying = false
  965. lplayer.Character.Humanoid.PlatformStand = false
  966. end
  967. if string.sub(CmdBox.Text, 1, 5) == ("Spam ") then
  968. spamtext = (string.sub(CmdBox.Text, 6))
  969. spamming = true
  970. end
  971. if string.sub(CmdBox.Text, 1, 6) == ("UnSpam") then
  972. spamming = false
  973. end
  974. if string.sub(CmdBox.Text, 1, 9) == ("SpamWait ") then
  975. spamdelay = (string.sub(CmdBox.Text, 10))
  976. end
  977. if string.sub(CmdBox.Text, 1, 7) == ("PMSpam ") then
  978. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 8))) do
  979. pmspammed = v.Name
  980. spammingpm = true
  981. end
  982. end
  983. if string.sub(CmdBox.Text, 1, 8) == ("UnPMSpam") then
  984. spammingpm = false
  985. end
  986. if string.sub(CmdBox.Text, 1, 7) == ("Prefix ") then
  987. prefix = string.sub(CmdBox.Text, 8)
  988. end
  989. if string.sub(CmdBox.Text, 1, 11) == ("ResetPrefix") then
  990. prefix = ";"
  991. end
  992. if string.sub(CmdBox.Text, 1, 4) == ("Cmds") then
  993. if cmdsopen == false then
  994. Cmds.Visible = true
  995. cmdsopen = true
  996. else
  997. Cmds.Visible = false
  998. cmdsopen = false
  999. end
  1000. end
  1001. if string.sub(CmdBox.Text, 1, 5) == ("Goto ") then
  1002. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 6))) do
  1003. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1004. end
  1005. end
  1006. if string.sub(CmdBox.Text, 1, 12) == ("SavePosition") then
  1007. saved = lplayer.Character.HumanoidRootPart.CFrame
  1008. game:GetService("StarterGui"):SetCore("SendNotification", {
  1009. Title = "Position Saved";
  1010. Text = "Use ;loadpos to return to saved position.";
  1011. })
  1012. end
  1013. if string.sub(CmdBox.Text, 1, 12) == ("GotoPosition") then
  1014. lplayer.Character.HumanoidRootPart.CFrame = saved
  1015. end
  1016. if string.sub(CmdBox.Text, 1, 7) == ("ClickTP") then
  1017. clickgoto = true
  1018. game:GetService("StarterGui"):SetCore("SendNotification", {
  1019. Title = "Click TP";
  1020. Text = "Press E To TP To Click Location";
  1021. })
  1022. end
  1023. if string.sub(CmdBox.Text, 1, 9) == ("UnClickTP") then
  1024. clickgoto = false
  1025. game:GetService("StarterGui"):SetCore("SendNotification", {
  1026. Title = "Click TP";
  1027. Text = "Click TP Disabled";
  1028. })
  1029. end
  1030. if string.sub(CmdBox.Text, 1, 8) == ("Gravity ") then
  1031. game:GetService("Workspace").Gravity = string.sub(CmdBox.Text, 9)
  1032. end
  1033. if string.sub(CmdBox.Text, 1, 10) == ("NormalGrav") then
  1034. game:GetService("Workspace").Gravity = 196.2
  1035. end
  1036. if string.sub(CmdBox.Text, 1, 4) == ("Age ") then
  1037. for i,player in pairs(GetPlayer(string.sub(CmdBox.Text, 5))) do
  1038. game:GetService("StarterGui"):SetCore("SendNotification", {
  1039. Title = player.AccountAge.." Days";
  1040. Text = "Is The Account Age Of "..player.Name;
  1041. })
  1042. end
  1043. end
  1044. if string.sub(CmdBox.Text, 1, 3) == ("ID ") then
  1045. for i,player in pairs(GetPlayer(string.sub(CmdBox.Text, 4))) do
  1046. game:GetService("StarterGui"):SetCore("SendNotification", {
  1047. Title = player.UserId;
  1048. Text = "Is The Account ID Of "..player.Name;
  1049. })
  1050. end
  1051. end
  1052. if string.sub(CmdBox.Text, 1, 6) == ("GameID") then
  1053. game:GetService("StarterGui"):SetCore("SendNotification", {
  1054. Title = "Game ID:";
  1055. Text = game.GameId;
  1056. })
  1057. end
  1058. if string.sub(CmdBox.Text, 1, 9) == ("RemoveFog") then
  1059. game:GetService("Lighting").FogStart = 0
  1060. game:GetService("Lighting").FogEnd = 9999999999999
  1061. end
  1062. if string.sub(CmdBox.Text, 1, 6) == ("Stare ") then
  1063. for i,v in pairs(GetPlayer(string.sub(CmdBox.Text, 7))) do
  1064. staring = true
  1065. stareplr = v
  1066. end
  1067. end
  1068. if string.sub(CmdBox.Text, 1, 7) == ("UnStare") then
  1069. staring = false
  1070. end
  1071. CmdBox.Text = ""
  1072. end
  1073. end)
  1074.  
  1075. lplayer.Character.Humanoid.Changed:Connect(function()
  1076. lplayer.Character.Humanoid.JumpPower = jump
  1077. lplayer.Character.Humanoid.WalkSpeed = walk
  1078. lplayer.Character.Humanoid.HipHeight = hip
  1079. end)
  1080.  
  1081. wait(0.3)
  1082. game:GetService("StarterGui"):SetCore("SendNotification", {
  1083. Title = "Script Successfully Loaded!";
  1084. Text = "Admin Commands Script By Syko";
  1085. })
Add Comment
Please, Sign In to add comment