Advertisement
Guest User

cccc

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