Advertisement
william200027

Test Send Info Vers Site Web

Apr 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. Test = 1
  2.  
  3. local function post(one)
  4.                 http.post(
  5.                                 "http://zaidal.olympe.in/Computercraft/scorepost.php",
  6.                                 "one="..textutils.urlEncode(tostring(one))
  7.                 )
  8. end
  9.  
  10. while true do
  11.  
  12. Test = Test + 1
  13.  
  14. post(Test)
  15. sleep(1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement