Advertisement
yoshi8099

Untitled

Dec 10th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 3 and put your name where it says "yoshi805"
  2.  
  3. me = game.Players:findFirstChild("sandpark")
  4. if me == nil then
  5. me = game.Players.Player
  6. end
  7. p = Instance.new("Camera")
  8. p.Parent = game.Workspace
  9. bin = Instance.new("HopperBin")
  10. bin.Parent = me.Backpack
  11. bin.Name = "[ Eyeball ]"
  12. wait(0.5)
  13. a = me.PlayerGui:findFirstChild("Admin")
  14. if a ~= nil then a:Remove() end
  15. a = me.Character:findFirstChild("Eyeball")
  16. if a ~= nil then a:Remove() end
  17. script.Parent = bin
  18. mode = "None"
  19. Clicking = false
  20. BaleFireValue = 15
  21. banned = {""}
  22. admin = {"NAMEHERE(OPTIONAL)"}
  23. p = Instance.new("Camera")
  24. p.Parent = game.Workspace
  25. Sound = "None"
  26. Stare = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement