Roblox Message Bot Download

Welcome to Roblox Forum. Join the discussion here for the best help available. Scripting, Building, Game Creating, or just for fun. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Mar 26th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. var placeId = 70501379; // Place to check and message
  2. var group = 0; // 0 for no group check, otherwise people in this group will not receive the message
  3. function send() {
  4. subject: 'Send me higher RAP',
  5. body: 'Hello, ' + username + '.n Send me a higher RAP trade for an auto accept!',
  6. cacheBuster: new Date().getTime()
  7. if (response.success true) {
  8. console.log('Sent message to ' + username + ' (' + userId + ')');
  9. console.log('Error sending to ' + username + ': ' + response.shortMessage);
  10. });
  11. if (group > 0) {
  12. $.get('http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=' + userId + '&groupid=' + group, function(response) {
  13. send();
  14. console.log('Didn't send a message to ' + username + ' because he is already in group ' + group + '.');
  15. });
  16. send();
  17. }
  18. var i=0;
  19. var timeout = 0;
  20. var url = 'http://www.roblox.com/games/getgameinstancesjson?placeId=' + placeId +'&startindex=' + i*10;
  21. for (var server in obj.Collection) {
  22. for (var players in obj.Collection[server].CurrentPlayers) {
  23. var plr = obj.Collection[server].CurrentPlayers[players];
  24. (function(time,id,name) {
  25. })(timeout,plr.Id,plr.Username);
  26. }
  27. }
  28. setTimeout(run, timeout);
  29. }
RAW Paste Data
Feb 4th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox
  1. alert('Vouch me here https://v3rmillion.net/member.php?action=profile&uid=156031');
  2. var waitTime = 5; // In seconds
  3. var group = 0; // 0 for no group check, otherwise people in this group will not receive the message
  4. function send() {
  5. subject: 'Join this group! or Play this game!',
  6. body: 'Hello There! Blah blah blah post random shit here Link : http://www.roblox.com/My/Groups.aspx?gid=1158571',
  7. cacheBuster: new Date().getTime()
  8. if (response.success true) {
  9. console.log('Sent message to ' + username + ' (' + userId + ')');
  10. console.log('Error sending to ' + username + ': ' + response.shortMessage);
  11. });
  12. if (group > 0) {
  13. $.get('http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=' + userId + '&groupid=' + group, function(response) {
  14. send();
  15. console.log('Didn't send a message to ' + username + ' because he is already in group ' + group + '.');
  16. });
  17. send();
  18. }
  19. var i=0;
  20. var timeout = 0;
  21. var url = 'http://www.roblox.com/games/getgameinstancesjson?placeId=' + placeId +'&startindex=' + i*10;
  22. for (var server in obj.Collection) {
  23. for (var players in obj.Collection[server].CurrentPlayers) {
  24. var plr = obj.Collection[server].CurrentPlayers[players];
  25. (function(time,id,name) {
  26. })(timeout,plr.Id,plr.Username);
  27. }
  28. }
  29. setTimeout(run, timeout);
  30. }

Roblox Bot Maker

RAW Paste Data

Roblox Message Bot