Advertisement
Guest User

pm thing for fake

a guest
May 23rd, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. var Arri = []
  2. var i = -1
  3.  
  4. function NextPage(){
  5. __doPostBack('ctl00$cphRoblox$rbxGroupRoleSetMembersPane$dlUsers_Footer$ctl02$ctl00','')
  6. }
  7.  
  8. function Check(){
  9. $('#ctl00_cphRoblox_rbxGroupRoleSetMembersPane_GroupMembersUpdatePanel > > > > > .Name >').each(function(){
  10. var g = $(this).attr('href')
  11. var f = $(this).attr('href').replace('../User.aspx?ID=','')
  12. console.log(f)
  13. Arri.push(f)
  14. })
  15. }
  16. function sendMsg()
  17. {
  18. $.post("http://www.roblox.com/messages/send",{
  19. subject : "Enmity Legion | Group Invite",
  20. body : "Hello! I want you to join The Freedom Elite Army! You are one of the many people I have personally picked to join this group. We are based off of skill, and loyalty\n\nSo, why not join?
  21. http://www.roblox.com/My/Groups.aspx?gid=1165890",
  22. recipientid : Arri[i],
  23. cacheBuster : new Date().getTime()
  24. }).complete(function(){
  25. console.log('Sent message to ' + username + '.') })
  26. }
  27. var sendd = setInterval(function(){
  28. i++;
  29. sendMsg()
  30. },10000)
  31. setInterval(function(){
  32. Arri.length = 0
  33. i = 0
  34. NextPage()
  35. setTimeout(function(){
  36. Check()
  37. },2000)
  38. },103000)
  39.  
  40. Check()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement