Advertisement
tehcalss

Sagetimes66 Admin

Jul 17th, 2020 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.80 KB | None | 0 0
  1. --Made By Sagetimes66--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  9. Text = "Thank You For Using Sagetimes66 Admin";
  10. Color = Color3.new(175,0,0);
  11. Font = Enum.Font.Code;
  12. FontSize = Enum.FontSize.Size24;
  13. }) wait(0.5)
  14. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  15. Text = "The Prefix Is '{' Type {cmds In Chat And Press F9 To See The Commands";
  16. Color = Color3.new(175,0,0);
  17. Font = Enum.Font.Code;
  18. FontSize = Enum.FontSize.Size24;
  19. }) wait(0.5)
  20. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  21. Text = "Sell1#6770";
  22. Color = Color3.new(175,0,0);
  23. Font = Enum.Font.Code;
  24. FontSize = Enum.FontSize.Size24;
  25. })
  26.  
  27. local prefix = "{"
  28. local LPlayer = game.Players.LocalPlayer
  29. LPlayer.Chatted:Connect(function(msg)
  30. msg = msg:lower()
  31. if string.sub(msg,1,3) == "/e " then
  32. msg = string.sub(msg,4)
  33. end
  34. if string.sub(msg,1,1) == prefix then
  35. local cmd
  36. local space = string.find(msg," ")
  37. if space then
  38. cmd = string.sub(msg,2,space-1)
  39. else
  40. cmd = string.sub(msg,2)
  41. end
  42.  
  43. if cmd == "print" then
  44. local var = string.sub(msg,space+1)
  45. print(var)
  46. end
  47. if cmd == "reset" then
  48. game.Players.LocalPlayer.Character:BreakJoints()
  49. end
  50. if cmd == "aimbot" then
  51. local plrs = game:GetService("Players")
  52. local TeamBased = true ; local teambasedswitch = "o"
  53. local presskeytoaim = true; local aimkey = "e"
  54. local raycast = false
  55.  
  56. local espupdatetime = 5; autoesp = false
  57.  
  58.  
  59.  
  60. local lockaim = true; local lockangle = 5
  61.  
  62.  
  63.  
  64. --function findwat(folder, what)
  65. -- for i, smth in pairs(folder:GetChildren()) do
  66. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  67. -- return smth
  68. -- end
  69. -- end
  70. --end
  71. --
  72. --local plrs = findwat(game, "Players")
  73.  
  74.  
  75.  
  76.  
  77. local Gui = Instance.new("ScreenGui")
  78. local Move = Instance.new("Frame")
  79. local Main = Instance.new("Frame")
  80. local EspStatus = Instance.new("TextLabel")
  81. local st1 = Instance.new("TextLabel")
  82. local st1_2 = Instance.new("TextLabel")
  83. local st1_3 = Instance.new("TextLabel")
  84. local Name = Instance.new("TextLabel")
  85. --Properties:
  86. Gui.Name = "Gui"
  87. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  88.  
  89. Move.Name = "Move"
  90. Move.Parent = Gui
  91. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  92. Move.BackgroundTransparency = 1
  93. Move.BorderSizePixel = 0
  94. Move.Draggable = true
  95. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  96. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  97.  
  98. Main.Name = "Main"
  99. Main.Parent = Move
  100. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  102. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  103. Main.Style = Enum.FrameStyle.RobloxSquare
  104.  
  105. EspStatus.Name = "EspStatus"
  106. EspStatus.Parent = Main
  107. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  108. EspStatus.BackgroundTransparency = 1
  109. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  110. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  111. EspStatus.Font = Enum.Font.ArialBold
  112. EspStatus.Text = "Press O to change team based mode"
  113. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  114. EspStatus.TextScaled = true
  115. EspStatus.TextWrapped = true
  116.  
  117. st1.Name = "st1"
  118. st1.Parent = Main
  119. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  120. st1.BackgroundTransparency = 1
  121. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  122. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  123. st1.Font = Enum.Font.ArialBold
  124. st1.Text = ""
  125. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  126. st1.TextScaled = true
  127. st1.TextSize = 14
  128. st1.TextWrapped = true
  129.  
  130. st1_2.Name = "st1"
  131. st1_2.Parent = Main
  132. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. st1_2.BackgroundTransparency = 1
  134. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  135. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  136. st1_2.Font = Enum.Font.ArialBold
  137. st1_2.Text = "Press E to lock on a person inside ur view"
  138. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  139. st1_2.TextScaled = true
  140. st1_2.TextWrapped = true
  141.  
  142. st1_3.Name = "st1"
  143. st1_3.Parent = Main
  144. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  145. st1_3.BackgroundTransparency = 1
  146. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  147. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  148. st1_3.Font = Enum.Font.ArialBold
  149. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  150. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  151. st1_3.TextScaled = true
  152. st1_3.TextWrapped = true
  153.  
  154.  
  155. Name.Name = "Name"
  156. Name.Parent = Move
  157. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  158. Name.BackgroundTransparency = 1
  159. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  160. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  161. Name.Font = Enum.Font.Arcade
  162. Name.Text = "Aimbot Gui (Edited By Xersition)"
  163. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  164. Name.TextScaled = true
  165. Name.TextSize = 12
  166. Name.TextWrapped = true
  167. -- Scripts:
  168.  
  169.  
  170. local plrsforaim = {}
  171.  
  172. local lplr = game:GetService("Players").LocalPlayer
  173. Move.Draggable = true
  174. Gui.ResetOnSpawn = false
  175. Gui.Name = "Chat"
  176. Gui.DisplayOrder = 999
  177.  
  178. Gui.Parent = plrs.LocalPlayer.PlayerGui
  179.  
  180.  
  181. f = {}
  182. local espforlder
  183.  
  184. f.addesp = function()
  185. --print("ESP ran")
  186. if espforlder then
  187. else
  188. espforlder = Instance.new("Folder")
  189. espforlder.Parent = game.Workspace.CurrentCamera
  190. end
  191. for i, v in pairs(espforlder:GetChildren()) do
  192. v:Destroy()
  193. end
  194. for _, plr in pairs(plrs:GetChildren()) do
  195. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  196. if TeamBased == true then
  197. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  198. local e = espforlder:FindFirstChild(plr.Name)
  199. if not e then
  200. --print("Added esp for team based")
  201. local bill = Instance.new("BillboardGui", espforlder)
  202. bill.Name = plr.Name
  203. bill.AlwaysOnTop = true
  204. bill.Size = UDim2.new(1,0,1,0)
  205. bill.Adornee = plr.Character.Head
  206. local Frame = Instance.new('Frame',bill)
  207. Frame.Active = true
  208. Frame.BackgroundColor3 = Color3.new(0.862745, 0.0784314, 0.235294)
  209. Frame.BackgroundTransparency = 0
  210. Frame.BorderSizePixel = 0
  211. Frame.AnchorPoint = Vector2.new(.5, .5)
  212. Frame.Position = UDim2.new (0.5,0,0.5,0)
  213. Frame.Size = UDim2.new (1,0,1,0)
  214. Frame.Rotation = 0
  215. plr.Character.Humanoid.Died:Connect(function()
  216. bill:Destroy()
  217. end)
  218. end
  219. end
  220. else
  221. local e = espforlder:FindFirstChild(plr.Name)
  222. if not e then
  223. --print("Added esp")
  224. local bill = Instance.new("BillboardGui", espforlder)
  225. bill.Name = plr.Name
  226. bill.AlwaysOnTop = true
  227. bill.Size = UDim2.new(1,0,1,0)
  228. bill.Adornee = plr.Character.Head
  229. local Frame = Instance.new('Frame',bill)
  230. Frame.Active = true
  231. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  232. Frame.BackgroundTransparency = 0
  233. Frame.BorderSizePixel = 0
  234. Frame.AnchorPoint = Vector2.new(.5, .5)
  235. Frame.Position = UDim2.new (0.5,0,0.5,0)
  236. Frame.Size = UDim2.new (1,0,1,0)
  237. Frame.Rotation = 0
  238. plr.Character.Humanoid.Died:Connect(function()
  239. bill:Destroy()
  240. end)
  241. end
  242. end
  243.  
  244.  
  245. end
  246. end
  247. end
  248. local cam = game.Workspace.CurrentCamera
  249.  
  250. local mouse = lplr:GetMouse()
  251. local switch = false
  252. local key = "k"
  253. local aimatpart = nil
  254. mouse.KeyDown:Connect(function(a)
  255. if a == "t" then
  256. print("worked1")
  257. f.addesp()
  258. elseif a == "u" then
  259. if raycast == true then
  260. raycast = false
  261. else
  262. raycast = true
  263. end
  264. elseif a == "l" then
  265. if autoesp == false then
  266. autoesp = true
  267. else
  268. autoesp = false
  269. end
  270. end
  271. if a == "j" then
  272. if mouse.Target then
  273. mouse.Target:Destroy()
  274. end
  275. end
  276. if a == key then
  277. if switch == false then
  278. switch = true
  279. else
  280. switch = false
  281. if aimatpart ~= nil then
  282. aimatpart = nil
  283. end
  284. end
  285. elseif a == teambasedswitch then
  286. if TeamBased == true then
  287. TeamBased = false
  288. teambasedstatus.Text = tostring(TeamBased)
  289. else
  290. TeamBased = true
  291. teambasedstatus.Text = tostring(TeamBased)
  292. end
  293. elseif a == aimkey then
  294. if not aimatpart then
  295. local maxangle = math.rad(20)
  296. for i, plr in pairs(plrs:GetChildren()) do
  297. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  298. if TeamBased == true then
  299. if plr.Team.Name ~= lplr.Team.Name then
  300. local an = checkfov(plr.Character.Head)
  301. if an < maxangle then
  302. maxangle = an
  303. aimatpart = plr.Character.Head
  304. end
  305. end
  306. else
  307. local an = checkfov(plr.Character.Head)
  308. if an < maxangle then
  309. maxangle = an
  310. aimatpart = plr.Character.Head
  311. end
  312. print(plr)
  313. end
  314. plr.Character.Humanoid.Died:Connect(function()
  315. if aimatpart.Parent == plr.Character or aimatpart == nil then
  316. aimatpart = nil
  317. end
  318. end)
  319. end
  320. end
  321. else
  322. aimatpart = nil
  323. end
  324. end
  325. end)
  326.  
  327. function getfovxyz (p0, p1, deg)
  328. local x1, y1, z1 = p0:ToOrientation()
  329. local cf = CFrame.new(p0.p, p1.p)
  330. local x2, y2, z2 = cf:ToOrientation()
  331. --local d = math.deg
  332. if deg then
  333. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  334. else
  335. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  336. end
  337. end
  338.  
  339. function getaimbotplrs()
  340. plrsforaim = {}
  341. for i, plr in pairs(plrs:GetChildren()) do
  342. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  343.  
  344. if TeamBased == true then
  345. if plr.Team.Name ~= lplr.Team.Name then
  346. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  347. local r = Ray.new(cf, cf.LookVector * 10000)
  348. local ign = {}
  349. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  350. if v:IsA("BasePart") then
  351. table.insert(ign , v)
  352. end
  353. end
  354. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  355. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  356. table.insert(plrsforaim, obj)
  357. end
  358. end
  359. else
  360. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  361. local r = Ray.new(cf, cf.LookVector * 10000)
  362. local ign = {}
  363. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  364. if v:IsA("BasePart") then
  365. table.insert(ign , v)
  366. end
  367. end
  368. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  369. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  370. table.insert(plrsforaim, obj)
  371. end
  372. end
  373.  
  374.  
  375. end
  376. end
  377. end
  378.  
  379. function aimat(part)
  380. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  381. end
  382. function checkfov (part)
  383. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  384. local angle = math.abs(fov.X) + math.abs(fov.Y)
  385. return angle
  386. end
  387.  
  388. game:GetService("RunService").RenderStepped:Connect(function()
  389. if aimatpart then
  390. aimat(aimatpart)
  391. if aimatpart.Parent == plrs.LocalPlayer.Character then
  392. aimatpart = nil
  393. end
  394. end
  395.  
  396.  
  397. -- if switch == true then
  398. -- local maxangle = 99999
  399. --
  400. -- --print("Loop")
  401. -- if true and raycast == false then
  402. -- for i, plr in pairs(plrs:GetChildren()) do
  403. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  404. -- if TeamBased then
  405. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  406. -- local an = checkfov(plr.Character.Head)
  407. -- if an < maxangle then
  408. -- maxangle = an
  409. -- aimatpart = plr.Character.Head
  410. -- if an < lockangle then
  411. -- break
  412. -- end
  413. -- end
  414. -- end
  415. -- else
  416. -- local an = checkfov(plr.Character.Head)
  417. -- if an < maxangle then
  418. -- maxangle = an
  419. -- aimatpart = plr.Character.Head
  420. -- if an < lockangle then
  421. -- break
  422. -- end
  423. -- end
  424. -- end
  425. --
  426. --
  427. --
  428. --
  429. -- end
  430. -- end
  431. -- elseif raycast == true then
  432. --
  433. -- end
  434.  
  435. if raycast == true and switch == false and not aimatpart then
  436. getaimbotplrs()
  437. aimatpart = nil
  438. local maxangle = 999
  439. for i, v in ipairs(plrsforaim) do
  440. if v.Parent ~= lplr.Character then
  441. local an = checkfov(v)
  442. if an < maxangle and v ~= lplr.Character.Head then
  443. maxangle = an
  444. aimatpart = v
  445. print(v:GetFullName())
  446. v.Parent.Humanoid.Died:connect(function()
  447. aimatpart = nil
  448. end)
  449. end
  450. end
  451. end
  452.  
  453. end
  454. end)
  455. delay(0, function()
  456. while wait(espupdatetime) do
  457. if autoesp == true then
  458. pcall(function()
  459. f.addesp()
  460. end)
  461. end
  462. end
  463. end)
  464. warn("loaded")
  465. end
  466. if cmd == "unrbody" then
  467. _G.rainbow=false;wait(.0)game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Buttermilk"))
  468. end
  469. if cmd == "rbody" then
  470. _G.rainbow=true;while _G.rainbow do for f=0,1,0.1 do game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new(Color3.fromHSV(f,1,1)))wait(.0)end end
  471. end
  472. if cmd == "giveboombox" then
  473. game.Workspace.GiveTool:FireServer(11619040 , "SuperFlyGoldBoombox")
  474. end
  475. if cmd == "coil" then
  476. game.Workspace.GiveTool:FireServer(11619040 , "SuperSpeedCoil")
  477. end
  478. if cmd == "unicorn" then
  479. game.Workspace.GiveTool:FireServer(11619040 , "FluffyUnicorn")
  480. end
  481. if cmd == "tools" then
  482. game.Workspace.GiveTool:FireServer(11619040 , "SuperFlyGoldBoombox")
  483.  
  484. game.Workspace.GiveTool:FireServer(11619040 , "SuperSpeedCoil")
  485.  
  486. game.Workspace.GiveTool:FireServer(11619040 , "BoomboxGearThree")
  487.  
  488. game.Workspace.GiveTool:FireServer(11619040 , "PompousTheCloud")
  489.  
  490. game.Workspace.GiveTool:FireServer(11619040 , "Stroller")
  491.  
  492. game.Workspace.GiveTool:FireServer(11619040 , "FluffyUnicorn")
  493. end
  494. if string.sub(msg,1,6)==prefix.."dtool"then
  495. for f,g in pairs(lplayer.Character:GetChildren())do
  496. if g:IsA("Tool")then
  497. g.Parent=workspace
  498. end
  499. end
  500. end;
  501. if cmd == "killall" then
  502. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  503.  
  504. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  505.  
  506. wait(0.5)
  507. function kill(a)
  508. local A_1 =
  509. {
  510. [1] =
  511. {
  512. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  513. ["Distance"] = 3.2524313926697,
  514. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  515. ["Hit"] = a.Character.Head
  516. },
  517. [2] =
  518. {
  519. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  520. ["Distance"] = 3.2699294090271,
  521. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  522. ["Hit"] = a.Character.Head
  523. },
  524. [3] =
  525. {
  526. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  527. ["Distance"] = 3.1665518283844,
  528. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  529. ["Hit"] = a.Character.Head
  530. },
  531. [4] =
  532. {
  533. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  534. ["Distance"] = 3.3218522071838,
  535. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  536. ["Hit"] = a.Character.Head
  537. },
  538. [5] =
  539. {
  540. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  541. ["Distance"] = 3.222757101059,
  542. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  543. ["Hit"] = a.Character.Head
  544. }
  545. }
  546. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  547. local Event = game:GetService("ReplicatedStorage").ShootEvent
  548. Event:FireServer(A_1, A_2)
  549. Event:FireServer(A_1, A_2)
  550. end
  551.  
  552. for i,v in pairs(game.Players:GetChildren())do
  553. if v.Name ~= game.Players.LocalPlayer.Name then
  554. kill(v)
  555. end
  556. end
  557. wait(1)
  558. workspace.Remote.TeamEvent:FireServer("Bright orange")
  559. end
  560. if cmd == "boomboxvis" then
  561. local nig = "150"
  562.  
  563. local UserName = game:GetService('Players').LocalPlayer.Name
  564.  
  565. local CE = {}
  566. local Variables = {
  567. workspace = game:GetService("Workspace"),
  568. players = game:GetService("Players")
  569. }
  570.  
  571. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  572.  
  573. function CE:FireEvent(ItemName, Object, Property, Value)
  574. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  575. end
  576. MainUserP.Backpack.PompousTheCloud.Parent = MainUserW
  577.  
  578. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  579. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Transparency","1")
  580. spawn(function()
  581. game:service'RunService'.RenderStepped:connect(function()
  582. local asd = math.floor(MainUserW["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"].PlaybackLoudness)/nig
  583. CE:FireEvent("PompousTheCloud",MainUserW["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(asd,asd,asd))
  584. end)
  585. end)
  586. end
  587. if cmd == "gas" then
  588. game.workspace.GiveTool:FireServer("11619040", "PompousTheCloud")
  589. wait()
  590. local UserName = game:GetService('Players').LocalPlayer.Name
  591. local Autoride = true
  592.  
  593. local Icon, Mesh, Texture = 4623501830, 4453340376, 4453340516
  594. local Name, ToolTip = "That Good Shit", "That Good Shit"
  595.  
  596. local CE = {}
  597. local Variables = {
  598. workspace = game:GetService("Workspace"),
  599. players = game:GetService("Players")
  600. }
  601.  
  602. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  603.  
  604. function CE:FireEvent(ItemName, Object, Property, Value)
  605. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  606. end
  607.  
  608. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  609. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  610. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  611. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  612.  
  613. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  614.  
  615. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  616. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  617. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.02,.02,.02))
  618. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0,0,0))
  619. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981,1.759,-11.839))
  620.  
  621. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0, 0, -1))
  622. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(1.5, -0.75, -0.6))
  623. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, 0, 0))
  624. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0, 1, 0))
  625. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  626.  
  627.  
  628. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)
  629. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.new(17,17,17))
  630. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Opacity","0")
  631. end
  632. if cmd == "giveboombox2" then
  633. game.Workspace.GiveTool:FireServer(11619040 , "BoomboxGearThree")
  634. end
  635. if cmd == "cloud" then
  636. game.Workspace.GiveTool:FireServer(11619040 , "PompousTheCloud")
  637. end
  638. if cmd == "stroller" then
  639. game.Workspace.GiveTool:FireServer(11619040 , "Stroller")
  640. end
  641. if cmd == "blunt" then
  642. game.workspace.GiveTool:FireServer("11619040", "PompousTheCloud")
  643. wait()
  644. local UserName = game:GetService('Players').LocalPlayer.Name
  645. local Autoride = true
  646.  
  647. local Icon, Mesh, Texture = 4623501830, 4453340376, 4453340516
  648. local Name, ToolTip = "That Good Shit", "That Good Shit"
  649.  
  650. local CE = {}
  651. local Variables = {
  652. workspace = game:GetService("Workspace"),
  653. players = game:GetService("Players")
  654. }
  655.  
  656. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  657.  
  658. function CE:FireEvent(ItemName, Object, Property, Value)
  659. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  660. end
  661.  
  662. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  663. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  664. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  665. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  666.  
  667. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  668.  
  669. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  670. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  671. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.02,.02,.02))
  672. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0,0,0))
  673. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981,1.759,-11.839))
  674.  
  675. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0, 0, -1))
  676. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(1.5, -0.75, -0.6))
  677. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, 0, 0))
  678. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0, 1, 0))
  679. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  680.  
  681.  
  682. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Fire"],"Enabled",true)
  683. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Fire"],"Color",Color3.new(50,255,0))
  684. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Fire"],"Opacity","0.1")
  685. end
  686.  
  687. if cmd == "redbarvis" then
  688. loadstring(game:HttpGet(("https://pastebin.com/raw/HTNPHnE8"), true))()
  689. end
  690. if msg:lower() == "{antistroller" then
  691. game.Workspace.GiveTool:FireServer(11619040,"Stroller")
  692. local ME = game:GetService("Players").LocalPlayer
  693. function FireEvent(ItemName, Object, Property, Value)
  694. ME.Character:FindFirstChild(ItemName).ServerControl:InvokeServer("SetProperty", {Value = Value, Property = Property, Object = Object})
  695. end
  696. ME.Backpack:WaitForChild("Stroller").Parent = ME.Character
  697. ME.Backpack:WaitForChild("SuperSpeedCoil").Parent = ME.Character
  698. ME.Backpack:WaitForChild("PompousTheCloud").Parent = ME.Character
  699. FireEvent("PompousTheCloud",ME.Character.SuperSpeedCoil.Client, "Disabled", "true")
  700. FireEvent("PompousTheCloud", ME.Character.SuperSpeedCoil, "Parent", game:GetService("StarterPack"))
  701. wait(1)
  702. FireEvent("PompousTheCloud",ME.Character.Stroller.Client, "Disabled", "true")
  703. FireEvent("PompousTheCloud", ME.Character.Stroller, "Parent", game:GetService("StarterPack"))
  704. MainUserW:WaitForChild("PompousTheCloud").Parent = MainUserP["Backpack"]
  705. end
  706. if cmd == "ballvis" then
  707. loadstring(game:HttpGet(("https://pastebin.com/raw/LvJear6s"), true))()
  708. end
  709. if msg:lower() == "{kleg" then
  710. game.workspace.GiveTool:FireServer("11619040", "PompousTheCloud")
  711. wait()
  712. loadstring(game:HttpGet("https://pastebin.com/raw/apAR4EG4"))()
  713. end
  714. if cmd == "pewpew" then
  715. game.workspace.GiveTool:FireServer("11619040", "PompousTheCloud")
  716. wait()
  717. local UserName = game:GetService('Players').LocalPlayer.Name
  718. local Autoride = true
  719.  
  720. local Animations = {Shoot = 95383980}
  721. local Icon, Mesh, Texture = 0, 476920625, 437828313
  722. local Name, ToolTip = "BOOMER", "Xersition"
  723.  
  724. local CE = {}
  725. local Variables = {
  726. workspace = game:GetService("Workspace"),
  727. players = game:GetService("Players")
  728. }
  729.  
  730. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  731.  
  732. function CE:FireEvent(ItemName, Object, Property, Value)
  733. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  734. end
  735.  
  736. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  737. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  738.  
  739. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  740.  
  741. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  742. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  743. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.05,0.05,0.05))
  744. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
  745. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
  746.  
  747. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
  748. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0, -0.206, 0.35))
  749. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, -0.026, 0))
  750. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.027, 0.996, 0))
  751.  
  752. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  753. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  754. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  755. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
  756. wait()
  757.  
  758. local BOOMER = MainUserW["BOOMER"]
  759.  
  760. MainUserP:GetMouse().Button1Down:Connect(function()
  761. if MainUserW:FindFirstChild("BOOMER") then
  762. if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
  763. CE:FireEvent("BOOMER",BOOMER,"GripRight",Vector3.new(0.838, -0.026, -0.545))
  764. local Animation = Instance.new("Animation")
  765. Animation.AnimationId = "rbxassetid://95383980"
  766. local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation)
  767. AnimationLoader:Play()
  768. AnimationLoader:AdjustSpeed(1)
  769. wait()
  770. Variables.workspace.GuiEvent:FireServer("TeyzEgo ss7817")
  771. wait(0.5)
  772. CE:FireEvent("BOOMER",MainUserW["."]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
  773. CE:FireEvent("BOOMER",BOOMER,"GripRight",Vector3.new(1, -0.026, 0))
  774. end
  775. end
  776. end)
  777.  
  778. function PlrCharHum(part)
  779. local Plr = false
  780. local Char = part:FindFirstAncestorOfClass("Model") or false
  781. local Hum = Char and Char:FindFirstChildOfClass("Humanoid") or false
  782. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  783. if Char and hum and Char == v.Character and hum == v.Character:FindFirstChildOfClass("Humanoid") then
  784. return Plr, Char, Hum
  785. end
  786. end
  787. return (Plr or false), (Char or false), (Hum or false)
  788. end
  789.  
  790. tool.Activated(function()
  791. local plr, Char, hum = PlrCharHum(Mouse.Target)
  792. if plr and Char and hum and hum.Health > 0 then
  793.  
  794. end
  795. end)
  796. end
  797.  
  798. if cmd == "mute" then
  799. for i,v in next,game:GetDescendants() do
  800. if v:IsA("Sound") then
  801. v.Playing = false
  802. end
  803. end
  804. end
  805. if cmd == "boombox" then
  806. local ME = game:GetService("Players").LocalPlayer
  807. function FireEvent(ItemName, Object, Property, Value)
  808. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  809. end
  810. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  811. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  812. ME["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
  813. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"CanBeDropped",true)
  814. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"TextureId","rbxassetid://4623501830")
  815. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://5063517204")
  816. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://5131618933")
  817. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(1, 1, 1))
  818. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripPos",Vector3.new(-1.603, -0.214, 2.437))
  819. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripUp",Vector3.new(-0.45, 0.893, -0.025))
  820. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripRight",Vector3.new(-0.893, -0.449, 0.025))
  821. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","9999999")
  822. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","9999999")
  823. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  824. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","9999999")
  825. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"ToolTip","Svtxvn's Admin")
  826. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"],"Transparency","1")
  827. while wait() do
  828. print("loud")
  829. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","9999999")
  830. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","9999999")
  831. wait(0.01)
  832. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  833. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","9999999")
  834. end
  835. end
  836. if cmd == "vol" then
  837. local ME = game:GetService("Players").LocalPlayer
  838. function FireEvent(ItemName, Object, Property, Value)
  839. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  840. end
  841. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  842. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  843.  
  844. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  845. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999990")
  846. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999990")
  847. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  848. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999990")
  849. while wait() do
  850. print("loud")
  851. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999990")
  852. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999990")
  853. wait(0.01)
  854. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  855. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999990")
  856. end
  857. end
  858. if cmd == "LeakedElectric" then
  859. local Colors = shared.Colors or {
  860. Red = 255,
  861. Green = 0,
  862. Blue = 0
  863. }
  864. local ME = game:GetService("Players").LocalPlayer
  865. function HunterRL(arg1, arg2, arg3, arg4)
  866. if arg1 and type(arg1) ~= "string" and arg1:IsA("Instance") then
  867. arg1, arg2, arg3, arg4 = "PompousTheCloud", arg1, arg2, arg3
  868. end
  869. local cItem = ME.Character:FindFirstChild(arg1)
  870. if not cItem or not cItem:FindFirstChild("ServerControl") or not cItem:FindFirstChild("ServerControl"):IsA("RemoteFunction") then
  871. return warn("Invalid tool '" .. arg1 .. "', missing 'ServerControl' or 'ServerControl' isn't 'RemoteFunction'!")
  872. end
  873. if type(arg3) == "table" then
  874. for i, v in pairs(arg3) do
  875. cItem.ServerControl:InvokeServer("SetProperty", {
  876. Value = v,
  877. Property = i,
  878. Object = arg2
  879. })
  880. end
  881. elseif type(arg3) ~= "table" then
  882. cItem.ServerControl:InvokeServer("SetProperty", {
  883. Value = arg4,
  884. Property = arg3,
  885. Object = arg2
  886. })
  887. end
  888. return arg2
  889. end
  890. if ME.Backpack:FindFirstChild("PompousTheCloud") then
  891. ME.Backpack:FindFirstChild("PompousTheCloud").Parent = ME.Character
  892. end
  893. local Cloud = ME.Character:WaitForChild("PompousTheCloud")
  894. game:GetService("ReplicatedStorage").AvatarEditor.HatHandle:FireServer(33171947)
  895. HunterRL(ME.Character:WaitForChild(33171947).Handle.NeckAttachment, "Parent", ME.Character.Head)
  896. ME.Character:WaitForChild(33171947):Destroy()
  897. ME.Character:WaitForChild("BlingNecklace"):Destroy()
  898. HunterRL(ME.Character.Head:WaitForChild("NeckAttachment"), {
  899. Orientation = Vector3.new(0, 0, 0),
  900. Position = Vector3.new(.15, .2, -.5),
  901. Axis = Vector3.new(1, 0, 0),
  902. SecondaryAxis = Vector3.new(0, 1, 0),
  903. Archivable = true,
  904. Name = "EpikEyeWeld1"
  905. })
  906. game:GetService("ReplicatedStorage").AvatarEditor.HatHandle:FireServer(33171947)
  907. HunterRL(ME.Character:WaitForChild(33171947).Handle.NeckAttachment, "Parent", ME.Character.Head)
  908. ME.Character:WaitForChild(33171947):Destroy()
  909. ME.Character:WaitForChild("BlingNecklace"):Destroy()
  910. HunterRL(ME.Character.Head:WaitForChild("NeckAttachment"), {
  911. Orientation = Vector3.new(0, 0, 0),
  912. Position = Vector3.new(-.15, .2, -.5),
  913. Axis = Vector3.new(1, 0, 0),
  914. SecondaryAxis = Vector3.new(0, 1, 0),
  915. Archivable = true,
  916. Name = "EpikEyeWeld2"
  917. })
  918. workspace.Effect:FireServer("Pixel")
  919. HunterRL(ME.Character.HumanoidRootPart:WaitForChild("Pixel"), {
  920. Color = ColorSequence.new(Color3.fromRGB(tonumber(Colors.Red), tonumber(Colors.Green), tonumber(Colors.Blue))),
  921. LightEmission = 0,
  922. LightInfluence = 0,
  923. Size = NumberSequence.new(.5),
  924. Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  925. Transparency = NumberSequence.new({
  926. NumberSequenceKeypoint.new(0, 1, 0),
  927. NumberSequenceKeypoint.new(.079, .372, 0),
  928. NumberSequenceKeypoint.new(.296, 0, 0),
  929. NumberSequenceKeypoint.new(.668, 0, 0),
  930. NumberSequenceKeypoint.new(.85, .306, 0),
  931. NumberSequenceKeypoint.new(1, 1, 0)
  932. }),
  933. ZOffset = .3,
  934. Archivable = true,
  935. Acceleration = Vector3.new(0, 0, 0),
  936. Drag = 0,
  937. LockedToPart = true,
  938. VelocityInheritance = .5,
  939. EmissionDirection = Enum.NormalId.Top,
  940. Enabled = true,
  941. Lifetime = NumberRange.new(.1, .1),
  942. Rate = 150,
  943. Rotation = NumberRange.new(0, 360),
  944. RotSpeed = NumberRange.new(0, 0),
  945. Speed = NumberRange.new(0, 0),
  946. SpreadAngle = Vector2.new(0, 0),
  947. })
  948. HunterRL(ME.Character.HumanoidRootPart.Pixel, {
  949. Name = "EpikEYE1",
  950. Parent = ME.Character.Head.EpikEyeWeld1
  951. })
  952. workspace.Effect:FireServer("Pixel")
  953. HunterRL(ME.Character.HumanoidRootPart:WaitForChild("Pixel"), {
  954. Color = ColorSequence.new(Color3.fromRGB(tonumber(Colors.Red), tonumber(Colors.Green), tonumber(Colors.Blue))),
  955. LightEmission = 0,
  956. LightInfluence = 0,
  957. Size = NumberSequence.new(.5),
  958. Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds",
  959. Transparency = NumberSequence.new({
  960. NumberSequenceKeypoint.new(0, 1, 0),
  961. NumberSequenceKeypoint.new(.079, .372, 0),
  962. NumberSequenceKeypoint.new(.296, 0, 0),
  963. NumberSequenceKeypoint.new(.668, 0, 0),
  964. NumberSequenceKeypoint.new(.85, .306, 0),
  965. NumberSequenceKeypoint.new(1, 1, 0)
  966. }),
  967. ZOffset = .3,
  968. Archivable = true,
  969. Acceleration = Vector3.new(0, 0, 0),
  970. Drag = 0,
  971. LockedToPart = true,
  972. VelocityInheritance = .5,
  973. EmissionDirection = Enum.NormalId.Top,
  974. Enabled = true,
  975. Lifetime = NumberRange.new(.1, .1),
  976. Rate = 150,
  977. Rotation = NumberRange.new(0, 360),
  978. RotSpeed = NumberRange.new(0, 0),
  979. Speed = NumberRange.new(0, 0),
  980. SpreadAngle = Vector2.new(0, 0)
  981. })
  982. HunterRL(ME.Character.HumanoidRootPart.Pixel, {
  983. Name = "EpikEYE2",
  984. Parent = ME.Character.Head.EpikEyeWeld2
  985. })
  986. workspace.Effect:FireServer("Pixel")
  987. HunterRL(ME.Character.HumanoidRootPart:WaitForChild("Pixel"), {
  988. Color = ColorSequence.new(Color3.fromRGB(tonumber(Colors.Red), tonumber(Colors.Green), tonumber(Colors.Blue))),
  989. LightEmission = 0,
  990. LightInfluence = 0,
  991. Size = NumberSequence.new({
  992. NumberSequenceKeypoint.new(0, 5, 1),
  993. NumberSequenceKeypoint.new(1, 5, 1)
  994. }),
  995. Texture = "rbxassetid://1734493941",
  996. Transparency = NumberSequence.new({
  997. NumberSequenceKeypoint.new(0, 0, 0),
  998. NumberSequenceKeypoint.new(.0411, 0, 0),
  999. NumberSequenceKeypoint.new(.078, .995, 0),
  1000. NumberSequenceKeypoint.new(.111, 0, 0),
  1001. NumberSequenceKeypoint.new(.135, .989, 0),
  1002. NumberSequenceKeypoint.new(.164, 0, 0),
  1003. NumberSequenceKeypoint.new(.303, 0, 0),
  1004. NumberSequenceKeypoint.new(.391, 0, 0),
  1005. NumberSequenceKeypoint.new(.416, 1, 0),
  1006. NumberSequenceKeypoint.new(.453, 0, 0),
  1007. NumberSequenceKeypoint.new(.551, 0, 0),
  1008. NumberSequenceKeypoint.new(.577, .995, 0),
  1009. NumberSequenceKeypoint.new(.595, 0, 0),
  1010. NumberSequenceKeypoint.new(.694, 0, 0),
  1011. NumberSequenceKeypoint.new(.743, 1, 0),
  1012. NumberSequenceKeypoint.new(.793, 0, 0),
  1013. NumberSequenceKeypoint.new(1, 0, 0)
  1014. }),
  1015. ZOffset = 3,
  1016. Archivable = true,
  1017. Acceleration = Vector3.new(0, 0, 0),
  1018. Drag = 0,
  1019. LockedToPart = true,
  1020. VelocityInheritance = .5,
  1021. EmissionDirection = Enum.NormalId.Top,
  1022. Enabled = true,
  1023. Lifetime = NumberRange.new(.2, .3),
  1024. Rate = 7,
  1025. Rotation = NumberRange.new(0, 360),
  1026. RotSpeed = NumberRange.new(0, 0),
  1027. Speed = NumberRange.new(0, 0),
  1028. SpreadAngle = Vector2.new(360, 360),
  1029. })
  1030. HunterRL(ME.Character.HumanoidRootPart.Pixel, {
  1031. Name = "EpikLightning",
  1032. Parent = ME.Character.Torso
  1033. })
  1034. workspace.Effect:FireServer("Pixel")
  1035. HunterRL(ME.Character.HumanoidRootPart:WaitForChild("Pixel"), {
  1036. Color = ColorSequence.new(Color3.fromRGB(tonumber(Colors.Red), tonumber(Colors.Green), tonumber(Colors.Blue))),
  1037. LightEmission = 0,
  1038. LightInfluence = 0,
  1039. Size = NumberSequence.new({
  1040. NumberSequenceKeypoint.new(0, 4.81, .875),
  1041. NumberSequenceKeypoint.new(1, 2.13, .875)
  1042. }),
  1043. Texture = "rbxassetid://347730682",
  1044. Transparency = NumberSequence.new({
  1045. NumberSequenceKeypoint.new(0, 1, 0),
  1046. NumberSequenceKeypoint.new(.059, .945, 0),
  1047. NumberSequenceKeypoint.new(.39, .951, 0),
  1048. NumberSequenceKeypoint.new(.702, .978, 0),
  1049. NumberSequenceKeypoint.new(1, 1, 0)
  1050. }),
  1051. ZOffset = -2,
  1052. Archivable = true,
  1053. Acceleration = Vector3.new(0, 25, 0),
  1054. Drag = 0,
  1055. LockedToPart = true,
  1056. VelocityInheritance = .5,
  1057. EmissionDirection = Enum.NormalId.Top,
  1058. Enabled = true,
  1059. Lifetime = NumberRange.new(.75, 1),
  1060. Rate = 50,
  1061. Rotation = NumberRange.new(-5, 5),
  1062. RotSpeed = NumberRange.new(0, 0),
  1063. Speed = NumberRange.new(5, 5),
  1064. SpreadAngle = Vector2.new(360, 360),
  1065. })
  1066. HunterRL(ME.Character.HumanoidRootPart.Pixel, {
  1067. Name = "EpikAura",
  1068. Parent = ME.Character.Torso
  1069. })
  1070. end
  1071. if cmd == "noclip" then
  1072. noclip = false
  1073. game:GetService('RunService').Stepped:connect(function()
  1074. if noclip then
  1075. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1076. end
  1077. end)
  1078. plr = game.Players.LocalPlayer
  1079. mouse = plr:GetMouse()
  1080. mouse.KeyDown:connect(function(key)
  1081.  
  1082. if key == "f" then
  1083. noclip = not noclip
  1084. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1085. end
  1086. end)
  1087. end
  1088. if cmd == "type" then
  1089. for i,v in pairs (game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  1090. v:Stop()
  1091. end
  1092.  
  1093. local tool = game.Players.LocalPlayer.Character:WaitForChild("PompousTheCloud")
  1094. tool.ServerControl:InvokeServer("SetProperty",{["Value"]="",["Property"]="MeshId",["Object"]=tool.Handle.Mesh})
  1095.  
  1096. for i,tool in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1097. if tool.Name == "PompousTheCloud" then
  1098. for i,localsript in pairs(tool:GetChildren()) do
  1099. if localsript:IsA("LocalScript") then
  1100. localsript:Destroy()
  1101. end
  1102. end
  1103. end
  1104. end
  1105. wait(.2)
  1106. for i,v in pairs (game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  1107. v:Stop()
  1108. end
  1109.  
  1110. local MainUserP, MainUserW = game.Players.LocalPlayer, game.Players.LocalPlayer.Character
  1111. function FireEvent(a,c,b,d)game.Players.LocalPlayer.Character:FindFirstChild(a)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=d,["Property"]=b,["Object"]=c})end
  1112. FireEvent("PompousTheCloud",MainUserW.Head.NametagTemplate.TagText,"Font","Antique")
  1113. FireEvent("PompousTheCloud",MainUserW.Head.NametagTemplate.TagText,"Size",Vector3.new(3,3,3))
  1114. game:GetService("RunService").RenderStepped:connect(function()
  1115. local M = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar.Text
  1116. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text",M)
  1117. end)
  1118. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromHSV(196, 40, 28))
  1119. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Active",true)
  1120. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"StudsOffset",Vector3.new(0,5,0))
  1121. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"ClipsDescendants",false)
  1122. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"Size",UDim2.new(10, 0, 1, 0))
  1123. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"AlwaysOnTop",true)
  1124. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"ExtentsOffset",Vector3.new(0,3,0))
  1125. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"ExtentsOffsetWorldSpace",Vector3.new(0,0,0))
  1126. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"LightInfluence","1")
  1127. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"SizeOffset",Vector2.new(0,0))
  1128. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"],"SizeOffsetWorldSpace",Vector3.new(0,0,0))
  1129. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Active",false)
  1130. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"LineHeight","1")
  1131. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"BackgroundTransparency","1")
  1132. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"AnchorPoint",Vector2.new(0,0))
  1133. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextWrapped",true)
  1134. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextScaled",true)
  1135. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize","20")
  1136. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextTransparency","0")
  1137. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextTruncate","None")
  1138. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeTransparency","0")
  1139. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Zindex","69")
  1140. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Visible",true)
  1141. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"ClipDescendants",false)
  1142. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Size",UDim2.new(4, 0, 1, 0))
  1143. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(-1.5,0,0.5,0))
  1144. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Font","Bangers")
  1145. function RGBX(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1146. RGBcount = 0
  1147. while true do
  1148. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromHSV(RGBX(RGBcount),0,0))
  1149. RGBcount = RGBcount + 0.03
  1150. end
  1151. while true do
  1152. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","1")
  1153. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","2")
  1154. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","3")
  1155. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","4")
  1156. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","5")
  1157. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","6")
  1158. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","7")
  1159. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","8")
  1160. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","9")
  1161. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","10")
  1162. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","11")
  1163. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","12")
  1164. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","13")
  1165. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","14")
  1166. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","15")
  1167. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","16")
  1168. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","17")
  1169. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","16")
  1170. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","15")
  1171. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","14")
  1172. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","13")
  1173. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","12")
  1174. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","11")
  1175. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","10")
  1176. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","9")
  1177. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","8")
  1178. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","7")
  1179. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","6")
  1180. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","5")
  1181. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","4")
  1182. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","3")
  1183. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","2")
  1184. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","1")
  1185. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","0")
  1186. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-1")
  1187. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-2")
  1188. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-3")
  1189. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-4")
  1190. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-5")
  1191. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-6")
  1192. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-7")
  1193. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-8")
  1194. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-9")
  1195. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-10")
  1196. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-11")
  1197. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-12")
  1198. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-13")
  1199. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-14")
  1200. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-15")
  1201. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-16")
  1202. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-17")
  1203. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-16")
  1204. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-15")
  1205. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-14")
  1206. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-13")
  1207. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-12")
  1208. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-11")
  1209. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-10")
  1210. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-9")
  1211. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-8")
  1212. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-7")
  1213. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-6")
  1214. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-5")
  1215. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-4")
  1216. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-3")
  1217. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-2")
  1218. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","-1")
  1219. FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Rotation","0")
  1220. end
  1221. end
  1222. if cmd == "fly" then
  1223. repeat wait()
  1224. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1225. local mouse = game.Players.LocalPlayer:GetMouse()
  1226. repeat wait() until mouse
  1227. local plr = game.Players.LocalPlayer
  1228. local torso = plr.Character.Torso
  1229. local flying = true
  1230. local deb = true
  1231. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1232. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1233. local maxspeed = 100
  1234. local speed = 100
  1235.  
  1236. function Fly()
  1237. local bg = Instance.new("BodyGyro", torso)
  1238. bg.P = 9e4
  1239. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1240. bg.cframe = torso.CFrame
  1241. local bv = Instance.new("BodyVelocity", torso)
  1242. bv.velocity = Vector3.new(0,0.1,0)
  1243. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1244. repeat wait()
  1245. plr.Character.Humanoid.PlatformStand = true
  1246. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1247. speed = speed+.5+(speed/maxspeed)
  1248. if speed > maxspeed then
  1249. speed = maxspeed
  1250. end
  1251. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1252. speed = speed-1
  1253. if speed < 0 then
  1254. speed = 0
  1255. end
  1256. end
  1257. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1258. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1259. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1260. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1261. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1262. else
  1263. bv.velocity = Vector3.new(0,0.1,0)
  1264. end
  1265. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1266. until not flying
  1267. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1268. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1269. speed = 0
  1270. bg:Destroy()
  1271. bv:Destroy()
  1272. plr.Character.Humanoid.PlatformStand = false
  1273. end
  1274. mouse.KeyDown:connect(function(key)
  1275. if key:lower() == "e" then
  1276. if flying then flying = false
  1277. else
  1278. flying = true
  1279. Fly()
  1280. end
  1281. elseif key:lower() == "w" then
  1282. ctrl.f = 1
  1283. elseif key:lower() == "s" then
  1284. ctrl.b = -1
  1285. elseif key:lower() == "a" then
  1286. ctrl.l = -1
  1287. elseif key:lower() == "d" then
  1288. ctrl.r = 1
  1289. end
  1290. end)
  1291. mouse.KeyUp:connect(function(key)
  1292. if key:lower() == "w" then
  1293. ctrl.f = 0
  1294. elseif key:lower() == "s" then
  1295. ctrl.b = 0
  1296. elseif key:lower() == "a" then
  1297. ctrl.l = 0
  1298. elseif key:lower() == "d" then
  1299. ctrl.r = 0
  1300. end
  1301. end)
  1302. Fly()
  1303. end
  1304. if cmd == "kill " then
  1305. game.workspace.GiveTool:FireServer("11619040 ", "PompousTheCloud")
  1306. for f,g in pairs(GetPlayer(string.sub(msg,7)))do
  1307. local C=game:GetService('Players').LocalPlayer.Name;
  1308. local D={}
  1309. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1310. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1311. function D:FireEvent(H,I,J,K)
  1312. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  1313. end;
  1314. game.Workspace.GiveTool:FireServer(11619040 , "PompousTheCloud")
  1315. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1316. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  1317. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  1318. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  1319. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  1320. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  1321. end
  1322. end
  1323.  
  1324. if cmd == "cmds" then
  1325. print [[
  1326.  
  1327. Basics
  1328. {kill (player) -- Kills a player
  1329. {lkill (player) -- Loop kills a player
  1330. {goto (player) -- Teleports you to a player
  1331. {freeze (player) -- Jails a player
  1332. {noclip -- Makes you noclip Press "F" to noclip
  1333. {fly -- Makes you fly Press "E" to unfly and fly again
  1334. {view (player) -- Makes you view a player
  1335. {unview -- Unviews the player
  1336. {reset -- Resets your character
  1337. {delete -- deletes screengui
  1338. ------------------
  1339. Tools
  1340. {tools -- Gives you all tools
  1341. {gas -- Gives you that good stuff
  1342. {stroller -- Gives you a stroller
  1343. {giveboombox -- Gives you a boombox
  1344. {coil -- Gives you a speed coil
  1345. {unicorn -- Gives you a fluffy unicorn
  1346. {giveboombox2 -- Gives you another boombox
  1347. {cloud -- Gives you a cloud
  1348. {boombox -- Gives you a sniper boombox that goes on your back
  1349. -----------------
  1350. Music comamnds
  1351. {vol -- Highers the volume of your boombox
  1352. {mute -- Mutes other players boomboxes
  1353. {redbarvis -- Gives you a red & white barvis
  1354. {boomboxvis -- IT GIVES YOU A BOOMBOX VISUALISER NIGGA -_-
  1355. ]]
  1356. end
  1357. if cmd == "delete" then
  1358. game.Players.LocalPlayer.PlayerGui.MainGUI:Destroy()
  1359. end
  1360.  
  1361.  
  1362. if cmd == "loop " then
  1363. for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do
  1364. local C=game:GetService('Players').LocalPlayer.Name;
  1365. local D={}
  1366. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1367. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1368. function D:FireEvent(H,I,J,K)
  1369. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  1370. end;
  1371. _G.lkill=true;
  1372. while _G.lkill do
  1373. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1374. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  1375. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  1376. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  1377. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  1378. wait(-90)
  1379. end
  1380. end
  1381. end
  1382. if cmd == "stoploop " then
  1383. _G.lkill=false;
  1384. end
  1385. end
  1386. if cmd == "to " then
  1387. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  1388. lplayer.Character.HumanoidRootPart.CFrame=game:GetService("Players")[g.Name].Character.HumanoidRootPart.CFrame
  1389. end
  1390. if cmd == "view" then
  1391. local var = string.sub(msg,space+1)
  1392. local target = GetPlayer(var)
  1393. game.Workspace.CurrentCamera.CameraSubject = target.Character.Head
  1394. end
  1395. if cmd == "unview" then
  1396. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1397. end
  1398. end
  1399. end)
  1400.  
  1401. function GetPlayer(String)
  1402. local plr
  1403. local strl = String:lower()
  1404. for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  1405. if v.Name:lower():sub(1, #String) == String:lower() then
  1406. plr = v
  1407. end
  1408. end
  1409. if String == "me" then
  1410. plr = game.Players.LocalPlayer
  1411. end
  1412. if String == "" or String == " " then
  1413. plr = nil
  1414. end
  1415. return plr
  1416. end
  1417.  
  1418. a=10744243
  1419. prefix = "{"
  1420. lplayer = game.Players.LocalPlayer
  1421. game:GetService("Players").LocalPlayer.Chatted:Connect(function(msg)
  1422.  
  1423. function GetPlayer(String)
  1424. local Found = {}
  1425. local strl = String:lower()
  1426. if strl == "all" then
  1427. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1428. if v.Name ~= lplayer.Name then
  1429. table.insert(Found,v)
  1430. end
  1431. end
  1432. elseif strl == "me" then
  1433. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1434. if v.Name == lplayer.Name then
  1435. table.insert(Found,v)
  1436. end
  1437. end
  1438. else
  1439. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1440. if v.Name:lower():sub(1, #String) == String:lower() then
  1441. table.insert(Found,v)
  1442. end
  1443. end
  1444. end
  1445. return Found
  1446. end
  1447.  
  1448. if string.sub(msg,1,8)==prefix.."freeze "then
  1449. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  1450. for f,g in pairs(GetPlayer(string.sub(msg,9)))do
  1451. game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(138932314)wait(1)
  1452. local C=game:GetService('Players').LocalPlayer.Name
  1453. local P,Q=5230387796,0
  1454. local D={}
  1455. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1456. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1457. function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G
  1458. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1459. D:FireEvent("PompousTheCloud",G["138932314"]["Handle"],"Transparency",0)D:FireEvent("PompousTheCloud",G["138932314"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1.5,1))
  1460. D:FireEvent("PompousTheCloud",G["138932314"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["138932314"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)
  1461. D:FireEvent("PompousTheCloud",G["138932314"]["Handle"],"Anchored",true)D:FireEvent("PompousTheCloud",G["138932314"],"Parent",game.Players[g.Name].Character)
  1462. --game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  1463. --game.Players.LocalPlayer.Character[138932314]:Remove()
  1464. --game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1465. G["PompousTheCloud"].Parent = F["Backpack"]
  1466. end
  1467. end;
  1468.  
  1469. if string.sub(msg,1,7)==prefix.."lkill "then
  1470. for f,g in pairs(GetPlayer(string.sub(msg,8)))do
  1471. local C=game:GetService('Players').LocalPlayer.Name
  1472. local D={}
  1473. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1474. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1475. function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end
  1476. _G.lkill=true
  1477. while _G.lkill do
  1478. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G
  1479. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  1480. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  1481. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"Transparency","1")
  1482. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  1483. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()wait(.0005)
  1484. end
  1485. end
  1486. end;
  1487.  
  1488. if string.sub(msg,1,6)==prefix.."goto " then
  1489. for i, v in pairs(GetPlayer(string.sub(msg, 7))) do
  1490. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1491. end
  1492. end;
  1493. if string.sub(msg,1,8)==prefix.."wmusic "then
  1494. local C=game:GetService('Players').LocalPlayer.Name;
  1495. local D={}
  1496. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1497. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1498. function D:FireEvent(H,I,J,K)
  1499. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  1500. end;
  1501. E.workspace.Buy:FireServer(0,"PompousTheCloud")
  1502. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1503. if not game.Players.LocalPlayer.Backpack:FindFirstChild("SuperFlyGoldBoomBox")then
  1504. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  1505. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent=E.players.LocalPlayer.Character;
  1506. local X=E.players.LocalPlayer.Character:WaitForChild("SuperFlyGoldBoombox").Handle.BoomboxSound;
  1507. local Y=X.Parent.Parent.Remote;
  1508. Y:FireServer("PlaySong",string.sub(msg,9))
  1509. wait(1)
  1510. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Parent",E.players.LocalPlayer.Character)
  1511. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"Parent",E.players.LocalPlayer.Backpack)
  1512. D:FireEvent("PompousTheCloud",G["BoomboxSound"],"Name","NOOB")
  1513. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",true)
  1514. D:FireEvent("PompousTheCloud",G["NOOB"],"Volume",5)
  1515. D:FireEvent("PompousTheCloud",G["NOOB"],"PlayBackLoudness",5)
  1516. D:FireEvent("PompousTheCloud",G["NOOB"],"Looped",false)
  1517. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",true)
  1518. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox"):Destroy()
  1519. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  1520. end
  1521. end;
  1522. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1523. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1524. Clone_T.BinType = "Clone"
  1525. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1526. Destruct.BinType = "Hammer"
  1527. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1528. Hold_T.BinType = "Grab"
  1529. end
  1530. if cmd == "allguns" then
  1531. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1532.  
  1533. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1534. print(lol)
  1535. end
  1536. end
  1537. if cmd == "kill" then
  1538. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1539.  
  1540. wait(0.1)
  1541. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1542.  
  1543. local A_1 =
  1544. {
  1545. [1] =
  1546. {
  1547. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  1548. ["Distance"] = 4.7204174995422,
  1549. ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  1550. ["Hit"] = game.Workspace[killtext.Text].Head
  1551. },
  1552. [2] =
  1553. {
  1554. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  1555. ["Distance"] = 4.8114862442017,
  1556. ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  1557. ["Hit"] = game.Workspace[killtext.Text].Head
  1558. },
  1559. [3] =
  1560. {
  1561. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  1562. ["Distance"] = 4.444625377655,
  1563. ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  1564. ["Hit"] = game.Workspace[killtext.Text].Head
  1565. },
  1566. [4] =
  1567. {
  1568. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  1569. ["Distance"] = 4.6211166381836,
  1570. ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  1571. ["Hit"] = game.Workspace[killtext.Text].Head
  1572. },
  1573. [5] =
  1574. {
  1575. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  1576. ["Distance"] = 4.4639973640442,
  1577. ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  1578. ["Hit"] = game.Workspace[killtext.Text].Head
  1579. }
  1580. }
  1581. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1582. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1583. Event:FireServer(A_1, A_2)
  1584.  
  1585. wait(0.5)
  1586. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1587. end
  1588. if string.sub(msg,1,6)==prefix.."kill "then
  1589. game.workspace.GiveTool:FireServer("11619040", "PompousTheCloud")
  1590. for f,g in pairs(GetPlayer(string.sub(msg,7)))do
  1591. local C=game:GetService('Players').LocalPlayer.Name;
  1592. local D={}
  1593. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1594. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1595. function D:FireEvent(H,I,J,K)
  1596. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  1597. end;
  1598. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  1599. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1600. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  1601. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  1602. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"Transparency","1")
  1603. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  1604. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  1605. game.Workspace.GiveTool:FireServer(11619040, "PompousTheCloud")
  1606. end
  1607. end
  1608. end)
  1609. print("Sagetimes66 Admin Has Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement