Advertisement
User9684

turtle autoupdate

Nov 24th, 2022 (edited)
30
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/kKgkS69t')
  3.  
  4. loadstring(source.readAll())()
  5.  
  6. source.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement