|
| 11 Aug 2016 03:55 AM |
So what this does is an iPad Bot? Im not really sure but this script will pretty much OT Go downhill fast. Im not sure what it does, but please get this patched
// DominusTrex // IPAD BOT V2 // ipad bot // @DominusTrex // For request.
var words = 'the,of,to,and,a,in,is,it,you,that,he,was,for,on,are,with,as,I,his,they,be,at,one,have,this,from,or,had,by,hot,word,but,what,some,we,can,out,other,were,all,there,when,up,use,your,how,said,an,each,she,which,do,their,time,if,will,way,about,many,then,them,write,would,like,so,these,her,long,make,thing,see,him,two,has,look,more,day,could,go,come,did,number,sound,no,most,people,my,over,know,water,than,call,first,who,may,down,side,been,now,find'.split(','); var ipad = 'ipad'; var forumId = 18; function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; } function post(){ $.get('/Forum/ShowForum.aspx', { ForumID: forumId }, function(d){ var h = $(d); var randomThread = $('.post-list-subject', h).eq(getRandomInt(3, 9)).attr('href').substring(28); console.log('> ' + randomThread) $.get('/Forum/AddPost.aspx', { PostID: randomThread }, function(dd){ if(dd.indexOf('#DOMTREX')<=0){ var hh = $(dd); var ETT = $('input', hh).eq(0).attr('value'); var VT = $('input', hh).eq(1).attr('value'); var VTG = $('input', hh).eq(2).attr('value'); var EV = $('input', hh).eq(3).attr('value'); var ET = $('input', hh).eq(4).attr('value'); var message = words[getRandomInt(1, words.length)] + ' ' + ipad + '\n'.repeat(getRandomInt(19999, 22000)) $.post('/Forum/AddPost.aspx?PostID=' + randomThread, { 'ctl00$cphRoblox$Createeditpost1$PostForm$PostBody': message, 'ctl00$cphRoblox$Createeditpost1$PostForm$PostButton': ' Post ', __EVENTTARGET: ETT, __EVENTARGUMENT: VT, __VIEWSTATE: VTG, __VIEWSTATEGENERATOR: EV, __EVENTVALIDATION: ET }) }else{post()} }) }) }
post() setInterval(post, 32000) |
|
|
| Report Abuse |
|