swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
|
| 11 Jul 2015 12:30 AM |
//Thread Bumper /* How to use press f12>console>paste this in>press enter Enter in the id of the thread and how many times you want to bump this Credit : wateraura / add me on skype wsf225 */ var ThreadId = prompt("What thread Id would you like to bump?") var BumpTimes = prompt("How many times would you like to bump this thread?") // 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)
how to work it
#LennyAF ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
| |
|
swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
| |
|
swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
| |
|
spiffy5c
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 12879 |
|
|
| 11 Jul 2015 12:35 AM |
you literally press f12, go to console, and paste that in pop-up comes with ID of thread and then asks how many bumps
-spif |
|
|
| Report Abuse |
|
|
swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
|
| 11 Jul 2015 12:36 AM |
what do i put in the pop ups
#LennyAF ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
urls
|
  |
| Joined: 17 Mar 2014 |
| Total Posts: 21696 |
|
|
| 11 Jul 2015 12:41 AM |
| I rlly want ur acc to get locked |
|
|
| Report Abuse |
|
|
swag
|
  |
| Joined: 01 Aug 2008 |
| Total Posts: 552 |
|
| |
|