Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var on = 0;
- // var token = "6ehrXyNMy9wIDljj1uyPJhrfaYfrJQWXO5ENhz5x";
- //var sender = "profile"
- var type = "send"
- var max = 2121892;
- function bot(){
- if (on+1<=max){
- on++;
- $.post("https://www.example.com/forum/"+on+"/bookmark",{
- "userId": on,
- "csrf-token":$("*[name='_token']").val(),
- "_token":$("*[name='_token']").val(),
- //"sender": sender,
- "type": type,}, function(Data){
- if (!Data.success){
- if (Data.message=="You are performing this action too often. Please wait a minute and try again."){
- on--;
- }
- }
- })
- console.log("Attempted to send friend request to "+on)
- }
- else
- {
- clearInterval(loops);
- console.log("Sent a friend request to every 2006er!")
- }
- }
- var loops = setInterval(bot,1000)
Add Comment
Please, Sign In to add comment