View difference between Paste ID: GpyZBbEs and n5uKZiJV
SHOW: | | - or go back to the newest paste.
1-
/*
1+
2-
Want a hat sniper bot?
2+
3-
3+
4-
4+
5-
add me on skype wsf225
5+
var Link = "http://forum.roblox.com/Forum/AddPost.aspx?mode=flat&PostID=" + ThreadId
6-
*/
6+
7-
7+
8-
8+
9-
//Forum Bot
9+
10-
//How to use
10+
11-
/*
11+
12-
Go to forum, enter a forum id and put in some random posts in the table
12+
13-
13+
14-
press f12 > console > paste this in and press enter
14+
15-
Credit : wateraura / add me on skype wsf225
15+
16-
*/
16+
17-
var RandomPosts = ["lolkool","uhhh sure!","my name is roooobot"]
17+
18-
var ForumId = 38
18+
19
Post()
20-
	$.get("http://www.roblox.com/Forum/ShowForum.aspx?ForumID=" + ForumId,function(Data){
20+
21-
		var Link = $(Data).find(".linkSmallBold")[4].href
21+
22-
		Link = "http://www.roblox.com/Forum/AddPost.aspx?mode=flat&PostID=" + Link.replace("http://www.roblox.com/Forum/ShowPost.aspx?PostID=","")
22+
23-
		$.get(Link,function(Data){
23+
24-
			var VS = Data.match(/id="__VIEWSTATE" value="(.+)"/)[1]
24+
25-
			var EV = Data.match(/id="__EVENTVALIDATION" value="(.+)"/)[1]
25+
26-
			$.post(Link,{
26+
},40000)