xLink123
|
  |
| Joined: 07 Aug 2014 |
| Total Posts: 11158 |
|
|
| 04 Feb 2015 12:00 AM |
Not for malicious purposes, just to build my scripting knowledge.
am I on the right track ?
for(var i = 0; i < 100; i++){
-- stuff for writing bump
setTimeout(30);
location.reload()
}
something like that? |
|
|
| Report Abuse |
|
|
devDave
|
  |
| Joined: 28 Nov 2013 |
| Total Posts: 7287 |
|
|
| 04 Feb 2015 12:36 AM |
var ThreadId = 0 var BumpTimes = 0
var OnBump = 0 var Link = "http://www.roblox.com/Forum/AddPost.aspx?mode=flat&PostID=" + ThreadId function Post(){ $.get(Link,function(Data){ var VS = Data.match(/id="__VIEWSTATE" value="(.+)"/)[1] var EV = Data.match(/id="__EVENTVALIDATION" value="(.+)"/)[1] $.post(Link,{ "__VIEWSTATE" : VS, "__EVENTVALIDATION" : EV, "ctl00$cphRoblox$Createeditpost1$PostForm$PostSubject" : "Re: -", "ctl00$cphRoblox$Createeditpost1$PostForm$PostBody" : OnBump, "ctl00$cphRoblox$Createeditpost1$PostForm$PostButton" : "Post" }) }) } Post() var Interval = setInterval(function(){ if (OnBump == BumpTimes){ clearInterval(Interval) } Post() OnBump++ },40000) |
|
|
| Report Abuse |
|
|
jonhy456
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 41626 |
|
|
| 09 Oct 2015 06:33 AM |
ty
Save the cheerleader, save the world. |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2015 06:41 AM |
| well we now know how you guys got your post count |
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
| |
|
jonhy456
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 41626 |
|
|
| 09 Oct 2015 06:42 AM |
hey ozzy :)))
Save the cheerleader, save the world. |
|
|
| Report Abuse |
|
|
jonhy456
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 41626 |
|
|
| 09 Oct 2015 06:44 AM |
@3rd psoter ive never had a bot before
i just see a lot of people with lmad with one and when i asked for it they tried to sell me it for 2k
Save the cheerleader, save the world. |
|
|
| Report Abuse |
|
|