Advertisement
Lollddsf

Untitled

Feb 4th, 2020
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.49 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.SciFi;
  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.Antique;
  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, 0, 0)
  137. l.BackgroundTransparency=0.6;
  138. l.Size=UDim2.new(0.161, 0,0.044, 0)
  139. l.Position=UDim2.new(0.419, 0,0.884, 0)
  140. l.Font=Enum.Font.Cartoon;
  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="Commands "..prefix.." bar"
  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.005, 0,0.001, 0)
  155. HELLO.Position=UDim2.new(-0.007, 0,0.985, 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 = 4638242624
  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 = 4638242624
  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,6)=="poster" then
  567. local UserName = game:GetService('Players').LocalPlayer.Name
  568. local mesh = 1107038050
  569. local texture = 4638242624
  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["Torso"],"Anchored",true)
  588. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-70.515, 3974.457, 394.958))
  589. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0, -149.7, 0))
  590. wait(.1)
  591. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Really black"))
  592. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(30.5, 17.75, 0.67))
  593. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Sand")
  594. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  595. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","0.2")
  596. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",cancolliden)
  597. end
  598. if string.sub(l.Text,1,5)=="invis"then
  599. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  600. local C=game:GetService('Players').LocalPlayer.Name;
  601. local D={}
  602. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  603. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  604. function D:FireEvent(H,I,J,K)
  605. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  606. end;
  607. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  608. for L,n in pairs(G:GetDescendants())do
  609. if n:IsA("BasePart")then
  610. D:FireEvent("PompousTheCloud",n,"Transparency","1")
  611. end
  612. end
  613. end
  614. if string.sub(l.Text,1,3)=="vis"then
  615. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  616. local C=game:GetService('Players').LocalPlayer.Name;
  617. local D={}
  618. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  619. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  620. function D:FireEvent(H,I,J,K)
  621. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  622. end;
  623. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  624. for L,n in pairs(G:GetDescendants())do
  625. if n:IsA("BasePart")then
  626. D:FireEvent("PompousTheCloud",n,"Transparency","0")
  627. end
  628. end
  629. end
  630. if string.sub(l.Text,1,7)=="leaderb"then
  631. local UserName = game:GetService('Players').LocalPlayer.Name
  632. local mesh = 1107038050
  633. local texture = 4638242624
  634. local CE = {}
  635. local Variables = {
  636. workspace = game:GetService("Workspace"),
  637. players = game:GetService("Players")
  638. }
  639.  
  640. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  641.  
  642. function CE:FireEvent(ItemName, Object, Property, Value)
  643. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  644. end
  645.  
  646.  
  647. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  648. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  649.  
  650. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","zDvuzhas")
  651. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["zDvuzhas"],"Value","Admin")
  652. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["zDvuzhas"],"Parent",MainUserP.leaderstats)
  653. end
  654. if string.sub(l.Text,1,9)=="resetroot"then
  655. local UserName = game:GetService('Players').LocalPlayer.Name
  656. local mesh = 1107038050
  657. local texture = 4638242624
  658. local CE = {}
  659. local Variables = {
  660. workspace = game:GetService("Workspace"),
  661. players = game:GetService("Players")
  662. }
  663.  
  664. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  665.  
  666. function CE:FireEvent(ItemName, Object, Property, Value)
  667. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  668. end
  669.  
  670.  
  671. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  672. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  673.  
  674. CE:FireEvent("PompousTheCloud",MainUserW["HumanoidRootPart"],"Transparency","1")
  675. end
  676. if string.sub(l.Text,1,6)=="speed "then
  677. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,7)
  678. end
  679. if string.sub(l.Text,1,3)=="ws "then
  680. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,4)
  681. end
  682. if string.sub(l.Text,1,3)=="hh "then
  683. lplayer.Character.Humanoid.HipHeight=string.sub(l.Text,4)
  684. end
  685. if string.sub(l.Text,1,3)=="jp "then
  686. lplayer.Character.Humanoid.JumpPower=string.sub(l.Text,4)
  687. end
  688. if string.sub(l.Text,1,5)=="dhats"then
  689. for f,g in pairs(lplayer.Character:GetChildren())do
  690. if g:IsA("Accessory")or g:IsA("Hat")then
  691. g.Parent=workspace
  692. end
  693. end
  694. end;
  695. if string.sub(l.Text,1,5)=="dtool"then
  696. for f,g in pairs(lplayer.Character:GetChildren())do
  697. if g:IsA("Tool")then
  698. g.Parent=workspace
  699. end
  700. end
  701. end;
  702. if string.sub(l.Text,1,5)=="cloud"then
  703. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  704. end
  705. if string.sub(l.Text,1,7)=="boombox"then
  706. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  707. end;
  708. if string.sub(l.Text,1,7)=="unicorn"then
  709. game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")
  710. end;
  711. if string.sub(l.Text,1,4)=="coil"then
  712. game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")
  713. end;
  714. if string.sub(l.Text,1,8)=="tall"then
  715. local UserName = game:GetService('Players').LocalPlayer.Name
  716. local mesh = 1107038050
  717. local texture = 4638242624
  718. local CE = {}
  719. local Variables = {
  720. workspace = game:GetService("Workspace"),
  721. players = game:GetService("Players")
  722. }
  723.  
  724. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  725.  
  726. function CE:FireEvent(ItemName, Object, Property, Value)
  727. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  728. end
  729.  
  730.  
  731. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  732. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  733.  
  734. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,3,1))
  735. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,3,1))
  736. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,3,1))
  737. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,4,1))
  738. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,4,1))
  739. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  740. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  741. end
  742. if string.sub(l.Text,1,9)=="untall"then
  743. local UserName = game:GetService('Players').LocalPlayer.Name
  744. local mesh = 1107038050
  745. local texture = 4638242624
  746. local CE = {}
  747. local Variables = {
  748. workspace = game:GetService("Workspace"),
  749. players = game:GetService("Players")
  750. }
  751.  
  752. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  753.  
  754. function CE:FireEvent(ItemName, Object, Property, Value)
  755. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  756. end
  757.  
  758.  
  759. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  760. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  761.  
  762. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,2,1))
  763. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,2,1))
  764. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,2,1))
  765. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,2,1))
  766. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,2,1))
  767. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  768. end
  769. if string.sub(l.Text,1,5)=="size "then
  770. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  771. local C=game:GetService('Players').LocalPlayer.Name;
  772. local D={}
  773. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  774. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  775. function D:FireEvent(H,I,J,K)
  776. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  777. end;
  778. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  779. for L,n in pairs(G:GetDescendants())do
  780. if n:IsA("BasePart")then
  781. D:FireEvent("PompousTheCloud",n,"Size",Vector3.new(string.sub(l.Text,6)/2,string.sub(l.Text,6),string.sub(l.Text,6)/2))
  782. end
  783. end
  784. end;
  785. if string.sub(l.Text,1,5)=="mute "then
  786. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  787. local C=game:GetService('Players').LocalPlayer.Name;
  788. local D={}
  789. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  790. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  791. function D:FireEvent(H,I,J,K)
  792. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  793. end;
  794. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  795. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  796. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  797. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",workspace)
  798. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  799. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  800. end
  801. end
  802. if string.sub(l.Text, 1, 6) == "bring " then
  803. for f,g in pairs(GetPlayer(string.sub(l.Text, 7))) do
  804. local UserName = game:GetService('Players').LocalPlayer.Name
  805. local subfiusbijudb = game.Players.LocalPlayer.Character
  806. local mesh = 0
  807. local texture = 0
  808. local CE = {}
  809. local plr = "a"
  810. local Variables = {
  811. workspace = game:GetService("Workspace"),
  812. players = game:GetService("Players")
  813. }
  814.  
  815. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  816.  
  817. function CE:FireEvent(ItemName, Object, Property, Value)
  818. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  819. end
  820.  
  821.  
  822. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  823. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  824.  
  825. subfiusbijudb["Left Arm"].Anchored = true
  826. subfiusbijudb["Torso"].Anchored = true
  827. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",game.Players[g.Name].Character.Head)
  828. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",MainUserW["Left Arm"])
  829. wait(.5)
  830. subfiusbijudb["Left Arm"].Anchored = false
  831. subfiusbijudb["Torso"].Anchored = false
  832. end
  833. end
  834. if string.sub(l.Text,1,6)=="scythe" then
  835. local ME = game:GetService("Players").LocalPlayer
  836. function FireEvent(ItemName, Object, Property, Value)
  837. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  838. end
  839. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  840. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  841. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  842. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
  843. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://4638242624")
  844. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://1015309108")
  845. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://430411008")
  846. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.045,.045,.045))
  847. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
  848. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
  849. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","zDvuzhas Admin")
  850. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
  851. wait()
  852. ME:GetMouse().Button1Down:Connect(function()
  853. if ME.Character:FindFirstChild("Scythe") then
  854. if ME:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or ME:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
  855. local Animation = Instance.new("Animation")
  856. Animation.AnimationId = "rbxassetid://218504594"
  857. local AnimationLoader = ME.Character.Humanoid:LoadAnimation(Animation)
  858. AnimationLoader:Play()
  859. AnimationLoader:AdjustSpeed(1.75)
  860. wait()
  861. workspace.GuiEvent:FireServer(".")
  862. FireEvent("Scythe",ME.Character["."]:WaitForChild("Head"),"Parent",ME:GetMouse().Target.Parent)
  863. end
  864. end
  865. end)
  866. end
  867. if string.sub(l.Text,1,5)=="snow1" then
  868. local UserName = game:GetService('Players').LocalPlayer.Name
  869. local mesh = 1107038050
  870. local texture = 4638242624
  871. local CE = {}
  872. local Variables = {
  873. workspace = game:GetService("Workspace"),
  874. players = game:GetService("Players")
  875. }
  876.  
  877. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  878.  
  879. function CE:FireEvent(ItemName, Object, Property, Value)
  880. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  881. end
  882.  
  883.  
  884. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  885. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  886.  
  887.  
  888. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  889. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-55.3984, 3964.93, 440.799))
  890. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0,0,0))
  891. wait(.1)
  892. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  893. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2013.78, 4.07, 2048))
  894. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Sand")
  895. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  896. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","0.2")
  897. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",cancolliden)
  898. end
  899. if string.sub(l.Text, 1, 6) == "nohead" then
  900. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  901.  
  902. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  903. local Name = "NAME"-- NAME THE TOOL IF WANT
  904. local CE = {} -- DON'T EDIT
  905. local C = { -- DON'T EDIT
  906. workspace = game:GetService("Workspace"),
  907. players = game:GetService("Players")
  908. }
  909.  
  910. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  911.  
  912.  
  913. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  914. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  915. end
  916.  
  917. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  918.  
  919. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  920. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  921. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  922. end
  923. if string.sub(l.Text, 1, 6) == "rich" then
  924. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  925.  
  926. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  927. local Name = "NAME"-- NAME THE TOOL IF WANT
  928. local CE = {} -- DON'T EDIT
  929. local C = { -- DON'T EDIT
  930. workspace = game:GetService("Workspace"),
  931. players = game:GetService("Players")
  932. }
  933.  
  934. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  935.  
  936.  
  937. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  938. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  939. end
  940.  
  941. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  942.  
  943. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  944. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://101851696")
  945. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://139937733")
  946. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
  947. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Parent",MainUserW["Right Leg"])
  948. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  949. end
  950. if string.sub(l.Text,1,8)=="coolbox" then
  951. local ME = game:GetService("Players").LocalPlayer
  952. function FireEvent(ItemName, Object, Property, Value)
  953. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  954. end
  955. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  956. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  957. ME["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
  958. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"CanBeDropped",true)
  959. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"TextureId","rbxassetid://4638242624")
  960. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://212302951")
  961. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://899454068")
  962. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(4, 4, 4))
  963. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripPos",Vector3.new(-1.603, -0.214, 2.437))
  964. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripUp",Vector3.new(-0.45, 0.893, -0.025))
  965. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripRight",Vector3.new(-0.893, -0.449, 0.025))
  966. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  967. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  968. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  969. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  970. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"ToolTip","zDvuzhas Admin")
  971. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"],"Transparency","1")
  972. while wait() do
  973. print("loud")
  974. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  975. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  976. wait(0.01)
  977. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  978. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  979. end
  980. end
  981. if string.sub(l.Text,1,10)=="spamcloud " then
  982. for f,g in pairs(GetPlayer(string.sub(l.Text,11)))do
  983. local C=game:GetService('Players').LocalPlayer.Name;
  984. local D={}
  985. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  986. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  987. function D:FireEvent(H,I,J,K)
  988. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  989. end;
  990. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  991. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  992. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  993. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  994. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  995. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  996. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  997. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  998. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  999. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1000. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1001. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1002. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1003. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1004. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1005. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1006. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1007. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1008. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1009. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1010. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1011. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1012. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1013. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1014. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1015. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1016. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1017. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1018. end
  1019. end
  1020. if string.sub(l.Text,1,7)=="loudbox" then
  1021. local ME = game:GetService("Players").LocalPlayer
  1022. function FireEvent(ItemName, Object, Property, Value)
  1023. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1024. end
  1025. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1026. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  1027.  
  1028. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  1029. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1030. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1031. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1032. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1033. while wait() do
  1034. print("loud")
  1035. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1036. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1037. wait(0.01)
  1038. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1039. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1040. end
  1041. end
  1042. if string.sub(l.Text,1,5)=="trail" then
  1043. local UserName = game:GetService('Players').LocalPlayer.Name
  1044. local mesh = 1107038050
  1045. local texture = 4638242624
  1046. local CE = {}
  1047. local Variables = {
  1048. workspace = game:GetService("Workspace"),
  1049. players = game:GetService("Players")
  1050. }
  1051.  
  1052. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  1053.  
  1054. function CE:FireEvent(ItemName, Object, Property, Value)
  1055. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1056. end
  1057.  
  1058.  
  1059. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1060. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  1061. game.Workspace.GiveTool:FireServer(2187476, "SuperSpeedCoil")
  1062. MainUserP["Backpack"]:WaitForChild("SuperSpeedCoil").Parent = MainUserW
  1063.  
  1064. CE:FireEvent("PompousTheCloud",MainUserW["SuperSpeedCoil"]["Handle"]["Trail"],"Parent",MainUserW.Torso)
  1065. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment0",MainUserW.Torso.NeckAttachment)
  1066. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment1",MainUserW.Torso.WaistCenterAttachment)
  1067. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Lifetime","1")
  1068. 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")
  1069. end
  1070. 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;
  1071. if string.sub(l.Text,1,9)=="unrainbow"then _G.rainbow=false;wait(1)game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Nougat"))end;
  1072. if string.sub(l.Text,1,8)=="texture1"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;
  1073. if string.sub(l.Text,1,8)=="texture2"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,8)=="texture3"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;
  1074. if string.sub(l.Text,1,6)=="fftool"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;
  1075. if string.sub(l.Text,1,8)=="unfftool"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;
  1076. 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;
  1077. 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
  1078. end;
  1079. 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;
  1080. 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;
  1081. if string.sub(l.Text,1,5)=="hulk "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;
  1082. if string.sub(l.Text,1,3)=="fly"then repeat wait()until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart')and lplayer.Character:FindFirstChild('Humanoid')repeat wait()until h;local q=lplayer.Character.HumanoidRootPart;local r={F=0,B=0,L=0,R=0}local s={F=0,B=0,L=0,R=0}local t=speedget;local function u()flying=true;local v=Instance.new('BodyGyro',q)local w=Instance.new('BodyVelocity',q)v.P=9e4;v.maxTorque=Vector3.new(9e9,9e9,9e9)v.cframe=q.CFrame;w.velocity=Vector3.new(0,0.1,0)w.maxForce=Vector3.new(9e9,9e9,9e9)spawn(function()repeat wait()lplayer.Character.Humanoid.PlatformStand=true;if r.L+r.R~=0 or r.F+r.B~=0 then t=50 elseif not(r.L+r.R~=0 or r.F+r.B~=0)and t~=0 then t=0 end;if r.L+r.R~=0 or r.F+r.B~=0 then w.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(r.F+r.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(r.L+r.R,(r.F+r.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*t;s={F=r.F,B=r.B,L=r.L,R=r.R}elseif r.L+r.R==0 and r.F+r.B==0 and t~=0 then w.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(s.F+s.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(s.L+s.R,(s.F+s.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*t else w.velocity=Vector3.new(0,0.1,0)end;v.cframe=workspace.CurrentCamera.CoordinateFrame until not flying;r={F=0,B=0,L=0,R=0}s={F=0,B=0,L=0,R=0}t=0;v:destroy()w:destroy()lplayer.Character.Humanoid.PlatformStand=false end)end;h.KeyDown:connect(function(x)if x:lower()=='w'then r.F=speedfly elseif x:lower()=='s'then r.B=-speedfly elseif x:lower()=='a'then r.L=-speedfly elseif x:lower()=='d'then r.R=speedfly end end)h.KeyUp:connect(function(x)if x:lower()=='w'then r.F=0 elseif x:lower()=='s'then r.B=0 elseif x:lower()=='a'then r.L=0 elseif x:lower()=='d'then r.R=0 end end)u()end;
  1083. if string.sub(l.Text,1,5)=="unfly"then flying=false;lplayer.Character.Humanoid.PlatformStand=false end;
  1084. if string.sub(l.Text,1,5)=="gun1"then loadstring(game:HttpGet("https://pastebin.com/raw/BXpjwB8F"))()end;
  1085. if string.sub(l.Text,1,5)=="gun2"then loadstring(game:HttpGet("https://pastebin.com/raw/cEQZMwFV"))()end;
  1086. if string.sub(l.Text,1,5)=="gun3"then loadstring(game:HttpGet("https://pastebin.com/raw/jQTuTG9W"))()end;
  1087. if string.sub(l.Text,1,9)=="baseplate"then loadstring(game:HttpGet('https://pastebin.com/raw/mAhagang'))()end;
  1088.  
  1089.  
  1090.  
  1091. end
  1092. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement