Advertisement
Pyan

Noob Simulator Auto Farm

Aug 11th, 2019
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local Remote = game.ReplicatedStorage.Events['AddSkillEvent']
  2. local Arguments = {
  3.     [1] = 900,
  4.     [2] = 900
  5. }
  6. while wait() do
  7. Remote:FireServer(unpack(Arguments))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement