Guest User

Untitled

a guest
May 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. local noob = 1
  2. while true do
  3. wait(1)
  4. username = 'snip1'
  5. password = 'snip2'
  6. api_dev_key = 'snip3'
  7. h = game:GetService'HttpService'
  8. api_paste_private = '1'
  9. api_paste_expire_date = 'N'
  10. api_paste_format = 'lua'
  11. api_user_key = ''
  12. api_user_key = h:PostAsync(
  13. 'http://pastebin.com/api/api_login.php',
  14. 'api_dev_key=' .. api_dev_key .. '&api_user_name=' .. username .. '&api_user_password=' .. password,
  15. 2
  16. )
  17.  
  18. local Data = ("Data: " .. module.random_addy(7) .. "-" .. noob .. " Hash: " .. module.random_hash(64))
  19. api_paste_code = Data
  20. api_paste_name = ("DataNo: " .. noob)
  21. api_paste_name = h:UrlEncode(api_paste_name)
  22. api_paste_code = h:UrlEncode(api_paste_code)
  23. h:PostAsync(
  24. 'http://pastebin.com/api/api_post.php',
  25. 'api_option=paste&api_user_key=' .. api_user_key .. '&api_paste_private=' .. api_paste_private .. '&api_paste_name=' .. api_paste_name .. '&api_paste_expire_date=' .. api_paste_expire_date .. '&api_paste_format=' .. api_paste_format .. '&api_dev_key=' .. api_dev_key .. '&api_paste_code=' .. api_paste_code,
  26. 2
  27. )
  28. noob = noob + 1
  29. end
Add Comment
Please, Sign In to add comment