Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Admins = {"epiclightining"}
- Ban = {"other"}
- function ready()
- local sg = Instance.new("ScreenGui")
- end
- ready()
- wait(1)
- P = game.Players.LocalPlayer
- function onChatted(msg, recipient, speaker)
- if msg == ",superjump me" and game.Players(Admins) then
- local b = Instance.new("BodyForce")
- b.force = Vector3.new(0,2000,0)
- b.Parent = game.Workspace.phriol.Torso
- elseif msg == ",reset" then
- P.Character.Humanoid.Health= 0
- elseif msg == ",god me" then
- local f = Instance.new("ForceField")
- f.Parent = workspace.epiclightining
- P.Character.Torso.Reflectance = 1
- P.Character.Head.Reflectance = 1
- P.Characterphriol:FindFirstChild("Left Leg").Reflectance = 1
- P.Character:FindFirstChild("Right Leg").Reflectance = 1
- P.Character:FindFirstChild("Right Arm").Reflectance = 1
- P.Character:FindFirstChild("Left Arm").Reflectance = 1
- P.Character.Humanoid.MaxHealth = math.huge
- elseif msg == ",ghost me" then
- local f = game.Players.LocalPlayer.Character:GetChildren()
- for i, v in pairs(f) do
- if v:IsA("Part") then
- game.Workspace.Player:GetExtentsSize()
- v.Transparency = 1
- end
- end
- end
- end
- P.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, speaker) end)
- --[[ad text frame details
- (1.Size = 0,1600 ,1000
- 2.Backgrndtransparency = .3
- colors black)
- textbox in frame details
- 1.Size = 0,200 0,50
- 2.Transparency = 1
- 3.Position = 0,650 0,250
- 4.txtcolor3 = white
- 5.txt = admin has loaded
- --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement