Pou_help

Untitled

Feb 15th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 187.32 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:connect(function(msg)
  2. if msg == "Script/KillHax" then
  3. local lplayer = game:GetService('Players').LocalPlayer
  4.  
  5. local killing = false
  6. function GetPlayer(String)
  7. local Found = {}
  8. local strl = String:lower()
  9. if strl == "all" then
  10. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  11. table.insert(Found,v)
  12. end
  13. elseif strl == "others" then
  14. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  15. if v.Name ~= lplayer.Name then
  16. table.insert(Found,v)
  17. end
  18. end
  19. elseif strl == "me" then
  20. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  21. if v.Name == lplayer.Name then
  22. table.insert(Found,v)
  23. end
  24. end
  25. else
  26. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  27. if v.Name:lower():sub(1, #String) == String:lower() then
  28. table.insert(Found,v)
  29. end
  30. end
  31. end
  32. return Found
  33. end
  34. function ahh(thing)
  35. local asd = {'kill','gui','kill gui'}
  36. local f = string.upper(asd[math.random(1,#asd)])
  37. return f
  38. end
  39. ScreenGui = Instance.new("ScreenGui")
  40. main = Instance.new("Frame")
  41. TextLabel = Instance.new("TextLabel")
  42. Playr = Instance.new("TextBox")
  43. KL = Instance.new("TextButton")
  44.  
  45. ScreenGui.Parent = game.CoreGui
  46.  
  47. main.Name = "main"
  48. main.Parent = ScreenGui
  49. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  50. main.BorderColor3 = Color3.new(0.105882, 0.258824, 0.32549)
  51. main.BorderSizePixel = 10
  52. main.Position = UDim2.new(0.0733024701, 0, 0.671036899, 0)
  53. main.Size = UDim2.new(0, 449, 0, 240)
  54. main.Active = true
  55. main.Draggable = true
  56.  
  57. TextLabel.Parent = main
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 0.89999997615814
  60. TextLabel.BorderSizePixel = 0
  61. TextLabel.Size = UDim2.new(0, 449, 0, 50)
  62. TextLabel.Font = Enum.Font.Fantasy
  63. TextLabel.FontSize = Enum.FontSize.Size28
  64. TextLabel.Text = "KillHax By Hackmaster12"
  65. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  66. TextLabel.TextSize = 25
  67.  
  68. Playr.Name = "Playr"
  69. Playr.Parent = main
  70. Playr.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  71. Playr.BorderColor3 = Color3.new(0.109804, 0.443137, 0.584314)
  72. Playr.BorderSizePixel = 4
  73. Playr.Position = UDim2.new(0.25167039, 0, 0.25, 0)
  74. Playr.Size = UDim2.new(0, 223, 0, 50)
  75. Playr.Font = Enum.Font.GothamBlack
  76. Playr.FontSize = Enum.FontSize.Size14
  77. Playr.Text = "Player"
  78. Playr.TextColor3 = Color3.new(0, 0, 0)
  79. Playr.TextSize = 14
  80. Playr.TextWrapped = true
  81.  
  82. KL.Name = "KL"
  83. KL.Parent = main
  84. KL.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  85. KL.BorderColor3 = Color3.new(0.101961, 0.407843, 0.541176)
  86. KL.BorderSizePixel = 5
  87. KL.Position = UDim2.new(0.27616927, 0, 0.583333373, 0)
  88. KL.Size = UDim2.new(0, 200, 0, 50)
  89. KL.Font = Enum.Font.GothamBold
  90. KL.FontSize = Enum.FontSize.Size14
  91. KL.Text = "Kill"
  92. KL.TextColor3 = Color3.new(0, 0, 0)
  93. KL.TextSize = 14
  94. KL.MouseButton1Click:Connect(function()
  95. local target = unpack(GetPlayer(Playr.Text)).Character
  96.  
  97. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  98. killing = true
  99. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  100. coin.Force = Vector3.new(9999,9999,9999)
  101. coin.Name = "killforce"
  102. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false
  103. end)
  104. end
  105. end)
  106. game.Players.LocalPlayer.Chatted:connect(function(msg)
  107. if msg == "Script/PunishGui" then
  108.  
  109. ScreenGui = Instance.new("ScreenGui")
  110. main = Instance.new("Frame")
  111. title = Instance.new("TextLabel")
  112. pla = Instance.new("TextBox")
  113. attac = Instance.new("TextButton")
  114.  
  115. ScreenGui.Parent = game.CoreGui
  116.  
  117. main.Name = "main"
  118. main.Parent = ScreenGui
  119. main.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  120. main.BackgroundTransparency = 0.15000000596046
  121. main.Position = UDim2.new(0.67978394, 0, 0.479141831, 0)
  122. main.Size = UDim2.new(0, 367, 0, 218)
  123. main.Active = true
  124. main.Draggable = true
  125.  
  126. title.Name = "title"
  127. title.Parent = main
  128. title.BackgroundColor3 = Color3.new(1, 1, 1)
  129. title.BackgroundTransparency = 1
  130. title.Size = UDim2.new(0, 354, 0, 50)
  131. title.Font = Enum.Font.GothamBold
  132. title.FontSize = Enum.FontSize.Size32
  133. title.Text = "Punish Gui"
  134. title.TextColor3 = Color3.new(1, 1, 1)
  135. title.TextSize = 30
  136. title.TextStrokeTransparency = 0
  137.  
  138.  
  139. pla.Name = "pla"
  140. pla.Parent = main
  141. pla.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  142. pla.BackgroundTransparency = 0.5
  143. pla.Position = UDim2.new(0.209809259, 0, 0.38532111, 0)
  144. pla.Size = UDim2.new(0, 200, 0, 50)
  145. pla.Font = Enum.Font.SourceSans
  146. pla.FontSize = Enum.FontSize.Size14
  147. pla.Text = ""
  148. pla.TextColor3 = Color3.new(0, 0, 0)
  149. pla.TextSize = 14
  150.  
  151. attac.Name = "attac"
  152. attac.Parent = main
  153. attac.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  154. attac.BackgroundTransparency = 0.34999999403954
  155. attac.Position = UDim2.new(0.256130785, 0, 0.655963302, 0)
  156. attac.Size = UDim2.new(0, 166, 0, 44)
  157. attac.Font = Enum.Font.SourceSans
  158. attac.FontSize = Enum.FontSize.Size14
  159. attac.Text = "Punish"
  160. attac.TextColor3 = Color3.new(1, 1, 1)
  161. attac.TextSize = 14
  162. attac.TextStrokeTransparency = 0
  163. attac.MouseButton1Down:connect(function()
  164.  
  165. Target = pla.Text
  166.  
  167. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  168. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  169. l.Parent = game.Players.LocalPlayer.Character
  170. l.Name = "Humanoid"
  171. wait()
  172. game.Players.LocalPlayer.Character["1"]:Destroy()
  173. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  174. game.Players.LocalPlayer.Character.Animate.Disabled = true
  175. wait()
  176. game.Players.LocalPlayer.Character.Animate.Disabled = false
  177. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  178. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  179. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  180. end
  181. wait()
  182. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  183. wait()
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  185. wait()
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,1000000000,-100000))
  187. wait()
  188. local prt=Instance.new("Model", workspace);
  189. Instance.new("Part", prt).Name="Torso";
  190. Instance.new("Part", prt).Name="Head";
  191. Instance.new("Humanoid", prt).Name="Humanoid";
  192. game.Players.LocalPlayer.Character=prt
  193. end)
  194. while wait() do
  195. title.TextColor3 = Color3.new(1,0,0)
  196. for i=1,15 do
  197. game:GetService("RunService").RenderStepped:wait()
  198. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g+(17/255),title.TextColor3.b)
  199. end
  200. for i=1,15 do
  201. game:GetService("RunService").RenderStepped:wait()
  202. title.TextColor3 = Color3.new(title.TextColor3.r-(17/255),title.TextColor3.g,title.TextColor3.b)
  203. end
  204. for i=1,15 do
  205. game:GetService("RunService").RenderStepped:wait()
  206. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b+(17/255))
  207. end
  208. for i=1,15 do
  209. game:GetService("RunService").RenderStepped:wait()
  210. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g-(17/255),title.TextColor3.b)
  211. end
  212. for i=1,15 do
  213. game:GetService("RunService").RenderStepped:wait()
  214. title.TextColor3 = Color3.new(title.TextColor3.r+(17/255),title.TextColor3.g,title.TextColor3.b)
  215. end
  216. for i=1,15 do
  217. game:GetService("RunService").RenderStepped:wait()
  218. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b-(17/255))
  219. end
  220. end
  221. end
  222. end)
  223. game.Players.LocalPlayer.Chatted:connect(function(msg)
  224. if msg == "Script/FencingGui" then
  225. ScreenGui = Instance.new("ScreenGui")
  226. main = Instance.new("Frame")
  227. TextLabel = Instance.new("TextLabel")
  228. Killhax = Instance.new("TextButton")
  229. God = Instance.new("TextButton")
  230. Punch = Instance.new("TextButton")
  231. Speed = Instance.new("TextButton")
  232. Close = Instance.new("TextButton")
  233.  
  234. ScreenGui.Parent = game.CoreGui
  235.  
  236. main.Name = "main"
  237. main.Parent = ScreenGui
  238. main.BackgroundColor3 = Color3.new(0.172549, 0.552941, 0.960784)
  239. main.BorderColor3 = Color3.new(0.129412, 0.411765, 0.713726)
  240. main.BorderSizePixel = 8
  241. main.Position = UDim2.new(0.752314806, 0, 0.650774777, 0)
  242. main.Size = UDim2.new(0, 223, 0, 124)
  243. main.Active = true
  244. main.Draggable = true
  245.  
  246. TextLabel.Parent = main
  247. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  248. TextLabel.BackgroundTransparency = 1
  249. TextLabel.Position = UDim2.new(-0.23094134, 0, -0.00327444077, 0)
  250. TextLabel.Size = UDim2.new(0, 338, 0, 50)
  251. TextLabel.Font = Enum.Font.GothamBlack
  252. TextLabel.FontSize = Enum.FontSize.Size28
  253. TextLabel.Text = "Fencing Hax By Hackmaster12"
  254. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  255. TextLabel.TextScaled = true
  256. TextLabel.TextSize = 25
  257. TextLabel.TextStrokeTransparency = 0
  258. TextLabel.TextWrapped = true
  259.  
  260. Killhax.Name = "Killhax"
  261. Killhax.Parent = main
  262. Killhax.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  263. Killhax.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  264. Killhax.BorderSizePixel = 4
  265. Killhax.Position = UDim2.new(0.525658906, 0, 0.746012092, 0)
  266. Killhax.Size = UDim2.new(0, 77, 0, 24)
  267. Killhax.Font = Enum.Font.SourceSans
  268. Killhax.FontSize = Enum.FontSize.Size24
  269. Killhax.Text = "KillHax"
  270. Killhax.TextColor3 = Color3.new(1, 1, 1)
  271. Killhax.TextSize = 20
  272. Killhax.TextStrokeTransparency = 0
  273. Killhax.MouseButton1Down:connect(function()
  274. local lplayer = game:GetService('Players').LocalPlayer
  275.  
  276. local killing = false
  277. function GetPlayer(String)
  278. local Found = {}
  279. local strl = String:lower()
  280. if strl == "all" then
  281. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  282. table.insert(Found,v)
  283. end
  284. elseif strl == "others" then
  285. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  286. if v.Name ~= lplayer.Name then
  287. table.insert(Found,v)
  288. end
  289. end
  290. elseif strl == "me" then
  291. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  292. if v.Name == lplayer.Name then
  293. table.insert(Found,v)
  294. end
  295. end
  296. else
  297. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  298. if v.Name:lower():sub(1, #String) == String:lower() then
  299. table.insert(Found,v)
  300. end
  301. end
  302. end
  303. return Found
  304. end
  305. function ahh(thing)
  306. local asd = {'kill','gui','kill gui'}
  307. local f = string.upper(asd[math.random(1,#asd)])
  308. return f
  309. end
  310. ScreenGui = Instance.new("ScreenGui")
  311. main = Instance.new("Frame")
  312. TextLabel = Instance.new("TextLabel")
  313. Playr = Instance.new("TextBox")
  314. KL = Instance.new("TextButton")
  315.  
  316. ScreenGui.Parent = game.CoreGui
  317.  
  318. main.Name = "main"
  319. main.Parent = ScreenGui
  320. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  321. main.BorderColor3 = Color3.new(0.105882, 0.258824, 0.32549)
  322. main.BorderSizePixel = 10
  323. main.Position = UDim2.new(0.0733024701, 0, 0.671036899, 0)
  324. main.Size = UDim2.new(0, 449, 0, 240)
  325. main.Active = true
  326. main.Draggable = true
  327.  
  328. TextLabel.Parent = main
  329. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  330. TextLabel.BackgroundTransparency = 0.89999997615814
  331. TextLabel.BorderSizePixel = 0
  332. TextLabel.Size = UDim2.new(0, 449, 0, 50)
  333. TextLabel.Font = Enum.Font.Fantasy
  334. TextLabel.FontSize = Enum.FontSize.Size28
  335. TextLabel.Text = "KillHax By Hackmaster12"
  336. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  337. TextLabel.TextSize = 25
  338.  
  339. Playr.Name = "Playr"
  340. Playr.Parent = main
  341. Playr.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  342. Playr.BorderColor3 = Color3.new(0.109804, 0.443137, 0.584314)
  343. Playr.BorderSizePixel = 4
  344. Playr.Position = UDim2.new(0.25167039, 0, 0.25, 0)
  345. Playr.Size = UDim2.new(0, 223, 0, 50)
  346. Playr.Font = Enum.Font.GothamBlack
  347. Playr.FontSize = Enum.FontSize.Size14
  348. Playr.Text = "Player"
  349. Playr.TextColor3 = Color3.new(0, 0, 0)
  350. Playr.TextSize = 14
  351. Playr.TextWrapped = true
  352.  
  353. KL.Name = "KL"
  354. KL.Parent = main
  355. KL.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  356. KL.BorderColor3 = Color3.new(0.101961, 0.407843, 0.541176)
  357. KL.BorderSizePixel = 5
  358. KL.Position = UDim2.new(0.27616927, 0, 0.583333373, 0)
  359. KL.Size = UDim2.new(0, 200, 0, 50)
  360. KL.Font = Enum.Font.GothamBold
  361. KL.FontSize = Enum.FontSize.Size14
  362. KL.Text = "Kill"
  363. KL.TextColor3 = Color3.new(0, 0, 0)
  364. KL.TextSize = 14
  365. KL.MouseButton1Click:Connect(function()
  366. local target = unpack(GetPlayer(Playr.Text)).Character
  367.  
  368. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  369. killing = true
  370. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  371. coin.Force = Vector3.new(9999,9999,9999)
  372. coin.Name = "killforce"
  373. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false
  374. end)
  375. end)
  376.  
  377. God.Name = "God"
  378. God.Parent = main
  379. God.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  380. God.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  381. God.BorderSizePixel = 4
  382. God.Position = UDim2.new(0.126555771, 0, 0.746012092, 0)
  383. God.Size = UDim2.new(0, 77, 0, 24)
  384. God.Font = Enum.Font.SourceSans
  385. God.FontSize = Enum.FontSize.Size24
  386. God.Text = "God"
  387. God.TextColor3 = Color3.new(1, 1, 1)
  388. God.TextSize = 20
  389. God.TextStrokeTransparency = 0
  390. God.MouseButton1Down:connect(function()
  391. button = workspace.Button
  392. button.CanCollide = false
  393. button.Transparency = 1
  394.  
  395. game:GetService("RunService").Heartbeat:connect(function(step)
  396. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  397. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(1,5))
  398. wait()
  399. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Right Arm"].Position)
  400. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  401. wait()
  402. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character.Torso.Position)
  403. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  404. wait()
  405. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Arm"].Position)
  406. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  407. wait()
  408. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  409. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position)
  410. wait()
  411. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  412. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character["Right Leg"].Position)
  413. end)
  414. end)
  415.  
  416. Punch.Name = "Punch"
  417. Punch.Parent = main
  418. Punch.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  419. Punch.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  420. Punch.BorderSizePixel = 4
  421. Punch.Position = UDim2.new(0.126555771, 0, 0.471818537, 0)
  422. Punch.Size = UDim2.new(0, 77, 0, 24)
  423. Punch.Font = Enum.Font.SourceSans
  424. Punch.FontSize = Enum.FontSize.Size24
  425. Punch.Text = "Punch q"
  426. Punch.TextColor3 = Color3.new(1, 1, 1)
  427. Punch.TextSize = 20
  428. Punch.TextStrokeTransparency = 0
  429. Punch.MouseButton1Down:connect(function()
  430. --[[
  431. this was made by
  432. DebugRBX (@v3rm) / Debug#0001 (@discord)
  433. jacob (@v3rm) / jacob#9999 (@discord)
  434. execute the script and wait until tools load, press q to punch.
  435. enjoy
  436. --]]
  437.  
  438. --// VARIABLES //--
  439.  
  440. Punch_Key = 'q'
  441.  
  442. Spray_Cans = 15
  443.  
  444. Strength = 9e9
  445.  
  446. --// MAIN //--
  447.  
  448. loadstring(game:HttpGet("https://pastebin.com/raw/HQ9KUnJ5", true))()
  449. end)
  450.  
  451. Speed.Name = "Speed"
  452. Speed.Parent = main
  453. Speed.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  454. Speed.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  455. Speed.BorderSizePixel = 4
  456. Speed.Position = UDim2.new(0.525658906, 0, 0.471818537, 0)
  457. Speed.Size = UDim2.new(0, 77, 0, 24)
  458. Speed.Font = Enum.Font.SourceSans
  459. Speed.FontSize = Enum.FontSize.Size24
  460. Speed.Text = "Loop Speed"
  461. Speed.TextColor3 = Color3.new(1, 1, 1)
  462. Speed.TextSize = 20
  463. Speed.TextStrokeTransparency = 0
  464. Speed.MouseButton1Down:connect(function()
  465. while true do
  466. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  467. wait()
  468. end
  469. end)
  470.  
  471. Close.Name = "Close"
  472. Close.Parent = main
  473. Close.BackgroundColor3 = Color3.new(0.258824, 0.482353, 1)
  474. Close.BorderColor3 = Color3.new(0.14902, 0.286275, 0.584314)
  475. Close.BorderSizePixel = 4
  476. Close.Position = UDim2.new(0.870950341, 0, -0.189471841, 0)
  477. Close.Size = UDim2.new(0, 31, 0, 14)
  478. Close.Font = Enum.Font.SourceSans
  479. Close.FontSize = Enum.FontSize.Size24
  480. Close.Text = "X"
  481. Close.TextColor3 = Color3.new(1, 1, 1)
  482. Close.TextSize = 20
  483. Close.TextStrokeTransparency = 0
  484. Close.MouseButton1Down:connect(function()
  485. main.Visible = false
  486. end)
  487. end
  488. end)
  489. game.Players.LocalPlayer.Chatted:connect(function(msg)
  490. if msg == "Script/Fe Haxa" then
  491. ScreenGui = Instance.new("ScreenGui")
  492. main = Instance.new("Frame")
  493. TextLabel = Instance.new("TextLabel")
  494. TextLabel_2 = Instance.new("TextLabel")
  495. ToolSpam = Instance.new("TextButton")
  496. Punish = Instance.new("TextButton")
  497. BringAll = Instance.new("TextButton")
  498. Drop = Instance.new("TextButton")
  499. KillHax = Instance.new("TextButton")
  500. KillHaxV2 = Instance.new("TextButton")
  501. invis = Instance.new("TextButton")
  502. Naked = Instance.new("TextButton")
  503. LagGui = Instance.new("TextButton")
  504.  
  505. ScreenGui.Parent = game.CoreGui
  506.  
  507. main.Name = "main"
  508. main.Parent = ScreenGui
  509. main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  510. main.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  511. main.BorderSizePixel = 12
  512. main.Position = UDim2.new(0.0331790149, 0, 0.616209745, 0)
  513. main.Size = UDim2.new(0, 515, 0, 260)
  514. main.Active = true
  515. main.Draggable = true
  516.  
  517. TextLabel.Parent = main
  518. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  519. TextLabel.BackgroundTransparency = 1
  520. TextLabel.Size = UDim2.new(0, 515, 0, 50)
  521. TextLabel.Font = Enum.Font.GothamBold
  522. TextLabel.FontSize = Enum.FontSize.Size28
  523. TextLabel.Text = "Fe Haxa"
  524. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  525. TextLabel.TextSize = 25
  526. TextLabel.TextStrokeTransparency = 0
  527.  
  528. TextLabel_2.Parent = main
  529. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  530. TextLabel_2.BackgroundTransparency = 1
  531. TextLabel_2.Position = UDim2.new(0.801941752, 0, 0.861538529, 0)
  532. TextLabel_2.Size = UDim2.new(0, 102, 0, 36)
  533. TextLabel_2.Font = Enum.Font.GothamBold
  534. TextLabel_2.FontSize = Enum.FontSize.Size10
  535. TextLabel_2.Text = "By Hackmaster12"
  536. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  537. TextLabel_2.TextSize = 10
  538. TextLabel_2.TextStrokeTransparency = 0
  539.  
  540. ToolSpam.Name = "ToolSpam"
  541. ToolSpam.Parent = main
  542. ToolSpam.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  543. ToolSpam.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  544. ToolSpam.BorderSizePixel = 5
  545. ToolSpam.Position = UDim2.new(0.0873786435, 0, 0.269230783, 0)
  546. ToolSpam.Size = UDim2.new(0, 135, 0, 43)
  547. ToolSpam.Font = Enum.Font.GothamBold
  548. ToolSpam.FontSize = Enum.FontSize.Size24
  549. ToolSpam.Text = "Tool Spam"
  550. ToolSpam.TextColor3 = Color3.new(1, 1, 1)
  551. ToolSpam.TextSize = 20
  552. ToolSpam.TextStrokeTransparency = 0
  553. ToolSpam.MouseButton1Down:connect(function()
  554.  
  555. local toolamount = 100
  556.  
  557.  
  558. local LocalPlayer = game:GetService("Players").LocalPlayer
  559. local runservice = game:GetService("RunService")
  560. local characters = {}
  561. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  562. local currentamount = #LocalPlayer.Backpack:GetChildren()
  563. LocalPlayer.Character.Archivable = true
  564. local tempchar = LocalPlayer.Character:Clone()
  565. tempchar.Parent = workspace
  566. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  567. local renderstepped = runservice.RenderStepped:Connect(function()
  568. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  569. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  570. if tool:IsA("Tool") then
  571. tool.Parent = LocalPlayer
  572. end
  573. end
  574. LocalPlayer.Character:ClearAllChildren()
  575. local char = Instance.new("Model", workspace)
  576. table.insert(characters, char)
  577. Instance.new("Humanoid", char)
  578. LocalPlayer.Character = char
  579. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  580. end)
  581. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  582. renderstepped:Disconnect()
  583. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  584. for _, char in pairs(characters) do
  585. char:Destroy()
  586. end
  587. tempchar:Destroy()
  588. for _, tool in pairs(LocalPlayer:GetChildren()) do
  589. if tool:IsA("Tool") then
  590. wait()
  591. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  592. tool.Parent = LocalPlayer.Backpack
  593. tool.Parent = LocalPlayer.Character
  594. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  595. tool.Handle:FindFirstChild("Mesh"):Destroy()
  596. end
  597. tool.Parent = workspace.Terrain
  598. end
  599. end
  600. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  601. if v:IsA("Tool") then
  602. v.Parent = game.Players.LocalPlayer.Character
  603. end
  604. end
  605. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  606. if (v:IsA("Tool")) then
  607. v.Parent = workspace
  608. end
  609. end
  610. wait(15)
  611. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  612. if v:IsA("Tool") then
  613. v.Parent = game.Players.LocalPlayer.Character
  614. end
  615. end
  616. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  617. if (v:IsA("Tool")) then
  618. v.Parent = workspace
  619. end
  620. end
  621. end)
  622.  
  623. Punish.Name = "Punish"
  624. Punish.Parent = main
  625. Punish.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  626. Punish.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  627. Punish.BorderSizePixel = 5
  628. Punish.Position = UDim2.new(0.368932039, 0, 0.269230783, 0)
  629. Punish.Size = UDim2.new(0, 135, 0, 43)
  630. Punish.Font = Enum.Font.GothamBold
  631. Punish.FontSize = Enum.FontSize.Size24
  632. Punish.Text = "Punish All"
  633. Punish.TextColor3 = Color3.new(1, 1, 1)
  634. Punish.TextSize = 20
  635. Punish.TextStrokeTransparency = 0
  636. Punish.MouseButton1Down:connect(function()
  637. local SpreadAmount = 1 -- You don't really have to change this
  638.  
  639. --[[Punishes multiple players to you from the server (sometimes all)
  640. Spread_Amount = How much you want to spread the tools
  641. (Might punish more players)
  642. Cyclically's FE Tool Duplicate Tools V3
  643. https://v3rmillion.net/member.php?action=profile&uid=785986
  644.  
  645. %% Don't touch below unless you know what you're doing %%
  646. ]]
  647.  
  648. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  649. local toolamount = -8*-8/4+math.random(-1,0)
  650. local LocalPlayer = game:GetService("Players").LocalPlayer
  651. local runservice = game:GetService("RunService")
  652. local characters = {}
  653. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  654. local currentamount = #LocalPlayer.Backpack:GetChildren()
  655. LocalPlayer.Character.Archivable = true
  656. local tempchar = LocalPlayer.Character:Clone()
  657. tempchar.Parent = workspace
  658. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  659. local renderstepped = runservice.RenderStepped:Connect(function()
  660. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  661. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  662. if tool:IsA("Tool") then
  663. tool.Parent = LocalPlayer
  664. end
  665. end
  666. LocalPlayer.Character:ClearAllChildren()
  667. local char = Instance.new("Model", workspace)
  668. table.insert(characters, char)
  669. Instance.new("Humanoid", char)
  670. LocalPlayer.Character = char
  671. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  672. end)
  673. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  674. renderstepped:Disconnect()
  675. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  676. for _, char in pairs(characters) do
  677. char:Destroy()
  678. end
  679. for _, tool in pairs(LocalPlayer:GetChildren()) do
  680. if tool:IsA("Tool") then
  681. tool.Parent = LocalPlayer.Backpack
  682. end
  683. end
  684. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  685. tempchar:Destroy()
  686. wait()
  687. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  688. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  689. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  690. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  691. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  692. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  693. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  694. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  695. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  696. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  697. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  698. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  699. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  700. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  701. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  702. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  703. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  704. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  705. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  706. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  707. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  708. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  709. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  710. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  711. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  712. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  713. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  714. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  715. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  716. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  717. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  718. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  719. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  720. wait()
  721. LocalPlayer.Character.Animate.Disabled = true
  722. wait()
  723. for i=1,toolamount do
  724. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  725. end
  726. wait()
  727. for v,i in pairs(game.Players:GetChildren()) do
  728. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  729. end
  730. wait(math.random(0,.00375))
  731. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  732. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1000000000,0)
  733. end
  734. end)
  735.  
  736. BringAll.Name = "Bring All"
  737. BringAll.Parent = main
  738. BringAll.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  739. BringAll.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  740. BringAll.BorderSizePixel = 5
  741. BringAll.Position = UDim2.new(0.642718434, 0, 0.269230783, 0)
  742. BringAll.Size = UDim2.new(0, 135, 0, 43)
  743. BringAll.Font = Enum.Font.GothamBold
  744. BringAll.FontSize = Enum.FontSize.Size24
  745. BringAll.Text = "Bring All"
  746. BringAll.TextColor3 = Color3.new(1, 1, 1)
  747. BringAll.TextSize = 20
  748. BringAll.TextStrokeTransparency = 0
  749. BringAll.MouseButton1Down:connect(function()
  750. local SpreadAmount = 1 -- You don't really have to change this
  751.  
  752. --[[Brings multiple players to you from the server (sometimes all)
  753. Spread_Amount = How much you want to spread the tools
  754. (Might bring more players)
  755. Cyclically's FE Tool Duplicate Tools V3
  756. https://v3rmillion.net/member.php?action=profile&uid=785986
  757.  
  758. %% Don't touch below unless you know what you're doing %%
  759. ]]
  760.  
  761. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  762. local toolamount = -8*-8/4+math.random(-1,0)
  763. local LocalPlayer = game:GetService("Players").LocalPlayer
  764. local runservice = game:GetService("RunService")
  765. local characters = {}
  766. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  767. local currentamount = #LocalPlayer.Backpack:GetChildren()
  768. LocalPlayer.Character.Archivable = true
  769. local tempchar = LocalPlayer.Character:Clone()
  770. tempchar.Parent = workspace
  771. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  772. local renderstepped = runservice.RenderStepped:Connect(function()
  773. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  774. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  775. if tool:IsA("Tool") then
  776. tool.Parent = LocalPlayer
  777. end
  778. end
  779. LocalPlayer.Character:ClearAllChildren()
  780. local char = Instance.new("Model", workspace)
  781. table.insert(characters, char)
  782. Instance.new("Humanoid", char)
  783. LocalPlayer.Character = char
  784. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  785. end)
  786. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  787. renderstepped:Disconnect()
  788. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  789. for _, char in pairs(characters) do
  790. char:Destroy()
  791. end
  792. for _, tool in pairs(LocalPlayer:GetChildren()) do
  793. if tool:IsA("Tool") then
  794. tool.Parent = LocalPlayer.Backpack
  795. end
  796. end
  797. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  798. tempchar:Destroy()
  799. wait()
  800. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  801. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  802. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  803. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  804. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  805. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  806. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  807. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  808. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  809. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  810. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  811. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  812. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  813. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  814. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  815. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  816. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  817. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  818. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  819. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  820. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  821. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  822. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  823. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  824. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  825. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  826. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  827. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  828. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  829. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  830. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  831. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  832. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  833. wait()
  834. LocalPlayer.Character.Animate.Disabled = true
  835. wait()
  836. for i=1,toolamount do
  837. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  838. end
  839. wait()
  840. for v,i in pairs(game.Players:GetChildren()) do
  841. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  842. end
  843. wait()
  844. LocalPlayer.Character.Animate.Disabled = false
  845. end)
  846.  
  847. Drop.Name = "Drop"
  848. Drop.Parent = main
  849. Drop.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  850. Drop.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  851. Drop.BorderSizePixel = 5
  852. Drop.Position = UDim2.new(0.0873786211, 0, 0.465384632, 0)
  853. Drop.Size = UDim2.new(0, 135, 0, 43)
  854. Drop.Font = Enum.Font.GothamBold
  855. Drop.FontSize = Enum.FontSize.Size24
  856. Drop.Text = "Drop All Tools"
  857. Drop.TextColor3 = Color3.new(1, 1, 1)
  858. Drop.TextSize = 20
  859. Drop.TextStrokeTransparency = 0
  860. Drop.MouseButton1Down:connect(function()
  861. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  862. if v:IsA("Tool") then
  863. v.Parent = game.Players.LocalPlayer.Character
  864. end
  865. end
  866. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  867. if (v:IsA("Tool")) then
  868. v.Parent = workspace
  869. end
  870. end
  871. end)
  872.  
  873. KillHax.Name = "KillHax"
  874. KillHax.Parent = main
  875. KillHax.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  876. KillHax.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  877. KillHax.BorderSizePixel = 5
  878. KillHax.Position = UDim2.new(0.368932009, 0, 0.465384632, 0)
  879. KillHax.Size = UDim2.new(0, 135, 0, 43)
  880. KillHax.Font = Enum.Font.GothamBold
  881. KillHax.FontSize = Enum.FontSize.Size24
  882. KillHax.Text = "KillHax"
  883. KillHax.TextColor3 = Color3.new(1, 1, 1)
  884. KillHax.TextSize = 20
  885. KillHax.TextStrokeTransparency = 0
  886. KillHax.MouseButton1Down:connect(function()
  887. local lplayer = game:GetService('Players').LocalPlayer
  888.  
  889. local killing = false
  890. function GetPlayer(String)
  891. local Found = {}
  892. local strl = String:lower()
  893. if strl == "all" then
  894. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  895. table.insert(Found,v)
  896. end
  897. elseif strl == "others" then
  898. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  899. if v.Name ~= lplayer.Name then
  900. table.insert(Found,v)
  901. end
  902. end
  903. elseif strl == "me" then
  904. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  905. if v.Name == lplayer.Name then
  906. table.insert(Found,v)
  907. end
  908. end
  909. else
  910. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  911. if v.Name:lower():sub(1, #String) == String:lower() then
  912. table.insert(Found,v)
  913. end
  914. end
  915. end
  916. return Found
  917. end
  918. function ahh(thing)
  919. local asd = {'kill','gui','kill gui'}
  920. local f = string.upper(asd[math.random(1,#asd)])
  921. return f
  922. end
  923. ScreenGui = Instance.new("ScreenGui")
  924. main = Instance.new("Frame")
  925. TextLabel = Instance.new("TextLabel")
  926. Playr = Instance.new("TextBox")
  927. KL = Instance.new("TextButton")
  928.  
  929. ScreenGui.Parent = game.CoreGui
  930.  
  931. main.Name = "main"
  932. main.Parent = ScreenGui
  933. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  934. main.BorderColor3 = Color3.new(0.105882, 0.258824, 0.32549)
  935. main.BorderSizePixel = 10
  936. main.Position = UDim2.new(0.0733024701, 0, 0.671036899, 0)
  937. main.Size = UDim2.new(0, 449, 0, 240)
  938. main.Active = true
  939. main.Draggable = true
  940.  
  941. TextLabel.Parent = main
  942. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  943. TextLabel.BackgroundTransparency = 0.89999997615814
  944. TextLabel.BorderSizePixel = 0
  945. TextLabel.Size = UDim2.new(0, 449, 0, 50)
  946. TextLabel.Font = Enum.Font.Fantasy
  947. TextLabel.FontSize = Enum.FontSize.Size28
  948. TextLabel.Text = "KillHax By Hackmaster12"
  949. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  950. TextLabel.TextSize = 25
  951.  
  952. Playr.Name = "Playr"
  953. Playr.Parent = main
  954. Playr.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  955. Playr.BorderColor3 = Color3.new(0.109804, 0.443137, 0.584314)
  956. Playr.BorderSizePixel = 4
  957. Playr.Position = UDim2.new(0.25167039, 0, 0.25, 0)
  958. Playr.Size = UDim2.new(0, 223, 0, 50)
  959. Playr.Font = Enum.Font.GothamBlack
  960. Playr.FontSize = Enum.FontSize.Size14
  961. Playr.Text = "Player"
  962. Playr.TextColor3 = Color3.new(0, 0, 0)
  963. Playr.TextSize = 14
  964. Playr.TextWrapped = true
  965.  
  966. KL.Name = "KL"
  967. KL.Parent = main
  968. KL.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  969. KL.BorderColor3 = Color3.new(0.101961, 0.407843, 0.541176)
  970. KL.BorderSizePixel = 5
  971. KL.Position = UDim2.new(0.27616927, 0, 0.583333373, 0)
  972. KL.Size = UDim2.new(0, 200, 0, 50)
  973. KL.Font = Enum.Font.GothamBold
  974. KL.FontSize = Enum.FontSize.Size14
  975. KL.Text = "Kill"
  976. KL.TextColor3 = Color3.new(0, 0, 0)
  977. KL.TextSize = 14
  978. KL.MouseButton1Click:Connect(function()
  979. local target = unpack(GetPlayer(Playr.Text)).Character
  980.  
  981. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  982. killing = true
  983. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  984. coin.Force = Vector3.new(9999,9999,9999)
  985. coin.Name = "killforce"
  986. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false
  987. end)
  988. end)
  989.  
  990. KillHaxV2.Name = "KillHax V2"
  991. KillHaxV2.Parent = main
  992. KillHaxV2.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  993. KillHaxV2.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  994. KillHaxV2.BorderSizePixel = 5
  995. KillHaxV2.Position = UDim2.new(0.642718434, 0, 0.465384632, 0)
  996. KillHaxV2.Size = UDim2.new(0, 135, 0, 43)
  997. KillHaxV2.Font = Enum.Font.GothamBold
  998. KillHaxV2.FontSize = Enum.FontSize.Size24
  999. KillHaxV2.Text = "Kill Hax v2"
  1000. KillHaxV2.TextColor3 = Color3.new(1, 1, 1)
  1001. KillHaxV2.TextSize = 20
  1002. KillHaxV2.TextStrokeTransparency = 0
  1003. KillHaxV2.MouseButton1Down:connect(function()
  1004. -- Objects
  1005.  
  1006. local kill = Instance.new("ScreenGui")
  1007. local mainframe = Instance.new("Frame")
  1008. local stuff = Instance.new("Frame")
  1009. local close = Instance.new("TextButton")
  1010. local title = Instance.new("TextLabel")
  1011. local box = Instance.new("TextBox")
  1012. local killbutton = Instance.new("TextButton")
  1013.  
  1014. -- Properties
  1015.  
  1016. kill.Name = "kill"
  1017. kill.Parent = game.CoreGui
  1018.  
  1019. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1020. local Found = {}
  1021. local strl = String:lower()
  1022. if strl == "all" then
  1023. for i,v in pairs(game.Players:GetPlayers()) do
  1024. table.insert(Found,v)
  1025. end
  1026. elseif strl == "others" then
  1027. for i,v in pairs(game.Players:GetPlayers()) do
  1028. if v.Name ~= game.Players.LocalPlayer.Name then
  1029. table.insert(Found,v)
  1030. end
  1031. end
  1032. else
  1033. for i,v in pairs(game.Players:GetPlayers()) do
  1034. if v.Name:lower():sub(1, #String) == String:lower() then
  1035. table.insert(Found,v)
  1036. end
  1037. end
  1038. end
  1039. return Found
  1040. end
  1041.  
  1042. mainframe.Name = "mainframe"
  1043. mainframe.Parent = kill
  1044. mainframe.BackgroundColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  1045. mainframe.Position = UDim2.new(0, 414, 0, 200)
  1046. mainframe.Size = UDim2.new(0, 391, 0, 191)
  1047.  
  1048. stuff.Name = "stuff"
  1049. stuff.Parent = mainframe
  1050. stuff.BackgroundColor3 = Color3.new(0.705882, 0.572549, 0.0941177)
  1051. stuff.Size = UDim2.new(0, 391, 0, 17)
  1052.  
  1053. close.Name = "close"
  1054. close.Parent = stuff
  1055. close.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. close.BackgroundTransparency = 1
  1057. close.Position = UDim2.new(0, 372, 0, 0)
  1058. close.Size = UDim2.new(0, 17, 0, 17)
  1059. close.Font = Enum.Font.SourceSans
  1060. close.Text = "X"
  1061. close.TextColor3 = Color3.new(1, 0, 0)
  1062. close.TextSize = 14
  1063. close.MouseButton1Down:connect(function()
  1064. kill:Destroy()
  1065. end)
  1066.  
  1067. title.Name = "title"
  1068. title.Parent = stuff
  1069. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1070. title.BackgroundTransparency = 1
  1071. title.Size = UDim2.new(0, 200, 0, 17)
  1072. title.Font = Enum.Font.SourceSans
  1073. title.Text = "fe kill hax lol"
  1074. title.TextSize = 20
  1075. title.TextXAlignment = Enum.TextXAlignment.Left
  1076.  
  1077. box.Name = "box"
  1078. box.Parent = mainframe
  1079. box.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. box.Position = UDim2.new(0, 96, 0, 43)
  1081. box.Size = UDim2.new(0, 200, 0, 50)
  1082. box.Font = Enum.Font.SourceSans
  1083. box.Text = "Victim M8"
  1084. box.TextSize = 30
  1085.  
  1086. killbutton.Name = "killbutton"
  1087. killbutton.Parent = mainframe
  1088. killbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  1089. killbutton.Position = UDim2.new(0, 96, 0, 127)
  1090. killbutton.Size = UDim2.new(0, 200, 0, 50)
  1091. killbutton.Font = Enum.Font.SourceSans
  1092. killbutton.Text = "Kill"
  1093. killbutton.TextSize = 25
  1094. killbutton.MouseButton1Down:connect(function()
  1095. for i,v in pairs(GetPlayer(box.Text))do
  1096. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1097. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1098. l.Parent = game.Players.LocalPlayer.Character
  1099. l.Name = "Humanoid"
  1100. wait(0.1)
  1101. game.Players.LocalPlayer.Character["1"]:Destroy()
  1102. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1103. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1104. wait(0.1)
  1105. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1106. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1107. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1108. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1109. end
  1110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1111. wait(0.2)
  1112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1113. wait(0.4)
  1114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  1115. end
  1116. end)
  1117.  
  1118. while wait() do
  1119. title.TextColor3 = Color3.new(1,0,0)
  1120. for i=1,15 do
  1121. game:GetService("RunService").RenderStepped:wait()
  1122. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g+(17/255),title.TextColor3.b)
  1123. end
  1124. for i=1,15 do
  1125. game:GetService("RunService").RenderStepped:wait()
  1126. title.TextColor3 = Color3.new(title.TextColor3.r-(17/255),title.TextColor3.g,title.TextColor3.b)
  1127. end
  1128. for i=1,15 do
  1129. game:GetService("RunService").RenderStepped:wait()
  1130. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b+(17/255))
  1131. end
  1132. for i=1,15 do
  1133. game:GetService("RunService").RenderStepped:wait()
  1134. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g-(17/255),title.TextColor3.b)
  1135. end
  1136. for i=1,15 do
  1137. game:GetService("RunService").RenderStepped:wait()
  1138. title.TextColor3 = Color3.new(title.TextColor3.r+(17/255),title.TextColor3.g,title.TextColor3.b)
  1139. end
  1140. for i=1,15 do
  1141. game:GetService("RunService").RenderStepped:wait()
  1142. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b-(17/255))
  1143. end
  1144. end
  1145. end)
  1146.  
  1147. invis.Name = "invis"
  1148. invis.Parent = main
  1149. invis.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  1150. invis.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  1151. invis.BorderSizePixel = 5
  1152. invis.Position = UDim2.new(0.0873786211, 0, 0.657692313, 0)
  1153. invis.Size = UDim2.new(0, 135, 0, 43)
  1154. invis.Font = Enum.Font.GothamBold
  1155. invis.FontSize = Enum.FontSize.Size24
  1156. invis.Text = "Invisible"
  1157. invis.TextColor3 = Color3.new(1, 1, 1)
  1158. invis.TextSize = 20
  1159. invis.TextStrokeTransparency = 0
  1160. invis.MouseButton1Down:connect(function()
  1161. local player = game.Players.LocalPlayer
  1162. position = player.Character.HumanoidRootPart.Position
  1163. wait(0.1)
  1164. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  1165. wait(0.1)
  1166. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  1167. wait(0.1)
  1168. player.Character.HumanoidRootPart:Destroy()
  1169. humanoidrootpart.Parent = player.Character
  1170. player.Character:MoveTo(position)
  1171. wait()
  1172. -- Remove this if you want to see yourself (others still won't see you)
  1173. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  1174. game.Players.LocalPlayer.Character.Head.Transparency = 1
  1175. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  1176. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  1177. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  1178. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  1179. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  1180. game.Players.LocalPlayer.Character.Head.face:Remove()
  1181. end)
  1182.  
  1183. Naked.Name = "Naked"
  1184. Naked.Parent = main
  1185. Naked.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  1186. Naked.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  1187. Naked.BorderSizePixel = 5
  1188. Naked.Position = UDim2.new(0.368932009, 0, 0.657692313, 0)
  1189. Naked.Size = UDim2.new(0, 135, 0, 43)
  1190. Naked.Font = Enum.Font.GothamBold
  1191. Naked.FontSize = Enum.FontSize.Size24
  1192. Naked.Text = "Naked"
  1193. Naked.TextColor3 = Color3.new(1, 1, 1)
  1194. Naked.TextSize = 20
  1195. Naked.TextStrokeTransparency = 0
  1196. Naked.MouseButton1Down:connect(function()
  1197. local pchar = game:GetService("Players").LocalPlayer.Character
  1198. if pchar:FindFirstChild("Shirt") then
  1199. pchar.Shirt:Remove()
  1200. end
  1201. if pchar:FindFirstChild("Pants") then
  1202. pchar.Pants:Remove()
  1203. end
  1204. if pchar:FindFirstChild("Shirt Graphic") then
  1205. pchar["Shirt Graphic"].Graphic = ""
  1206. end
  1207. end)
  1208.  
  1209. LagGui.Name = "LagGui"
  1210. LagGui.Parent = main
  1211. LagGui.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  1212. LagGui.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  1213. LagGui.BorderSizePixel = 5
  1214. LagGui.Position = UDim2.new(0.642718434, 0, 0.657692313, 0)
  1215. LagGui.Size = UDim2.new(0, 135, 0, 43)
  1216. LagGui.Font = Enum.Font.GothamBold
  1217. LagGui.FontSize = Enum.FontSize.Size24
  1218. LagGui.Text = "Lagger Gui"
  1219. LagGui.TextColor3 = Color3.new(1, 1, 1)
  1220. LagGui.TextSize = 20
  1221. LagGui.TextStrokeTransparency = 0
  1222. LagGui.MouseButton1Down:connect(function()
  1223. ScreenGui = Instance.new("ScreenGui")
  1224. main = Instance.new("Frame")
  1225. TextLabel = Instance.new("TextLabel")
  1226. se = Instance.new("TextButton")
  1227. Power = Instance.new("TextBox")
  1228.  
  1229. ScreenGui.Parent = game.CoreGui
  1230.  
  1231. main.Name = "main"
  1232. main.Parent = ScreenGui
  1233. main.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1234. main.Position = UDim2.new(0.68364197, 0, 0.704410017, 0)
  1235. main.Size = UDim2.new(0, 361, 0, 205)
  1236. main.Active = true
  1237. main.Draggable = true
  1238.  
  1239. TextLabel.Parent = main
  1240. TextLabel.BackgroundColor3 = Color3.new(0.482353, 0.827451, 0.196078)
  1241. TextLabel.Position = UDim2.new(0, 0, -0.243902445, 0)
  1242. TextLabel.Size = UDim2.new(0, 361, 0, 50)
  1243. TextLabel.Font = Enum.Font.SourceSansBold
  1244. TextLabel.FontSize = Enum.FontSize.Size28
  1245. TextLabel.Text = "Roblox Server Stresser"
  1246. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1247. TextLabel.TextSize = 28
  1248.  
  1249. se.Name = "se"
  1250. se.Parent = main
  1251. se.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1252. se.Position = UDim2.new(0.221606642, 0, 0.560975671, 0)
  1253. se.Size = UDim2.new(0, 200, 0, 50)
  1254. se.Font = Enum.Font.SourceSansItalic
  1255. se.FontSize = Enum.FontSize.Size60
  1256. se.Text = "Send"
  1257. se.TextColor3 = Color3.new(0, 0, 0)
  1258. se.TextSize = 49
  1259. se.MouseButton1Down:connect(function()
  1260.  
  1261.  
  1262. local lag_strength = Power.Text
  1263.  
  1264.  
  1265. local LocalPlayer = game:GetService("Players").LocalPlayer
  1266. while game:GetService("RunService").RenderStepped:Wait() do
  1267. for i = 1, lag_strength do
  1268. local anim = Instance.new("Animation")
  1269. anim.AnimationId = "init\n"..math.random()
  1270. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  1271. anim:Destroy()
  1272. end
  1273. end
  1274. end)
  1275.  
  1276. Power.Name = "Power"
  1277. Power.Parent = main
  1278. Power.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1279. Power.Position = UDim2.new(0.221606642, 0, 0.160975605, 0)
  1280. Power.Size = UDim2.new(0, 200, 0, 50)
  1281. Power.Font = Enum.Font.Highway
  1282. Power.FontSize = Enum.FontSize.Size28
  1283. Power.Text = "Power"
  1284. Power.TextColor3 = Color3.new(0, 0, 0)
  1285. Power.TextSize = 25
  1286. Power.TextWrapped = true
  1287. end)
  1288. end
  1289. end)
  1290. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1291. if msg == "Script/Tool Ball" then
  1292. --[[
  1293. Cyclically's FE Fencing Super Ball V1.1
  1294. Credits to builderboy256 for being hackerman
  1295. After executing the script, please wait until you are able to move your character again.
  1296. https://v3rmillion.net/member.php?action=profile&uid=785986
  1297. ]]
  1298.  
  1299. local toolamount = 100 -- How much covered the ball is
  1300. local ballsize = 10 -- How big the ball is
  1301.  
  1302. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  1303.  
  1304. local LocalPlayer = game:GetService("Players").LocalPlayer
  1305. local runservice = game:GetService("RunService")
  1306. local characters = {}
  1307. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1308. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1309. LocalPlayer.Character.Archivable = true
  1310. local tempchar = LocalPlayer.Character:Clone()
  1311. tempchar.Parent = workspace
  1312. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1313. local renderstepped = runservice.RenderStepped:Connect(function()
  1314. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  1315. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1316. if tool:IsA("Tool") then
  1317. tool.Parent = LocalPlayer
  1318. end
  1319. end
  1320. LocalPlayer.Character:ClearAllChildren()
  1321. local char = Instance.new("Model", workspace)
  1322. table.insert(characters, char)
  1323. Instance.new("Humanoid", char)
  1324. LocalPlayer.Character = char
  1325. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  1326. end)
  1327. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  1328. renderstepped:Disconnect()
  1329. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  1330. for _, char in pairs(characters) do
  1331. char:Destroy()
  1332. end
  1333. for index, tool in pairs(LocalPlayer:GetChildren()) do
  1334. if tool:IsA("Tool") then
  1335. tool.Parent = LocalPlayer.Backpack
  1336. tool.Handle.Massless = true
  1337. tool.Grip = CFrame.new(Vector3.new(0, ballsize, 0)) * CFrame.Angles(math.deg(index), index, 0)
  1338. tool.Parent = LocalPlayer.Character
  1339. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  1340. tool.Handle.Mesh:Destroy()
  1341. end
  1342. end
  1343. end
  1344. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1345. tempchar:Destroy()
  1346. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = ballsize
  1347. end
  1348. end)
  1349. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1350. if msg == "Script/Lag Gui" then
  1351. ScreenGui = Instance.new("ScreenGui")
  1352. main = Instance.new("Frame")
  1353. TextLabel = Instance.new("TextLabel")
  1354. se = Instance.new("TextButton")
  1355. Power = Instance.new("TextBox")
  1356.  
  1357. ScreenGui.Parent = game.CoreGui
  1358.  
  1359. main.Name = "main"
  1360. main.Parent = ScreenGui
  1361. main.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1362. main.Position = UDim2.new(0.68364197, 0, 0.704410017, 0)
  1363. main.Size = UDim2.new(0, 361, 0, 205)
  1364. main.Active = true
  1365. main.Draggable = true
  1366.  
  1367. TextLabel.Parent = main
  1368. TextLabel.BackgroundColor3 = Color3.new(0.482353, 0.827451, 0.196078)
  1369. TextLabel.Position = UDim2.new(0, 0, -0.243902445, 0)
  1370. TextLabel.Size = UDim2.new(0, 361, 0, 50)
  1371. TextLabel.Font = Enum.Font.SourceSansBold
  1372. TextLabel.FontSize = Enum.FontSize.Size28
  1373. TextLabel.Text = "Roblox Server Stresser"
  1374. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1375. TextLabel.TextSize = 28
  1376.  
  1377. se.Name = "se"
  1378. se.Parent = main
  1379. se.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1380. se.Position = UDim2.new(0.221606642, 0, 0.560975671, 0)
  1381. se.Size = UDim2.new(0, 200, 0, 50)
  1382. se.Font = Enum.Font.SourceSansItalic
  1383. se.FontSize = Enum.FontSize.Size60
  1384. se.Text = "Send"
  1385. se.TextColor3 = Color3.new(0, 0, 0)
  1386. se.TextSize = 49
  1387. se.MouseButton1Down:connect(function()
  1388.  
  1389.  
  1390. local lag_strength = Power.Text
  1391.  
  1392.  
  1393. local LocalPlayer = game:GetService("Players").LocalPlayer
  1394. while game:GetService("RunService").RenderStepped:Wait() do
  1395. for i = 1, lag_strength do
  1396. local anim = Instance.new("Animation")
  1397. anim.AnimationId = "init\n"..math.random()
  1398. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  1399. anim:Destroy()
  1400. end
  1401. end
  1402. end)
  1403.  
  1404. Power.Name = "Power"
  1405. Power.Parent = main
  1406. Power.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  1407. Power.Position = UDim2.new(0.221606642, 0, 0.160975605, 0)
  1408. Power.Size = UDim2.new(0, 200, 0, 50)
  1409. Power.Font = Enum.Font.Highway
  1410. Power.FontSize = Enum.FontSize.Size28
  1411. Power.Text = "Power"
  1412. Power.TextColor3 = Color3.new(0, 0, 0)
  1413. Power.TextSize = 25
  1414. Power.TextWrapped = true
  1415. end
  1416. end)
  1417. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1418. if msg == "Script/Tool Spiral" then
  1419. --[[
  1420. Cyclically's FE Fencing Whirl
  1421. Credits to builderboy256 for being hackerman
  1422. After executing the script, please wait until you are able to move your character again.
  1423. https://v3rmillion.net/member.php?action=profile&uid=785986
  1424. ]]
  1425.  
  1426. local toolamount = 400 -- How long the whirl is. 400 is recommended
  1427. local whirlwide = 5 -- How wide the whirl is
  1428.  
  1429. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  1430.  
  1431. local LocalPlayer = game:GetService("Players").LocalPlayer
  1432. local runservice = game:GetService("RunService")
  1433. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1434. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1435. LocalPlayer.Character.Archivable = true
  1436. local tempchar = LocalPlayer.Character:Clone()
  1437. local lastchar = nil
  1438. tempchar.Parent = workspace
  1439. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1440. local renderstepped = runservice.RenderStepped:Connect(function()
  1441. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  1442. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1443. if tool:IsA("Tool") then
  1444. tool.Parent = LocalPlayer
  1445. end
  1446. end
  1447. LocalPlayer.Character:ClearAllChildren()
  1448. local char = Instance.new("Model", workspace)
  1449. Instance.new("Humanoid", char)
  1450. LocalPlayer.Character = char
  1451. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  1452. lastchar = char
  1453. end)
  1454. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 3 - currentamount >= toolamount
  1455. renderstepped:Disconnect()
  1456. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  1457. lastchar:Destroy()
  1458. for index, tool in pairs(LocalPlayer:GetChildren()) do
  1459. if tool:IsA("Tool") then
  1460. tool.Parent = LocalPlayer.Backpack
  1461. tool.Handle.Massless = true
  1462. tool.Grip = CFrame.new(Vector3.new(-5, index * 0.1, -index * 0.01)) * CFrame.Angles(math.rad(-45), math.rad(index * (whirlwide * 0.1)), math.rad(index * 0.1) + (index * 4))
  1463. tool.Parent = LocalPlayer.Character
  1464. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  1465. tool.Handle.Mesh:Destroy()
  1466. end
  1467. end
  1468. end
  1469. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1470. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = whirlwide * 3
  1471. tempchar:Destroy()
  1472. end
  1473. end)
  1474. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1475. if msg == "Script/Cmds" then
  1476. warn("do Script/ Then The Script")
  1477. print("Made By Hackmaster12")
  1478. print("KillHax")
  1479. print("PunishGui")
  1480. print("FencingGui")
  1481. print("Lag Gui")
  1482. print("Fe Haxa")
  1483. print("Tool Ball")
  1484. print("Tool Spiral")
  1485. print("Hat Spin")
  1486. print("Invis")
  1487. print("Reset")
  1488. print("Drop Hats")
  1489. print("Inf Yeld")
  1490. print("Reviz")
  1491. print("LM")
  1492. print("Fling Gui")
  1493. end
  1494. end)
  1495. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1496. if msg == "Script/Hat Spin" then
  1497. local obese = game:GetService('Players')
  1498. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  1499. if v.ClassName == "Accessory" then
  1500. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  1501. if stg == nil then
  1502. local a = Instance.new("BodyPosition")
  1503. local b = Instance.new("BodyAngularVelocity")
  1504. a.Parent = v.Handle
  1505. b.Parent = v.Handle
  1506. v.Handle.AccessoryWeld:Destroy()
  1507. b.AngularVelocity = Vector3.new(0,100,0)
  1508. b.MaxTorque = Vector3.new(0,200,0)
  1509. a.P = 30000
  1510. a.D = 50
  1511. game:GetService('RunService').Stepped:connect(function()
  1512. a.Position = obese.LocalPlayer.Character.Head.Position
  1513. end)
  1514. end
  1515. end
  1516. end
  1517. end
  1518. end)
  1519. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1520. if msg == "Script/Invis" then
  1521. local player = game.Players.LocalPlayer
  1522. position = player.Character.HumanoidRootPart.Position
  1523. wait(0.1)
  1524. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  1525. wait(0.1)
  1526. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  1527. wait(0.1)
  1528. player.Character.HumanoidRootPart:Destroy()
  1529. humanoidrootpart.Parent = player.Character
  1530. player.Character:MoveTo(position)
  1531. wait()
  1532.  
  1533. end
  1534. end)
  1535. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1536. if msg == "Script/Reset" then
  1537. game:GetService('Players').LocalPlayer.Character.Humanoid.Health = 0
  1538. end
  1539. end)
  1540. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1541. if msg == "Script/Drop Hats" then
  1542. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1543. if (v:IsA("Accessory")) then
  1544. v.Parent = workspace
  1545. end
  1546. end
  1547. end
  1548. end)
  1549. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1550. if msg == "Script/Inf Yeld" then
  1551. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  1552. end
  1553. end)
  1554. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1555. if msg == "Script/Reviz" then
  1556. -- Creator: illremember#3799
  1557.  
  1558. -- Credits to infinite yield, harkinian, dex creators
  1559.  
  1560. prefix = ";"
  1561. wait(0.3)
  1562. Commands = {
  1563. '[-] cmdbar is shown when ; is pressed.',
  1564. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1565. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1566. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1567. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1568. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1569. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1570. '[7] follow [plr] -- Makes you follow behind the player',
  1571. '[8] unfollow',
  1572. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1573. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1574. '[11] untrail',
  1575. '[12] orbit [plr] -- Makes you orbit the player',
  1576. '[13] unorbit',
  1577. '[14] fling [plr] -- Makes you fling the player',
  1578. '[15] unfling',
  1579. '[16] fecheck -- Checks if the game is FE or not',
  1580. '[17] void [plr] -- Teleports player to the void',
  1581. '[18] noclip -- Gives you noclip to walk through walls',
  1582. '[19] clip -- Removes noclip',
  1583. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1584. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1585. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1586. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1587. '[24] annoy [plr] -- Loop teleports you to the player',
  1588. '[25] unannoy',
  1589. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1590. '[27] unheadwalk',
  1591. '[28] nolimbs -- Removes your arms and legs',
  1592. '[29] god -- Gives you FE Godmode',
  1593. '[30] drophats -- Drops your accessories',
  1594. '[31] droptool -- Drops any tool you have equipped',
  1595. '[32] loopdhats -- Loop drops your accessories',
  1596. '[33] unloopdhats',
  1597. '[34] loopdtool -- Loop drops any tools you have equipped',
  1598. '[35] unloopdtool',
  1599. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1600. '[37] view [plr] -- Changes your camera to the player character',
  1601. '[38] unview',
  1602. '[39] goto [plr] -- Teleports you to player',
  1603. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1604. '[41] unfly',
  1605. '[42] chat [msg] -- Makes you chat a message',
  1606. '[43] spam [msg] -- Spams a message',
  1607. '[44] unspam',
  1608. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1609. '[46] pmspam [plr] -- Spams a player in private message',
  1610. '[47] unpmspam',
  1611. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1612. '[49] uncfreeze [plr]',
  1613. '[50] unlockws -- Unlocks the workspace',
  1614. '[51] lockws -- Locks the workspace',
  1615. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1616. '[53] pstand -- Enables platform stand',
  1617. '[54] unpstand -- Disables platform stand',
  1618. '[55] blockhead -- Removes your head mesh',
  1619. '[56] sit',
  1620. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  1621. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1622. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1623. '[60] cmds -- Prints all commands',
  1624. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1625. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1626. '[63] spinner -- Makes you spin',
  1627. '[64] nospinner',
  1628. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1629. '[66] noreach -- Removes reach, must have tool equipped',
  1630. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1631. '[68] tp me [plr] -- Alternative to goto',
  1632. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1633. '[70] uncbring',
  1634. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1635. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1636. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1637. '[74] unglitch -- Unglitches you',
  1638. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1639. '[76] explorer -- Loads up DEX',
  1640. '[77] reset -- Resets your character.',
  1641. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1642. '[79] animgui -- Loads up Energize animations GUI',
  1643. '[80] savepos -- Saves your current position',
  1644. '[81] loadpos -- Teleports you to your saved position',
  1645. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1646. '[83] unbang',
  1647. '[84] delcmdbar -- Removes the command bar completely',
  1648. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1649. '[86] shutdown -- Uses harkinians script to shutdown server',
  1650. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1651. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1652. '[89] getplrs -- Prints all players in game',
  1653. '[90] deldecal -- Deletes all decals client sided',
  1654. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1655. '[92] remotes -- Prints all remotes in the game in the console when added',
  1656. '[93] noremotes -- Stops printing remotes',
  1657. '[94] tpdefault -- Stops all loop teleports to a player',
  1658. '[95] stopsit -- Will not allow you to sit',
  1659. '[96] gosit -- Allows you to sit',
  1660. '[97] clicktp -- Enables click tp',
  1661. '[98] noclicktp -- Disables click tp',
  1662. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1663. '[100] toolsoff -- Stops ;toolson',
  1664. '[101] version -- Gets the admin version',
  1665. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1666. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1667. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1668. '[105] clickdel -- Delete any block you press q on, client sided',
  1669. '[106] noclickdel -- Stops clickdel',
  1670. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1671. '[108] unlooprhats -- Stops loop removing mesh',
  1672. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1673. '[110] unlooprtool -- Stops loop removing mesh',
  1674. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  1675. '[112] age [plr] -- Makes you chat the account age of the player',
  1676. '[113] id [plr] -- Makes you chat the account ID of the player',
  1677. '[114] .age [plr] -- Privately shows you the account age of the player',
  1678. '[115] .id [plr] -- Privately shows you the account ID of the player',
  1679. '[116] gameid -- Shows the game ID',
  1680. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  1681. '[118] removefog -- Removes fog, client sided',
  1682. '[119] disable -- Disables your character by removing humanoid',
  1683. '[120] enable -- Enables your character by adding humanoid',
  1684. '[121] prefix [key] -- Changes the prefix used, default is ;',
  1685. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  1686. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  1687. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  1688. '[125] uncarpet -- Stops carpet player',
  1689. '[126] stare [plr] -- Turns your character to stare at another player',
  1690. '[127] unstare -- Stops stare player',
  1691. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  1692. '[129] unlogchat -- Disables logchat',
  1693. '[130] fixcam -- Fixes/resets your camera',
  1694. '[131] unstate -- Stops changing state',
  1695. }
  1696. speedget = 1
  1697.  
  1698. lplayer = game:GetService("Players").LocalPlayer
  1699.  
  1700. lplayer.CharacterAdded:Connect(function(character)
  1701. spin = false
  1702. flying = false
  1703. staring = false
  1704. banpl = false
  1705. end)
  1706.  
  1707. function change()
  1708. prefix = prefix
  1709. speedfly = speedfly
  1710. end
  1711.  
  1712. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1713. local Found = {}
  1714. local strl = String:lower()
  1715. if strl == "all" then
  1716. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1717. table.insert(Found,v)
  1718. end
  1719. elseif strl == "others" then
  1720. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1721. if v.Name ~= lplayer.Name then
  1722. table.insert(Found,v)
  1723. end
  1724. end
  1725. elseif strl == "me" then
  1726. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1727. if v.Name == lplayer.Name then
  1728. table.insert(Found,v)
  1729. end
  1730. end
  1731. else
  1732. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1733. if v.Name:lower():sub(1, #String) == String:lower() then
  1734. table.insert(Found,v)
  1735. end
  1736. end
  1737. end
  1738. return Found
  1739. end
  1740.  
  1741. local Mouse = lplayer:GetMouse()
  1742.  
  1743. spin = false
  1744. followed = false
  1745. traill = false
  1746. noclip = false
  1747. annoying = false
  1748. hwalk = false
  1749. droppinghats = false
  1750. droppingtools = false
  1751. flying = false
  1752. spamdelay = 1
  1753. spamming = false
  1754. spammingpm = false
  1755. cbringing = false
  1756. remotes = true
  1757. added = true
  1758. binds = false
  1759. stopsitting = false
  1760. clickgoto = false
  1761. gettingtools = false
  1762. removingmeshhats = false
  1763. removingmeshtool = false
  1764. clickdel = false
  1765. staring = false
  1766. chatlogs = false
  1767. banpl = false
  1768. changingstate = false
  1769. statechosen = 0
  1770.  
  1771. adminversion = "Reviz Admin by illremember, Version 2.0"
  1772.  
  1773. flying = false
  1774. speedfly = 1
  1775.  
  1776. function plrchat(plr, chat)
  1777. print(plr.Name..": "..tick().."\n"..chat)
  1778. end
  1779.  
  1780. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1781. v.Chatted:connect(function(chat)
  1782. if chatlogs then
  1783. plrchat(v, chat)
  1784. end
  1785. end)
  1786. end
  1787. game:GetService("Players").PlayerAdded:connect(function(plr)
  1788. plr.Chatted:connect(function(chat)
  1789. if chatlogs then
  1790. plrchat(plr, chat)
  1791. end
  1792. end)
  1793. end)
  1794.  
  1795.  
  1796. local ScreenGui = Instance.new("ScreenGui")
  1797. local Frame = Instance.new("Frame")
  1798. local CMDBAR = Instance.new("TextBox")
  1799. ScreenGui.Parent = game:GetService("CoreGui")
  1800. Frame.Parent = ScreenGui
  1801. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  1802. Frame.BackgroundTransparency = 0.3
  1803. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  1804. Frame.Size = UDim2.new(0, 200, 0, 40)
  1805. Frame.Active = true
  1806. Frame.Draggable = true
  1807. CMDBAR.Name = "CMDBAR"
  1808. CMDBAR.Parent = Frame
  1809. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1810. CMDBAR.BackgroundTransparency = 0.20000000298023
  1811. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  1812. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  1813. CMDBAR.Font = Enum.Font.SourceSansLight
  1814. CMDBAR.FontSize = Enum.FontSize.Size14
  1815. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1816. CMDBAR.TextScaled = true
  1817. CMDBAR.TextSize = 14
  1818. CMDBAR.TextWrapped = true
  1819. CMDBAR.Text = "Press ; to type, Enter to execute"
  1820.  
  1821. local CMDS = Instance.new("ScreenGui")
  1822. local CMDSFRAME = Instance.new("Frame")
  1823. local ScrollingFrame = Instance.new("ScrollingFrame")
  1824. local TextLabel = Instance.new("TextLabel")
  1825. local closegui = Instance.new("TextButton")
  1826. CMDS.Name = "CMDS"
  1827. CMDS.Parent = game:GetService("CoreGui")
  1828. CMDSFRAME.Name = "CMDSFRAME"
  1829. CMDSFRAME.Parent = CMDS
  1830. CMDSFRAME.Active = true
  1831. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  1832. CMDSFRAME.BorderSizePixel = 0
  1833. CMDSFRAME.Draggable = true
  1834. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  1835. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  1836. CMDSFRAME.Visible = false
  1837. ScrollingFrame.Parent = CMDSFRAME
  1838. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  1839. ScrollingFrame.BorderSizePixel = 0
  1840. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  1841. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  1842. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  1843. TextLabel.Parent = ScrollingFrame
  1844. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1845. TextLabel.BackgroundTransparency = 1
  1846. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  1847. TextLabel.Font = Enum.Font.SourceSans
  1848. TextLabel.FontSize = Enum.FontSize.Size18
  1849. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  1850. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1851. TextLabel.TextSize = 15
  1852. TextLabel.TextWrapped = true
  1853. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1854. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1855. closegui.Name = "closegui"
  1856. closegui.Parent = CMDSFRAME
  1857. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  1858. closegui.BorderSizePixel = 0
  1859. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  1860. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  1861. closegui.Font = Enum.Font.SourceSansBold
  1862. closegui.FontSize = Enum.FontSize.Size24
  1863. closegui.Text = "X"
  1864. closegui.TextColor3 = Color3.new(1, 1, 1)
  1865. closegui.TextSize = 20
  1866.  
  1867. closegui.MouseButton1Click:connect(function()
  1868. CMDSFRAME.Visible = false
  1869. end)
  1870.  
  1871. game:GetService('RunService').Stepped:connect(function()
  1872. if spin then
  1873. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  1874. end
  1875. if followed then
  1876. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  1877. end
  1878. if traill then
  1879. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  1880. end
  1881. if annoying then
  1882. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  1883. end
  1884. if hwalk then
  1885. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  1886. end
  1887. if staring then
  1888. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  1889. end
  1890. end)
  1891. game:GetService('RunService').Stepped:connect(function()
  1892. if noclip then
  1893. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1894. lplayer.Character.Head.CanCollide = false
  1895. lplayer.Character.Torso.CanCollide = false
  1896. lplayer.Character["Left Leg"].CanCollide = false
  1897. lplayer.Character["Right Leg"].CanCollide = false
  1898. else
  1899. lplayer.Character.Humanoid:ChangeState(11)
  1900. end
  1901. end
  1902. if changingstate then
  1903. lplayer.Character.Humanoid:ChangeState(statechosen)
  1904. end
  1905. end)
  1906. game:GetService('RunService').Stepped:connect(function()
  1907. if droppinghats then
  1908. for i,v in pairs(lplayer.Character:GetChildren()) do
  1909. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1910. v.Parent = workspace
  1911. end
  1912. end
  1913. end
  1914. if droppingtools then
  1915. for i,v in pairs(lplayer.Character:GetChildren()) do
  1916. if (v:IsA("Tool")) then
  1917. v.Parent = workspace
  1918. end
  1919. end
  1920. end
  1921. if removingmeshhats then
  1922. for i,v in pairs(lplayer.Character:GetChildren()) do
  1923. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1924. v.Handle.Mesh:Destroy()
  1925. end
  1926. end
  1927. end
  1928. if removingmeshtool then
  1929. for i,v in pairs(lplayer.Character:GetChildren()) do
  1930. if (v:IsA("Tool")) then
  1931. v.Handle.Mesh:Destroy()
  1932. end
  1933. end
  1934. end
  1935. end)
  1936. game:GetService('RunService').Stepped:connect(function()
  1937. if banpl then
  1938. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  1939. end
  1940. end)
  1941. game:GetService('RunService').Stepped:connect(function()
  1942. if stopsitting then
  1943. lplayer.Character.Humanoid.Sit = false
  1944. end
  1945. end)
  1946.  
  1947. plr = lplayer
  1948. hum = plr.Character.HumanoidRootPart
  1949. mouse = plr:GetMouse()
  1950. mouse.KeyDown:connect(function(key)
  1951. if key == "e" then
  1952. if mouse.Target then
  1953. if clickgoto then
  1954. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1955. elseif clickdel then
  1956. mouse.Target:Destroy()
  1957. end
  1958. end
  1959. end
  1960. end)
  1961.  
  1962. game:GetService("Workspace").ChildAdded:connect(function(part)
  1963. if gettingtools then
  1964. if part:IsA("Tool") then
  1965. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1966. end
  1967. end
  1968. end)
  1969.  
  1970. lplayer.Chatted:Connect(function(msg)
  1971. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  1972. if string.sub(msg, 7) == "me" then
  1973. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1974. else
  1975. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  1976. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1977. lplayer.Character.Humanoid.Name = 1
  1978. local l = lplayer.Character["1"]:Clone()
  1979. l.Parent = lplayer.Character
  1980. l.Name = "Humanoid"
  1981. wait(0.1)
  1982. lplayer.Character["1"]:Destroy()
  1983. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1984. lplayer.Character.Animate.Disabled = true
  1985. wait(0.1)
  1986. lplayer.Character.Animate.Disabled = false
  1987. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1988. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1989. lplayer.Character.Humanoid:EquipTool(v)
  1990. end
  1991. local function tp(player,player2)
  1992. local char1,char2=player.Character,player2.Character
  1993. if char1 and char2 then
  1994. char1:MoveTo(char2.Head.Position)
  1995. end
  1996. end
  1997. wait(0.1)
  1998. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1999. wait(0.2)
  2000. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2001. wait(0.5)
  2002. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2003. wait(0.7)
  2004. tp(lplayer,game:GetService("Players")[v.Name])
  2005. wait(0.7)
  2006. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2007. game:GetService("StarterGui"):SetCore("SendNotification", {
  2008. Title = "Tools needed!";
  2009. Text = "You need a tool in your backpack for this command!";
  2010. })
  2011. end
  2012. end
  2013. end
  2014. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2015. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2016. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2017. lplayer.Character.Humanoid.Name = 1
  2018. local l = lplayer.Character["1"]:Clone()
  2019. l.Parent = lplayer.Character
  2020. l.Name = "Humanoid"
  2021. wait(0.1)
  2022. lplayer.Character["1"]:Destroy()
  2023. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2024. lplayer.Character.Animate.Disabled = true
  2025. wait(0.1)
  2026. lplayer.Character.Animate.Disabled = false
  2027. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2028. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2029. lplayer.Character.Humanoid:EquipTool(v)
  2030. end
  2031. local function tp(player,player2)
  2032. local char1,char2=player.Character,player2.Character
  2033. if char1 and char2 then
  2034. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2035. end
  2036. end
  2037. local function getout(player,player2)
  2038. local char1,char2=player.Character,player2.Character
  2039. if char1 and char2 then
  2040. char1:MoveTo(char2.Head.Position)
  2041. end
  2042. end
  2043. tp(game:GetService("Players")[v.Name], lplayer)
  2044. wait(0.2)
  2045. tp(game:GetService("Players")[v.Name], lplayer)
  2046. wait(0.5)
  2047. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2048. wait(0.5)
  2049. getout(lplayer, game:GetService("Players")[v.Name])
  2050. wait(0.3)
  2051. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2052. game:GetService("StarterGui"):SetCore("SendNotification", {
  2053. Title = "Tools needed!";
  2054. Text = "You need a tool in your backpack for this command!";
  2055. })
  2056. end
  2057. end
  2058. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2059. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2060. lplayer.Character.Humanoid.Name = 1
  2061. local l = lplayer.Character["1"]:Clone()
  2062. l.Parent = lplayer.Character
  2063. l.Name = "Humanoid"
  2064. wait(0.1)
  2065. lplayer.Character["1"]:Destroy()
  2066. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2067. lplayer.Character.Animate.Disabled = true
  2068. wait(0.1)
  2069. lplayer.Character.Animate.Disabled = false
  2070. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2071. lplayer.Character.Animate.Disabled = false
  2072. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2073. lplayer.Character.Humanoid:EquipTool(v)
  2074. end
  2075. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2076. spinplr = v
  2077. wait(0.5)
  2078. spin = true
  2079. game:GetService("StarterGui"):SetCore("SendNotification", {
  2080. Title = "Tools needed!";
  2081. Text = "You need a tool in your backpack for this command!";
  2082. })
  2083. end
  2084. end
  2085. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2086. spin = false
  2087. end
  2088. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2089. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2090. lplayer.Character.Humanoid.Name = 1
  2091. local l = lplayer.Character["1"]:Clone()
  2092. l.Parent = lplayer.Character
  2093. l.Name = "Humanoid"
  2094. wait(0.1)
  2095. lplayer.Character["1"]:Destroy()
  2096. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2097. lplayer.Character.Animate.Disabled = true
  2098. wait(0.1)
  2099. lplayer.Character.Animate.Disabled = false
  2100. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2101. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2102. lplayer.Character.Humanoid:EquipTool(v)
  2103. end
  2104. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2105. wait(0.3)
  2106. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2107. attplr = v
  2108. game:GetService("StarterGui"):SetCore("SendNotification", {
  2109. Title = "Tools needed!";
  2110. Text = "You need a tool in your backpack for this command!";
  2111. })
  2112. end
  2113. end
  2114. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2115. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2116. local function getout(player,player2)
  2117. local char1,char2=player.Character,player2.Character
  2118. if char1 and char2 then
  2119. char1:MoveTo(char2.Head.Position)
  2120. end
  2121. end
  2122. getout(lplayer, game:GetService("Players")[v.Name])
  2123. end
  2124. end
  2125. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2126. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2127. followed = true
  2128. flwplr = v
  2129. end
  2130. end
  2131. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2132. followed = false
  2133. end
  2134. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2135. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2136. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2137. lplayer.Character.Humanoid.Name = 1
  2138. local l = lplayer.Character["1"]:Clone()
  2139. l.Parent = lplayer.Character
  2140. l.Name = "Humanoid"
  2141. wait(0.1)
  2142. lplayer.Character["1"]:Destroy()
  2143. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2144. lplayer.Character.Animate.Disabled = true
  2145. wait(0.1)
  2146. lplayer.Character.Animate.Disabled = false
  2147. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2148. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2149. lplayer.Character.Humanoid:EquipTool(v)
  2150. end
  2151. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2152. wait(0.2)
  2153. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2154. wait(0.6)
  2155. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2156. wait(0.6)
  2157. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2158. game:GetService("StarterGui"):SetCore("SendNotification", {
  2159. Title = "Tools needed!";
  2160. Text = "You need a tool in your backpack for this command!";
  2161. })
  2162. end
  2163. end
  2164. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2165. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2166. traill = true
  2167. trlplr = v
  2168. end
  2169. end
  2170. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2171. traill = false
  2172. end
  2173. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2174. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2175. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2176. else
  2177. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2178. local o = Instance.new("RocketPropulsion")
  2179. o.Parent = lplayer.Character.HumanoidRootPart
  2180. o.Name = "Orbit"
  2181. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2182. o:Fire()
  2183. noclip = true
  2184. end
  2185. end
  2186. end
  2187. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2188. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2189. noclip = false
  2190. end
  2191. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2192. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2193. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2194. else
  2195. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2196. local y = Instance.new("RocketPropulsion")
  2197. y.Parent = lplayer.Character.HumanoidRootPart
  2198. y.CartoonFactor = 1
  2199. y.MaxThrust = 800000
  2200. y.MaxSpeed = 1000
  2201. y.ThrustP = 200000
  2202. y.Name = "Fling"
  2203. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2204. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2205. y:Fire()
  2206. noclip = true
  2207. end
  2208. end
  2209. end
  2210. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2211. noclip = false
  2212. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2213. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2214. wait(0.4)
  2215. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2216. end
  2217. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2218. if game:GetService("Workspace").FilteringEnabled == true then
  2219. warn("FE is Enabled (Filtering Enabled)")
  2220. game:GetService("StarterGui"):SetCore("SendNotification", {
  2221. Title = "FE is Enabled";
  2222. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2223. })
  2224. else
  2225. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2226. game:GetService("StarterGui"):SetCore("SendNotification", {
  2227. Title = "FE is Disabled";
  2228. Text = "Filtering Disabled. Consider using a different admin script.";
  2229. })
  2230. end
  2231. end
  2232. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2233. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2234. lplayer.Character.Humanoid.Name = 1
  2235. local l = lplayer.Character["1"]:Clone()
  2236. l.Parent = lplayer.Character
  2237. l.Name = "Humanoid"
  2238. wait(0.1)
  2239. lplayer.Character["1"]:Destroy()
  2240. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2241. lplayer.Character.Animate.Disabled = true
  2242. wait(0.1)
  2243. lplayer.Character.Animate.Disabled = false
  2244. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2245. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2246. lplayer.Character.Humanoid:EquipTool(v)
  2247. end
  2248. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2249. wait(0.2)
  2250. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2251. wait(0.6)
  2252. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2253. game:GetService("StarterGui"):SetCore("SendNotification", {
  2254. Title = "Tools needed!";
  2255. Text = "You need a tool in your backpack for this command!";
  2256. })
  2257. end
  2258. end
  2259. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2260. noclip = true
  2261. game:GetService("StarterGui"):SetCore("SendNotification", {
  2262. Title = "Noclip enabled";
  2263. Text = "Type ;clip to disable";
  2264. })
  2265. end
  2266. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2267. noclip = false
  2268. game:GetService("StarterGui"):SetCore("SendNotification", {
  2269. Title = "Noclip disabled";
  2270. Text = "Type ;noclip to enable";
  2271. })
  2272. end
  2273. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2274. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2275. end
  2276. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2277. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2278. end
  2279. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2280. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2281. end
  2282. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2283. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2284. end
  2285. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2286. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2287. end
  2288. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2289. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2290. end
  2291. if string.sub(msg, 1, 8) == (prefix.."default") then
  2292. lplayer.Character.Humanoid.JumpPower = 50
  2293. lplayer.Character.Humanoid.WalkSpeed = 16
  2294. lplayer.Character.Humanoid.HipHeight = 0
  2295. end
  2296. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2297. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2298. annoying = true
  2299. annplr = v
  2300. end
  2301. end
  2302. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2303. annoying = false
  2304. end
  2305. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2306. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2307. hwalk = true
  2308. hdwplr = v
  2309. end
  2310. end
  2311. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2312. hwalk = false
  2313. end
  2314. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2315. lplayer.Character["Left Leg"]:Destroy()
  2316. lplayer.Character["Left Arm"]:Destroy()
  2317. lplayer.Character["Right Leg"]:Destroy()
  2318. lplayer.Character["Right Arm"]:Destroy()
  2319. end
  2320. if string.sub(msg, 1, 4) == (prefix.."god") then
  2321. lplayer.Character.Humanoid.Name = 1
  2322. local l = lplayer.Character["1"]:Clone()
  2323. l.Parent = lplayer.Character
  2324. l.Name = "Humanoid"
  2325. wait(0.1)
  2326. lplayer.Character["1"]:Destroy()
  2327. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2328. lplayer.Character.Animate.Disabled = true
  2329. wait(0.1)
  2330. lplayer.Character.Animate.Disabled = false
  2331. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2332. game:GetService("StarterGui"):SetCore("SendNotification", {
  2333. Title = "FE Godmode enabled";
  2334. Text = "Use ;grespawn or ;respawn to remove";
  2335. })
  2336. end
  2337. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2338. for i,v in pairs(lplayer.Character:GetChildren()) do
  2339. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2340. v.Parent = workspace
  2341. end
  2342. end
  2343. end
  2344. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2345. for i,v in pairs(lplayer.Character:GetChildren()) do
  2346. if (v:IsA("Tool")) then
  2347. v.Parent = workspace
  2348. end
  2349. end
  2350. end
  2351. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2352. droppinghats = true
  2353. game:GetService("StarterGui"):SetCore("SendNotification", {
  2354. Title = "Loop Drop Enabled";
  2355. Text = "Type ;unloopdhats to disable";
  2356. })
  2357. end
  2358. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2359. droppinghats = false
  2360. game:GetService("StarterGui"):SetCore("SendNotification", {
  2361. Title = "Loop Drop Disabled";
  2362. Text = "Type ;loopdhats to enable.";
  2363. })
  2364. end
  2365. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2366. droppingtools = true
  2367. game:GetService("StarterGui"):SetCore("SendNotification", {
  2368. Title = "Loop Drop Enabled";
  2369. Text = "Type ;unloopdtool to disable";
  2370. })
  2371. end
  2372. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2373. droppingtools = false
  2374. game:GetService("StarterGui"):SetCore("SendNotification", {
  2375. Title = "Loop Drop Disabled";
  2376. Text = "Type ;loopdtool to enable.";
  2377. })
  2378. end
  2379. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2380. Local = game:GetService('Players').LocalPlayer
  2381. Char = Local.Character
  2382. touched,tpdback = false, false
  2383. box = Instance.new('Part',workspace)
  2384. box.Anchored = true
  2385. box.CanCollide = true
  2386. box.Size = Vector3.new(10,1,10)
  2387. box.Position = Vector3.new(0,10000,0)
  2388. box.Touched:connect(function(part)
  2389. if (part.Parent.Name == Local.Name) then
  2390. if touched == false then
  2391. touched = true
  2392. function apply()
  2393. if script.Disabled ~= true then
  2394. no = Char.HumanoidRootPart:Clone()
  2395. wait(.25)
  2396. Char.HumanoidRootPart:Destroy()
  2397. no.Parent = Char
  2398. Char:MoveTo(loc)
  2399. touched = false
  2400. end end
  2401. if Char then
  2402. apply()
  2403. end
  2404. end
  2405. end
  2406. end)
  2407. repeat wait() until Char
  2408. loc = Char.HumanoidRootPart.Position
  2409. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2410. game:GetService("StarterGui"):SetCore("SendNotification", {
  2411. Title = "Invisibility enabled!";
  2412. Text = "Reset or use ;respawn to remove.";
  2413. })
  2414. end
  2415. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2416. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2417. if game:GetService("Players")[v.Name].Character.Humanoid then
  2418. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2419. else
  2420. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2421. end
  2422. end
  2423. end
  2424. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2425. if lplayer.Character.Humanoid then
  2426. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2427. else
  2428. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2429. end
  2430. end
  2431. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2432. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2433. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2434. end
  2435. end
  2436. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2437. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2438. repeat wait() until Mouse
  2439.  
  2440. local T = lplayer.Character.HumanoidRootPart
  2441. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2442. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2443. local SPEED = speedget
  2444.  
  2445. local function fly()
  2446. flying = true
  2447. local BG = Instance.new('BodyGyro', T)
  2448. local BV = Instance.new('BodyVelocity', T)
  2449. BG.P = 9e4
  2450. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2451. BG.cframe = T.CFrame
  2452. BV.velocity = Vector3.new(0, 0.1, 0)
  2453. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2454. spawn(function()
  2455. repeat wait()
  2456. lplayer.Character.Humanoid.PlatformStand = true
  2457. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2458. SPEED = 50
  2459. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2460. SPEED = 0
  2461. end
  2462. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2463. 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
  2464. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2465. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2466. 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
  2467. else
  2468. BV.velocity = Vector3.new(0, 0.1, 0)
  2469. end
  2470. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2471. until not flying
  2472. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2473. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2474. SPEED = 0
  2475. BG:destroy()
  2476. BV:destroy()
  2477. lplayer.Character.Humanoid.PlatformStand = false
  2478. end)
  2479. end
  2480. Mouse.KeyDown:connect(function(KEY)
  2481. if KEY:lower() == 'w' then
  2482. CONTROL.F = speedfly
  2483. elseif KEY:lower() == 's' then
  2484. CONTROL.B = -speedfly
  2485. elseif KEY:lower() == 'a' then
  2486. CONTROL.L = -speedfly
  2487. elseif KEY:lower() == 'd' then
  2488. CONTROL.R = speedfly
  2489. end
  2490. end)
  2491. Mouse.KeyUp:connect(function(KEY)
  2492. if KEY:lower() == 'w' then
  2493. CONTROL.F = 0
  2494. elseif KEY:lower() == 's' then
  2495. CONTROL.B = 0
  2496. elseif KEY:lower() == 'a' then
  2497. CONTROL.L = 0
  2498. elseif KEY:lower() == 'd' then
  2499. CONTROL.R = 0
  2500. end
  2501. end)
  2502. fly()
  2503. end
  2504. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2505. flying = false
  2506. lplayer.Character.Humanoid.PlatformStand = false
  2507. end
  2508. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2509. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2510. end
  2511. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2512. spamtext = (string.sub(msg, 7))
  2513. spamming = true
  2514. end
  2515. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2516. spamming = false
  2517. end
  2518. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2519. spamdelay = (string.sub(msg, 11))
  2520. end
  2521. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2522. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2523. pmspammed = v.Name
  2524. spammingpm = true
  2525. end
  2526. end
  2527. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2528. spammingpm = false
  2529. end
  2530. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2531. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2532. v.Character["Left Leg"].Anchored = true
  2533. v.Character["Left Arm"].Anchored = true
  2534. v.Character["Right Leg"].Anchored = true
  2535. v.Character["Right Arm"].Anchored = true
  2536. v.Character.Torso.Anchored = true
  2537. v.Character.Head.Anchored = true
  2538. end
  2539. end
  2540. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2541. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2542. v.Character["Left Leg"].Anchored = false
  2543. v.Character["Left Arm"].Anchored = false
  2544. v.Character["Right Leg"].Anchored = false
  2545. v.Character["Right Arm"].Anchored = false
  2546. v.Character.Torso.Anchored = false
  2547. v.Character.Head.Anchored = false
  2548. end
  2549. end
  2550. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2551. local a = game:GetService("Workspace"):getChildren()
  2552. for i = 1, #a do
  2553. if a[i].className == "Part" then
  2554. a[i].Locked = false
  2555. elseif a[i].className == "Model" then
  2556. local r = a[i]:getChildren()
  2557. for i = 1, #r do
  2558. if r[i].className == "Part" then
  2559. r[i].Locked = false
  2560. end
  2561. end
  2562. end
  2563. end
  2564. game:GetService("StarterGui"):SetCore("SendNotification", {
  2565. Title = "Success!";
  2566. Text = "Workspace unlocked. Use ;lockws to lock.";
  2567. })
  2568. end
  2569. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2570. local a = game:GetService("Workspace"):getChildren()
  2571. for i = 1, #a do
  2572. if a[i].className == "Part" then
  2573. a[i].Locked = true
  2574. elseif a[i].className == "Model" then
  2575. local r = a[i]:getChildren()
  2576. for i = 1, #r do
  2577. if r[i].className == "Part" then
  2578. r[i].Locked = true
  2579. end
  2580. end
  2581. end
  2582. end
  2583. end
  2584. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2585. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2586. Clone_T.BinType = "Clone"
  2587. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2588. Destruct.BinType = "Hammer"
  2589. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2590. Hold_T.BinType = "Grab"
  2591. end
  2592. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2593. lplayer.Character.Humanoid.PlatformStand = true
  2594. end
  2595. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2596. lplayer.Character.Humanoid.PlatformStand = false
  2597. end
  2598. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2599. lplayer.Character.Head.Mesh:Destroy()
  2600. end
  2601. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2602. lplayer.Character.Humanoid.Sit = true
  2603. end
  2604. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2605. local function bringobjw()
  2606. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2607. if obj.Name == (string.sub(msg, 11)) then
  2608. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2609. obj.CanCollide = false
  2610. obj.Transparency = 0.7
  2611. wait()
  2612. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2613. wait()
  2614. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2615. wait()
  2616. obj.CFrame = lplayer.Character["Head"].CFrame
  2617. end
  2618. end
  2619. end
  2620. while wait() do
  2621. bringobjw()
  2622. end
  2623. game:GetService("StarterGui"):SetCore("SendNotification", {
  2624. Title = "BringObj";
  2625. Text = "BringObj enabled.";
  2626. })
  2627. end
  2628. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2629. vis = (string.sub(msg, 8))
  2630. local a = game:GetService("Workspace"):GetDescendants()
  2631. for i = 1, #a do
  2632. if a[i].className == "Part" then
  2633. a[i].Transparency = vis
  2634. elseif a[i].className == "Model" then
  2635. local r = a[i]:getChildren()
  2636. for i = 1, #r do
  2637. if r[i].className == "Part" then
  2638. r[i].Transparency = vis
  2639. end
  2640. end
  2641. end
  2642. end
  2643. end
  2644. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2645. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2646. game:GetService("StarterGui"):SetCore("SendNotification", {
  2647. Title = "Success!";
  2648. Text = "HyperTotal GUI Loaded!";
  2649. })
  2650. end
  2651. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2652. CMDSFRAME.Visible = true
  2653. end
  2654. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2655. for i,v in pairs(lplayer.Character:GetChildren()) do
  2656. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2657. v.Handle.Mesh:Destroy()
  2658. end
  2659. end
  2660. end
  2661. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2662. for i,v in pairs(lplayer.Character:GetChildren()) do
  2663. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2664. v.Handle.Mesh:Destroy()
  2665. end
  2666. end
  2667. end
  2668. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2669. for i,v in pairs(lplayer.Character:GetChildren()) do
  2670. if (v:IsA("Tool")) then
  2671. v.Handle.Mesh:Destroy()
  2672. end
  2673. end
  2674. end
  2675. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  2676. for i,v in pairs(lplayer.Character:GetChildren()) do
  2677. if (v:IsA("Tool")) then
  2678. v.Handle.Mesh:Destroy()
  2679. end
  2680. end
  2681. end
  2682. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  2683. local p = Instance.new("RocketPropulsion")
  2684. p.Parent = lplayer.Character.HumanoidRootPart
  2685. p.Name = "Spinner"
  2686. p.Target = lplayer.Character["Left Arm"]
  2687. p:Fire()
  2688. game:GetService("StarterGui"):SetCore("SendNotification", {
  2689. Title = "Spinner enabled";
  2690. Text = "Type ;nospinner to disable.";
  2691. })
  2692. end
  2693. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  2694. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2695. end
  2696. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  2697. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2698. if v:isA("Tool") then
  2699. local a = Instance.new("SelectionBox",v.Handle)
  2700. a.Adornee = v.Handle
  2701. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2702. v.GripPos = Vector3.new(0,0,0)
  2703. lplayer.Character.Humanoid:UnequipTools()
  2704. end
  2705. end
  2706. game:GetService("StarterGui"):SetCore("SendNotification", {
  2707. Title = "Reach applied!";
  2708. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2709. })
  2710. end
  2711. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  2712. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2713. if v:isA("Tool") then
  2714. handleSize = v.Handle.Size
  2715. wait()
  2716. local a = Instance.new("SelectionBox",v.Handle)
  2717. a.Name = "a"
  2718. a.Adornee = v.Handle
  2719. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  2720. v.GripPos = Vector3.new(0,0,0)
  2721. lplayer.Character.Humanoid:UnequipTools()
  2722. end
  2723. end
  2724. game:GetService("StarterGui"):SetCore("SendNotification", {
  2725. Title = "Reach applied!";
  2726. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2727. })
  2728. end
  2729. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  2730. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2731. if v:isA("Tool") then
  2732. v.Handle.a:Destroy()
  2733. v.Handle.Size = handleSize
  2734. end
  2735. end
  2736. game:GetService("StarterGui"):SetCore("SendNotification", {
  2737. Title = "Reach removed!";
  2738. Text = "Removed reach from equipped sword.";
  2739. })
  2740. end
  2741. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  2742. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2743. lplayer.Character.Humanoid.Name = 1
  2744. local l = lplayer.Character["1"]:Clone()
  2745. l.Parent = lplayer.Character
  2746. l.Name = "Humanoid"
  2747. wait(0.1)
  2748. lplayer.Character["1"]:Destroy()
  2749. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2750. lplayer.Character.Animate.Disabled = true
  2751. wait(0.1)
  2752. lplayer.Character.Animate.Disabled = false
  2753. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2754. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2755. lplayer.Character.Humanoid:EquipTool(v)
  2756. end
  2757. wait(0.1)
  2758. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2759. wait(0.2)
  2760. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2761. wait(0.5)
  2762. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2763. game:GetService("StarterGui"):SetCore("SendNotification", {
  2764. Title = "Tools needed!";
  2765. Text = "You need a tool in your backpack for this command!";
  2766. })
  2767. end
  2768. end
  2769. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  2770. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2771. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2772. end
  2773. end
  2774. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  2775. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  2776. cbringall = true
  2777. else
  2778. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2779. brplr = v.Name
  2780. end
  2781. end
  2782. cbring = true
  2783. end
  2784. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  2785. cbring = false
  2786. cbringall = false
  2787. end
  2788. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  2789. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2790. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2791. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2792. lplayer.Character.Humanoid.Name = 1
  2793. local l = lplayer.Character["1"]:Clone()
  2794. l.Parent = lplayer.Character
  2795. l.Name = "Humanoid"
  2796. wait(0.1)
  2797. lplayer.Character["1"]:Destroy()
  2798. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2799. lplayer.Character.Animate.Disabled = true
  2800. wait(0.1)
  2801. lplayer.Character.Animate.Disabled = false
  2802. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2803. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2804. lplayer.Character.Humanoid:EquipTool(v)
  2805. end
  2806. local function tp(player,player2)
  2807. local char1,char2=player.Character,player2.Character
  2808. if char1 and char2 then
  2809. char1:MoveTo(char2.Head.Position)
  2810. end
  2811. end
  2812. wait(0.1)
  2813. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2814. wait(0.2)
  2815. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2816. wait(0.5)
  2817. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2818. wait(0.6)
  2819. tp(lplayer, game:GetService("Players")[v.Name])
  2820. wait(0.4)
  2821. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2822. game:GetService("StarterGui"):SetCore("SendNotification", {
  2823. Title = "Tools needed!";
  2824. Text = "You need a tool in your backpack for this command!";
  2825. })
  2826. end
  2827. end
  2828. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  2829. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2830. lplayer.Character.Humanoid.Name = 1
  2831. local l = lplayer.Character["1"]:Clone()
  2832. l.Parent = lplayer.Character
  2833. l.Name = "Humanoid"
  2834. wait(0.1)
  2835. lplayer.Character["1"]:Destroy()
  2836. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2837. lplayer.Character.Animate.Disabled = true
  2838. wait(0.1)
  2839. lplayer.Character.Animate.Disabled = false
  2840. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2841. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2842. lplayer.Character.Humanoid:EquipTool(v)
  2843. end
  2844. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2845. wait(0.3)
  2846. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2847. wait(0.4)
  2848. b = Instance.new("BodyForce")
  2849. b.Parent = lplayer.Character.HumanoidRootPart
  2850. b.Name = "Glitch"
  2851. b.Force = Vector3.new(100000000,5000,0)
  2852. game:GetService("StarterGui"):SetCore("SendNotification", {
  2853. Title = "Tools needed!";
  2854. Text = "You need a tool in your backpack for this command!";
  2855. })
  2856. end
  2857. end
  2858. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  2859. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2860. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2861. b = Instance.new("BodyForce")
  2862. b.Parent = lplayer.Character.HumanoidRootPart
  2863. b.Name = "unGlitch"
  2864. b.Force = Vector3.new(0,-5000000,0)
  2865. wait(2)
  2866. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2867. end
  2868. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  2869. lplayer.Character.Humanoid.Health = 0
  2870. wait(1)
  2871. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2872. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2873. end
  2874. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  2875. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2876. game:GetService("StarterGui"):SetCore("SendNotification", {
  2877. Title = "Success!";
  2878. Text = "DEX Explorer has loaded.";
  2879. })
  2880. end
  2881. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  2882. local Anim = Instance.new("Animation")
  2883. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  2884. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2885. track:Play(.1, 1, 1)
  2886. end
  2887. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  2888. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2889. game:GetService("StarterGui"):SetCore("SendNotification", {
  2890. Title = "Success!";
  2891. Text = "Energize Animations GUI has loaded.";
  2892. })
  2893. end
  2894. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  2895. saved = lplayer.Character.HumanoidRootPart.CFrame
  2896. game:GetService("StarterGui"):SetCore("SendNotification", {
  2897. Title = "Position Saved";
  2898. Text = "Use ;loadpos to return to saved position.";
  2899. })
  2900. end
  2901. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  2902. lplayer.Character.HumanoidRootPart.CFrame = saved
  2903. end
  2904. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  2905. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2906. local Anim2 = Instance.new("Animation")
  2907. Anim2.AnimationId = "rbxassetid://148840371"
  2908. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2909. track2:Play(.1, 1, 1)
  2910. bplrr = v.Name
  2911. banpl = true
  2912. end
  2913. end
  2914. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  2915. banpl = false
  2916. end
  2917. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  2918. local function bringmodw()
  2919. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2920. if obj.Name == (string.sub(msg, 11)) then
  2921. for i,ch in pairs(obj:GetDescendants()) do
  2922. if (ch:IsA("BasePart")) then
  2923. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2924. ch.CanCollide = false
  2925. ch.Transparency = 0.7
  2926. wait()
  2927. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2928. wait()
  2929. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2930. wait()
  2931. ch.CFrame = lplayer.Character["Head"].CFrame
  2932. end
  2933. end
  2934. end
  2935. end
  2936. end
  2937. while wait() do
  2938. bringmodw()
  2939. end
  2940. game:GetService("StarterGui"):SetCore("SendNotification", {
  2941. Title = "BringMod";
  2942. Text = "BringMod enabled.";
  2943. })
  2944. end
  2945. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  2946. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2947. local hum = Instance.new('Humanoid', mod)
  2948. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2949. lplayer.Character = mod
  2950. end
  2951. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  2952. game:GetService'RunService'.Stepped:Connect(function()
  2953. pcall(function()
  2954. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2955. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2956. for _,x in pairs(v.Character.Head:GetChildren()) do
  2957. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2958. end
  2959. end
  2960. end
  2961. end)
  2962. end)
  2963. game:GetService("StarterGui"):SetCore("SendNotification", {
  2964. Title = "Attempting Shutdown";
  2965. Text = "Shutdown Attempt has begun.";
  2966. })
  2967. end
  2968. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  2969. objtodel = (string.sub(msg, 9))
  2970. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2971. if v.Name == objtodel then
  2972. v:Destroy()
  2973. end
  2974. end
  2975. end
  2976. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  2977. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2978. print(v)
  2979. end
  2980. game:GetService("StarterGui"):SetCore("SendNotification", {
  2981. Title = "Printed";
  2982. Text = "Players have been printed to console. (F9)";
  2983. })
  2984. end
  2985. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  2986. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2987. if (v:IsA("Decal")) then
  2988. v:Destroy()
  2989. end
  2990. end
  2991. end
  2992. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  2993. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2994. game:GetService("StarterGui"):SetCore("SendNotification", {
  2995. Title = "Success!";
  2996. Text = "OpFinality GUI has loaded.";
  2997. })
  2998. end
  2999. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3000. remotes = true
  3001. added = true
  3002. game.DescendantAdded:connect(function(rmt)
  3003. if added == true then
  3004. if remotes == true then
  3005. if rmt:IsA("RemoteEvent") then
  3006. print("A RemoteEvent was added!")
  3007. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3008. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3009. end end end
  3010. end)
  3011. game.DescendantAdded:connect(function(rmtfnctn)
  3012. if added == true then
  3013. if remotes == true then
  3014. if rmtfnctn:IsA("RemoteFunction") then
  3015. warn("A RemoteFunction was added!")
  3016. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3017. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3018. end end end
  3019. end)
  3020.  
  3021. game.DescendantAdded:connect(function(bndfnctn)
  3022. if added == true then
  3023. if binds == true then
  3024. if bndfnctn:IsA("BindableFunction") then
  3025. print("A BindableFunction was added!")
  3026. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3027. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3028. end end end
  3029. end)
  3030.  
  3031. game.DescendantAdded:connect(function(bnd)
  3032. if added == true then
  3033. if binds == true then
  3034. if bnd:IsA("BindableEvent") then
  3035. warn("A BindableEvent was added!")
  3036. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3037. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3038. end end end
  3039. end)
  3040.  
  3041.  
  3042. if binds == true then
  3043. for i,v in pairs(game:GetDescendants()) do
  3044. if v:IsA("BindableFunction") then
  3045. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3046. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3047. end end
  3048. for i,v in pairs(game:GetDescendants()) do
  3049. if v:IsA("BindableEvent") then
  3050. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3051. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3052. end end
  3053. else
  3054. print("Off")
  3055. end
  3056. if remotes == true then
  3057. for i,v in pairs(game:GetDescendants()) do
  3058. if v:IsA("RemoteFunction") then
  3059. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3060. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3061. end end
  3062. wait()
  3063. for i,v in pairs(game:GetDescendants()) do
  3064. if v:IsA("RemoteEvent") then
  3065. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3066. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3067. end end
  3068. else
  3069. print("Off")
  3070. end
  3071. game:GetService("StarterGui"):SetCore("SendNotification", {
  3072. Title = "Printing Remotes";
  3073. Text = "Type ;noremotes to disable.";
  3074. })
  3075. end
  3076. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3077. remotes = false
  3078. added = false
  3079. game:GetService("StarterGui"):SetCore("SendNotification", {
  3080. Title = "Printing Remotes Disabled";
  3081. Text = "Type ;remotes to enable.";
  3082. })
  3083. end
  3084. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3085. spin = false
  3086. followed = false
  3087. traill = false
  3088. noclip = false
  3089. annoying = false
  3090. hwalk = false
  3091. cbringing = false
  3092. end
  3093. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3094. stopsitting = true
  3095. end
  3096. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3097. stopsitting = false
  3098. end
  3099. if string.sub(msg, 1, 8) == (prefix.."version") then
  3100. print(adminversion)
  3101. game:GetService("StarterGui"):SetCore("SendNotification", {
  3102. Title = "Version";
  3103. Text = adminversion;
  3104. })
  3105. end
  3106. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3107. clickgoto = true
  3108. game:GetService("StarterGui"):SetCore("SendNotification", {
  3109. Title = "Click TP";
  3110. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3111. })
  3112. end
  3113. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3114. clickdel = true
  3115. game:GetService("StarterGui"):SetCore("SendNotification", {
  3116. Title = "Click Delete";
  3117. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3118. })
  3119. end
  3120. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3121. clickdel = false
  3122. game:GetService("StarterGui"):SetCore("SendNotification", {
  3123. Title = "Click Delete";
  3124. Text = "Click delete has been disabled.";
  3125. })
  3126. end
  3127. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3128. clickgoto = false
  3129. game:GetService("StarterGui"):SetCore("SendNotification", {
  3130. Title = "Click TP";
  3131. Text = "Click TP has been disabled.";
  3132. })
  3133. end
  3134. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3135. gettingtools = true
  3136. game:GetService("StarterGui"):SetCore("SendNotification", {
  3137. Title = "Tools Enabled";
  3138. Text = "Automatically colleting tools dropped.";
  3139. })
  3140. end
  3141. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3142. gettingtools = false
  3143. game:GetService("StarterGui"):SetCore("SendNotification", {
  3144. Title = "Tools Disabled";
  3145. Text = "Click TP has been disabled.";
  3146. })
  3147. end
  3148. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3149. ScreenGui:Destroy()
  3150. end
  3151. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3152. lplayer.Character.Head:Destroy()
  3153. end
  3154. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3155. statechosen = string.sub(msg, 8)
  3156. changingstate = true
  3157. end
  3158. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3159. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3160. end
  3161. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3162. removingmeshhats = true
  3163. end
  3164. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3165. removingmeshhats = false
  3166. end
  3167. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3168. removingmeshtool = true
  3169. end
  3170. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3171. removingmeshtool = false
  3172. end
  3173. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3174. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3175. if v:IsA("Tool") then
  3176. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3177. v.Parent = player.Character
  3178. end
  3179. end
  3180. end
  3181. end
  3182. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3183. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3184. if v:IsA("Tool") then
  3185. v.Parent = lplayer.Character
  3186. wait()
  3187. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3188. v.Parent = player.Character
  3189. end
  3190. end
  3191. end
  3192. end
  3193. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3194. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3195. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3196. end
  3197. end
  3198. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3199. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3200. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3201. end
  3202. end
  3203. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3204. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3205. game:GetService("StarterGui"):SetCore("SendNotification", {
  3206. Title = player.AccountAge.." Days";
  3207. Text = "Account age of "..player.Name;
  3208. })
  3209. end
  3210. end
  3211. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3212. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3213. game:GetService("StarterGui"):SetCore("SendNotification", {
  3214. Title = player.UserId.." ID";
  3215. Text = "Account ID of "..player.Name;
  3216. })
  3217. end
  3218. end
  3219. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3220. game:GetService("StarterGui"):SetCore("SendNotification", {
  3221. Title = "Game ID";
  3222. Text = "Game ID: ".. game.GameId;
  3223. })
  3224. end
  3225. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3226. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3227. if pgscheck == true then
  3228. game:GetService("StarterGui"):SetCore("SendNotification", {
  3229. Title = "PGSPhysicsSolverEnabled";
  3230. Text = "PGS is Enabled!";
  3231. })
  3232. else
  3233. game:GetService("StarterGui"):SetCore("SendNotification", {
  3234. Title = "PGSPhysicsSolverEnabled";
  3235. Text = "PGS is Disabled!";
  3236. })
  3237. end
  3238. end
  3239. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3240. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3241. if v:IsA("Part") then
  3242. if v.Transparency == 1 then
  3243. if v.Name ~= "HumanoidRootPart" then
  3244. v:Destroy()
  3245. end
  3246. end
  3247. end
  3248. end
  3249. end
  3250. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3251. game:GetService("Lighting").FogStart = 0
  3252. game:GetService("Lighting").FogEnd = 9999999999999
  3253. end
  3254. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3255. lplayer.Character.Humanoid.Parent = lplayer
  3256. end
  3257. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3258. lplayer.Humanoid.Parent = lplayer.Character
  3259. end
  3260. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3261. prefix = (string.sub(msg, 9, 9))
  3262. wait(0.1)
  3263. change()
  3264. wait(0.1)
  3265. game:GetService("StarterGui"):SetCore("SendNotification", {
  3266. Title = "Prefix changed!";
  3267. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3268. })
  3269. end
  3270. if string.sub(msg, 1, 12) == (";resetprefix") then
  3271. prefix = ";"
  3272. wait(0.1)
  3273. change()
  3274. wait(0.1)
  3275. game:GetService("StarterGui"):SetCore("SendNotification", {
  3276. Title = "Prefix changed!";
  3277. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3278. })
  3279. end
  3280. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3281. speedfly = string.sub(msg, 11)
  3282. wait()
  3283. change()
  3284. end
  3285. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3286. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3287. local Anim3 = Instance.new("Animation")
  3288. Anim3.AnimationId = "rbxassetid://282574440"
  3289. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3290. track3:Play(.1, 1, 1)
  3291. bplrr = v.Name
  3292. banpl = true
  3293. end
  3294. end
  3295. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3296. banpl = false
  3297. end
  3298. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3299. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3300. staring = true
  3301. stareplr = v
  3302. end
  3303. end
  3304. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3305. staring = false
  3306. end
  3307. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3308. chatlogs = true
  3309. game:GetService("StarterGui"):SetCore("SendNotification", {
  3310. Title = "LogChat enabled";
  3311. Text = "Now logging all player chat.";
  3312. })
  3313. end
  3314. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3315. chatlogs = false
  3316. game:GetService("StarterGui"):SetCore("SendNotification", {
  3317. Title = "LogChat disabled";
  3318. Text = "Stopped logging all player chat.";
  3319. })
  3320. end
  3321. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3322. game:GetService("Workspace").CurrentCamera:Destroy()
  3323. wait(0.1)
  3324. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3325. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3326. lplayer.CameraMinZoomDistance = 0.5
  3327. lplayer.CameraMaxZoomDistance = 400
  3328. lplayer.CameraMode = "Classic"
  3329. end
  3330. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3331. changingstate = false
  3332. end
  3333. end)
  3334.  
  3335. local function tp()
  3336. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3337. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3338. if player.Name == brplr then
  3339. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3340. end
  3341. end
  3342. end
  3343. end
  3344. local function tpall()
  3345. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3346. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3347. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3348. end
  3349. end
  3350. end
  3351. spawn(function()
  3352. while wait(spamdelay) do
  3353. if spamming == true then
  3354. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3355. end
  3356. end
  3357. end)
  3358. spawn(function()
  3359. while wait(spamdelay) do
  3360. if spammingpm == true then
  3361. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3362. end
  3363. end
  3364. end)
  3365. spawn(function()
  3366. while wait() do
  3367. if cbring == true then
  3368. tp()
  3369. end
  3370. end
  3371. end)
  3372. spawn(function()
  3373. while wait() do
  3374. if cbringall == true then
  3375. tpall()
  3376. end
  3377. end
  3378. end)
  3379.  
  3380. Mouse.KeyDown:connect(function(Key)
  3381. if Key == prefix then
  3382. CMDBAR:CaptureFocus()
  3383. end
  3384. end)
  3385.  
  3386. CMDBAR.FocusLost:connect(function(enterPressed)
  3387. if enterPressed then
  3388. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3389. if string.sub(CMDBAR.Text, 6) == "me" then
  3390. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3391. else
  3392. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3393. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3394. lplayer.Character.Humanoid.Name = 1
  3395. local l = lplayer.Character["1"]:Clone()
  3396. l.Parent = lplayer.Character
  3397. l.Name = "Humanoid"
  3398. wait(0.1)
  3399. lplayer.Character["1"]:Destroy()
  3400. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3401. lplayer.Character.Animate.Disabled = true
  3402. wait(0.1)
  3403. lplayer.Character.Animate.Disabled = false
  3404. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3405. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3406. lplayer.Character.Humanoid:EquipTool(v)
  3407. end
  3408. local function tp(player,player2)
  3409. local char1,char2=player.Character,player2.Character
  3410. if char1 and char2 then
  3411. char1:MoveTo(char2.Head.Position)
  3412. end
  3413. end
  3414. wait(0.1)
  3415. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3416. wait(0.2)
  3417. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3418. wait(0.5)
  3419. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3420. wait(0.7)
  3421. tp(lplayer,game:GetService("Players")[v.Name])
  3422. wait(0.7)
  3423. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3424. game:GetService("StarterGui"):SetCore("SendNotification", {
  3425. Title = "Tools needed!";
  3426. Text = "You need a tool in your backpack for this command!";
  3427. })
  3428. end
  3429. end
  3430. end
  3431. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3432. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3433. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3434. lplayer.Character.Humanoid.Name = 1
  3435. local l = lplayer.Character["1"]:Clone()
  3436. l.Parent = lplayer.Character
  3437. l.Name = "Humanoid"
  3438. wait(0.1)
  3439. lplayer.Character["1"]:Destroy()
  3440. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3441. lplayer.Character.Animate.Disabled = true
  3442. wait(0.1)
  3443. lplayer.Character.Animate.Disabled = false
  3444. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3445. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3446. lplayer.Character.Humanoid:EquipTool(v)
  3447. end
  3448. local function tp(player,player2)
  3449. local char1,char2=player.Character,player2.Character
  3450. if char1 and char2 then
  3451. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3452. end
  3453. end
  3454. local function getout(player,player2)
  3455. local char1,char2=player.Character,player2.Character
  3456. if char1 and char2 then
  3457. char1:MoveTo(char2.Head.Position)
  3458. end
  3459. end
  3460. tp(game:GetService("Players")[v.Name], lplayer)
  3461. wait(0.2)
  3462. tp(game:GetService("Players")[v.Name], lplayer)
  3463. wait(0.5)
  3464. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3465. wait(0.5)
  3466. getout(lplayer, game:GetService("Players")[v.Name])
  3467. wait(0.3)
  3468. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3469. game:GetService("StarterGui"):SetCore("SendNotification", {
  3470. Title = "Tools needed!";
  3471. Text = "You need a tool in your backpack for this command!";
  3472. })
  3473. end
  3474. end
  3475. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3476. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3477. lplayer.Character.Humanoid.Name = 1
  3478. local l = lplayer.Character["1"]:Clone()
  3479. l.Parent = lplayer.Character
  3480. l.Name = "Humanoid"
  3481. wait(0.1)
  3482. lplayer.Character["1"]:Destroy()
  3483. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3484. lplayer.Character.Animate.Disabled = true
  3485. wait(0.1)
  3486. lplayer.Character.Animate.Disabled = false
  3487. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3488. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3489. lplayer.Character.Humanoid:EquipTool(v)
  3490. end
  3491. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3492. spinplr = v
  3493. wait(0.5)
  3494. spin = true
  3495. game:GetService("StarterGui"):SetCore("SendNotification", {
  3496. Title = "Tools needed!";
  3497. Text = "You need a tool in your backpack for this command!";
  3498. })
  3499. end
  3500. end
  3501. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3502. spin = false
  3503. end
  3504. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3505. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3506. lplayer.Character.Humanoid.Name = 1
  3507. local l = lplayer.Character["1"]:Clone()
  3508. l.Parent = lplayer.Character
  3509. l.Name = "Humanoid"
  3510. wait(0.1)
  3511. lplayer.Character["1"]:Destroy()
  3512. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3513. lplayer.Character.Animate.Disabled = true
  3514. wait(0.1)
  3515. lplayer.Character.Animate.Disabled = false
  3516. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3517. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3518. lplayer.Character.Humanoid:EquipTool(v)
  3519. end
  3520. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3521. wait(0.3)
  3522. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3523. attplr = v
  3524. game:GetService("StarterGui"):SetCore("SendNotification", {
  3525. Title = "Tools needed!";
  3526. Text = "You need a tool in your backpack for this command!";
  3527. })
  3528. end
  3529. end
  3530. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3531. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3532. local function getout(player,player2)
  3533. local char1,char2=player.Character,player2.Character
  3534. if char1 and char2 then
  3535. char1:MoveTo(char2.Head.Position)
  3536. end
  3537. end
  3538. getout(lplayer, game:GetService("Players")[v.Name])
  3539. end
  3540. end
  3541. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3542. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3543. followed = true
  3544. flwplr = v
  3545. end
  3546. end
  3547. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3548. followed = false
  3549. end
  3550. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3551. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3552. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3553. lplayer.Character.Humanoid.Name = 1
  3554. local l = lplayer.Character["1"]:Clone()
  3555. l.Parent = lplayer.Character
  3556. l.Name = "Humanoid"
  3557. wait(0.1)
  3558. lplayer.Character["1"]:Destroy()
  3559. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3560. lplayer.Character.Animate.Disabled = true
  3561. wait(0.1)
  3562. lplayer.Character.Animate.Disabled = false
  3563. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3564. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3565. lplayer.Character.Humanoid:EquipTool(v)
  3566. end
  3567. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3568. wait(0.2)
  3569. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3570. wait(0.6)
  3571. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3572. wait(0.6)
  3573. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3574. game:GetService("StarterGui"):SetCore("SendNotification", {
  3575. Title = "Tools needed!";
  3576. Text = "You need a tool in your backpack for this command!";
  3577. })
  3578. end
  3579. end
  3580. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3581. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3582. traill = true
  3583. trlplr = v
  3584. end
  3585. end
  3586. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3587. traill = false
  3588. end
  3589. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3590. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3591. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3592. else
  3593. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3594. local o = Instance.new("RocketPropulsion")
  3595. o.Parent = lplayer.Character.HumanoidRootPart
  3596. o.Name = "Orbit"
  3597. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3598. o:Fire()
  3599. noclip = true
  3600. end
  3601. end
  3602. end
  3603. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3604. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3605. noclip = false
  3606. end
  3607. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3608. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3609. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3610. else
  3611. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3612. local y = Instance.new("RocketPropulsion")
  3613. y.Parent = lplayer.Character.HumanoidRootPart
  3614. y.CartoonFactor = 1
  3615. y.MaxThrust = 800000
  3616. y.MaxSpeed = 1000
  3617. y.ThrustP = 200000
  3618. y.Name = "Fling"
  3619. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3620. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3621. y:Fire()
  3622. noclip = true
  3623. end
  3624. end
  3625. end
  3626. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3627. noclip = false
  3628. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3629. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3630. wait(0.4)
  3631. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3632. end
  3633. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3634. if game:GetService("Workspace").FilteringEnabled == true then
  3635. warn("FE is Enabled (Filtering Enabled)")
  3636. game:GetService("StarterGui"):SetCore("SendNotification", {
  3637. Title = "FE is Enabled";
  3638. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3639. })
  3640. else
  3641. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3642. game:GetService("StarterGui"):SetCore("SendNotification", {
  3643. Title = "FE is Disabled";
  3644. Text = "Filtering Disabled. Consider using a different admin script.";
  3645. })
  3646. end
  3647. end
  3648. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3649. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3650. lplayer.Character.Humanoid.Name = 1
  3651. local l = lplayer.Character["1"]:Clone()
  3652. l.Parent = lplayer.Character
  3653. l.Name = "Humanoid"
  3654. wait(0.1)
  3655. lplayer.Character["1"]:Destroy()
  3656. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3657. lplayer.Character.Animate.Disabled = true
  3658. wait(0.1)
  3659. lplayer.Character.Animate.Disabled = false
  3660. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3661. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3662. lplayer.Character.Humanoid:EquipTool(v)
  3663. end
  3664. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3665. wait(0.2)
  3666. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3667. wait(0.6)
  3668. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3669. game:GetService("StarterGui"):SetCore("SendNotification", {
  3670. Title = "Tools needed!";
  3671. Text = "You need a tool in your backpack for this command!";
  3672. })
  3673. end
  3674. end
  3675. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  3676. noclip = true
  3677. game:GetService("StarterGui"):SetCore("SendNotification", {
  3678. Title = "Noclip enabled";
  3679. Text = "Type ;clip to disable";
  3680. })
  3681. end
  3682. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  3683. noclip = false
  3684. game:GetService("StarterGui"):SetCore("SendNotification", {
  3685. Title = "Noclip disabled";
  3686. Text = "Type ;noclip to enable";
  3687. })
  3688. end
  3689. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  3690. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  3691. end
  3692. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  3693. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  3694. end
  3695. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  3696. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  3697. end
  3698. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  3699. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  3700. end
  3701. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  3702. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  3703. end
  3704. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  3705. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  3706. end
  3707. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  3708. lplayer.Character.Humanoid.JumpPower = 50
  3709. lplayer.Character.Humanoid.WalkSpeed = 16
  3710. lplayer.Character.Humanoid.HipHeight = 0
  3711. end
  3712. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  3713. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3714. annoying = true
  3715. annplr = v
  3716. end
  3717. end
  3718. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  3719. annoying = false
  3720. end
  3721. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  3722. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3723. hwalk = true
  3724. hdwplr = v
  3725. end
  3726. end
  3727. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  3728. hwalk = false
  3729. end
  3730. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  3731. lplayer.Character["Left Leg"]:Destroy()
  3732. lplayer.Character["Left Arm"]:Destroy()
  3733. lplayer.Character["Right Leg"]:Destroy()
  3734. lplayer.Character["Right Arm"]:Destroy()
  3735. end
  3736. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  3737. lplayer.Character.Humanoid.Name = 1
  3738. local l = lplayer.Character["1"]:Clone()
  3739. l.Parent = lplayer.Character
  3740. l.Name = "Humanoid"
  3741. wait(0.1)
  3742. lplayer.Character["1"]:Destroy()
  3743. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3744. lplayer.Character.Animate.Disabled = true
  3745. wait(0.1)
  3746. lplayer.Character.Animate.Disabled = false
  3747. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3748. game:GetService("StarterGui"):SetCore("SendNotification", {
  3749. Title = "FE Godmode enabled";
  3750. Text = "Use ;grespawn or ;respawn to remove.";
  3751. })
  3752. end
  3753. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  3754. for i,v in pairs(lplayer.Character:GetChildren()) do
  3755. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3756. v.Parent = workspace
  3757. end
  3758. end
  3759. end
  3760. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  3761. for i,v in pairs(lplayer.Character:GetChildren()) do
  3762. if (v:IsA("Tool")) then
  3763. v.Parent = workspace
  3764. end
  3765. end
  3766. end
  3767. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  3768. droppinghats = true
  3769. game:GetService("StarterGui"):SetCore("SendNotification", {
  3770. Title = "Loop Drop Enabled";
  3771. Text = "Type ;unloopdhats to disable";
  3772. })
  3773. end
  3774. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  3775. droppinghats = false
  3776. game:GetService("StarterGui"):SetCore("SendNotification", {
  3777. Title = "Loop Drop Disabled";
  3778. Text = "Type ;loopdhats to enable.";
  3779. })
  3780. end
  3781. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  3782. droppingtools = true
  3783. game:GetService("StarterGui"):SetCore("SendNotification", {
  3784. Title = "Loop Drop Enabled";
  3785. Text = "Type ;unloopdtool to disable";
  3786. })
  3787. end
  3788. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  3789. droppingtools = false
  3790. game:GetService("StarterGui"):SetCore("SendNotification", {
  3791. Title = "Loop Drop Disabled";
  3792. Text = "Type ;loopdtool to enable.";
  3793. })
  3794. end
  3795. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  3796. Local = game:GetService('Players').LocalPlayer
  3797. Char = Local.Character
  3798. touched,tpdback = false, false
  3799. box = Instance.new('Part',workspace)
  3800. box.Anchored = true
  3801. box.CanCollide = true
  3802. box.Size = Vector3.new(10,1,10)
  3803. box.Position = Vector3.new(0,10000,0)
  3804. box.Touched:connect(function(part)
  3805. if (part.Parent.Name == Local.Name) then
  3806. if touched == false then
  3807. touched = true
  3808. function apply()
  3809. if script.Disabled ~= true then
  3810. no = Char.HumanoidRootPart:Clone()
  3811. wait(.25)
  3812. Char.HumanoidRootPart:Destroy()
  3813. no.Parent = Char
  3814. Char:MoveTo(loc)
  3815. touched = false
  3816. end end
  3817. if Char then
  3818. apply()
  3819. end
  3820. end
  3821. end
  3822. end)
  3823. repeat wait() until Char
  3824. loc = Char.HumanoidRootPart.Position
  3825. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3826. game:GetService("StarterGui"):SetCore("SendNotification", {
  3827. Title = "Invisibility enabled!";
  3828. Text = "Reset or use ;respawn to remove.";
  3829. })
  3830. end
  3831. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  3832. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3833. if game:GetService("Players")[v.Name].Character.Humanoid then
  3834. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  3835. else
  3836. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3837. end
  3838. end
  3839. end
  3840. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  3841. if lplayer.Character.Humanoid then
  3842. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3843. else
  3844. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3845. end
  3846. end
  3847. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  3848. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3849. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3850. end
  3851. end
  3852. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  3853. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  3854. repeat wait() until Mouse
  3855.  
  3856. local T = lplayer.Character.HumanoidRootPart
  3857. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3858. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3859. local SPEED = speedget
  3860.  
  3861. local function fly()
  3862. flying = true
  3863. local BG = Instance.new('BodyGyro', T)
  3864. local BV = Instance.new('BodyVelocity', T)
  3865. BG.P = 9e4
  3866. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3867. BG.cframe = T.CFrame
  3868. BV.velocity = Vector3.new(0, 0.1, 0)
  3869. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3870. spawn(function()
  3871. repeat wait()
  3872. lplayer.Character.Humanoid.PlatformStand = true
  3873. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3874. SPEED = 50
  3875. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3876. SPEED = 0
  3877. end
  3878. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3879. 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
  3880. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3881. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3882. 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
  3883. else
  3884. BV.velocity = Vector3.new(0, 0.1, 0)
  3885. end
  3886. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3887. until not flying
  3888. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3889. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3890. SPEED = 0
  3891. BG:destroy()
  3892. BV:destroy()
  3893. lplayer.Character.Humanoid.PlatformStand = false
  3894. end)
  3895. end
  3896. Mouse.KeyDown:connect(function(KEY)
  3897. if KEY:lower() == 'w' then
  3898. CONTROL.F = speedfly
  3899. elseif KEY:lower() == 's' then
  3900. CONTROL.B = -speedfly
  3901. elseif KEY:lower() == 'a' then
  3902. CONTROL.L = -speedfly
  3903. elseif KEY:lower() == 'd' then
  3904. CONTROL.R = speedfly
  3905. end
  3906. end)
  3907. Mouse.KeyUp:connect(function(KEY)
  3908. if KEY:lower() == 'w' then
  3909. CONTROL.F = 0
  3910. elseif KEY:lower() == 's' then
  3911. CONTROL.B = 0
  3912. elseif KEY:lower() == 'a' then
  3913. CONTROL.L = 0
  3914. elseif KEY:lower() == 'd' then
  3915. CONTROL.R = 0
  3916. end
  3917. end)
  3918. fly()
  3919. end
  3920. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  3921. flying = false
  3922. lplayer.Character.Humanoid.PlatformStand = false
  3923. end
  3924. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  3925. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  3926. end
  3927. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  3928. spamtext = (string.sub(CMDBAR.Text, 6))
  3929. spamming = true
  3930. end
  3931. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  3932. spamming = false
  3933. end
  3934. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  3935. spamdelay = (string.sub(CMDBAR.Text, 10))
  3936. end
  3937. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  3938. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3939. pmspammed = v.Name
  3940. spammingpm = true
  3941. end
  3942. end
  3943. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  3944. spammingpm = false
  3945. end
  3946. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  3947. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  3948. v.Character["Left Leg"].Anchored = true
  3949. v.Character["Left Arm"].Anchored = true
  3950. v.Character["Right Leg"].Anchored = true
  3951. v.Character["Right Arm"].Anchored = true
  3952. v.Character.Torso.Anchored = true
  3953. v.Character.Head.Anchored = true
  3954. end
  3955. end
  3956. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  3957. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  3958. v.Character["Left Leg"].Anchored = false
  3959. v.Character["Left Arm"].Anchored = false
  3960. v.Character["Right Leg"].Anchored = false
  3961. v.Character["Right Arm"].Anchored = false
  3962. v.Character.Torso.Anchored = false
  3963. v.Character.Head.Anchored = false
  3964. end
  3965. end
  3966. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  3967. local a = game:GetService("Workspace"):getChildren()
  3968. for i = 1, #a do
  3969. if a[i].className == "Part" then
  3970. a[i].Locked = false
  3971. elseif a[i].className == "Model" then
  3972. local r = a[i]:getChildren()
  3973. for i = 1, #r do
  3974. if r[i].className == "Part" then
  3975. r[i].Locked = false
  3976. end
  3977. end
  3978. end
  3979. end
  3980. game:GetService("StarterGui"):SetCore("SendNotification", {
  3981. Title = "Success!";
  3982. Text = "Workspace unlocked. Use ;lockws to lock.";
  3983. })
  3984. end
  3985. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  3986. local a = game:GetService("Workspace"):getChildren()
  3987. for i = 1, #a do
  3988. if a[i].className == "Part" then
  3989. a[i].Locked = true
  3990. elseif a[i].className == "Model" then
  3991. local r = a[i]:getChildren()
  3992. for i = 1, #r do
  3993. if r[i].className == "Part" then
  3994. r[i].Locked = true
  3995. end
  3996. end
  3997. end
  3998. end
  3999. end
  4000. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4001. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4002. Clone_T.BinType = "Clone"
  4003. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4004. Destruct.BinType = "Hammer"
  4005. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4006. Hold_T.BinType = "Grab"
  4007. end
  4008. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4009. lplayer.Character.Humanoid.PlatformStand = true
  4010. end
  4011. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4012. lplayer.Character.Humanoid.PlatformStand = false
  4013. end
  4014. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4015. lplayer.Character.Head.Mesh:Destroy()
  4016. end
  4017. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4018. lplayer.Character.Humanoid.Sit = true
  4019. end
  4020. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4021. local function bringobjw()
  4022. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4023. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4024. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4025. obj.CanCollide = false
  4026. obj.Transparency = 0.7
  4027. wait()
  4028. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4029. wait()
  4030. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4031. wait()
  4032. obj.CFrame = lplayer.Character["Head"].CFrame
  4033. end
  4034. end
  4035. end
  4036. while wait() do
  4037. bringobjw()
  4038. end
  4039. game:GetService("StarterGui"):SetCore("SendNotification", {
  4040. Title = "BringObj";
  4041. Text = "BringObj enabled.";
  4042. })
  4043. end
  4044. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4045. vis = (string.sub(CMDBAR.Text, 7))
  4046. local a = game:GetService("Workspace"):GetDescendants()
  4047. for i = 1, #a do
  4048. if a[i].className == "Part" then
  4049. a[i].Transparency = vis
  4050. elseif a[i].className == "Model" then
  4051. local r = a[i]:getChildren()
  4052. for i = 1, #r do
  4053. if r[i].className == "Part" then
  4054. r[i].Transparency = vis
  4055. end
  4056. end
  4057. end
  4058. end
  4059. end
  4060. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4061. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4062. game:GetService("StarterGui"):SetCore("SendNotification", {
  4063. Title = "Success!";
  4064. Text = "HyperTotal GUI Loaded!";
  4065. })
  4066. end
  4067. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4068. CMDSFRAME.Visible = true
  4069. end
  4070. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4071. for i,v in pairs(lplayer.Character:GetChildren()) do
  4072. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4073. v.Handle.Mesh:Destroy()
  4074. end
  4075. end
  4076. end
  4077. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4078. for i,v in pairs(lplayer.Character:GetChildren()) do
  4079. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4080. v.Handle.Mesh:Destroy()
  4081. end
  4082. end
  4083. end
  4084. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4085. for i,v in pairs(lplayer.Character:GetChildren()) do
  4086. if (v:IsA("Tool")) then
  4087. v.Handle.Mesh:Destroy()
  4088. end
  4089. end
  4090. end
  4091. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4092. for i,v in pairs(lplayer.Character:GetChildren()) do
  4093. if (v:IsA("Tool")) then
  4094. v.Handle.Mesh:Destroy()
  4095. end
  4096. end
  4097. end
  4098. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4099. local p = Instance.new("RocketPropulsion")
  4100. p.Parent = lplayer.Character.HumanoidRootPart
  4101. p.Name = "Spinner"
  4102. p.Target = lplayer.Character["Left Arm"]
  4103. p:Fire()
  4104. game:GetService("StarterGui"):SetCore("SendNotification", {
  4105. Title = "Spinner enabled";
  4106. Text = "Type ;nospinner to disable.";
  4107. })
  4108. end
  4109. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4110. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4111. end
  4112. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4113. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4114. if v:isA("Tool") then
  4115. local a = Instance.new("SelectionBox",v.Handle)
  4116. a.Adornee = v.Handle
  4117. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4118. v.GripPos = Vector3.new(0,0,0)
  4119. lplayer.Character.Humanoid:UnequipTools()
  4120. end
  4121. end
  4122. game:GetService("StarterGui"):SetCore("SendNotification", {
  4123. Title = "Reach applied!";
  4124. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4125. })
  4126. end
  4127. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4128. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4129. if v:isA("Tool") then
  4130. local a = Instance.new("SelectionBox",v.Handle)
  4131. a.Name = "Reach"
  4132. a.Adornee = v.Handle
  4133. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4134. v.GripPos = Vector3.new(0,0,0)
  4135. lplayer.Character.Humanoid:UnequipTools()
  4136. end
  4137. end
  4138. game:GetService("StarterGui"):SetCore("SendNotification", {
  4139. Title = "Reach applied!";
  4140. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4141. })
  4142. end
  4143. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4144. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4145. if v:isA("Tool") then
  4146. v.Handle.Reach:Destroy()
  4147. end
  4148. end
  4149. game:GetService("StarterGui"):SetCore("SendNotification", {
  4150. Title = "Reach removed!";
  4151. Text = "Removed reach from equipped sword.";
  4152. })
  4153. end
  4154. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4155. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4156. lplayer.Character.Humanoid.Name = 1
  4157. local l = lplayer.Character["1"]:Clone()
  4158. l.Parent = lplayer.Character
  4159. l.Name = "Humanoid"
  4160. wait(0.1)
  4161. lplayer.Character["1"]:Destroy()
  4162. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4163. lplayer.Character.Animate.Disabled = true
  4164. wait(0.1)
  4165. lplayer.Character.Animate.Disabled = false
  4166. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4167. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4168. lplayer.Character.Humanoid:EquipTool(v)
  4169. end
  4170. wait(0.1)
  4171. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4172. wait(0.2)
  4173. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4174. wait(0.5)
  4175. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4176. game:GetService("StarterGui"):SetCore("SendNotification", {
  4177. Title = "Tools needed!";
  4178. Text = "You need a tool in your backpack for this command!";
  4179. })
  4180. end
  4181. end
  4182. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4183. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4184. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4185. end
  4186. end
  4187. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4188. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4189. cbringall = true
  4190. else
  4191. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4192. brplr = v.Name
  4193. end
  4194. end
  4195. cbring = true
  4196. end
  4197. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4198. cbring = false
  4199. cbringall = false
  4200. end
  4201. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4202. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4203. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4204. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4205. lplayer.Character.Humanoid.Name = 1
  4206. local l = lplayer.Character["1"]:Clone()
  4207. l.Parent = lplayer.Character
  4208. l.Name = "Humanoid"
  4209. wait(0.1)
  4210. lplayer.Character["1"]:Destroy()
  4211. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4212. lplayer.Character.Animate.Disabled = true
  4213. wait(0.1)
  4214. lplayer.Character.Animate.Disabled = false
  4215. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4216. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4217. lplayer.Character.Humanoid:EquipTool(v)
  4218. end
  4219. local function tp(player,player2)
  4220. local char1,char2=player.Character,player2.Character
  4221. if char1 and char2 then
  4222. char1:MoveTo(char2.Head.Position)
  4223. end
  4224. end
  4225. wait(0.1)
  4226. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4227. wait(0.2)
  4228. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4229. wait(0.5)
  4230. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4231. wait(0.6)
  4232. tp(lplayer, game:GetService("Players")[v.Name])
  4233. wait(0.4)
  4234. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4235. game:GetService("StarterGui"):SetCore("SendNotification", {
  4236. Title = "Tools needed!";
  4237. Text = "You need a tool in your backpack for this command!";
  4238. })
  4239. end
  4240. end
  4241. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4242. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4243. lplayer.Character.Humanoid.Name = 1
  4244. local l = lplayer.Character["1"]:Clone()
  4245. l.Parent = lplayer.Character
  4246. l.Name = "Humanoid"
  4247. wait(0.1)
  4248. lplayer.Character["1"]:Destroy()
  4249. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4250. lplayer.Character.Animate.Disabled = true
  4251. wait(0.1)
  4252. lplayer.Character.Animate.Disabled = false
  4253. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4254. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4255. lplayer.Character.Humanoid:EquipTool(v)
  4256. end
  4257. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4258. wait(0.3)
  4259. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4260. wait(0.4)
  4261. b = Instance.new("BodyForce")
  4262. b.Parent = lplayer.Character.HumanoidRootPart
  4263. b.Name = "Glitch"
  4264. b.Force = Vector3.new(100000000,5000,0)
  4265. game:GetService("StarterGui"):SetCore("SendNotification", {
  4266. Title = "Tools needed!";
  4267. Text = "You need a tool in your backpack for this command!";
  4268. })
  4269. end
  4270. end
  4271. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4272. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4273. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4274. b = Instance.new("BodyForce")
  4275. b.Parent = lplayer.Character.HumanoidRootPart
  4276. b.Name = "unGlitch"
  4277. b.Force = Vector3.new(0,-5000000,0)
  4278. wait(2)
  4279. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4280. end
  4281. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4282. lplayer.Character.Humanoid.Health = 0
  4283. wait(1)
  4284. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4285. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4286. end
  4287. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4288. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4289. game:GetService("StarterGui"):SetCore("SendNotification", {
  4290. Title = "Success!";
  4291. Text = "DEX Explorer has loaded.";
  4292. })
  4293. end
  4294. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4295. local Anim = Instance.new("Animation")
  4296. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4297. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4298. track:Play(.1, 1, 1)
  4299. end
  4300. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4301. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4302. game:GetService("StarterGui"):SetCore("SendNotification", {
  4303. Title = "Success!";
  4304. Text = "Energize Animations GUI has loaded.";
  4305. })
  4306. end
  4307. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4308. saved = lplayer.Character.HumanoidRootPart.CFrame
  4309. game:GetService("StarterGui"):SetCore("SendNotification", {
  4310. Title = "Position Saved";
  4311. Text = "Use ;loadpos to return to saved position.";
  4312. })
  4313. end
  4314. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4315. lplayer.Character.HumanoidRootPart.CFrame = saved
  4316. end
  4317. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4318. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4319. local Anim2 = Instance.new("Animation")
  4320. Anim2.AnimationId = "rbxassetid://148840371"
  4321. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4322. track2:Play(.1, 1, 1)
  4323. bplrr = v.Name
  4324. banpl = true
  4325. end
  4326. end
  4327. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4328. banpl = false
  4329. end
  4330. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4331. local function bringmodw()
  4332. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4333. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4334. for i,ch in pairs(obj:GetDescendants()) do
  4335. if (ch:IsA("BasePart")) then
  4336. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4337. ch.CanCollide = false
  4338. ch.Transparency = 0.7
  4339. wait()
  4340. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4341. wait()
  4342. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4343. wait()
  4344. ch.CFrame = lplayer.Character["Head"].CFrame
  4345. end
  4346. end
  4347. end
  4348. end
  4349. end
  4350. while wait() do
  4351. bringmodw()
  4352. end
  4353. game:GetService("StarterGui"):SetCore("SendNotification", {
  4354. Title = "BringMod";
  4355. Text = "BringMod enabled.";
  4356. })
  4357. end
  4358. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4359. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4360. local hum = Instance.new('Humanoid', mod)
  4361. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4362. lplayer.Character = mod
  4363. end
  4364. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4365. game:GetService'RunService'.Stepped:Connect(function()
  4366. pcall(function()
  4367. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4368. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4369. for _,x in pairs(v.Character.Head:GetChildren()) do
  4370. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4371. end
  4372. end
  4373. end
  4374. end)
  4375. end)
  4376. game:GetService("StarterGui"):SetCore("SendNotification", {
  4377. Title = "Attempting Shutdown";
  4378. Text = "Shutdown Attempt has begun.";
  4379. })
  4380. end
  4381. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4382. objtodel = (string.sub(CMDBAR.Text, 8))
  4383. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4384. if v.Name == objtodel then
  4385. v:Destroy()
  4386. end
  4387. end
  4388. end
  4389. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4390. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4391. print(v)
  4392. end
  4393. game:GetService("StarterGui"):SetCore("SendNotification", {
  4394. Title = "Printed";
  4395. Text = "Players have been printed to console. (F9)";
  4396. })
  4397. end
  4398. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4399. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4400. if (v:IsA("Decal")) then
  4401. v:Destroy()
  4402. end
  4403. end
  4404. end
  4405. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4406. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4407. game:GetService("StarterGui"):SetCore("SendNotification", {
  4408. Title = "Success!";
  4409. Text = "OpFinality GUI has loaded.";
  4410. })
  4411. end
  4412. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4413. remotes = true
  4414. added = true
  4415. game.DescendantAdded:connect(function(rmt)
  4416. if added == true then
  4417. if remotes == true then
  4418. if rmt:IsA("RemoteEvent") then
  4419. print("A RemoteEvent was added!")
  4420. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4421. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4422. end end end
  4423. end)
  4424. game.DescendantAdded:connect(function(rmtfnctn)
  4425. if added == true then
  4426. if remotes == true then
  4427. if rmtfnctn:IsA("RemoteFunction") then
  4428. warn("A RemoteFunction was added!")
  4429. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4430. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4431. end end end
  4432. end)
  4433.  
  4434. game.DescendantAdded:connect(function(bndfnctn)
  4435. if added == true then
  4436. if binds == true then
  4437. if bndfnctn:IsA("BindableFunction") then
  4438. print("A BindableFunction was added!")
  4439. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4440. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4441. end end end
  4442. end)
  4443.  
  4444. game.DescendantAdded:connect(function(bnd)
  4445. if added == true then
  4446. if binds == true then
  4447. if bnd:IsA("BindableEvent") then
  4448. warn("A BindableEvent was added!")
  4449. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4450. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4451. end end end
  4452. end)
  4453.  
  4454.  
  4455. if binds == true then
  4456. for i,v in pairs(game:GetDescendants()) do
  4457. if v:IsA("BindableFunction") then
  4458. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4459. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4460. end end
  4461. for i,v in pairs(game:GetDescendants()) do
  4462. if v:IsA("BindableEvent") then
  4463. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4464. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4465. end end
  4466. else
  4467. print("Off")
  4468. end
  4469. if remotes == true then
  4470. for i,v in pairs(game:GetDescendants()) do
  4471. if v:IsA("RemoteFunction") then
  4472. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4473. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4474. end end
  4475. wait()
  4476. for i,v in pairs(game:GetDescendants()) do
  4477. if v:IsA("RemoteEvent") then
  4478. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4479. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4480. end end
  4481. else
  4482. print("Off")
  4483. end
  4484. game:GetService("StarterGui"):SetCore("SendNotification", {
  4485. Title = "Printing Remotes";
  4486. Text = "Type ;noremotes to disable.";
  4487. })
  4488. end
  4489. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4490. remotes = false
  4491. added = false
  4492. game:GetService("StarterGui"):SetCore("SendNotification", {
  4493. Title = "Printing Remotes Disabled";
  4494. Text = "Type ;remotes to enable.";
  4495. })
  4496. end
  4497. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4498. spin = false
  4499. followed = false
  4500. traill = false
  4501. noclip = false
  4502. annoying = false
  4503. hwalk = false
  4504. cbringing = false
  4505. end
  4506. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4507. stopsitting = true
  4508. end
  4509. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4510. stopsitting = false
  4511. end
  4512. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4513. print(adminversion)
  4514. game:GetService("StarterGui"):SetCore("SendNotification", {
  4515. Title = "Version";
  4516. Text = adminversion;
  4517. })
  4518. end
  4519. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4520. clickgoto = true
  4521. game:GetService("StarterGui"):SetCore("SendNotification", {
  4522. Title = "Click TP";
  4523. Text = "Press E to teleport to mouse position";
  4524. })
  4525. end
  4526. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4527. clickgoto = false
  4528. game:GetService("StarterGui"):SetCore("SendNotification", {
  4529. Title = "Click TP";
  4530. Text = "Click TP has been disabled.";
  4531. })
  4532. end
  4533. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4534. gettingtools = true
  4535. game:GetService("StarterGui"):SetCore("SendNotification", {
  4536. Title = "Tools Enabled";
  4537. Text = "Automatically colleting tools dropped.";
  4538. })
  4539. end
  4540. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4541. gettingtools = false
  4542. game:GetService("StarterGui"):SetCore("SendNotification", {
  4543. Title = "Tools Disabled";
  4544. Text = "Click TP has been disabled.";
  4545. })
  4546. end
  4547. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4548. ScreenGui:Destroy()
  4549. end
  4550. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4551. lplayer.Character.Head:Destroy()
  4552. end
  4553. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4554. statechosen = string.sub(CMDBAR.Text, 7)
  4555. changingstate = true
  4556. end
  4557. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4558. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4559. end
  4560. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4561. removingmeshhats = true
  4562. end
  4563. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4564. removingmeshhats = false
  4565. end
  4566. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4567. removingmeshtool = true
  4568. end
  4569. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4570. removingmeshtool = false
  4571. end
  4572. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4573. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4574. if v:IsA("Tool") then
  4575. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4576. v.Parent = player.Character
  4577. end
  4578. end
  4579. end
  4580. end
  4581. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4582. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4583. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4584. end
  4585. end
  4586. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4587. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4588. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4589. end
  4590. end
  4591. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4592. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4593. game:GetService("StarterGui"):SetCore("SendNotification", {
  4594. Title = player.AccountAge.." Days";
  4595. Text = "Account age of "..player.Name;
  4596. })
  4597. end
  4598. end
  4599. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4600. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4601. game:GetService("StarterGui"):SetCore("SendNotification", {
  4602. Title = player.UserId.." ID";
  4603. Text = "Account ID of "..player.Name;
  4604. })
  4605. end
  4606. end
  4607. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4608. game:GetService("StarterGui"):SetCore("SendNotification", {
  4609. Title = "Game ID";
  4610. Text = "Game ID: ".. game.GameId;
  4611. })
  4612. end
  4613. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4614. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4615. if pgscheck == true then
  4616. game:GetService("StarterGui"):SetCore("SendNotification", {
  4617. Title = "PGSPhysicsSolverEnabled";
  4618. Text = "PGS is Enabled!";
  4619. })
  4620. else
  4621. game:GetService("StarterGui"):SetCore("SendNotification", {
  4622. Title = "PGSPhysicsSolverEnabled";
  4623. Text = "PGS is Disabled!";
  4624. })
  4625. end
  4626. end
  4627. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4628. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4629. if v:IsA("Part") then
  4630. if v.Transparency == 1 then
  4631. if v.Name ~= "HumanoidRootPart" then
  4632. v:Destroy()
  4633. end
  4634. end
  4635. end
  4636. end
  4637. end
  4638. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4639. game:GetService("Lighting").FogStart = 0
  4640. game:GetService("Lighting").FogEnd = 9999999999999
  4641. end
  4642. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4643. lplayer.Character.Humanoid.Parent = lplayer
  4644. end
  4645. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4646. lplayer.Humanoid.Parent = lplayer.Character
  4647. end
  4648. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4649. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4650. if v:IsA("Tool") then
  4651. v.Parent = lplayer.Character
  4652. wait()
  4653. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4654. v.Parent = player.Character
  4655. end
  4656. end
  4657. end
  4658. end
  4659. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4660. speedfly = string.sub(CMDBAR.Text, 10)
  4661. wait()
  4662. change()
  4663. end
  4664. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4665. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4666. local Anim3 = Instance.new("Animation")
  4667. Anim3.AnimationId = "rbxassetid://282574440"
  4668. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4669. track3:Play(.1, 1, 1)
  4670. bplrr = v.Name
  4671. banpl = true
  4672. end
  4673. end
  4674. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  4675. banpl = false
  4676. end
  4677. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  4678. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4679. staring = true
  4680. stareplr = v
  4681. end
  4682. end
  4683. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  4684. staring = false
  4685. end
  4686. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  4687. chatlogs = true
  4688. game:GetService("StarterGui"):SetCore("SendNotification", {
  4689. Title = "LogChat enabled";
  4690. Text = "Now logging all player chat.";
  4691. })
  4692. end
  4693. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  4694. chatlogs = false
  4695. game:GetService("StarterGui"):SetCore("SendNotification", {
  4696. Title = "LogChat disabled";
  4697. Text = "Stopped logging all player chat.";
  4698. })
  4699. end
  4700. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  4701. game:GetService("Workspace").CurrentCamera:Destroy()
  4702. wait(0.1)
  4703. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4704. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  4705. lplayer.CameraMinZoomDistance = 0.5
  4706. lplayer.CameraMaxZoomDistance = 400
  4707. lplayer.CameraMode = "Classic"
  4708. end
  4709. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  4710. changingstate = false
  4711. end
  4712. CMDBAR.Text = ""
  4713. end
  4714. end)
  4715.  
  4716. wait(0.3)
  4717. game:GetService("StarterGui"):SetCore("SendNotification", {
  4718. Title = "Loaded successfully!";
  4719. Text = "Reviz Admin V2 by illremember";
  4720. })
  4721. wait(0.1)
  4722. print("Reviz Admin V2 loaded!")
  4723. if game:GetService("Workspace").FilteringEnabled == true then
  4724. warn("FE is Enabled (Filtering Enabled)")
  4725. game:GetService("StarterGui"):SetCore("SendNotification", {
  4726. Title = "FE is Enabled";
  4727. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4728. })
  4729. else
  4730. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4731. game:GetService("StarterGui"):SetCore("SendNotification", {
  4732. Title = "FE is Disabled";
  4733. Text = "Filtering Disabled. Consider using a different admin script.";
  4734. })
  4735. end
  4736.  
  4737. local intro = Instance.new("ScreenGui")
  4738. local Frame = Instance.new("Frame")
  4739. local ImageLabel = Instance.new("ImageLabel")
  4740. intro.Parent = game:GetService("CoreGui")
  4741. Frame.Parent = intro
  4742. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  4743. Frame.BackgroundTransparency = 1
  4744. Frame.Size = UDim2.new(1, 0, 0, 300)
  4745. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  4746. ImageLabel.Parent = Frame
  4747. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4748. ImageLabel.BackgroundTransparency = 1
  4749. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  4750. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4751. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  4752. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  4753. wait(3.01)
  4754. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  4755. wait(5.01)
  4756. intro:Destroy()
  4757. end
  4758. end)
  4759. game.Players.LocalPlayer.Chatted:connect(function(msg)
  4760. if msg == "Script/LM" then
  4761. for i,v in pairs(game.Players:GetChildren()) do
  4762. a = Instance.new("Weld", v.Character.Torso)
  4763. a.Part0 = game.Players.LocalPlayer.Character.Torso
  4764. a.Part1 = game.Players.LocalPlayer.Character.Head
  4765. a = Instance.new("Weld", v.Character.Torso)
  4766. a.Part0 = game.Players.LocalPlayer.Character.Head
  4767. a.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  4768. a = Instance.new("Weld", v.Character.Torso)
  4769. a.Part0 = game.Players.LocalPlayer.Character.Torso
  4770. a.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  4771. a = Instance.new("Weld", v.Character.Torso)
  4772. a.Part0 = game.Players.LocalPlayer.Character.Torso
  4773. a.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  4774. a = Instance.new("Weld", v.Character.Torso)
  4775. a.Part0 = game.Players.LocalPlayer.Character.Torso
  4776. a.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  4777. end
  4778. end
  4779. end)
  4780. game.Players.LocalPlayer.Chatted:connect(function(msg)
  4781. if msg == "Script/Fling Gui" then
  4782. -- Made By JackMcJagger15
  4783. local FlingKill = Instance.new("ScreenGui")
  4784. local Main = Instance.new("Frame")
  4785. local Label = Instance.new("Frame")
  4786. local Shadow = Instance.new("Frame")
  4787. local StartKill = Instance.new("TextButton")
  4788. local StopKill = Instance.new("TextButton")
  4789. local Instructions = Instance.new("TextLabel")
  4790. local CurrentPower = Instance.new("TextLabel")
  4791. local Recomendation = Instance.new("TextLabel")
  4792. local NameOfGui = Instance.new("TextLabel")
  4793. local Exit = Instance.new("TextButton")
  4794. local UPArrow = Instance.new("TextButton")
  4795. local DownArrow = Instance.new("TextButton")
  4796.  
  4797. -- Properties
  4798.  
  4799. FlingKill.Name = "Fling/Kill"
  4800. FlingKill.Parent = game.CoreGui
  4801.  
  4802. Main.Name = "Main"
  4803. Main.Parent = FlingKill
  4804. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4805. Main.BorderSizePixel = 0
  4806. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  4807. Main.Size = UDim2.new(0, 217, 0, 233)
  4808. Main.Selectable = true
  4809. Main.Active = true
  4810. Main.Draggable = true
  4811.  
  4812. Label.Name = "Label"
  4813. Label.Parent = Main
  4814. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  4815. Label.BorderSizePixel = 0
  4816. Label.Size = UDim2.new(0, 217, 0, 27)
  4817.  
  4818. Shadow.Name = "Shadow"
  4819. Shadow.Parent = Main
  4820. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  4821. Shadow.BorderSizePixel = 0
  4822. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  4823. Shadow.Size = UDim2.new(0, 217, 0, 9)
  4824.  
  4825. StartKill.Name = "StartKill"
  4826. StartKill.Parent = Main
  4827. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  4828. StartKill.BorderSizePixel = 0
  4829. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  4830. StartKill.Size = UDim2.new(0, 126, 0, 23)
  4831. StartKill.Font = Enum.Font.Cartoon
  4832. StartKill.Text = "FE Kill/Fling"
  4833. StartKill.TextColor3 = Color3.new(0, 0, 0)
  4834. StartKill.TextSize = 14
  4835.  
  4836. StopKill.Name = "StopKill"
  4837. StopKill.Parent = Main
  4838. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  4839. StopKill.BorderSizePixel = 0
  4840. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  4841. StopKill.Size = UDim2.new(0, 124, 0, 23)
  4842. StopKill.Font = Enum.Font.Cartoon
  4843. StopKill.Text = "Stop FE Kill/Fling"
  4844. StopKill.TextColor3 = Color3.new(0, 0, 0)
  4845. StopKill.TextSize = 14
  4846.  
  4847. Instructions.Name = "Instructions"
  4848. Instructions.Parent = Main
  4849. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  4850. Instructions.BackgroundTransparency = 1
  4851. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  4852. Instructions.Size = UDim2.new(0, 200, 0, 32)
  4853. Instructions.Font = Enum.Font.Cartoon
  4854. Instructions.Text = "Just touch someone to watch the fly to their death!"
  4855. Instructions.TextColor3 = Color3.new(0, 0, 0)
  4856. Instructions.TextSize = 14
  4857. Instructions.TextWrapped = true
  4858.  
  4859. CurrentPower.Name = "CurrentPower"
  4860. CurrentPower.Parent = Main
  4861. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  4862. CurrentPower.BackgroundTransparency = 1
  4863. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  4864. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  4865. CurrentPower.Font = Enum.Font.Cartoon
  4866. CurrentPower.Text = "Current Power = 5"
  4867. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  4868. CurrentPower.TextSize = 14
  4869.  
  4870. Recomendation.Name = "Recomendation"
  4871. Recomendation.Parent = Main
  4872. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  4873. Recomendation.BackgroundTransparency = 1
  4874. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  4875. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  4876. Recomendation.Font = Enum.Font.Cartoon
  4877. Recomendation.Text = "Recommended Power is 5"
  4878. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  4879. Recomendation.TextSize = 14
  4880.  
  4881. NameOfGui.Name = "NameOfGui"
  4882. NameOfGui.Parent = Main
  4883. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  4884. NameOfGui.BackgroundTransparency = 1
  4885. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  4886. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  4887. NameOfGui.Font = Enum.Font.Cartoon
  4888. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  4889. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  4890. NameOfGui.TextSize = 14
  4891.  
  4892. Exit.Name = "Exit"
  4893. Exit.Parent = Main
  4894. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  4895. Exit.BackgroundTransparency = 1
  4896. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  4897. Exit.Size = UDim2.new(0, 20, 0, 27)
  4898. Exit.Font = Enum.Font.Cartoon
  4899. Exit.Text = "X"
  4900. Exit.TextColor3 = Color3.new(0, 0, 0)
  4901. Exit.TextSize = 14
  4902.  
  4903. UPArrow.Name = "UPArrow"
  4904. UPArrow.Parent = Main
  4905. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  4906. UPArrow.BackgroundTransparency = 1
  4907. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  4908. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  4909. UPArrow.Font = Enum.Font.Cartoon
  4910. UPArrow.Text = "Up"
  4911. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  4912. UPArrow.TextSize = 12
  4913. UPArrow.TextWrapped = true
  4914.  
  4915. DownArrow.Name = "DownArrow"
  4916. DownArrow.Parent = Main
  4917. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  4918. DownArrow.BackgroundTransparency = 1
  4919. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  4920. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  4921. DownArrow.Font = Enum.Font.Cartoon
  4922. DownArrow.Text = "Down"
  4923. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  4924. DownArrow.TextSize = 12
  4925. DownArrow.TextWrapped = true
  4926.  
  4927. power = 500
  4928. active = false
  4929. local val = Instance.new("IntValue")
  4930. val.Name = "Number"
  4931. val.Parent = game.Players.LocalPlayer
  4932. val.Value = 5
  4933.  
  4934. Exit.MouseButton1Click:connect(function()
  4935. FlingKill.Enabled = false
  4936. end)
  4937.  
  4938. StartKill.MouseButton1Click:connect(function()
  4939. game:GetService('RunService').Stepped:connect(function()
  4940. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  4941. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4942. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4943. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4944. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4945. else
  4946. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  4947. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4948. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  4949. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  4950. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  4951. end
  4952. end
  4953. end)
  4954. wait(.1)
  4955. local bambam = Instance.new("BodyThrust")
  4956. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4957. bambam.Force = Vector3.new(power,0,power)
  4958. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  4959. end)
  4960.  
  4961. StopKill.MouseButton1Click:connect(function()
  4962. active = false
  4963. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  4964. end)
  4965.  
  4966. UPArrow.MouseButton1Click:connect(function()
  4967. power = power + 100
  4968. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  4969. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  4970. end)
  4971.  
  4972. DownArrow.MouseButton1Click:connect(function()
  4973. power = power - 100
  4974. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  4975. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  4976. end)
  4977. end
  4978. end)
Advertisement
Add Comment
Please, Sign In to add comment