Advertisement
Lollddsf

Untitled

Feb 4th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.24 KB | None | 0 0
  1. prefix=";"wait()local a=2187476;lplayer=game:GetService("Players").LocalPlayer;lplayer.CharacterAdded:Connect(function(b)spin=false;flying=false;staring=false;banpl=false end)function change()prefix=prefix;speedfly=speedfly end;function GetPlayer(c)local d={}local e=c:lower()if e=="nigleteersinthisworld"then for f,g in pairs(game:GetService("Players"):GetPlayers())do table.insert(d,g)end elseif e=="all"then for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name~=lplayer.Name then table.insert(d,g)end end elseif e=="me"then for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name==lplayer.Name then table.insert(d,g)end end else for f,g in pairs(game:GetService("Players"):GetPlayers())do if g.Name:lower():sub(1,#c)==c:lower()then table.insert(d,g)end end end;return d end;local h=lplayer:GetMouse()noclip=false;droppinghats=false;droppingtools=false;flying=false;stopsitting=false;flying=false;speedfly=1;function plrchat(plr,i)print(plr.Name..": "..tick().."\n"..i)end;for f,g in pairs(game:GetService("Players"):GetPlayers())do g.Chatted:connect(function(i)if chatlogs then plrchat(g,i)end end)end;game:GetService("Players").PlayerAdded:connect(function(plr)plr.Chatted:connect(function(i)if chatlogs then plrchat(plr,i)end end)end)local j=Instance.new("ScreenGui")local k=Instance.new("Frame")local l=Instance.new("TextBox")j.Parent=game:GetService("CoreGui")k.Parent=j;k.BackgroundColor3=Color3.new(135,0,124)k.BackgroundTransparency=0.3;k.Position=UDim2.new(0,0,0.293,0)k.Size=UDim2.new(0,200,0,40)k.Active=true;k.Draggable=true;l.Name="CMDBAR"l.Parent=k;l.BackgroundColor3=Color3.new(0.105882,0.164706,0.207843)l.BackgroundTransparency=0.20000000298023;l.Size=UDim2.new(0,180,0,20)l.Position=UDim2.new(0.05,0,0.25,0)l.Font=Enum.Font.SourceSansLight;l.FontSize=Enum.FontSize.Size14;l.TextColor3=Color3.new(0.945098,0.945098,0.945098)l.TextScaled=true;l.TextSize=14;l.TextWrapped=true;l.Text="Press ; to type"wait()game:GetService('RunService').Stepped:connect(function()if noclip then if lplayer.Character.Humanoid.RigType==Enum.HumanoidRigType.R6 then lplayer.Character.Head.CanCollide=false;lplayer.Character.Torso.CanCollide=false;lplayer.Character["Left Leg"].CanCollide=false;lplayer.Character["Right Leg"].CanCollide=false else lplayer.Character.Humanoid:ChangeState(11)end end;if changingstate then lplayer.Character.Humanoid:ChangeState(statechosen)end end)game:GetService('RunService').Stepped:connect(function()if droppinghats then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then g.Parent=workspace end end end;if droppingtools then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then g.Parent=workspace end end end;if removingmeshhats then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then g.Handle.Mesh:Destroy()end end end;if removingmeshtool then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then g.Handle.Mesh:Destroy()end end end end)plr=lplayer;hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()mouse.KeyDown:connect(function(m)if m=="e"then if mouse.Target then if clickgoto then hum.CFrame=CFrame.new(mouse.Hit.x,mouse.Hit.y+5,mouse.Hit.z)elseif clickdel then mouse.Target:Destroy()end end end end)game:GetService("Workspace").ChildAdded:connect(function(n)if gettingtools then if n:IsA("Tool")then n.Handle.CFrame=lplayer.Character.HumanoidRootPart.CFrame end end end)h.KeyDown:connect(function(o)if o==prefix then l:CaptureFocus()end end)l.FocusLost:connect(function(p)if p then if string.sub(l.Text,1,6)=="cloud"then game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,6)=="noclip"then noclip=true end;if string.sub(l.Text,1,4)=="clip"then noclip=false end;if string.sub(l.Text,1,6)=="speed "then lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,7)end;if string.sub(l.Text,1,3)=="ws "then lplayer.Character.Humanoid.WalkSpeed=string.sub(l.Text,4)end;if string.sub(l.Text,1,3)=="hh "then lplayer.Character.Humanoid.HipHeight=string.sub(l.Text,4)end;if string.sub(l.Text,1,3)=="jp "then lplayer.Character.Humanoid.JumpPower=string.sub(l.Text,4)end;if string.sub(l.Text,1,5)=="dhats"then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then g.Parent=workspace end end end;if string.sub(l.Text,1,5)=="dtool"then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then g.Parent=workspace end end end;if string.sub(l.Text,1,9)=="loopdtool"then droppingtools=true end;if string.sub(l.Text,1,11)=="unloopdtool"then droppingtools=false end;if string.sub(l.Text,1,5)=="goto "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do lplayer.Character.HumanoidRootPart.CFrame=game:GetService("Players")[g.Name].Character.HumanoidRootPart.CFrame end end;if string.sub(l.Text,1,3)=="fly"then repeat wait()until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart')and lplayer.Character:FindFirstChild('Humanoid')repeat wait()until h;local q=lplayer.Character.HumanoidRootPart;local r={F=0,B=0,L=0,R=0}local s={F=0,B=0,L=0,R=0}local t=speedget;local function u()flying=true;local v=Instance.new('BodyGyro',q)local w=Instance.new('BodyVelocity',q)v.P=9e4;v.maxTorque=Vector3.new(9e9,9e9,9e9)v.cframe=q.CFrame;w.velocity=Vector3.new(0,0.1,0)w.maxForce=Vector3.new(9e9,9e9,9e9)spawn(function()repeat wait()lplayer.Character.Humanoid.PlatformStand=true;if r.L+r.R~=0 or r.F+r.B~=0 then t=50 elseif not(r.L+r.R~=0 or r.F+r.B~=0)and t~=0 then t=0 end;if r.L+r.R~=0 or r.F+r.B~=0 then w.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(r.F+r.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(r.L+r.R,(r.F+r.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*t;s={F=r.F,B=r.B,L=r.L,R=r.R}elseif r.L+r.R==0 and r.F+r.B==0 and t~=0 then w.velocity=(workspace.CurrentCamera.CoordinateFrame.lookVector*(s.F+s.B)+workspace.CurrentCamera.CoordinateFrame*CFrame.new(s.L+s.R,(s.F+s.B)*0.2,0).p-workspace.CurrentCamera.CoordinateFrame.p)*t else w.velocity=Vector3.new(0,0.1,0)end;v.cframe=workspace.CurrentCamera.CoordinateFrame until not flying;r={F=0,B=0,L=0,R=0}s={F=0,B=0,L=0,R=0}t=0;v:destroy()w:destroy()lplayer.Character.Humanoid.PlatformStand=false end)end;h.KeyDown:connect(function(x)if x:lower()=='w'then r.F=speedfly elseif x:lower()=='s'then r.B=-speedfly elseif x:lower()=='a'then r.L=-speedfly elseif x:lower()=='d'then r.R=speedfly end end)h.KeyUp:connect(function(x)if x:lower()=='w'then r.F=0 elseif x:lower()=='s'then r.B=0 elseif x:lower()=='a'then r.L=0 elseif x:lower()=='d'then r.R=0 end end)u()end;if string.sub(l.Text,1,5)=="unfly"then flying=false;lplayer.Character.Humanoid.PlatformStand=false end;if string.sub(l.Text,1,5)=="chat "then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(string.sub(l.Text,6),"All")end;if string.sub(l.Text,1,9)=="blockhead"then lplayer.Character.Head.Mesh:Destroy()end;if string.sub(l.Text,1,3)=="sit"then lplayer.Character.Humanoid.Sit=true end;if string.sub(l.Text,1,4)=="cmds"then print[[
  2. ------------------------------Ali Admin/ Encrypted Admin CMDS------------------------------
  3. []noclip --noclips you
  4. []clip --clips you
  5. []speed/ws --changes speed
  6. []hh --changes hip height
  7. []jp --changes jump power
  8. []dhats --drops hats
  9. []dtool --drops tool
  10. []loopdtool --loopdrops tools
  11. []goto {plr}--tps you to a player
  12. []fly
  13. []flyspeed {num} --changes flight speed
  14. []unfly --gtfo if you dont know what unfly is
  15. []chat {txt} --the most useful cmd of all(bypasses mute)
  16. []blockhead --removes headmesh -_-
  17. []sit --MAKES U SIT NIGGA
  18. []rmeshhats --removes hat meshes
  19. []rmeshtool --removes tool's mesh
  20. []anim {id} --plays an animation
  21. []savepos --saves position
  22. []loadpos --loads saved position
  23. []delbar --deletes cmdbar
  24. []grav {num}
  25. []age {plr} --shows a players age
  26. []cloud --tool
  27. []boombox --tool
  28. []unicorn --tool
  29. []coil --tool
  30. []stroller --tool
  31. []alltools --gives all tools
  32. []glock --weapon
  33. []hellsword --weapon
  34. []baseplate --spawns a huge baseplate
  35. []eyes --rainbow eyes
  36. []sparkles --gives you sparkles
  37. []fire -- gives you fire
  38. []smoke {plr} --gives a player smoke
  39. []rsmoke --removes smoke
  40. []reffect --removes effects(fire,sparkles,aura)
  41. []ff --forcefield
  42. []redff --red forcefield
  43. []blueff --blue forcefield
  44. []greenff --green forcefield
  45. []blackff --black forcefield
  46. []unff --removes forcefield
  47. []invis --makes you invisible
  48. []vis --makes you visible
  49. []freeze {plr} --freezes a player
  50. []kill {plr} --seriously... u dont know what this does?!?!
  51. []lkill {plr} --loopkills a player
  52. []blunt {plr} --gives a player a blunt
  53. []gvip {plr} --gives a player a viptag
  54. []jojo --morph
  55. []sasuke --morph
  56. []jiren --morph
  57. []ssj --morph
  58. []ssb--morph(only accessable after ssj)
  59. []anonymous --morph
  60. []gmorph {plr} --doesnt work with anonymous
  61. []pp {plr} --gives a player a pp
  62. []music {id} --plays a song loud
  63. []die--respawns u in same place u died
  64. []burn {plr} --burns a nigga to death
  65. []boombox all --gives everyone a 1ungzBox
  66. []viptag {txt} --changes your viptag's text
  67. []rhead {plr} --removes a player's head
  68. []unlkill --stops loopkill
  69. []rainbow --rainbow body(gives rainbow ff if equiped)
  70. []unrainbow --removes rainbow
  71. []trash {plr} --coming soon
  72. []hang {plr} --hangs a player
  73. []sans {plr} --makes someone a sans head
  74. []chatbypass --allows you to cuss(acc age 13+, made by unknown user)
  75. []rj --rejoin
  76. []red --turns equipped tool red
  77. []blue --turns equipped tool blue
  78. []green --turns equipped tool green
  79. []black --turns equipped tool black
  80. []gold --turns equipped tool gold
  81. []camo --turns equipped tool camo
  82. []bcamo --turns equipped tool blue camo
  83. []wcamo --turns equipped tool white camo
  84. []tff --turns equipped tool into forcefield material
  85. []tunff --turns equiped tool back to normal
  86. -------------------------------------------------------------------------------------------
  87. ]]end;if string.sub(l.Text,1,9)=="rmeshhats"then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then g.Handle.Mesh:Destroy()end end end;if string.sub(l.Text,1,9)=="rmeshtool"then for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then g.Handle.Mesh:Destroy()end end end;if string.sub(l.Text,1,6)=="reach "then for f,g in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do if g:isA("Tool")then local y=Instance.new("SelectionBox",g.Handle)y.Name="Reach"y.Adornee=g.Handle;g.Handle.Size=Vector3.new(0.5,0.5,string.sub(l.Text,7))g.GripPos=Vector3.new(0,0,0)lplayer.Character.Humanoid:UnequipTools()end end end;if string.sub(l.Text,1,5)=="anim "then local z=Instance.new("Animation")z.AnimationId="rbxassetid://"..string.sub(l.Text,6)local A=lplayer.Character.Humanoid:LoadAnimation(z)A:Play(.1,1,1)end;if string.sub(l.Text,1,7)=="savepos"then saved=lplayer.Character.HumanoidRootPart.CFrame end;if string.sub(l.Text,1,7)=="loadpos"then lplayer.Character.HumanoidRootPart.CFrame=saved end;if string.sub(l.Text,1,6)=="delbar"then j:Destroy()end;if string.sub(l.Text,1,5)=="grav "then game:GetService("Workspace").Gravity=string.sub(l.Text,6)end;if string.sub(l.Text,1,4)=="age "then for f,B in pairs(GetPlayer(string.sub(l.Text,5)))do game:GetService("StarterGui"):SetCore("SendNotification",{Title=B.AccountAge.." Days",Text="Account age of "..B.Name})end end;if string.sub(l.Text,1,9)=="boombox"then game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")end;if string.sub(l.Text,1,7)=="unicorn"then game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")end;if string.sub(l.Text,1,6)=="coil"then game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")end;if string.sub(l.Text,1,2)=="ff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)end end end;if string.sub(l.Text,1,9)=="flyspeed "then speedfly=string.sub(l.Text,10)wait()change()end;if string.sub(l.Text,1,8)=="alltools"then game.Workspace.GiveTool:FireServer(a,"SuperSpeedCoil")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"Stroller")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"BoomboxGearThree")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"FluffyUnicorn")wait(0.000001)game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,6)=="stsuckadickareare "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do staring=true;stareplr=g end end;if string.sub(l.Text,1,8)=="stroller"then game.Workspace.GiveTool:FireServer(a,"Stroller")end;if string.sub(l.Text,1,5)=="glock"then loadstring(game:HttpGet("https://pastebin.com/raw/vUuJXk4A"))()end;if string.sub(l.Text,1,9)=="hellsword"then loadstring(game:HttpGet("https://pastebin.com/raw/zNwLvdRu"))()end;if string.sub(l.Text,1,9)=="baseplate"then loadstring(game:HttpGet('https://pastebin.com/raw/EPz45nrh'))()end;if string.sub(l.Text,1,4)=="fire"then workspace.Effect:FireServer("Shiny")wait(.3)local M=90466749;local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Texture","rbxassetid://"..M)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Rate",20131)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Speed",5131)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Size",11231)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Transparency",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Color",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"ZOffset",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"LightInfluence",1)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"LightEmission",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Lifetime",5,10)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Rotation",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"RotSpeed",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"SpreadAngle",0,0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"EmissionDirection","Top")end;if string.sub(l.Text,1,6)=="eyes"then for f=0.1,100000 do workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235875854")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235876174")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235876570")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235877044")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235877318")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235878653")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235878884")wait(0.00000000000001)workspace.Face:FireServer("http://www.roblox.com/asset/?id=3235879197")end end;if string.sub(l.Text,1,8)=="sparkles"then workspace.Effect:FireServer("Ghosts")wait(.3)local M=1534596857;local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Texture","rbxassetid://"..M)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Rate",20131)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Speed",5131)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Size",11231)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Transparency",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Color",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"ZOffset",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"LightInfluence",1)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"LightEmission",10)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Lifetime",5,10)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"Rotation",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"RotSpeed",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"SpreadAngle",0,0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Ghosts"],"EmissionDirection","Top")end;if string.sub(l.Text,1,5)=="redff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Really red"))end end end;if string.sub(l.Text,1,6)=="blueff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Really blue"))end end end;if string.sub(l.Text,1,7)=="greenff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Lime green"))end end end;if string.sub(l.Text,1,7)=="blackff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Really black"))end end end;if string.sub(l.Text,1,4)=="unff"then game.workspace.GiveTool:FireServer("7542359","PompousTheCloud")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for L,n in pairs(G:GetDescendants())do if n:IsA("BasePart")then D:FireEvent("PompousTheCloud",n,"Material",Enum.Material.Plastic)D:FireEvent("PompousTheCloud",n,"BrickColor",BrickColor.new("Nougat"))end end end;if string.sub(l.Text,1,5)=="invis"then workspace.Face:FireServer("http://www.roblox.com/asset/?id=3")wait()local C=game:GetService('Players').LocalPlayer.Name;local N=LocalPlayer;local O=1;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;if lplayer.Character.Head:FindFirstChild("NametagTemplate")then D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text"," ")end;D:FireEvent("PompousTheCloud",G["Head"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Left Arm"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Right Arm"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Left Leg"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Right Leg"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Torso"],"Transparency",O)for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",O)end end end;if string.sub(l.Text,1,3)=="vis"then workspace.Face:FireServer("rbxasset://textures/face.png")wait()local C=game:GetService('Players').LocalPlayer.Name;local N=LocalPlayer;local O=0;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;if lplayer.Character.Head:FindFirstChild("NametagTemplate")then D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text","VIP")end;D:FireEvent("PompousTheCloud",G["Head"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Left Arm"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Right Arm"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Left Leg"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Right Leg"],"Transparency",O)D:FireEvent("PompousTheCloud",G["Torso"],"Transparency",O)for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",O)end end end;if string.sub(l.Text,1,7)=="freeze "then for f,g in pairs(GetPlayer(string.sub(l.Text,8)))do game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(33171947)wait(1)local C=game:GetService('Players').LocalPlayer.Name;local P,Q=968797824,1640019997;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Transparency",0.5)D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.2,0.1))D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Anchored",true)D:FireEvent("PompousTheCloud",G["33171947"],"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Players.LocalPlayer.Character[33171947]:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,5)=="kill "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,6)=="lkill "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;_G.lkill=true;while _G.lkill do game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()wait(5)end end end;if string.sub(l.Text,1,6)=="blunt "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do local C=game:GetService('Players').LocalPlayer.Name;local R,M=4453340376,4453340516;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..M)D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..R)D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"Scale",Vector3.new(.02,.02,.02))D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"Offset",Vector3.new(0,-0.6,-1))D:FireEvent("PompousTheCloud",G["EyePatch"],"Name","HatHandle")D:FireEvent("PompousTheCloud",G["HatHandle"],"Parent",game.Players[g.Name].Character)end end;if string.sub(l.Text,1,5)=="gvip "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Parent",game.Players[g.Name].Character.Head)end end;if string.sub(l.Text,1,11)=="lightblunt "then for f,g in pairs(GetPlayer(string.sub(l.Text,12)))do local C=game:GetService('Players').LocalPlayer.Name;local S="0.3"local T=0.0000001;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Opacity",S)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Size",T)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Parent",game.Players[g.Name].Character.HatHandle.Handle)end end;if string.sub(l.Text,1,4)=="jojo"then workspace.Face:FireServer("http://www.roblox.com/asset/?id=4064510225")workspace.Effect:FireServer("Hearts")local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",1)end end;D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"],"Transparency",0)D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromRGB(170,0,170))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Size",UDim2.new(2.5,0,2.5,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text","Jotaro")D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://614237787")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://2505003638")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"MeshId","rbxassetid://887129419")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"TextureId","rbxassetid://887029299")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Scale",Vector3.new(0.03,0.03,0.03))D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Offset",Vector3.new(0,-0.35,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Texture","rbxassetid://1140296802")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rate",5)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Speed",1,1.5)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"LightInfluence",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"LightEmission",0.125)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Lifetime",2,3)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rotation",-25,25)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"RotSpeed",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"SpreadAngle",90,90)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"EmissionDirection","Top")game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,3)=="ssj"then workspace.Effect:FireServer("Hearts")workspace.Face:FireServer("http://www.roblox.com/asset/?id=682985249")wait()local C=game:GetService('Players').LocalPlayer.Name;local P,Q=430344159,26884682;local U="Goku"local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",1)end end;D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"],"Transparency",0)D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text",U)D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromRGB(255,255,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Size",UDim2.new(2.5,0,2.5,0))D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://1133064030")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://1133066424")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Scale",Vector3.new(6,6,6))D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Offset",Vector3.new(0,.6,.7))D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Texture","rbxassetid://347913776")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Color",ColorSequence.new(Color3.new(255,255,0)))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Size",NumberSequence.new(5))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rate",20)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Transparency",NumberSequence.new(.7))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"ZOffset",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Acceleration",Vector3.new(0,0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Speed",NumberRange.new(1))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"LightInfluence",1)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Lifetime",NumberRange.new(1))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rotation",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"RotSpeed",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"SpreadAngle",Vector2.new(0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"EmissionDirection","Top")game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,9)=="anonymous"then local C=game:GetService('Players').LocalPlayer.Name;local V=3900254699;local P,Q=151354972,151908297;local W=workspace["1ungz"].Torso;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",1)end end;D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text","Anonymous")D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromRGB(40,127,71))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Size",UDim2.new(2.5,0,2.5,0))D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://133708636")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://97164626")D:FireEvent("PompousTheCloud",G["Torso"],"Color",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["Head"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["Head"]["Mesh"],"Scale",Vector3.new(0.9,0.9,0.9))D:FireEvent("PompousTheCloud",G["Head"]["Mesh"],"Offset",Vector3.new(0,0.21,-0.16))D:FireEvent("PompousTheCloud",G["Head"]["Mesh"],"TextureId","rbxassetid://"..Q)end;if string.sub(l.Text,1,7)=="gmorph "then for f,g in pairs(GetPlayer(string.sub(l.Text,8)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;E.workspace.Buy:FireServer(0,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["Head"]["face"],"Parent",game.Players[g.Name].Character.Head)D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Parent",game.Players[g.Name].Character.Head)if lplayer.Character.HumanoidRootPart:FindFirstChild("Hearts")then D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Parent",game.Players[g.Name].Character.HumanoidRootPart)end;D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"],"Transparency",0)D:FireEvent("PompousTheCloud",G["Shirt"],"Parent",game.Players[g.Name].Character)D:FireEvent("PompousTheCloud",G["Pants"],"Parent",game.Players[g.Name].Character)D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"],"Parent",game.Players[g.Name].Character)end end;if string.sub(l.Text,1,3)=="pp "then for f,g in pairs(GetPlayer(string.sub(l.Text,4)))do local C=game:GetService('Players').LocalPlayer.Name;local R,M=4440554463,1904191978;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..M)D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..R)D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"Scale",Vector3.new(.2,.2,.2))D:FireEvent("PompousTheCloud",G["EyePatch"]["Handle"]["Mesh"],"Offset",Vector3.new(0,-3,-1.35))D:FireEvent("PompousTheCloud",G["EyePatch"],"Name","HatHandle")D:FireEvent("PompousTheCloud",G["HatHandle"],"Parent",game.Players[g.Name].Character)end end;if string.sub(l.Text,1,6)=="music "then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;E.workspace.Buy:FireServer(0,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;if not game.Players.LocalPlayer.Backpack:FindFirstChild("SuperFlyGoldBoomBox")then game.Workspace.GiveTool:FireServer(a,"SuperFlyGoldBoombox")E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent=E.players.LocalPlayer.Character;local X=E.players.LocalPlayer.Character:WaitForChild("SuperFlyGoldBoombox").Handle.BoomboxSound;local Y=X.Parent.Parent.Remote;Y:FireServer("PlaySong",string.sub(l.Text,7))wait(1)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Parent",E.players.LocalPlayer.Character)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"Parent",E.players.LocalPlayer.Backpack)D:FireEvent("PompousTheCloud",G["BoomboxSound"],"Name","NOOB")D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",false)D:FireEvent("PompousTheCloud",G["NOOB"],"Volume",5)D:FireEvent("PompousTheCloud",G["NOOB"],"PlayBackLoudness",5)D:FireEvent("PompousTheCloud",G["NOOB"],"Looped",false)D:FireEvent("PompousTheCloud",G["NOOB"],"Playing",true)E.players.LocalPlayer.Backpack:WaitForChild("SuperFlyGoldBoombox"):Destroy()game.Players.LocalPlayer.Character.PompousTheCloud:Remove()end end;if string.sub(l.Text,1,6)=="smoke "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Enabled",true)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Color",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Transparency",0.8)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Opacity","1")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Size",1)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Smoke"],"Parent",game.Players[g.Name].Character.Torso)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()end end;if string.sub(l.Text,1,3)=="die"then saved=lplayer.Character.HumanoidRootPart.CFrame;game.Players.LocalPlayer.Character.Head:Destroy()wait(5.6629)lplayer.Character.HumanoidRootPart.CFrame=saved end;if string.sub(l.Text,1,3)=="ssb"then workspace.Face:FireServer("http://www.roblox.com/asset/?id=262534270")wait()local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"TextureId","rbxassetid://41930834")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"MeshId","rbxassetid://430344159")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Color",ColorSequence.new(Color3.new(0,16,176)))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromRGB(85,255,255))D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://363968007")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://363966829")game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,6)=="sasuke"then workspace.Face:FireServer("http://www.roblox.com/asset/?id=1241449468")wait()local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",1)end end;D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"],"Transparency",0)D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"TextureId","rbxassetid://1453948334")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"MeshId","rbxassetid://1453946153")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Scale",Vector3.new(7,7,7))D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Offset",Vector3.new(0,0,.45))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Size",UDim2.new(2.5,0,2.5,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text","Sasuke")D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromRGB(0,32,96))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromRGB(91,93,105))D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://760284422")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://871035743")game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,5)=="burn "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do workspace.Effect:FireServer("Shiny")wait(1)local C=game:GetService('Players').LocalPlayer.Name;local M=90466749;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Texture","rbxassetid://90466749")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"EmissionDirection","Top")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Shiny"],"Parent",game.Players[g.Name].Character.HumanoidRootPart)wait(1)D:FireEvent("PompousTheCloud",G["Body Colors"],"HeadColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"LeftArmColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"RightArmColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"TorsoColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"LeftLegColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"RightLegColor3",Color3.new(0,0,0))D:FireEvent("PompousTheCloud",G["Body Colors"],"Parent",game.Players[g.Name].Character)D:FireEvent("PompousTheCloud",G["Head"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["Torso"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["Right Arm"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["Left Arm"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["Left Leg"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["Right Leg"],"BrickColor",BrickColor.new("Nougat"))D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"],"Name","Head")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Head"]["Mesh"],"MeshId","0")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Head"],"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,11)=="boombox all"then local C=game:GetService('Players').LocalPlayer.Name;local V=3900254699;local Z,P,Q=4175855701,1323932869,4165127681;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;F["Backpack"]:WaitForChild("SuperFlyGoldBoombox").Parent=G;D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"CanBeDropped",true)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"],"Material","ForceField")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"],"Color",Color3.fromRGB(255,0,0))D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"Scale",Vector3.new(0.8,0.8,0.8))D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"TextureId","rbxassetid://"..Z)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"MaxDistance","999999")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"EmitterSize","999999")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Volume","999999")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackSpeed","1")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"PlaybackLoudness","999999")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"IsPlaying",true)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"Looped",true)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"]["Handle"]["BoomboxSound"],"SoundId","rbxassetid://"..V)D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"GripPos",Vector3.new(0.4,-0.1-0.15))D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"GripUp",Vector3.new(-0.5,70,5))D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"GripRight",Vector3.new(0.2,-0.1,-2.9))D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"ToolTip","1ungzBox")D:FireEvent("PompousTheCloud",G["SuperFlyGoldBoombox"],"Parent",game.StarterPack)end;if string.sub(l.Text,1,5)=="jiren"then workspace.Effect:FireServer("Hearts")workspace.Face:FireServer("http://www.roblox.com/asset/?id=1364160836")wait()local C=game:GetService('Players').LocalPlayer.Name;local P,Q=430344159,26884682;local U="Jiren"local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Accessory")or g:IsA("Hat")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Transparency",1)end end;D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text",U)D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextColor3",Color3.fromRGB(0,0,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"TextStrokeColor3",Color3.fromRGB(255,0,0))D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"],"Size",UDim2.new(2.5,0,2.5,0))D:FireEvent("PompousTheCloud",G["Head"],"BrickColor",BrickColor.new("Quill grey"))D:FireEvent("PompousTheCloud",G["Shirt"],"ShirtTemplate","rbxassetid://1114748554")D:FireEvent("PompousTheCloud",G["Pants"],"PantsTemplate","rbxassetid://1092393454")D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..P)D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"Scale",Vector3.new(0.001,0.001,0.001))D:FireEvent("PompousTheCloud",G["Ultra-Fabulous Hair"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Q)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Texture","rbxassetid://347913776")D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Color",ColorSequence.new(Color3.new(255,0,0)))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Size",NumberSequence.new(5))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rate",20)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Transparency",NumberSequence.new(.7))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"ZOffset",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Acceleration",Vector3.new(0,0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Speed",NumberRange.new(1))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"LightInfluence",1)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Lifetime",NumberRange.new(1))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"Rotation",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"RotSpeed",0)D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"SpreadAngle",Vector2.new(0,0))D:FireEvent("PompousTheCloud",G["HumanoidRootPart"]["Hearts"],"EmissionDirection","Top")game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end;if string.sub(l.Text,1,7)=="viptag "then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;E.workspace.Buy:FireServer(0,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["Head"]["NametagTemplate"]["TagText"],"Text",""..string.sub(l.Text,8))end;if string.sub(l.Text,1,6)=="rhead "then for f,g in pairs(GetPlayer(string.sub(l.Text,7)))do local C=game:GetService('Players').LocalPlayer.Name;local R=0;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..R)D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"Parent",game.Players[g.Name].Character.Head)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,7)=="unlkill"then _G.lkill=false end;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;if string.sub(l.Text,1,9)=="unrainbow"then _G.rainbow=false;wait(1)game:GetService("ReplicatedStorage").AvatarEditor.BodyColorEvent:FireServer(BrickColor.new("Nougat"))end;if string.sub(l.Text,1,5)=="sans "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://430073345")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://430073362")D:FireEvent("PompousTheCloud",G["PompousTheCloud"]["Handle"]["Mesh"],"Parent",game.Players[g.Name].Character.Head)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,5)=="hang "then for f,g in pairs(GetPlayer(string.sub(l.Text,6)))do lplayer.Character.Humanoid.HipHeight=4.53;game:GetService("ReplicatedStorage"):FindFirstChild("AvatarEditor"):FindFirstChild("HatHandle"):FireServer(33171947)wait(2)local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;D:FireEvent("PompousTheCloud",G["33171947"]["Handle"],"Anchored",true)D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"MeshId","rbxassetid://4485334569")D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"TextureId","rbxassetid://63244754")D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Scale",Vector3.new(18,18,18))D:FireEvent("PompousTheCloud",G["33171947"]["Handle"]["Mesh"],"Offset",Vector3.new(0,-2,1.65))D:FireEvent("PompousTheCloud",G["33171947"],"Parent",game.Players[g.Name].Character)lplayer.Character.Humanoid.HipHeight=0;wait(5)D:FireEvent("PompousTheCloud",G.PompousTheCloud.Handle,"Name","Head")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head.Mesh,"MeshId","0")D:FireEvent("PompousTheCloud",G.PompousTheCloud.Head,"Parent",game.Players[g.Name].Character)game.Players.LocalPlayer.Character.PompousTheCloud:Remove()game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")end end;if string.sub(l.Text,1,10)=="chatbypass"then repeat wait()until game:FindFirstChild("Players")~=nil;repeat wait()until game.Players.LocalPlayer~=nil;local y=getrawmetatable(game)local _=y.__namecall;setreadonly(y,false)y.__namecall=function(self,...)if not checkcaller()then local a0={...}local a1=getnamecallmethod()if a1=="FireServer"and self==game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest then local a2=a0[1]local a3=""if string.sub(a2,1,3)=="/w "then a2=string.gsub(a2,"/w ","")local a4=string.find(a2," ")a3=string.sub(a2,1,a4-1)a2=string.sub(a2,a4+1,-1)end;text=""for a5=1,#a2 do text=text..string.sub(a2,a5,a5).."⁣"end;if a3~=""then text="/w "..a3 .." "..text end;a0[1]=text;return _(self,unpack(a0))end end;return _(self,...)end end;if string.sub(l.Text,1,7)=="reffect"then workspace.Effect:FireServer("remove")end;if string.sub(l.Text,1,6)=="rsmoke"then game.Players.LocalPlayer.Character.Torso.Smoke:Destroy()end;if string.sub(l.Text,1,3)=="red"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://880517637")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Really red"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,4)=="gold"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://128247069")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Deep orange"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,4)=="blue"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://57278144")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Dark blue"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,5)=="green"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://91097180")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Lime green"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,5)=="black"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://2675785344")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"BrickColor",BrickColor.new("Really black"))D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,4)=="camo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://2067817")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,5)=="bcamo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://261311744")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,5)=="wcamo"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle.Mesh,"TextureId","rbxassetid://1029268398")D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle.Mesh,"TextureId","rbxassetid://107431876")end end end;if string.sub(l.Text,1,3)=="tff"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Material",Enum.Material.ForceField)D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character.PompousTheCloud.Handle,"Material",Enum.Material.Plastic)end end end;if string.sub(l.Text,1,5)=="tunff"then local C=game:GetService('Players').LocalPlayer.Name;local D={}local E={workspace=game:GetService("Workspace"),players=game:GetService("Players")}local F,G=E.players.LocalPlayer,E.workspace:FindFirstChild(C)function D:FireEvent(H,I,J,K)G:FindFirstChild(H)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=K,["Property"]=J,["Object"]=I})end;game.Workspace.GiveTool:FireServer(a,"PompousTheCloud")F["Backpack"]:WaitForChild("PompousTheCloud").Parent=G;for f,g in pairs(lplayer.Character:GetChildren())do if g:IsA("Tool")then D:FireEvent("PompousTheCloud",game.Players.LocalPlayer.Character[g.Name].Handle,"Material",Enum.Material.Plastic)end end end;if string.sub(l.Text,1,2)=="rj"then return pcall(function()game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer)end)end;l.Text=""end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement