Advertisement
infiniteblock

tidyhttppost

Apr 22nd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. os.loadAPI("sha256")
  2. url = "http://147.135.59.131/index2.php"
  3. http.post(
  4. url,
  5. string.format(
  6. "command=%s&username=%s&password=%s&account=%s&amountS=%s",
  7. command,
  8. username,
  9. password,
  10. account,
  11. amountS
  12. )
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement