Lollddsf

Untitled

Jan 30th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.02 KB | None | 0 0
  1. --zDvuzhas Admin--
  2. B1=Instance.new("ScreenGui")
  3. B2=Instance.new("Frame")
  4. B3=Instance.new("TextBox")
  5. B4=Instance.new("TextButton")
  6. B5=Instance.new("Frame")
  7. B6=Instance.new("Frame")
  8. B7=Instance.new("TextButton")
  9. B1.Parent=game:GetService("CoreGui")
  10. B2.Parent=B1;
  11. B2.BackgroundColor3=Color3.fromRGB(27, 42, 53)
  12. B2.BackgroundTransparency=0;
  13. B2.Position=UDim2.new(0,0,0,0)
  14. B2.Size=UDim2.new(1,0,1,0)
  15. B2.Active=true;
  16. B2.Draggable=false;
  17. B3.Name="Input"
  18. B3.Parent=B2;
  19. B3.BorderSizePixel=5
  20. B3.BackgroundColor3=Color3.fromRGB(51, 88, 130)
  21. B3.BackgroundTransparency=0;
  22. B3.Size=UDim2.new(1,0,.05,0)
  23. B3.Position=UDim2.new(0,0,0.5,0)
  24. B3.Font=Enum.Font.SourceSansLight;
  25. B3.FontSize=Enum.FontSize.Size14;
  26. B3.TextColor3=Color3.new(51, 88, 130)
  27. B3.TextScaled=true;
  28. B3.TextSize=14;
  29. B3.TextWrapped=true;
  30. B3.Text="Enter your password"
  31. B4.Name="Title"
  32. B4.Parent=B2;
  33. B4.BorderSizePixel=5
  34. B4.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  35. B4.BackgroundTransparency=0;
  36. B4.Size=UDim2.new(.2,0,.2,0)
  37. B4.Position=UDim2.new(.401,0,0.2,0)
  38. B4.Font=Enum.Font.SourceSansLight;
  39. B4.FontSize=Enum.FontSize.Size14;
  40. B4.TextColor3=Color3.new(51, 88, 130)
  41. B4.TextScaled=true;
  42. B4.TextSize=14;
  43. B4.TextWrapped=true;
  44. B4.Text="zDvuzhas Admin"
  45. B5.Parent=B1;
  46. B5.BackgroundColor3=Color3.fromRGB(51, 88, 130)
  47. B5.BackgroundTransparency=0;
  48. B5.Position=UDim2.new()
  49. B5.Size=UDim2.new()
  50. B5.Active=true;
  51. B5.Draggable=false;
  52. B6.Parent=B1;
  53. B6.BackgroundColor3=Color3.fromRGB(51, 88, 130)
  54. B6.BackgroundTransparency=0;
  55. B6.Position=UDim2.new()
  56. B6.Size=UDim2.new()
  57. B6.Active=true;
  58. B6.Draggable=false;
  59. B7.Name="Title"
  60. B7.Parent=B2;
  61. B7.BorderSizePixel=5
  62. B7.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  63. B7.BackgroundTransparency=0;
  64. B7.Size=UDim2.new()
  65. B7.Position=UDim2.new()
  66. B7.Font=Enum.Font.SourceSansLight;
  67. B7.FontSize=Enum.FontSize.Size14;
  68. B7.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  69. B7.TextScaled=true;
  70. B7.TextSize=9;
  71. B7.TextWrapped=true;
  72. B7.Text=""
  73. B3.FocusLost:connect(function(p)
  74. if p then
  75. if game.Players.LocalPlayer.Name == "zIK3vin" and B3.Text == "Daddy" then
  76. B1:Destroy()
  77. end
  78. end
  79. end)
  80. wait(2)
  81. prefix = "-"
  82. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[zDvuzhas Admin] Loaded.", "All")
  83. wait(.5)
  84. a=2187476
  85. lplayer = game.Players.LocalPlayer
  86.  
  87. game:GetService("Players").LocalPlayer.Chatted:Connect(function(msg)
  88. function GetPlayer(String)
  89. local Found = {}
  90. local strl = String:lower()
  91. if strl == "all" then
  92. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  93. if v.Name ~= lplayer.Name then
  94. table.insert(Found,v)
  95. end
  96. end
  97. elseif strl == "me" then
  98. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  99. if v.Name == lplayer.Name then
  100. table.insert(Found,v)
  101. end
  102. end
  103. else
  104. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  105. if v.Name:lower():sub(1, #String) == String:lower() then
  106. table.insert(Found,v)
  107. end
  108. end
  109. end
  110. return Found
  111. end
  112.  
  113.  
  114.  
  115.  
  116. end)
  117.  
  118. --command bar cmds
  119.  
  120.  
  121.  
  122. local j=Instance.new("ScreenGui")
  123. local k=Instance.new("Frame")
  124. local l=Instance.new("TextBox")
  125. j.Parent=game:GetService("CoreGui")
  126. k.Parent=j;
  127. k.BackgroundColor3=Color3.new(135,0,124)
  128. k.BackgroundTransparency=1;
  129. k.Position=UDim2.new(0,0,0,0)
  130. k.Size=UDim2.new(0,0,0,0)
  131. k.Active=true;
  132. k.Draggable=true;
  133. l.Name="CMDBAR"
  134. l.Parent=j;
  135. l.BorderSizePixel=0
  136. l.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  137. l.BackgroundTransparency=0.20000000298023;
  138. l.Size=UDim2.new(1,0,.05,0)
  139. l.Position=UDim2.new(0,0,0,0)
  140. l.Font=Enum.Font.SourceSansLight;
  141. l.FontSize=Enum.FontSize.Size14;
  142. l.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  143. l.TextScaled=true;
  144. l.TextSize=14;
  145. l.TextWrapped=true;
  146. l.Text="Press "..prefix.." To Type Here."
  147. opened = false
  148. local HELLO=Instance.new("TextButton")
  149. HELLO.Name="SETTINGS"
  150. HELLO.Parent=j;
  151. HELLO.BorderSizePixel=0
  152. HELLO.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  153. HELLO.BackgroundTransparency=0;
  154. HELLO.Size=UDim2.new(0.07,0,.05,0)
  155. HELLO.Position=UDim2.new(0.0275,0,0.7222,0)
  156. HELLO.Font=Enum.Font.SourceSansLight;
  157. HELLO.FontSize=Enum.FontSize.Size14;
  158. HELLO.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  159. HELLO.TextScaled=true;
  160. HELLO.TextSize=14;
  161. HELLO.TextWrapped=true;
  162. HELLO.Text="Settings"
  163. HELLO.MouseButton1Click:Connect(function()
  164. if opened == false then
  165. opened = true
  166. A1=Instance.new("TextButton")
  167. A2=Instance.new("TextButton")
  168. A3=Instance.new("TextButton")
  169. A4=Instance.new("TextButton")
  170. A5=Instance.new("TextButton")
  171. A1.Name="A1"
  172. A1.Parent=j;
  173. A1.BorderSizePixel=0
  174. A1.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  175. A1.BackgroundTransparency=0;
  176. A1.Size=UDim2.new(0.07,0,.05,0)
  177. A1.Position=UDim2.new(0.0275,0,0.7722,0)
  178. A1.Font=Enum.Font.SourceSansLight;
  179. A1.FontSize=Enum.FontSize.Size14;
  180. A1.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  181. A1.TextScaled=true;
  182. A1.TextSize=14;
  183. A1.TextWrapped=true;
  184. A1.Text="Font: Light"
  185. A1.MouseButton1Click:Connect(function()
  186. l.Font=Enum.Font.SourceSansLight
  187. HELLO.Font=Enum.Font.SourceSansLight
  188. A1.Font=Enum.Font.SourceSansLight
  189. A2.Font=Enum.Font.SourceSansLight
  190. A3.Font=Enum.Font.SourceSansLight
  191. A4.Font=Enum.Font.SourceSansLight
  192. A5.Font=Enum.Font.SourceSansLight
  193. end)
  194. A3.Name="A3"
  195. A3.Parent=j;
  196. A3.BorderSizePixel=0
  197. A3.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  198. A3.BackgroundTransparency=0;
  199. A3.Size=UDim2.new(0.07,0,.05,0)
  200. A3.Position=UDim2.new(0.0975,0,0.8222,0)
  201. A3.Font=Enum.Font.SourceSansLight;
  202. A3.FontSize=Enum.FontSize.Size14;
  203. A3.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  204. A3.TextScaled=true;
  205. A3.TextSize=14;
  206. A3.TextWrapped=true;
  207. A3.Text="Mode: Light"
  208. A3.MouseButton1Click:Connect(function()
  209. l.BackgroundColor3=Color3.fromRGB(225,255,255)
  210. HELLO.BackgroundColor3=Color3.fromRGB(225,255,255)
  211. A1.BackgroundColor3=Color3.fromRGB(225,255,255)
  212. A2.BackgroundColor3=Color3.fromRGB(225,255,255)
  213. A3.BackgroundColor3=Color3.fromRGB(225,255,255)
  214. A4.BackgroundColor3=Color3.fromRGB(225,255,255)
  215. A5.BackgroundColor3=Color3.fromRGB(225,255,255)
  216. l.TextColor3=Color3.fromRGB(0,0,0)
  217. HELLO.TextColor3=Color3.fromRGB(0,0,0)
  218. A1.TextColor3=Color3.fromRGB(0,0,0)
  219. A2.TextColor3=Color3.fromRGB(0,0,0)
  220. A3.TextColor3=Color3.fromRGB(0,0,0)
  221. A4.TextColor3=Color3.fromRGB(0,0,0)
  222. A5.TextColor3=Color3.fromRGB(0,0,0)
  223. end)
  224. A2.Name="A2"
  225. A2.Parent=j;
  226. A2.BorderSizePixel=0
  227. A2.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  228. A2.BackgroundTransparency=0;
  229. A2.Size=UDim2.new(0.07,0,.05,0)
  230. A2.Position=UDim2.new(0.0275,0,0.8222,0)
  231. A2.Font=Enum.Font.SourceSansLight;
  232. A2.FontSize=Enum.FontSize.Size14;
  233. A2.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  234. A2.TextScaled=true;
  235. A2.TextSize=14;
  236. A2.TextWrapped=true;
  237. A2.Text="Font: Bold"
  238. A2.MouseButton1Click:Connect(function()
  239. l.Font=Enum.Font.SourceSansBold
  240. HELLO.Font=Enum.Font.SourceSansBold
  241. A1.Font=Enum.Font.SourceSansBold
  242. A2.Font=Enum.Font.SourceSansBold
  243. A3.Font=Enum.Font.SourceSansBold
  244. A4.Font=Enum.Font.SourceSansBold
  245. A5.Font=Enum.Font.SourceSansBold
  246. end)
  247. A4.Name="A4"
  248. A4.Parent=j;
  249. A4.BorderSizePixel=0
  250. A4.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  251. A4.BackgroundTransparency=0;
  252. A4.Size=UDim2.new(0.07,0,.05,0)
  253. A4.Position=UDim2.new(0.0975,0,0.7722,0)
  254. A4.Font=Enum.Font.SourceSansLight;
  255. A4.FontSize=Enum.FontSize.Size14;
  256. A4.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  257. A4.TextScaled=true;
  258. A4.TextSize=14;
  259. A4.TextWrapped=true;
  260. A4.Text="Mode: Dark"
  261. A4.MouseButton1Click:Connect(function()
  262. l.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  263. HELLO.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  264. A1.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  265. A2.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  266. A3.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  267. A4.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  268. A5.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)
  269. l.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  270. HELLO.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  271. A1.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  272. A2.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  273. A3.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  274. A4.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  275. A5.TextColor3=Color3.new(0.945098,0.945098,0.945098)
  276. end)
  277.  
  278. elseif opened == true then
  279. opened = false
  280. A1:Destroy()
  281. A2:Destroy()
  282. A3:Destroy()
  283. A4:Destroy()
  284. A5:Destroy()
  285. end
  286. end)
  287. local h=lplayer:GetMouse()
  288. h.KeyDown:connect(function(o)
  289. if o==prefix then
  290. l:CaptureFocus()
  291. end
  292. end)
  293. l.FocusLost:connect(function(p)
  294. if p then
  295. if string.sub(l.Text,1,2)== "rj" then
  296. game:GetService("TeleportService"):Teleport(game.PlaceId,
  297. game:GetService("Players").LocalPlayer)
  298. end
  299. if string.sub(l.Text,1,8)=="viptext " then
  300. local UserName = game:GetService('Players').LocalPlayer.Name
  301. local mesh = 465482937
  302. local texture = 465483155
  303. local CE = {}
  304. local Variables = {
  305. workspace = game:GetService("Workspace"),
  306. players = game:GetService("Players")
  307. }
  308.  
  309. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  310.  
  311. function CE:FireEvent(ItemName, Object, Property, Value)
  312. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  313. end
  314.  
  315.  
  316. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  317. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  318.  
  319. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Text",""..string.sub(l.Text,9))
  320. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.new(61, 21, 133))
  321. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize",100)
  322. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Size",UDim2.new(2, 0, 2, 0))
  323. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(-0.1, 0, -0.4, 0))
  324. end
  325. if string.sub(l.Text,1,7)== "snow2" then
  326. local UserName = game:GetService('Players').LocalPlayer.Name
  327. local mesh = 1107038050
  328. local texture = 4455434349
  329. local CE = {}
  330. local Variables = {
  331. workspace = game:GetService("Workspace"),
  332. players = game:GetService("Players")
  333. }
  334.  
  335. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  336.  
  337. function CE:FireEvent(ItemName, Object, Property, Value)
  338. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  339. end
  340.  
  341.  
  342. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  343. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  344.  
  345.  
  346. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  347. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  348. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.Sand)
  349. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-94.358, 4039.33, 800.68))
  350. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0,0,0))
  351. wait(.1)
  352. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(644.44, 1, 418.76))
  353. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  354. end
  355. if string.sub(l.Text,1,5)== "snow3" then
  356. local UserName = game:GetService('Players').LocalPlayer.Name
  357. local mesh = 1107038050
  358. local texture = 4455434349
  359. local CE = {}
  360. local Variables = {
  361. workspace = game:GetService("Workspace"),
  362. players = game:GetService("Players")
  363. }
  364.  
  365. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  366.  
  367. function CE:FireEvent(ItemName, Object, Property, Value)
  368. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  369. end
  370.  
  371.  
  372. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  373. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  374.  
  375.  
  376. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  377. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  378. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.Sand)
  379. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-94.298, 3970.135, 509.031))
  380. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(50,0,0))
  381. wait(.1)
  382. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(644.58, 215.73, 1))
  383. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  384. end
  385. if string.sub(l.Text,1,5)=="kill "then
  386. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  387. local C=game:GetService('Players').LocalPlayer.Name;
  388. local D={}
  389. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  390. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  391. function D:FireEvent(H,I,J,K)
  392. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  393. end;
  394. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  395. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  396. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  397. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  398. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  399. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  400. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  401. end
  402. end;
  403. if string.sub(l.Text,1,6)=="lkill "then
  404. for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do
  405. local C=game:GetService('Players').LocalPlayer.Name;
  406. local D={}
  407. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  408. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  409. function D:FireEvent(H,I,J,K)
  410. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  411. end;
  412. _G.lkill=true;
  413. while _G.lkill do
  414. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  415. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  416. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  417. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  418. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  419. wait(-90)
  420. end
  421. end
  422. end;
  423. if string.sub(l.Text,1,7)=="unlkill"then
  424. _G.lkill=false;
  425. end
  426. if string.sub(l.Text,1,4)=="vip "then
  427. for f,g in pairs(GetPlayer(string.sub(l.Text,5)))do
  428. local C=game:GetService('Players').LocalPlayer.Name;
  429. local D={}
  430. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  431. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  432. function D:FireEvent(H,I,J,K)
  433. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  434. end;
  435. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  436. D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Parent",game.Players[g.Name].Character.Head)
  437. end
  438. end;
  439. if string.sub(l.Text,1,7)=="freeze "then
  440. for f,g in pairs(GetPlayer(string.sub(l.Text,8)))do
  441. game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(33171947)
  442. wait(1)
  443. local C=game:GetService('Players').LocalPlayer.Name;
  444. local P,Q=968797824,1640019997;
  445. local D={}
  446. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  447. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  448. function D:FireEvent(H,I,J,K)
  449. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  450. end;
  451. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  452. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  453. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Transparency",0.5)
  454. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.2,0.1))
  455. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)
  456. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)
  457. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Anchored",true)
  458. D:FireEvent("PompousTheCloud",G["33171947"],"Parent",game.Players[g.Name].Character)
  459. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  460. game.Players.LocalPlayer.Character[33171947]:Remove()
  461. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  462. end
  463. end;
  464. if string.sub(l.Text,1,7)=="blackff"then
  465. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  466. local C=game:GetService('Players').LocalPlayer.Name;
  467. local D={}
  468. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  469. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  470. function D:FireEvent(H,I,J,K)
  471. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  472. end;
  473. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  474. for L,n in pairs(G:GetDescendants())do
  475. if n:IsA("BasePart")then
  476. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)
  477. D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Really black"))
  478. end
  479. end
  480. end;
  481. if string.sub(l.Text,1,7)=="greenff"then
  482. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  483. local C=game:GetService('Players').LocalPlayer.Name;
  484. local D={}
  485. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  486. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  487. function D:FireEvent(H,I,J,K)
  488. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  489. end;
  490. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  491. for L,n in pairs(G:GetDescendants())do
  492. if n:IsA("BasePart")then
  493. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)
  494. D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Lime green"))
  495. end
  496. end
  497. end;
  498. if string.sub(l.Text,1,7)=="whiteff"then
  499. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  500. local C=game:GetService('Players').LocalPlayer.Name;
  501. local D={}
  502. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  503. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  504. function D:FireEvent(H,I,J,K)
  505. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  506. end;
  507. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  508. for L,n in pairs(G:GetDescendants())do
  509. if n:IsA("BasePart")then
  510. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)
  511. D:FireEvent("PompousTheCloud",n,"Color",Color3.fromRGB(255,255,255))
  512. end
  513. end
  514. end;
  515. if string.sub(l.Text,1,7)=="neon"then
  516. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  517. local C=game:GetService('Players').LocalPlayer.Name;
  518. local D={}
  519. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  520. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  521. function D:FireEvent(H,I,J,K)
  522. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  523. end;
  524. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  525. for L,n in pairs(G:GetDescendants())do
  526. if n:IsA("BasePart")then
  527. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.Neon)
  528. D:FireEvent("PompousTheCloud",n,"Color",Color3.fromRGB(61, 21, 133))
  529. end
  530. end
  531. end;
  532. if string.sub(l.Text,1,5)=="goto "then
  533. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  534. lplayer.Character.HumanoidRootPart.CFrame=game:GetService("Players")[g.Name].Character.HumanoidRootPart.CFrame
  535. end
  536. end;
  537. if string.sub(l.Text,1,6)=="music "then
  538. local C=game:GetService('Players').LocalPlayer.Name;
  539. local D={}
  540. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  541. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  542. function D:FireEvent(H,I,J,K)
  543. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  544. end;
  545. E.workspace.Buy:FireServer(0,"PompousTheCloud")
  546. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  547. if not game.Players.LocalPlayer.Backpack:FindFirstChild("SuperFlyGoldBoomBox")then
  548. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  549. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent=E.players.LocalPlayer.Character;
  550. local X=E.players.LocalPlayer.Character:WaitForChild("SuperFlyGoldBoombox").Handle.BoomboxSound;
  551. local Y=X.Parent.Parent.Remote;
  552. Y:FireServer("PlaySong",string.sub(l.Text,7))
  553. wait(1)
  554. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Parent",E.players.LocalPlayer.Character)
  555. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"Parent",E.players.LocalPlayer.Backpack)
  556. D:FireEvent("PompousTheCloud",G["BoomboxSound"],"Name","NOOB")
  557. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",false)
  558. D:FireEvent("PompousTheCloud",G["NOOB"],"Volume",5)
  559. D:FireEvent("PompousTheCloud",G["NOOB"],"PlayBackLoudness",5)
  560. D:FireEvent("PompousTheCloud",G["NOOB"],"Looped",false)
  561. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",true)
  562. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox"):Destroy()
  563. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  564. end
  565. end;
  566. if string.sub(l.Text,1,5)=="beast"then
  567. local UserName = game:GetService('Players').LocalPlayer.Name
  568. local mesh = 1107038050
  569. local texture = 4455434349
  570. local CE = {}
  571. local Variables = {
  572. workspace = game:GetService("Workspace"),
  573. players = game:GetService("Players")
  574. }
  575.  
  576. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  577.  
  578. function CE:FireEvent(ItemName, Object, Property, Value)
  579. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  580. end
  581.  
  582.  
  583. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  584. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  585.  
  586.  
  587. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"MeshId","rbxassetid://431912397")
  588. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"Scale",Vector3.new(0.06, 0.075, -0.075))
  589. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"Offset",Vector3.new(0, -1.65, 2.5))
  590. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"MeshId","rbxassetid://453119316")
  591. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"Scale",Vector3.new(.005,.005,.0075))
  592. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"Offset",Vector3.new(0, 1.5, -1))
  593. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Size",2)
  594. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Opacity",0.6)
  595. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)
  596. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.new(0,0,0))
  597. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Parent",MainUserW.Torso)
  598. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  599. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  600. CE:FireEvent("PompousTheCloud",MainUserW[" "]:Remove())
  601. end
  602. if string.sub(l.Text,1,5)=="invis"then
  603. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  604. local C=game:GetService('Players').LocalPlayer.Name;
  605. local D={}
  606. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  607. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  608. function D:FireEvent(H,I,J,K)
  609. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  610. end;
  611. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  612. for L,n in pairs(G:GetDescendants())do
  613. if n:IsA("BasePart")then
  614. D:FireEvent("PompousTheCloud",n,"Transparency","1")
  615. end
  616. end
  617. end
  618. if string.sub(l.Text,1,3)=="vis"then
  619. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  620. local C=game:GetService('Players').LocalPlayer.Name;
  621. local D={}
  622. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  623. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  624. function D:FireEvent(H,I,J,K)
  625. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  626. end;
  627. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  628. for L,n in pairs(G:GetDescendants())do
  629. if n:IsA("BasePart")then
  630. D:FireEvent("PompousTheCloud",n,"Transparency","0")
  631. end
  632. end
  633. end
  634. if string.sub(l.Text,1,7)=="leaderb"then
  635. local UserName = game:GetService('Players').LocalPlayer.Name
  636. local mesh = 1107038050
  637. local texture = 4455434349
  638. local CE = {}
  639. local Variables = {
  640. workspace = game:GetService("Workspace"),
  641. players = game:GetService("Players")
  642. }
  643.  
  644. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  645.  
  646. function CE:FireEvent(ItemName, Object, Property, Value)
  647. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  648. end
  649.  
  650.  
  651. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  652. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  653.  
  654. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","zDvuzhas")
  655. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["zDvuzhas"],"Value","Admin")
  656. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["zDvuzhas"],"Parent",MainUserP.leaderstats)
  657. end
  658. if string.sub(l.Text,1,9)=="resetroot"then
  659. local UserName = game:GetService('Players').LocalPlayer.Name
  660. local mesh = 1107038050
  661. local texture = 4455434349
  662. local CE = {}
  663. local Variables = {
  664. workspace = game:GetService("Workspace"),
  665. players = game:GetService("Players")
  666. }
  667.  
  668. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  669.  
  670. function CE:FireEvent(ItemName, Object, Property, Value)
  671. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  672. end
  673.  
  674.  
  675. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  676. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  677.  
  678. CE:FireEvent("PompousTheCloud",MainUserW["HumanoidRootPart"],"Transparency","1")
  679. end
  680. if string.sub(l.Text,1,6)=="speed "then
  681. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,7)
  682. end
  683. if string.sub(l.Text,1,3)=="ws "then
  684. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,4)
  685. end
  686. if string.sub(l.Text,1,3)=="hh "then
  687. lplayer.Character.Humanoid.HipHeight=string.sub(l.Text,4)
  688. end
  689. if string.sub(l.Text,1,3)=="jp "then
  690. lplayer.Character.Humanoid.JumpPower=string.sub(l.Text,4)
  691. end
  692. if string.sub(l.Text,1,5)=="dhats"then
  693. for f,g in pairs(lplayer.Character:GetChildren())do
  694. if g:IsA("Accessory")or g:IsA("Hat")then
  695. g.Parent=workspace
  696. end
  697. end
  698. end;
  699. if string.sub(l.Text,1,5)=="dtool"then
  700. for f,g in pairs(lplayer.Character:GetChildren())do
  701. if g:IsA("Tool")then
  702. g.Parent=workspace
  703. end
  704. end
  705. end;
  706. if string.sub(l.Text,1,5)=="cloud"then
  707. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  708. end
  709. if string.sub(l.Text,1,7)=="boombox"then
  710. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  711. end;
  712. if string.sub(l.Text,1,7)=="unicorn"then
  713. game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")
  714. end;
  715. if string.sub(l.Text,1,4)=="coil"then
  716. game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")
  717. end;
  718. if string.sub(l.Text,1,8)=="tall"then
  719. local UserName = game:GetService('Players').LocalPlayer.Name
  720. local mesh = 1107038050
  721. local texture = 4455434349
  722. local CE = {}
  723. local Variables = {
  724. workspace = game:GetService("Workspace"),
  725. players = game:GetService("Players")
  726. }
  727.  
  728. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  729.  
  730. function CE:FireEvent(ItemName, Object, Property, Value)
  731. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  732. end
  733.  
  734.  
  735. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  736. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  737.  
  738. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,3,1))
  739. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,3,1))
  740. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,3,1))
  741. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,4,1))
  742. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,4,1))
  743. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  744. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  745. end
  746. if string.sub(l.Text,1,9)=="untall"then
  747. local UserName = game:GetService('Players').LocalPlayer.Name
  748. local mesh = 1107038050
  749. local texture = 4455434349
  750. local CE = {}
  751. local Variables = {
  752. workspace = game:GetService("Workspace"),
  753. players = game:GetService("Players")
  754. }
  755.  
  756. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  757.  
  758. function CE:FireEvent(ItemName, Object, Property, Value)
  759. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  760. end
  761.  
  762.  
  763. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  764. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  765.  
  766. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,2,1))
  767. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,2,1))
  768. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,2,1))
  769. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,2,1))
  770. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,2,1))
  771. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  772. end
  773. if string.sub(l.Text,1,5)=="size "then
  774. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  775. local C=game:GetService('Players').LocalPlayer.Name;
  776. local D={}
  777. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  778. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  779. function D:FireEvent(H,I,J,K)
  780. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  781. end;
  782. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  783. for L,n in pairs(G:GetDescendants())do
  784. if n:IsA("BasePart")then
  785. D:FireEvent("PompousTheCloud",n,"Size",Vector3.new(string.sub(l.Text,6)/2,string.sub(l.Text,6),string.sub(l.Text,6)/2))
  786. end
  787. end
  788. end;
  789. if string.sub(l.Text,1,5)=="mute "then
  790. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  791. local C=game:GetService('Players').LocalPlayer.Name;
  792. local D={}
  793. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  794. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  795. function D:FireEvent(H,I,J,K)
  796. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  797. end;
  798. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  799. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  800. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  801. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",workspace)
  802. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  803. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  804. end
  805. end
  806. if string.sub(l.Text, 1, 6) == "bring " then
  807. for f,g in pairs(GetPlayer(string.sub(l.Text, 7))) do
  808. local UserName = game:GetService('Players').LocalPlayer.Name
  809. local subfiusbijudb = game.Players.LocalPlayer.Character
  810. local mesh = 0
  811. local texture = 0
  812. local CE = {}
  813. local plr = "a"
  814. local Variables = {
  815. workspace = game:GetService("Workspace"),
  816. players = game:GetService("Players")
  817. }
  818.  
  819. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  820.  
  821. function CE:FireEvent(ItemName, Object, Property, Value)
  822. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  823. end
  824.  
  825.  
  826. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  827. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  828.  
  829. subfiusbijudb["Left Arm"].Anchored = true
  830. subfiusbijudb["Torso"].Anchored = true
  831. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",game.Players[g.Name].Character.Head)
  832. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",MainUserW["Left Arm"])
  833. wait(.5)
  834. subfiusbijudb["Left Arm"].Anchored = false
  835. subfiusbijudb["Torso"].Anchored = false
  836. end
  837. end
  838. if string.sub(l.Text,1,6)=="scythe" then
  839. local ME = game:GetService("Players").LocalPlayer
  840. function FireEvent(ItemName, Object, Property, Value)
  841. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  842. end
  843. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  844. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  845. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  846. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
  847. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://1125307400")
  848. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://1015309108")
  849. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://481881205")
  850. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.045,.045,.045))
  851. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
  852. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
  853. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","SocietyDeadX Scythe")
  854. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
  855. wait()
  856. ME:GetMouse().Button1Down:Connect(function()
  857. if ME.Character:FindFirstChild("Scythe") then
  858. if ME:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or ME:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
  859. local Animation = Instance.new("Animation")
  860. Animation.AnimationId = "rbxassetid://218504594"
  861. local AnimationLoader = ME.Character.Humanoid:LoadAnimation(Animation)
  862. AnimationLoader:Play()
  863. AnimationLoader:AdjustSpeed(1.75)
  864. wait()
  865. workspace.GuiEvent:FireServer(".")
  866. FireEvent("Scythe",ME.Character["."]:WaitForChild("Head"),"Parent",ME:GetMouse().Target.Parent)
  867. end
  868. end
  869. end)
  870. end
  871. if string.sub(l.Text,1,5)=="snow1" then
  872. local UserName = game:GetService('Players').LocalPlayer.Name
  873. local mesh = 1107038050
  874. local texture = 4455434349
  875. local CE = {}
  876. local Variables = {
  877. workspace = game:GetService("Workspace"),
  878. players = game:GetService("Players")
  879. }
  880.  
  881. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  882.  
  883. function CE:FireEvent(ItemName, Object, Property, Value)
  884. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  885. end
  886.  
  887.  
  888. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  889. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  890.  
  891.  
  892. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  893. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-55.3984, 3964.93, 440.799))
  894. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0,0,0))
  895. wait(.1)
  896. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  897. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2013.78, 4.07, 2048))
  898. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Sand")
  899. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  900. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","0.2")
  901. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",cancolliden)
  902. end
  903. if string.sub(l.Text, 1, 6) == "nohead" then
  904. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  905.  
  906. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  907. local Name = "NAME"-- NAME THE TOOL IF WANT
  908. local CE = {} -- DON'T EDIT
  909. local C = { -- DON'T EDIT
  910. workspace = game:GetService("Workspace"),
  911. players = game:GetService("Players")
  912. }
  913.  
  914. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  915.  
  916.  
  917. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  918. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  919. end
  920.  
  921. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  922.  
  923. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  924. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  925. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  926. end
  927. if string.sub(l.Text, 1, 6) == "rich" then
  928. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  929.  
  930. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  931. local Name = "NAME"-- NAME THE TOOL IF WANT
  932. local CE = {} -- DON'T EDIT
  933. local C = { -- DON'T EDIT
  934. workspace = game:GetService("Workspace"),
  935. players = game:GetService("Players")
  936. }
  937.  
  938. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  939.  
  940.  
  941. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  942. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  943. end
  944.  
  945. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  946.  
  947. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  948. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://101851696")
  949. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://139937733")
  950. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
  951. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Parent",MainUserW["Right Leg"])
  952. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  953. end
  954. if string.sub(l.Text,1,8)=="swordbox" then
  955. local ME = game:GetService("Players").LocalPlayer
  956. function FireEvent(ItemName, Object, Property, Value)
  957. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  958. end
  959. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  960. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  961. ME["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
  962. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"CanBeDropped",true)
  963. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"TextureId","rbxassetid://4455434349")
  964. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://212302951")
  965. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://899454068")
  966. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(4, 4, 4))
  967. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripPos",Vector3.new(-1.603, -0.214, 2.437))
  968. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripUp",Vector3.new(-0.45, 0.893, -0.025))
  969. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripRight",Vector3.new(-0.893, -0.449, 0.025))
  970. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  971. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  972. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  973. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  974. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"ToolTip","chillx#0001")
  975. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"],"Transparency","1")
  976. while wait() do
  977. print("loud")
  978. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  979. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  980. wait(0.01)
  981. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  982. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  983. end
  984. end
  985. if string.sub(l.Text,1,10)=="spamcloud " then
  986. for f,g in pairs(GetPlayer(string.sub(l.Text,11)))do
  987. local C=game:GetService('Players').LocalPlayer.Name;
  988. local D={}
  989. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  990. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  991. function D:FireEvent(H,I,J,K)
  992. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  993. end;
  994. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  995. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  996. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  997. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  998. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  999. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1000. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1001. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1002. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1003. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1004. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1005. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1006. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1007. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1008. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1009. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1010. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1011. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1012. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1013. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1014. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1015. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1016. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1017. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1018. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1019. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1020. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1021. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1022. end
  1023. end
  1024. if string.sub(l.Text,1,7)=="loudbox" then
  1025. local ME = game:GetService("Players").LocalPlayer
  1026. function FireEvent(ItemName, Object, Property, Value)
  1027. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1028. end
  1029. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1030. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  1031.  
  1032. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  1033. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1034. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1035. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1036. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1037. while wait() do
  1038. print("loud")
  1039. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1040. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1041. wait(0.01)
  1042. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1043. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1044. end
  1045. end
  1046. if string.sub(l.Text,1,5)=="trail" then
  1047. local UserName = game:GetService('Players').LocalPlayer.Name
  1048. local mesh = 1107038050
  1049. local texture = 4455434349
  1050. local CE = {}
  1051. local Variables = {
  1052. workspace = game:GetService("Workspace"),
  1053. players = game:GetService("Players")
  1054. }
  1055.  
  1056. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  1057.  
  1058. function CE:FireEvent(ItemName, Object, Property, Value)
  1059. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1060. end
  1061.  
  1062.  
  1063. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1064. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  1065. game.Workspace.GiveTool:FireServer(2187476, "SuperSpeedCoil")
  1066. MainUserP["Backpack"]:WaitForChild("SuperSpeedCoil").Parent = MainUserW
  1067.  
  1068. CE:FireEvent("PompousTheCloud",MainUserW["SuperSpeedCoil"]["Handle"]["Trail"],"Parent",MainUserW.Torso)
  1069. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment0",MainUserW.Torso.NeckAttachment)
  1070. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment1",MainUserW.Torso.WaistCenterAttachment)
  1071. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Lifetime","1")
  1072. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Color","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0")
  1073. end
  1074. if string.sub(l.Text,1,7)=="rainbow"then _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(.1)end end end;
  1075. if string.sub(l.Text,1,9)=="unrainbow"then _G.rainbow=false;wait(1)game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Nougat"))end;
  1076. if string.sub(l.Text,1,4)=="camo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://113616822")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://113616822")end end end;
  1077. if string.sub(l.Text,1,5)=="bcamo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://254324304")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://254324304")end end end;if string.sub(l.Text,1,5)=="wcamo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://64466157")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://64466157")end end end;
  1078. if string.sub(l.Text,1,3)=="tff"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle,"Material",Enum.Material.Plastic)end end end;
  1079. if string.sub(l.Text,1,5)=="tunff"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Material",Enum.Material.Plastic)end end end;
  1080. if string.sub(l.Text,1,8)=="alltools"then game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"Stroller")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"BoomboxGearThree")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,6)=="stsuckadickareare "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do staring=true;stareplr=g end end;
  1081. if string.sub(l.Text,1,6)=="smoke "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Transparency",0.8)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Opacity","1")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Size",1)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Parent",game.Players[g.Name].Character.Torso)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()end
  1082. end;
  1083. if string.sub(l.Text,1,7)=="reffect"then workspace.Effect:FireServer("remove")end;if string.sub(l.Text,1,6)=="rsmoke"then game.Players.LocalPlayer.Character.Torso.Smoke:Destroy()end;if string.sub(l.Text,1,3)=="red"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://880517637")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Really red"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;
  1084. if string.sub(l.Text,1,5)=="hang "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do lplayer.Character.Humanoid.HipHeight=13.20;game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(33171947)wait(2)local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Anchored",true)D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"MeshId","rbxassetid://1531817922")D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"TextureId","rbxassetid://1531817954")D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Scale",Vector3.new(4,4,4))D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Offset",Vector3.new(0,-2,1.65))D:FireEvent("PompousTheCloud",G["33171947"],"Parent",game.Players[g.Name].Character)lplayer.Character.Humanoid.HipHeight=0;wait(5)D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;
  1085. if string.sub(l.Text,1,5)=="sans "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://437171190")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://437171198")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"Parent",game.Players[g.Name].Character.Head)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;
  1086. if string.sub(l.Text,1,5)=="glock"then loadstring(game:HttpGet("https://pastebin.com/raw/vUuJXk4A"))()end;
  1087.  
  1088.  
  1089. end
  1090. end)
Add Comment
Please, Sign In to add comment