Advertisement
Pou_help

Untitled

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