Advertisement
User9684

controller autoupdate

Jan 22nd, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. os.sleep(math.random()+math.random(0,2))
  2. local source = http.get('https://pastebin.com/raw/FwRb37rg')
  3.  
  4. loadstring(source.readAll())()
  5.  
  6. source.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement