Need a Good Bot Creator/Scriptor! A Request to Save RS!

Discussion in 'Script Requests' started by TezzSun, Jan 1, 2011.

Need a Good Bot Creator/Scriptor! A Request to Save RS!
  1. Unread #1 - Jan 1, 2011 at 5:36 PM
  2. TezzSun
    Joined:
    Jan 1, 2011
    Posts:
    38
    Referrals:
    1
    Sythe Gold:
    0

    TezzSun Member
    Banned

    Need a Good Bot Creator/Scriptor! A Request to Save RS!

    If your wondering, yes im the same exact person that posted this on Powerbot.org so dont report me for copying someones post

    Okay guys, if you didnt know, we need 1m votes in order to bring back wildy and free trade and we already have 760k votes but we can make it 1m votes in less than 4 days.

    Okay, here is how we do it:
    Step 1: We create a script that we can load into RSbot that creates random accounts and then saves them as a .txt file
    (NOTE: Remember, the account logins have to be emails but they can be fake so random emails like [email protected] is good because they dont sent an activation link. Remember, we just have to create the account, we dont even need tutorial island done or to even login to that account)

    Step 2: This is where its slightly harder, we need to create a whole new bot that logs in to those accounts and votes yes, logs out, logs into another account, votes yes, and continues

    We already have 90% votes, there ganna bring it back anyway
    No they will not, they dont care if its 90% of the vote, they WANT 1+ MILLION VOTES AND MORE in order to bring it back. You see, the petition was just an idea to see if people will want it back, now that we are in Stage 2, its a referendum and we need to login to vote.
    [​IMG]


    I dont want wildy and free trade back, how am i suppose to do Corp/Summer Ends Quest/Spirit of Summer Quest/Penguins/Fist of Guthix/etc....
    *facepalm* If you CLEARLY read what JaGeX has said, they said THEY WILL MOVE THEM to another spot
    [​IMG]


    What about my Vestas/Morrigans/Brawling Gloves/etc... i dont want them to be removed!
    *facepalm* I wonder why people dont read these days.....
    [​IMG]

    But what about the Grand Exchange? I dont want that to be removed!
    It wont be removed guys, calm down, the only thing that will happen to it is that it will now show only recommended prices but they will remove on how or low you can set the price to whatever your buying/selling

    Why do we need Wildy & Free trade back anyway?
    Thats the easiest question anyone can answer. Back when Wildy was still around, you can make money in soo many ways without limit like staking, pking, luring, merchanting, and 100x more. WE CAN BRING WHAT MADE RS THE BEST BACK THEN RIGHT NOW!

    If you need proof that the old wildy made people rich, here is 1 from the other hundreds of videos:


    If your wondering, yes i got the pictures from a video which i highly suggest you go and see:


    If you think JaGeX will bring it back,
    If you think we have finished our jump...
    your wrong..

    [​IMG]
    [​IMG]
    [​IMG]
    there is still hope...
    there is still time...
    we are still not too late..
    but time is running out...

    [​IMG]

    How can we create a bot like this? We need a general idea!
    Okay, yes, i dont have knowledge on how to create one but im sure it can be done.

    Account Creator
    This is not too hard to create, we can even use this on RSBot. Pretty much what it does is create accounts and saves the username and password to a .txt file saved on our computer. The emails, as said above, can be random so you can script your bot to put (anything)@(anything).com and a random password.

    Auto Voter
    Okay, this is slightly harder. We cant use RSBot for this one since RSBot only loads the game and not the RS Homepage. What we do is we take that .txt file filled with usernames and passwords that we randomly created and it logs in and votes. We need 2 scripts for this.

    1. Script 1 goes to the vote page (http://www.runescape.com/wilderness)
    2. Script 1 goes and clicks the "Login to Vote" button
    3. Script 1 stops and another Script which ill call "Script 2" starts
    4. Script 2 reads the .txt file and logs in, then removes the account it just logged in to prevent confusion
    5. Script 2 stops and Script 1 goes back on and Votes
    6. Script 1 logs out
    7. Back to Step 1

    LETS BRING IT BACK! ONCE AND FOR ALL! :nuts: :nuts:

    So, can anyone do this? If you successfully do this and we all run it, we can get RS back even before Jan 14.

    From, a person trying to save RS,
    TezzSun (BTW, this is not my actual username so dont PM me ingame)
     
  3. Unread #2 - Jan 5, 2011 at 5:40 PM
  4. jizzownya
    Joined:
    Dec 5, 2008
    Posts:
    426
    Referrals:
    2
    Sythe Gold:
    0

    jizzownya Forum Addict
    Banned

    Need a Good Bot Creator/Scriptor! A Request to Save RS!

    Interesting idea, but I think they're going to bring the wildy back regardless. Everyone knows that the vast majority of RS wants it back.
     
  5. Unread #3 - Jan 6, 2011 at 7:21 AM
  6. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    Need a Good Bot Creator/Scriptor! A Request to Save RS!

    Done:
    Code:
    program WildernessPollRaider;
    
    Const
      TXTFileLocation = 'C:\accounts.txt';
      
    Var
      FileNum, FileLength, I, LoginNow, YES, BackTo, LogOut, X, Y, W, H : Integer;
      Text, Acc, Pass : String;
      Accounts, Account : TStringArray;
    
    function srl_Explode(str, del: string): TStringArray;
    {$IFNDEF SCAR320_UP}
    var
      i, l, dL: Integer;
    begin
      i := 0;
      l := -1;
      SetLength(Result, 0);
      if (str = '') then
        Exit;
      dL := Length(del) - 1;
      repeat
        Inc(l);
        SetLength(Result, l + 1);
        i := Pos(del, str);
        if i <= 0 then
          Break;
        Result[l] := Copy(str, 1, i - 1);
        Delete(str, 1, i + dL);
      until false;
      Result[l] := Copy(str, 1, Length(str));
    {$ELSE}
    begin
      Result := Explode(del, str);
    {$ENDIF}
    end;
    
    begin
      LoginNow := DTMFromString('78DA63F4606460B80FC448E0CCA19D0CFC401' +
           'A24FA1F0818EB80AC87A86A0E1C3800A661A28C7B80ACC7A86A96' +
           '2F9885AA46868981E12EAA9A87B72EA3AAA902AA7980AAE6C583E' +
           'B286A00C8FC162F');
      Yes := DTMFromString('78DA635CCDCCC050C3C8800C0E1F3A00A661A' +
           '28C47816A2A51D53C7EFE0255CD7DA09A325435FFFEFE4655F312' +
           'A8261755CDC7DF9F50D53C04AA69475573F6F8711435000D9113B' +
           'D');
      BackTo := DTMFromString('78DA63F4676460F8C1C4800C4CA034238CDEC' +
           '340588D2250FE27AA1A5B6E6E5435BF80ACBFA86A34999850D400' +
           '0035C70709');
      LogOut := DTMFromString('78DA635CC7CCC0708A910119EC139300D3305' +
           '1C69D986AD68889A1AAB90054731A55CD6A74353730D5EC131347' +
           '51030010D209D8');
      Try
        ActivateClient
        FileNum := OpenFile(TXTFileLocation, False);
        FileLength := FileSize(FileNum);
        If Not ReadFileString(FileNum, Text, FileLength) Then
          Exit;
        Accounts := srl_Explode(Text, Chr(13));
        For I := 0 To High(Accounts) Do
        Begin
          Account := srl_Explode(Accounts[I], ':');
          Acc := Account[0];
          Pass := Account[1];
          OpenWebPage('http://www.runescape.com/wilderness');
          Wait(4000);
          Wait(4000);
          HoldMouseMid(120, 379);
          MoveMouse(120, 679);
          Wait(3000);
          ReleaseMouseMid(120, 679);
          GetClientDimensions(W, H);
          writeln(w);
          If FindDTM(LoginNow, X, Y, 0, 0, W, H) Then
          Begin
            MoveMouse(X, Y);
            ClickMouse(X, Y, True);
            Wait(4000);
            SendKeys(Acc);
            SendKeys(Chr(9));
            SendKeys(Pass);
            SendKeys(Chr(13));
            Wait(7000);
            If FindDTM(Yes, X, Y, 0, 0, W, H) Then
            Begin
              MoveMouse(X, Y);
              ClickMouse(X, Y, True);
              Wait(5000);
            End;
            If FindDTM(BackTo, X, Y, 0, 0, W, H) Then
            Begin
              MoveMouse(X, Y);
              ClickMouse(X, Y, True);
              Wait(5000);
            End;
            If FindDTM(LogOut, X, Y, 0, 0, W, H) Then
            Begin
              MoveMouse(X, Y);
              ClickMouse(X, Y, True);
              Wait(5000);
            End;
            Writeln('Successfully voted with: ' + Acc);
          End Else Exit;
        End;
      Except
        Writeln('Something went wrong!');
      End;
      FreeDTM(LoginNow);
      FreeDTM(YES);
      FreeDTM(BackTo);
      FreeDTM(LogOut);
    end.
    Instructions:
    - Copy and paste the script in SCAR
    - Put your accounts in a text file located in C:\accounts.txt with the format username:password
    - Drag and drop the crosshair to the browser
    - Press play and see
     
< Jedi Academy Scripts | Script that will tell me when a message on this other forum goes away *EASY* >

Users viewing this thread
1 guest


 
 
Adblock breaks this site