ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
|
| 09 Jun 2015 06:56 PM |
how come this comment bot doesnt work
var Comment = "(((ONLY EDIT THIS OK)))" var PageOn = 1 var PageLimit = 32 function Go(){ console.log("On page " + PageOn) var BaseLink = "http://www.roblox.com/catalog/json?Category=2&PageNumber="; $.get(BaseLink + PageOn,function(Data){ for (var Object in Data){ function Loop(){ var Id = Data[Object]["AssetId"] $.get("http://www.roblox.com/Item-item?id=" + Id).always(function(Data){ var Token = Data.match(/setToken(\W(.+)\W);/)[2].replace(/'/g,"") Token = Token.replace("+","%2B").replace("/","%2F") $.post("http://www.roblox.com/API/Comments.ashx?rqtype=makeComment&assetID=" + Id + "&token=" + Token,Comment) }) } Loop() } }).always(function(){ PageOn++ if (PageOn == PageLimit){ PageOn = 0 } Go() }) } Go()
is it outdated? I edited the "ONLY EDIT THIS OK" part and it still doesnt work.. |
|
|
| Report Abuse |
|
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
| |
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
| |
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
| |
|
| |
|
|
| 09 Jun 2015 07:01 PM |
Press f12 in google chrome And paste it in console |
|
|
| Report Abuse |
|
|
| |
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
|
| 09 Jun 2015 07:11 PM |
@jim i know what to do... its just not working it says it errors
is there like something wrong with the script? |
|
|
| Report Abuse |
|
|
|
| 09 Jun 2015 07:12 PM |
It's the same with me so idk
~LMaD's Reporter!~ Offer on 5.5k robux🔥 |
|
|
| Report Abuse |
|
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
|
| 09 Jun 2015 07:12 PM |
| nvm u were replying to cookie |
|
|
| Report Abuse |
|
|
| |
|
ispure1
|
  |
| Joined: 09 Feb 2015 |
| Total Posts: 134 |
|
| |
|