var Arri = [] var i = -1 function NextPage(){ __doPostBack('ctl00$cphRoblox$rbxGroupRoleSetMembersPane$dlUsers_Footer$ctl02$ctl00','') } function Check(){ $('#ctl00_cphRoblox_rbxGroupRoleSetMembersPane_GroupMembersUpdatePanel > > > > > .Name >').each(function(){ var g = $(this).attr('href') var f = $(this).attr('href').replace('../User.aspx?ID=','') console.log(f) Arri.push(f) }) } function sendMsg() { $.post("http://www.roblox.com/messages/send",{ subject : "Hydra Legion | Personal Invite + Offer", body : "Hydra Legion, a clan of honor, skill, and dedication. Growing all the time, we become stronger with each passing day. A slash of your blade is all it takes to join our mighty clan.\n\n We are an active sword clan, looking to regain our glory! You should enlist, see your skills rocket even higher, meet new friends, fight new enemies, and have an amazing experience.\n\n Now, for our offer. If you join today, and purchase the uniform, you will be promoted to L3!\n\n. Thank you for your time comrade, see you on the battlefield. Group Link: http://www.roblox.com/My/Groups.aspx?gid=1179477\n\n Look at the shout for events and trainings to be promoted. We hope you can join us and have a great experience.\n\n -Proud member of Hydra Legion.", recipientid : Arri[i], cacheBuster : new Date().getTime() }).complete(function(){ console.log('Sent message to ' + username + '.') }) } var sendd = setInterval(function(){ i++; sendMsg() },10000) setInterval(function(){ Arri.length = 0 i = 0 NextPage() setTimeout(function(){ Check() },2000) },103000) Check()