Advertisement
Lollddsf

Untitled

Jan 27th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.20 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(61, 21, 133))
  321. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"TextSize",100)
  322. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Size",UDim2.new(2, 0, 2, 0))
  323. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["NametagTemplate"]["TagText"],"Position",UDim2.new(-0.1, 0, -0.4, 0))
  324. end
  325. if string.sub(l.Text,1,7)== "snow2" then
  326. local UserName = game:GetService('Players').LocalPlayer.Name
  327. local mesh = 1107038050
  328. local texture = 4455434349
  329. local CE = {}
  330. local Variables = {
  331. workspace = game:GetService("Workspace"),
  332. players = game:GetService("Players")
  333. }
  334.  
  335. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  336.  
  337. function CE:FireEvent(ItemName, Object, Property, Value)
  338. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  339. end
  340.  
  341.  
  342. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  343. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  344.  
  345.  
  346. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  347. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  348. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.Sand)
  349. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-94.358, 4039.33, 800.68))
  350. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0,0,0))
  351. wait(.1)
  352. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(644.44, 1, 418.76))
  353. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  354. end
  355. if string.sub(l.Text,1,5)== "snow3" then
  356. local UserName = game:GetService('Players').LocalPlayer.Name
  357. local mesh = 1107038050
  358. local texture = 4455434349
  359. local CE = {}
  360. local Variables = {
  361. workspace = game:GetService("Workspace"),
  362. players = game:GetService("Players")
  363. }
  364.  
  365. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  366.  
  367. function CE:FireEvent(ItemName, Object, Property, Value)
  368. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  369. end
  370.  
  371.  
  372. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  373. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  374.  
  375.  
  376. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  377. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  378. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material",Enum.Material.Sand)
  379. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-94.298, 3970.135, 509.031))
  380. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(50,0,0))
  381. wait(.1)
  382. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(644.58, 215.73, 1))
  383. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  384. end
  385. if string.sub(l.Text,1,5)=="kill "then
  386. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  387. local C=game:GetService('Players').LocalPlayer.Name;
  388. local D={}
  389. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  390. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  391. function D:FireEvent(H,I,J,K)
  392. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  393. end;
  394. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  395. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  396. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  397. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  398. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  399. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  400. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  401. end
  402. end;
  403. if string.sub(l.Text,1,6)=="lkill "then
  404. for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do
  405. local C=game:GetService('Players').LocalPlayer.Name;
  406. local D={}
  407. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  408. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  409. function D:FireEvent(H,I,J,K)
  410. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  411. end;
  412. _G.lkill=true;
  413. while _G.lkill do
  414. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  415. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")
  416. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")
  417. D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)
  418. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  419. wait(-90)
  420. end
  421. end
  422. end;
  423. if string.sub(l.Text,1,7)=="unlkill"then
  424. _G.lkill=false;
  425. end
  426. if string.sub(l.Text,1,4)=="vip "then
  427. for f,g in pairs(GetPlayer(string.sub(l.Text,5)))do
  428. local C=game:GetService('Players').LocalPlayer.Name;
  429. local D={}
  430. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  431. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  432. function D:FireEvent(H,I,J,K)
  433. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  434. end;
  435. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  436. D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Parent",game.Players[g.Name].Character.Head)
  437. end
  438. end;
  439. if string.sub(l.Text,1,7)=="freeze "then
  440. for f,g in pairs(GetPlayer(string.sub(l.Text,8)))do
  441. game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(33171947)
  442. wait(1)
  443. local C=game:GetService('Players').LocalPlayer.Name;
  444. local P,Q=968797824,1640019997;
  445. local D={}
  446. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  447. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  448. function D:FireEvent(H,I,J,K)
  449. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  450. end;
  451. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  452. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  453. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Transparency",0.5)
  454. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.2,0.1))
  455. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)
  456. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)
  457. D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Anchored",true)
  458. D:FireEvent("PompousTheCloud",G["33171947"],"Parent",game.Players[g.Name].Character)
  459. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  460. game.Players.LocalPlayer.Character[33171947]:Remove()
  461. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  462. end
  463. end;
  464. if string.sub(l.Text,1,7)=="blackff"then
  465. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  466. local C=game:GetService('Players').LocalPlayer.Name;
  467. local D={}
  468. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  469. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  470. function D:FireEvent(H,I,J,K)
  471. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  472. end;
  473. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  474. for L,n in pairs(G:GetDescendants())do
  475. if n:IsA("BasePart")then
  476. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)
  477. D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Really black"))
  478. end
  479. end
  480. end;
  481. if string.sub(l.Text,1,7)=="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,7)=="neon"then
  499. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  500. local C=game:GetService('Players').LocalPlayer.Name;
  501. local D={}
  502. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  503. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  504. function D:FireEvent(H,I,J,K)
  505. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  506. end;
  507. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  508. for L,n in pairs(G:GetDescendants())do
  509. if n:IsA("BasePart")then
  510. D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.Neon)
  511. D:FireEvent("PompousTheCloud",n,"Color",Color3.fromRGB(61, 21, 133))
  512. end
  513. end
  514. end;
  515. if string.sub(l.Text,1,5)=="goto "then
  516. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  517. lplayer.Character.HumanoidRootPart.CFrame=game:GetService("Players")[g.Name].Character.HumanoidRootPart.CFrame
  518. end
  519. end;
  520. if string.sub(l.Text,1,6)=="music "then
  521. local C=game:GetService('Players').LocalPlayer.Name;
  522. local D={}
  523. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  524. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  525. function D:FireEvent(H,I,J,K)
  526. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  527. end;
  528. E.workspace.Buy:FireServer(0,"PompousTheCloud")
  529. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  530. if not game.Players.LocalPlayer.Backpack:FindFirstChild("SuperFlyGoldBoomBox")then
  531. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  532. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent=E.players.LocalPlayer.Character;
  533. local X=E.players.LocalPlayer.Character:WaitForChild("SuperFlyGoldBoombox").Handle.BoomboxSound;
  534. local Y=X.Parent.Parent.Remote;
  535. Y:FireServer("PlaySong",string.sub(l.Text,7))
  536. wait(1)
  537. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Parent",E.players.LocalPlayer.Character)
  538. D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"Parent",E.players.LocalPlayer.Backpack)
  539. D:FireEvent("PompousTheCloud",G["BoomboxSound"],"Name","NOOB")
  540. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",false)
  541. D:FireEvent("PompousTheCloud",G["NOOB"],"Volume",5)
  542. D:FireEvent("PompousTheCloud",G["NOOB"],"PlayBackLoudness",5)
  543. D:FireEvent("PompousTheCloud",G["NOOB"],"Looped",false)
  544. D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",true)
  545. E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox"):Destroy()
  546. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  547. end
  548. end;
  549. if string.sub(l.Text,1,5)=="beast"then
  550. local UserName = game:GetService('Players').LocalPlayer.Name
  551. local mesh = 1107038050
  552. local texture = 4455434349
  553. local CE = {}
  554. local Variables = {
  555. workspace = game:GetService("Workspace"),
  556. players = game:GetService("Players")
  557. }
  558.  
  559. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  560.  
  561. function CE:FireEvent(ItemName, Object, Property, Value)
  562. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  563. end
  564.  
  565.  
  566. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  567. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  568.  
  569.  
  570. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"MeshId","rbxassetid://431912397")
  571. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"Scale",Vector3.new(0.06, 0.075, -0.075))
  572. CE:FireEvent("PompousTheCloud",MainUserW["Cape-of-Darkness"]["Handle"]["Mesh"],"Offset",Vector3.new(0, -1.65, 2.5))
  573. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"MeshId","rbxassetid://453119316")
  574. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"Scale",Vector3.new(.005,.005,.0075))
  575. CE:FireEvent("PompousTheCloud",MainUserW["BladeMasterAccessory"]["Handle"]["SpecialMesh"],"Offset",Vector3.new(0, 1.5, -1))
  576. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Size",2)
  577. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Opacity",0.6)
  578. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)
  579. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.new(0,0,0))
  580. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Smoke"],"Parent",MainUserW.Torso)
  581. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  582. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  583. CE:FireEvent("PompousTheCloud",MainUserW[" "]:Remove())
  584. end
  585. if string.sub(l.Text,1,5)=="invis"then
  586. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  587. local C=game:GetService('Players').LocalPlayer.Name;
  588. local D={}
  589. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  590. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  591. function D:FireEvent(H,I,J,K)
  592. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  593. end;
  594. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  595. for L,n in pairs(G:GetDescendants())do
  596. if n:IsA("BasePart")then
  597. D:FireEvent("PompousTheCloud",n,"Transparency","1")
  598. end
  599. end
  600. end
  601. if string.sub(l.Text,1,3)=="vis"then
  602. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  603. local C=game:GetService('Players').LocalPlayer.Name;
  604. local D={}
  605. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  606. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  607. function D:FireEvent(H,I,J,K)
  608. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  609. end;
  610. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  611. for L,n in pairs(G:GetDescendants())do
  612. if n:IsA("BasePart")then
  613. D:FireEvent("PompousTheCloud",n,"Transparency","0")
  614. end
  615. end
  616. end
  617. if string.sub(l.Text,1,7)=="leaderb"then
  618. local UserName = game:GetService('Players').LocalPlayer.Name
  619. local mesh = 1107038050
  620. local texture = 4455434349
  621. local CE = {}
  622. local Variables = {
  623. workspace = game:GetService("Workspace"),
  624. players = game:GetService("Players")
  625. }
  626.  
  627. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  628.  
  629. function CE:FireEvent(ItemName, Object, Property, Value)
  630. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  631. end
  632.  
  633.  
  634. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  635. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  636.  
  637. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","SocietyDeadX")
  638. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["SocietyDeadX"],"Value","Unknow#5351")
  639. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["SocietyDeadX"],"Parent",MainUserP.leaderstats)
  640. end
  641. if string.sub(l.Text,1,9)=="resetroot"then
  642. local UserName = game:GetService('Players').LocalPlayer.Name
  643. local mesh = 1107038050
  644. local texture = 4455434349
  645. local CE = {}
  646. local Variables = {
  647. workspace = game:GetService("Workspace"),
  648. players = game:GetService("Players")
  649. }
  650.  
  651. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  652.  
  653. function CE:FireEvent(ItemName, Object, Property, Value)
  654. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  655. end
  656.  
  657.  
  658. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  659. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  660.  
  661. CE:FireEvent("PompousTheCloud",MainUserW["HumanoidRootPart"],"Transparency","1")
  662. end
  663. if string.sub(l.Text,1,6)=="speed "then
  664. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,7)
  665. end
  666. if string.sub(l.Text,1,3)=="ws "then
  667. lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,4)
  668. end
  669. if string.sub(l.Text,1,3)=="hh "then
  670. lplayer.Character.Humanoid.HipHeight=string.sub(l.Text,4)
  671. end
  672. if string.sub(l.Text,1,3)=="jp "then
  673. lplayer.Character.Humanoid.JumpPower=string.sub(l.Text,4)
  674. end
  675. if string.sub(l.Text,1,5)=="dhats"then
  676. for f,g in pairs(lplayer.Character:GetChildren())do
  677. if g:IsA("Accessory")or g:IsA("Hat")then
  678. g.Parent=workspace
  679. end
  680. end
  681. end;
  682. if string.sub(l.Text,1,5)=="dtool"then
  683. for f,g in pairs(lplayer.Character:GetChildren())do
  684. if g:IsA("Tool")then
  685. g.Parent=workspace
  686. end
  687. end
  688. end;
  689. if string.sub(l.Text,1,5)=="cloud"then
  690. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  691. end
  692. if string.sub(l.Text,1,7)=="boombox"then
  693. game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")
  694. end;
  695. if string.sub(l.Text,1,7)=="unicorn"then
  696. game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")
  697. end;
  698. if string.sub(l.Text,1,4)=="coil"then
  699. game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")
  700. end;
  701. if string.sub(l.Text,1,8)=="tall"then
  702. local UserName = game:GetService('Players').LocalPlayer.Name
  703. local mesh = 1107038050
  704. local texture = 4455434349
  705. local CE = {}
  706. local Variables = {
  707. workspace = game:GetService("Workspace"),
  708. players = game:GetService("Players")
  709. }
  710.  
  711. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  712.  
  713. function CE:FireEvent(ItemName, Object, Property, Value)
  714. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  715. end
  716.  
  717.  
  718. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  719. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  720.  
  721. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,3,1))
  722. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,3,1))
  723. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,3,1))
  724. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,4,1))
  725. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,4,1))
  726. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  727. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  728. end
  729. if string.sub(l.Text,1,9)=="untall"then
  730. local UserName = game:GetService('Players').LocalPlayer.Name
  731. local mesh = 1107038050
  732. local texture = 4455434349
  733. local CE = {}
  734. local Variables = {
  735. workspace = game:GetService("Workspace"),
  736. players = game:GetService("Players")
  737. }
  738.  
  739. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  740.  
  741. function CE:FireEvent(ItemName, Object, Property, Value)
  742. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  743. end
  744.  
  745.  
  746. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  747. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  748.  
  749. CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Size",Vector3.new(1,2,1))
  750. CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Size",Vector3.new(1,2,1))
  751. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2,2,1))
  752. CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Size",Vector3.new(1,2,1))
  753. CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Size",Vector3.new(1,2,1))
  754. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  755. end
  756. if string.sub(l.Text,1,5)=="size "then
  757. game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")
  758. local C=game:GetService('Players').LocalPlayer.Name;
  759. local D={}
  760. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  761. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  762. function D:FireEvent(H,I,J,K)
  763. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  764. end;
  765. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  766. for L,n in pairs(G:GetDescendants())do
  767. if n:IsA("BasePart")then
  768. D:FireEvent("PompousTheCloud",n,"Size",Vector3.new(string.sub(l.Text,6)/2,string.sub(l.Text,6),string.sub(l.Text,6)/2))
  769. end
  770. end
  771. end;
  772. if string.sub(l.Text,1,5)=="mute "then
  773. for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do
  774. local C=game:GetService('Players').LocalPlayer.Name;
  775. local D={}
  776. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  777. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  778. function D:FireEvent(H,I,J,K)
  779. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  780. end;
  781. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  782. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  783. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  784. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",workspace)
  785. game.Players.LocalPlayer.Character.PompousTheCloud:Remove()
  786. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  787. end
  788. end
  789. if string.sub(l.Text, 1, 6) == "bring " then
  790. for f,g in pairs(GetPlayer(string.sub(l.Text, 7))) do
  791. local UserName = game:GetService('Players').LocalPlayer.Name
  792. local subfiusbijudb = game.Players.LocalPlayer.Character
  793. local mesh = 0
  794. local texture = 0
  795. local CE = {}
  796. local plr = "a"
  797. local Variables = {
  798. workspace = game:GetService("Workspace"),
  799. players = game:GetService("Players")
  800. }
  801.  
  802. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  803.  
  804. function CE:FireEvent(ItemName, Object, Property, Value)
  805. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  806. end
  807.  
  808.  
  809. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  810. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  811.  
  812. subfiusbijudb["Left Arm"].Anchored = true
  813. subfiusbijudb["Torso"].Anchored = true
  814. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",game.Players[g.Name].Character.Head)
  815. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Left Shoulder"],"Part1",MainUserW["Left Arm"])
  816. wait(.5)
  817. subfiusbijudb["Left Arm"].Anchored = false
  818. subfiusbijudb["Torso"].Anchored = false
  819. end
  820. end
  821. if string.sub(l.Text,1,6)=="scythe" then
  822. local ME = game:GetService("Players").LocalPlayer
  823. function FireEvent(ItemName, Object, Property, Value)
  824. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  825. end
  826. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  827. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  828. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  829. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
  830. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://1125307400")
  831. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://1015309108")
  832. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://481881205")
  833. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.045,.045,.045))
  834. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
  835. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
  836. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","SocietyDeadX Scythe")
  837. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
  838. wait()
  839. ME:GetMouse().Button1Down:Connect(function()
  840. if ME.Character:FindFirstChild("Scythe") then
  841. if ME:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or ME:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
  842. local Animation = Instance.new("Animation")
  843. Animation.AnimationId = "rbxassetid://218504594"
  844. local AnimationLoader = ME.Character.Humanoid:LoadAnimation(Animation)
  845. AnimationLoader:Play()
  846. AnimationLoader:AdjustSpeed(1.75)
  847. wait()
  848. workspace.GuiEvent:FireServer(".")
  849. FireEvent("Scythe",ME.Character["."]:WaitForChild("Head"),"Parent",ME:GetMouse().Target.Parent)
  850. end
  851. end
  852. end)
  853. end
  854. if string.sub(l.Text,1,10)=="scythe all" then
  855. local ME = game:GetService("Players").LocalPlayer
  856. function FireEvent(ItemName, Object, Property, Value)
  857. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  858. end
  859. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  860. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  861. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  862. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"CanBeDropped",true)
  863. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"TextureId","rbxassetid://1125307400")
  864. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://1015309108")
  865. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://481881205")
  866. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(.045,.045,.045))
  867. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripPos",Vector3.new(1.6, -0.5, 0))
  868. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"GripRight",Vector3.new(-1,0,-15))
  869. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"ToolTip","SocietyDeadX Scythe")
  870. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"],"Name","Scythe")
  871. FireEvent("PompousTheCloud",ME.Character["Scythe"],"Parent",game.StarterPack)
  872. end
  873. if string.sub(l.Text,1,5)=="snow1" then
  874. local UserName = game:GetService('Players').LocalPlayer.Name
  875. local mesh = 1107038050
  876. local texture = 4455434349
  877. local CE = {}
  878. local Variables = {
  879. workspace = game:GetService("Workspace"),
  880. players = game:GetService("Players")
  881. }
  882.  
  883. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  884.  
  885. function CE:FireEvent(ItemName, Object, Property, Value)
  886. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  887. end
  888.  
  889.  
  890. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  891. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  892.  
  893.  
  894. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Anchored",true)
  895. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Position",Vector3.new(-55.3984, 3964.93, 440.799))
  896. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Rotation",Vector3.new(0,0,0))
  897. wait(.1)
  898. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"BrickColor",BrickColor.new("Medium blue"))
  899. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Size",Vector3.new(2013.78, 4.07, 2048))
  900. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","Sand")
  901. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Parent",workspace)
  902. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Transparency","0.2")
  903. CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"CanCollide",cancolliden)
  904. end
  905. if string.sub(l.Text,1,13)=="chillyboombox" then
  906. local ME = game:GetService("Players").LocalPlayer
  907. function FireEvent(ItemName, Object, Property, Value)
  908. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  909. end
  910. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  911. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  912. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"CanBeDropped",true)
  913. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"TextureId","rbxassetid://1484150481")
  914. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://4455434349")
  915. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  916. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"],"Material","ForceField")
  917. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"],"BrickColor",BrickColor.new("White"))
  918. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"ToolTip","chillx#0001")
  919. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"Name","ChillyBoom")
  920. end
  921. if string.sub(l.Text,1,17)=="chillyboombox all"then
  922. local C=game:GetService('Players').LocalPlayer.Name;
  923. local V=3900254699;
  924. local Z,P,Q=4175855701,1323932869,4165127681;
  925. local D={}
  926. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  927. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)
  928. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  929. end;
  930. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  931. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  932. F["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent=G;
  933. D:FireEvent("PompousTheCloud",G["ChillyBoom"],"Parent",game.StarterPack)
  934. end
  935. if string.sub(l.Text, 1, 6) == "nohead" then
  936. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  937.  
  938. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  939. local Name = "NAME"-- NAME THE TOOL IF WANT
  940. local CE = {} -- DON'T EDIT
  941. local C = { -- DON'T EDIT
  942. workspace = game:GetService("Workspace"),
  943. players = game:GetService("Players")
  944. }
  945.  
  946. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  947.  
  948.  
  949. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  950. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  951. end
  952.  
  953. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  954.  
  955. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW -- DON'T EDIT
  956. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","1")
  957. CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"]:Remove())
  958. end
  959. if string.sub(l.Text, 1, 6) == "rich" then
  960. game.workspace.GiveTool:FireServer(2187476, "PompousTheCloud") -- YOUR GAMEPASS
  961.  
  962. local UserName = game:GetService("Players").LocalPlayer.Name -- DON'T EDIT
  963. local Name = "NAME"-- NAME THE TOOL IF WANT
  964. local CE = {} -- DON'T EDIT
  965. local C = { -- DON'T EDIT
  966. workspace = game:GetService("Workspace"),
  967. players = game:GetService("Players")
  968. }
  969.  
  970. local MainUserP, MainUserW = C.players.LocalPlayer, C.workspace:FindFirstChild(UserName) -- DON'T EDIT
  971.  
  972.  
  973. function CE:FireEvent(ItemName, Object, Property, Value) -- DON'T EDIT
  974. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  975. end
  976.  
  977. C.workspace.Buy:FireServer(0, "PompousTheCloud") -- DON'T EDIT
  978.  
  979. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  980. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://101851696")
  981. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://139937733")
  982. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
  983. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Parent",MainUserW["Right Leg"])
  984. CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Transparency","0")
  985. end
  986. if string.sub(l.Text,1,8)=="swordbox" then
  987. local ME = game:GetService("Players").LocalPlayer
  988. function FireEvent(ItemName, Object, Property, Value)
  989. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  990. end
  991. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  992. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  993. ME["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
  994. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"CanBeDropped",true)
  995. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"TextureId","rbxassetid://4455434349")
  996. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://3676810102")
  997. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://3676810220")
  998. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(0.15,0.15,0.15))
  999. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripPos",Vector3.new(-0.8, 0, 0.6))
  1000. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripUp",Vector3.new(3, 0, 0))
  1001. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"GripRight",Vector3.new(1, 0, 0))
  1002. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1003. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1004. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1005. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1006. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"],"ToolTip","chillx#0001")
  1007. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["Handle"],"Transparency","1")
  1008. while wait() do
  1009. print("loud")
  1010. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1011. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1012. wait(0.01)
  1013. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1014. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1015. end
  1016. end
  1017. if string.sub(l.Text,1,10)=="spamcloud " then
  1018. for f,g in pairs(GetPlayer(string.sub(l.Text,11)))do
  1019. local C=game:GetService('Players').LocalPlayer.Name;
  1020. local D={}
  1021. local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}
  1022. local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)
  1023. function D:FireEvent(H,I,J,K)
  1024. G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})
  1025. end;
  1026. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1027. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1028. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1029. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1030. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1031. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1032. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1033. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1034. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1035. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1036. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1037. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1038. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1039. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1040. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1041. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1042. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1043. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1044. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1045. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1046. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1047. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1048. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1049. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1050. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1051. F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;
  1052. D:FireEvent("PompousTheCloud",G.PompousTheCloud,"Parent",game.Players[g.Name].Character)
  1053. game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")
  1054. end
  1055. end
  1056. if string.sub(l.Text,1,7)=="loudbox" then
  1057. local ME = game:GetService("Players").LocalPlayer
  1058. function FireEvent(ItemName, Object, Property, Value)
  1059. ME.Character:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1060. end
  1061. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1062. ME["Backpack"]:WaitForChild("PompousTheCloud").Parent = ME.Character
  1063.  
  1064. FireEvent("PompousTheCloud",ME.Character["PompousTheCloud"]["LocalScript"],"Disabled",true)
  1065. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1066. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1067. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1068. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1069. while wait() do
  1070. print("loud")
  1071. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","99999")
  1072. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","99999")
  1073. wait(0.01)
  1074. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","10")
  1075. FireEvent("PompousTheCloud",ME.Character["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","99999")
  1076. end
  1077. end
  1078. if string.sub(l.Text,1,5)=="trail" then
  1079. local UserName = game:GetService('Players').LocalPlayer.Name
  1080. local mesh = 1107038050
  1081. local texture = 4455434349
  1082. local CE = {}
  1083. local Variables = {
  1084. workspace = game:GetService("Workspace"),
  1085. players = game:GetService("Players")
  1086. }
  1087.  
  1088. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  1089.  
  1090. function CE:FireEvent(ItemName, Object, Property, Value)
  1091. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1092. end
  1093.  
  1094.  
  1095. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1096. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  1097. game.Workspace.GiveTool:FireServer(2187476, "SuperSpeedCoil")
  1098. MainUserP["Backpack"]:WaitForChild("SuperSpeedCoil").Parent = MainUserW
  1099.  
  1100. CE:FireEvent("PompousTheCloud",MainUserW["SuperSpeedCoil"]["Handle"]["Trail"],"Parent",MainUserW.Torso)
  1101. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment0",MainUserW.Torso.NeckAttachment)
  1102. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Attachment1",MainUserW.Torso.WaistCenterAttachment)
  1103. CE:FireEvent("PompousTheCloud",MainUserW["Torso"]["Trail"],"Lifetime","1")
  1104. 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")
  1105. end
  1106. if string.sub(l.Text,1,6)=="robuxb"then
  1107. local UserName = game:GetService('Players').LocalPlayer.Name
  1108. local mesh = 1107038050
  1109. local texture = 4455434349
  1110. local CE = {}
  1111. local Variables = {
  1112. workspace = game:GetService("Workspace"),
  1113. players = game:GetService("Players")
  1114. }
  1115.  
  1116. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  1117.  
  1118. function CE:FireEvent(ItemName, Object, Property, Value)
  1119. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  1120. end
  1121.  
  1122.  
  1123. game.Workspace.GiveTool:FireServer(2187476, "PompousTheCloud")
  1124. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  1125.  
  1126. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["jump"],"Name","⚠️")
  1127. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["⚠️"],"Value","SocietyDead")
  1128. CE:FireEvent("PompousTheCloud",MainUserW["Animate"]["⚠️"],"Parent",MainUserP.leaderstats)
  1129. end
  1130. if string.sub(l.Text,1,7)=="rainbow"then _G.rainbow=true;while _G.rainbow do for f=0,1,0.1 do game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new(Color3.fromHSV(f,1,1)))wait(.1)end end end;
  1131. if string.sub(l.Text,1,9)=="unrainbow"then _G.rainbow=false;wait(1)game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Nougat"))end;
  1132.  
  1133.  
  1134.  
  1135. end
  1136. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement