Advertisement
Lollddsf

Untitled

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