Sevakot

Untitled

Mar 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. --All annoying methods of VirtualUser
  2. --game:GetService("LocalPlayer")
  3. --[[
  4. Button1Down
  5. Button1Up
  6. Button2Down
  7. Button2Up
  8. ClickButton1
  9. ClickButton2
  10. MoveMouse
  11. SetKeyDown
  12. SetKeyUp
  13. TypeKey
  14. ]]
  15.  
  16.  
  17. function Pwn(Char)
  18. newLocalScript([[
  19. Me = game:GetService("VirtualUser")
  20. Me2 = game.Players.LocalPlayer
  21. Me:Button1Down(Vector2.new(0, 0))
  22. pcall(function() Me2.PlayerMouse:remove() end)
  23. ]], Char)
  24. end
  25.  
  26. function Start()
  27. for _, v in pairs(game.Players:GetPlayers()) do
  28. Pwn(v:findFirstChild("Backpack"))
  29. end
  30.  
  31. game.Players.PlayerAdded:connect(function(p)
  32. wait(0.5)
  33. local char = p:findFirstChild("Backpack")
  34. if char == nil then repeat wait() char = p:findFirstChild("Backpack") until char ~= nil end
  35. Pwn(char)
  36. end)
  37. end
  38.  
  39. local m = Instance.new("Message",workspace)
  40. m.Text = "ARE"
  41. wait(0.3)
  42. m.Text = "YOU"
  43. wait(0.2)
  44. m.Text = "READY?!"
  45. wait(0.6)
  46. m.Text = "GO"
  47. wait(0.5)
  48. m:remove()
  49. Start()
  50. --lego
Add Comment
Please, Sign In to add comment