Advertisement
william200027

Test / site

Jan 21st, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. ----------------------------------------
  2. ClefWeb = "YJFZ86"
  3. test = 0
  4. function post(zero,two)
  5.                 http.post(
  6.                                 "https://textbasedonne.herokuapp.com/",
  7.                                 "zero="..textutils.urlEncode(tostring(zero)).."&"..
  8.                                 "two="..textutils.urlEncode(tostring(two))
  9.                 )
  10. end
  11.  
  12. while true do
  13.   test = test + 1
  14.     post(ClefWeb,test)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement