generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Can someone find the error in this?

Previous Thread :: Next Thread 
iChloeYT is not online. 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 is not online. iChloeYT
Joined: 07 Aug 2007
Total Posts: 159
07 Apr 2016 11:03 PM
bump


Report Abuse
Bloxkes is not online. Bloxkes
Joined: 23 Sep 2015
Total Posts: 477
07 Apr 2016 11:04 PM
tl;dr
Report Abuse
ProtectedMethod is not online. ProtectedMethod
Joined: 01 Apr 2011
Total Posts: 5374
07 Apr 2016 11:05 PM
Get out.

Also, reported.

I hate these stupid spammers.
Report Abuse
ProtectedMethod is not online. ProtectedMethod
Joined: 01 Apr 2011
Total Posts: 5374
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 is not online. iChloeYT
Joined: 07 Aug 2007
Total Posts: 159
07 Apr 2016 11:14 PM
@protect

lmao damn lets calm down here buddy


Report Abuse
lego555444 is not online. lego555444
Joined: 21 Sep 2008
Total Posts: 1383
07 Apr 2016 11:17 PM
Why is this disgusting code on this subforum?


Report Abuse
ProtectedMethod is not online. ProtectedMethod
Joined: 01 Apr 2011
Total Posts: 5374
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 is not online. 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
AdvancedObjects is not online. AdvancedObjects
Joined: 11 Dec 2012
Total Posts: 3354
07 Apr 2016 11:24 PM
https://www.youtube.com/watch?v=B5lsDM3DyBs



Report Abuse
ProtectedMethod is not online. ProtectedMethod
Joined: 01 Apr 2011
Total Posts: 5374
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
ProtectedMethod is not online. ProtectedMethod
Joined: 01 Apr 2011
Total Posts: 5374
07 Apr 2016 11:28 PM
@chloe
Also, YOU are playing this game as well, hypocrite.
Report Abuse
iChloeYT is not online. 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
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image