Advertisement
Lollddsf

dff

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