Advertisement
creeperreport

PA'er bot

Jan 20th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var oters = '3DSDOG,3DSPUPPY,VINESHROOM,DAPPERNARWAL,LEGOSEED,AETRICITY,COOLESTBLUE,KVYK,MRSNOOBJR,ITS_SOMEWHAT,CORONATUS,ASPIRING_DEV,ALEX50529,HOT_CACTUS,BORING,ZOOKAH,LIASS,SQUIDFID,0CRA_TR0PER,IRON GUEST,BATTIEFISTS,MARIOTHENINTENDOHERO,NATIONAL_SECURITY,CREEPERREPORT,1PURE1,ASSASSIN_DOG'.split(',');
  2. var badwords = 'FᵾȻꝀƗNǤ ȻᵾNŦ,FᵾȻꝀɆɌ,ȻᵾNŦ,NƗǤǤɆɌ,FᵾȻꝀƗNǤ NƗǤǤɆɌ,ⱣƗɆȻɆ ØF FᵾȻꝀƗNǤ SĦƗŦ,MØŦĦɆɌ FᵾȻꝀɆɌ,ȻØȻꝀ SᵾȻꝀɆɌ'.split(',');
  3. var forumId=18
  4. function getRandomInt(min, max) {
  5.     return Math.floor(Math.random() * (max - min + 1)) + min;
  6. }
  7.  
  8. function CreateThread(Title, Body, Locked, ForumID, Callback){
  9. var URL = '/Forum/AddPost.aspx?ForumID=' + ForumID;
  10. $.get(URL).success(function(r){
  11. var VS = r.match(/id="__VIEWSTATE" value="(.+)"/)[1]
  12. var EV = r.match(/id="__EVENTVALIDATION" value="(.+)"/)[1]
  13.         $.post(URL,{
  14.                 "__VIEWSTATE" : VS,
  15.                 "__EVENTVALIDATION": EV,
  16.                 //__RequestVerificationToken:r.match(/[name="__RequestVerificationToken"] type="hidden" value="(.+?)"/)[1]
  17.                 "ctl00$cphRoblox$Createeditpost1$PostForm$NewPostSubject": Title,
  18.                 "ctl00$cphRoblox$Createeditpost1$PostForm$PostBody": Body,
  19.                 "ctl00$cphRoblox$Createeditpost1$PostForm$AllowReplies": Locked,
  20.                 "ctl00$cphRoblox$Createeditpost1$PostForm$PostButton": "Post ",
  21.                 }, Callback)
  22. })
  23. }
  24. var c = '\n'
  25. function a(){
  26. CreateThread(c.repeat(0) + oters[getRandomInt(1, oters.length)] + ' IS A ' + badwords[getRandomInt(1, badwords.length)], 'ǤØ SᵾȻꝀ ' + Math.floor((Math.random() * 10000) + 1) + ' ĐƗȻꝀS', '', forumId)
  27. }
  28.  
  29. a()
  30. setInterval(a, 15500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement