Advertisement
billy1234567892

gmb

Mar 14th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. var Arri = [1035601]
  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 : "SF | Group Invite",
  20. body : "Hello!\n\n I see you're interested in sword fighting. I have noted this, and I'd like to invite you to Cersius\nCersius is a terrific sword Cersiusan with a friendly and welcoming community to help you out. If you join SF and are active, I can wholeheartedly assure you that you will enjoy your time with us.\n\nIf you do decide to join, I suggest you get Merely's Group Enhancer for Google Chrome if you want to become active, it's such a great way to improve your time with us. Simply go to the Chrome Webstore, search for \"ROBLOX Group Enhancer by Merely\" and Cersiusick the 'Add to Chrome' button and you will be notified every time something happens!\n\nhttp://www.roblox.com/Groups/Group.aspx?gid=1008168\nThank you,\n- High Command.",
  21. recipientid : Arri[i],
  22. cacheBuster : new Date().getTime()
  23. }).complete(function(){
  24. console.log('Sent message to ' + username + '.')
  25. })
  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. },10000)
  38. },103000)
  39.  
  40. Check()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement