of     1   

KiIic
#189122248Saturday, May 14, 2016 6:58 PM GMT

var waitTime = 10; // In seconds var group = 2588924; // 0 for no group check, otherwise people in this group will not receive the message function sendMsg(userId, username) { function send() { $.post('https://www.roblox.com/messages/send',{ subject: "Hey there, Want to get paid for being active? Read this!", body: "I want to give up this offer for you. As you do not know, Arcane Unit Unit REALLY needs help in a war encountering a clan that will be prevailed soon, we will be outnumbered.. and.. we need you. High ranks get paid over 200 ROBUX a week depending on their performance, there are tournaments where you can earn up to 2,000 ROBUX aswell. However, what we really need is you. You can customize your uniform, be immature slightly and have general fun in this clan where there are no troll and we are just a friendly community, come join now! We host a lot of trainings daily. Join Today!: https://www.roblox.com/Groups/Group.aspx?gid=2588924 ", recipientid: userId, cacheBuster: new Date().getTime() }).done(function(response) { if (response.success == true) { console.log('Sent message to ' + username + ' (' + userId + ')'); } else { console.log('Error sending to ' + username + ': ' + response.shortMessage); } }); } if (group > 0) { $.get('https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=' + userId + '&groupid=' + group, function(response) { if(response.indexOf('true') == -1) { send(); } else { console.log('Didn\'t send a message to ' + username + ' because he is already in group ' + group + '.'); } }); } else { send(); } } function run() { var timeout = 0; var elements = document.evaluate('//div[contains(@id,\'ctl00_cphRoblox_rbxGroupRoleSetMembersPane_GroupMembersUpdatePanel\')]//div[contains(@class,\'GroupMember\')]//span[contains(@class,\'Name\')]/a',document,null,XPathResult.UNORDERED_NODE_ITERATOR_TYPE,null); var currentNode = elements.iterateNext(); while (currentNode) { (function(time,id,name) { setTimeout(sendMsg,time,id,name); })(timeout,currentNode.href.match(/\d+/)[0],currentNode.textContent); timeout+=waitTime*1000; currentNode = elements.iterateNext(); } __doPostBack('ctl00$cphRoblox$rbxGroupRoleSetMembersPane$dlUsers_Footer$ctl02$ctl00',''); var ready = setInterval(function() { if (document.getElementById('__EVENTTARGET').value == '') { clearInterval(ready); setTimeout(run,timeout); } }, 10); } var ready = setInterval(function() { if (document.readyState === 'complete') { clearInterval(ready); run(); } }, 10); hi im onur.
VermeiI
#189122390Saturday, May 14, 2016 7:01 PM GMT

Leaked asf??
xOR1ON
#189122412Saturday, May 14, 2016 7:01 PM GMT

Alvaxic
#189122425Saturday, May 14, 2016 7:02 PM GMT

HOW U USE IT
KiIic
#189122495Saturday, May 14, 2016 7:03 PM GMT

First edit the message and title. Then go to a group page. Click ''members tab'' Click the rank that you want to PM bot. Then right click on the page and click Inspect Element. Go to console and paste the script in there. hi im onur.
CrispBee
#189122557Saturday, May 14, 2016 7:04 PM GMT

Noice
narits
#189122605Saturday, May 14, 2016 7:05 PM GMT

cool your property now belongs to iruix | shaggy or smell vauron's saggy
louislin
#189122709Saturday, May 14, 2016 7:07 PM GMT

This is so old e.e I got a way better one that doesn't repeat ranks and moves on to next rank by itself
CrispBee
#189123240Saturday, May 14, 2016 7:15 PM GMT

Tell.
Cyrikas
#189123326Saturday, May 14, 2016 7:17 PM GMT

I had a PM bot like that once.
KiIic
#189123820Saturday, May 14, 2016 7:25 PM GMT

b hi im onur.
Anthioz
#189140260Sunday, May 15, 2016 12:16 AM GMT

@onur Is there a video on this?
KiIic
#189141137Sunday, May 15, 2016 12:32 AM GMT

no hi im onur.
Anthioz
#189144339Sunday, May 15, 2016 1:26 AM GMT

Alright.

    of     1