Advertisement
Treyzotic

Yeasdsdasd

Mar 25th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Admins = {"epiclightining"}
  2. Ban = {"other"}
  3. function ready()
  4. local sg = Instance.new("ScreenGui")
  5. end
  6.  
  7. ready()
  8.  
  9. wait(1)
  10.  
  11.  
  12. P = game.Players.LocalPlayer
  13.  
  14. function onChatted(msg, recipient, speaker)
  15. if msg == ",superjump me" and game.Players(Admins) then
  16. local b = Instance.new("BodyForce")
  17. b.force = Vector3.new(0,2000,0)
  18. b.Parent = game.Workspace.phriol.Torso
  19.  
  20. elseif msg == ",reset" then
  21. P.Character.Humanoid.Health= 0
  22.  
  23. elseif msg == ",god me" then
  24. local f = Instance.new("ForceField")
  25. f.Parent = workspace.epiclightining
  26. P.Character.Torso.Reflectance = 1
  27. P.Character.Head.Reflectance = 1
  28. P.Characterphriol:FindFirstChild("Left Leg").Reflectance = 1
  29. P.Character:FindFirstChild("Right Leg").Reflectance = 1
  30. P.Character:FindFirstChild("Right Arm").Reflectance = 1
  31. P.Character:FindFirstChild("Left Arm").Reflectance = 1
  32. P.Character.Humanoid.MaxHealth = math.huge
  33.  
  34. elseif msg == ",ghost me" then
  35. local f = game.Players.LocalPlayer.Character:GetChildren()
  36. for i, v in pairs(f) do
  37. if v:IsA("Part") then
  38. game.Workspace.Player:GetExtentsSize()
  39. v.Transparency = 1
  40. end
  41. end
  42. end
  43. end
  44.  
  45.  
  46. P.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, speaker) end)
  47. --[[ad text frame details
  48. (1.Size = 0,1600 ,1000
  49. 2.Backgrndtransparency = .3
  50. colors black)
  51. textbox in frame details
  52. 1.Size = 0,200 0,50
  53. 2.Transparency = 1
  54. 3.Position = 0,650 0,250
  55. 4.txtcolor3 = white
  56. 5.txt = admin has loaded
  57. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement