| |
|
Inevera
|
  |
| Joined: 31 Dec 2014 |
| Total Posts: 22514 |
|
| |
|
Frosteus
|
  |
| Joined: 21 Dec 2013 |
| Total Posts: 13470 |
|
| |
|
|
| 06 Sep 2015 03:53 PM |
| Alex u dumbo dont post on that acc |
|
|
| Report Abuse |
|
|
| |
|
SCRLGBTQ
|
  |
| Joined: 26 Aug 2015 |
| Total Posts: 1236 |
|
|
| 06 Sep 2015 03:58 PM |
| We've gotten through it each time you've tried XD |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2015 04:00 PM |
I stole 7 HR's a while ago.
I'll just wait until the shout is off and we'll be good! |
|
|
| Report Abuse |
|
|
SCRLGBTQ
|
  |
| Joined: 26 Aug 2015 |
| Total Posts: 1236 |
|
|
| 06 Sep 2015 04:02 PM |
| Considering we PM botted all of our members, on several different occasions saying do not trust any offsite messages, GL? |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2015 04:04 PM |
| you used my old PM bot that skips users LOL |
|
|
| Report Abuse |
|
|
SCRLGBTQ
|
  |
| Joined: 26 Aug 2015 |
| Total Posts: 1236 |
|
|
| 06 Sep 2015 04:06 PM |
| No, dumbass, I use the other one that actually works that was open sourced a while back [not the one your dumb ass made, you incompetant 13 year old] |
|
|
| Report Abuse |
|
|
SCRLGBTQ
|
  |
| Joined: 26 Aug 2015 |
| Total Posts: 1236 |
|
|
| 06 Sep 2015 04:08 PM |
/* Go to the group page you want to spam when running this. Inspect Element->Console and copy and paste the code. Wait time can be adjusted and the bot will attempt to send messages super fast, but it's good to keep the time high or ROBLOX will detect flooding. You can change the group number to the group you are recruiting for so that it doesn't send the message to people in that group. */ var waitTime = 5; // In seconds var group = 0; // 0 for no group check, otherwise people in this group will not receive the message function sendMsg(userId, username) { function send() { $.post("http://www.roblox.com/messages/send",{ subject: '', body: 'Hello, ' + username + '', 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("http://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); |
|
|
| Report Abuse |
|
|