iChloeYT
|
  |
| Joined: 07 Aug 2007 |
| Total Posts: 159 |
|
|
| 07 Apr 2016 09:18 PM |
alert("Bot By Stedms Loaded"); var placeId = 392635971; // Change to game id var waitTime = 5; // In seconds var group = 873791; // 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: 'Send Trades!', // Change to the message subject body: 'Hey, I like the items you have, send me a trade and I'll accept or counter! Heres my trade link! https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=57893847', // Change to the message body 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(); } } var i=0; function run() { var timeout = 0; var url = "http://www.roblox.com/games/getgameinstancesjson?placeId=" + placeId +"&startindex=" + i*10; $.get(url).done(function(obj){ for (var server in obj.Collection) { for (var players in obj.Collection[server].CurrentPlayers) { var plr = obj.Collection[server].CurrentPlayers[players]; if (plr.Id > 0) { (function(time,id,name) { setTimeout(sendMsg,time,id,name); })(timeout,plr.Id,plr.Username); timeout+=waitTime*1000; } } } i++; setTimeout(run, timeout); }); } run();
It gave me Syntax Error and Type Error
|
|
|
| Report Abuse |
|
|
iChloeYT
|
  |
| Joined: 07 Aug 2007 |
| Total Posts: 159 |
|
| |
|
Bloxkes
|
  |
| Joined: 23 Sep 2015 |
| Total Posts: 477 |
|
| |
|
|
| 07 Apr 2016 11:05 PM |
Get out.
Also, reported.
I hate these stupid spammers. |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:08 PM |
Also, I found the reason it isn't working for you.
I'm not going to help you spam countless people though. |
|
|
| Report Abuse |
|
|
iChloeYT
|
  |
| Joined: 07 Aug 2007 |
| Total Posts: 159 |
|
|
| 07 Apr 2016 11:14 PM |
@protect
lmao damn lets calm down here buddy
|
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:17 PM |
Why is this disgusting code on this subforum?
|
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:19 PM |
Someone poison this code to make it spend all their robux, delete all their items, and then make posts on the forums to get them banned.
I could do this but I'm busy with something else right now. |
|
|
| Report Abuse |
|
|
iChloeYT
|
  |
| Joined: 07 Aug 2007 |
| Total Posts: 159 |
|
|
| 07 Apr 2016 11:23 PM |
protect
busy with what lmao
scripting some other little kid game
why so butthurt
|
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:24 PM |
https://www.youtube.com/watch?v=B5lsDM3DyBs
|
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:27 PM |
@chloe
As opposed to trying to get virtual items by means of spamming?
Yeah, I'd say scripting is better. |
|
|
| Report Abuse |
|
|
|
| 07 Apr 2016 11:28 PM |
@chloe Also, YOU are playing this game as well, hypocrite. |
|
|
| Report Abuse |
|
|
iChloeYT
|
  |
| Joined: 07 Aug 2007 |
| Total Posts: 159 |
|
|
| 07 Apr 2016 11:34 PM |
How is that being a hypocrite.
I said you spend your time making games for little kids.
I just sit back and spend a little free time playing the ones people spent their time.
|
|
|
| Report Abuse |
|
|