Results 1 to 13 of 13

Thread: Plankernator!

  1. #1
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs up Plankernator!

    Plankernator V1.2


    Status: Not Working


    Instruction:

    - Have latest SRL and Reflection.
    - Have players stood in Varrock East Bank.
    - Make sure to have Oak Logs and Coins visible on the first bank screen.
    - Fill in the script.
    - Push play.

    Features:

    - Reliable Walking.
    - Anti-ban and anti-randoms.
    - Lots of Failsafes
    - Great bank finding and withdrawing / depositing.
    - Option for it to take breaks.

    Future Updates:

    - Option to do more logs then Oak.
    - Any Bugs that need fixing.

    Disclaimer:

    I am not responsible for any banned accounts, its your own choice to use this script and you are aware of the Consequences of botting.

    Credits:

    - Help section of the forums
    - ACA tool creators for the auto color function
    - Anyone else i forgot

    Change Log:

    Version - Plankernator 1.2
    - Much better walking
    - Failsafes
    - Option to take breaks and how often
    - Set loads to do before script ends
    - Improved Coin withdrawal
    - Improved antiban

    Version - Plankernator:
    - First Version not too reliable.
    Last edited by Sir R. M8gic1an; 09-25-2009 at 12:42 AM.

  2. #2
    Join Date
    Jan 2008
    Location
    C:\
    Posts
    1,483
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    I like it!

    It looks much better than your previous planker.

    I'll be sure to post a proggy for you when i get a chance to run this

  3. #3
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good. Standards need to be improved.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  4. #4
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the comments and yeh i tried to tidy then standards up next release i do il fix the standards some more

  5. #5
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by pl0xmypl0x View Post
    Thanks for the comments and yeh i tried to tidy then standards up next release i do il fix the standards some more
    If I can suggest you something that would be to write the script instantly in standards. I really don't know why a lot of people just write the code and then fix the standards. That takes much more time.

  6. #6
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Standards need to be improved.
    Seriously, I'd be surprised if you haven't got a tutorial on standards out yet. Pretty much all of your posts I've seen are about standard...Lol
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  7. #7
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im reading ahead and i believe that pl0xmypl0x will apply for SRL Member. If he does then the standards are going to be pulled up on.

    Its a simple process to get into, it helps ALOT with fault finding. Makes the code alot easier on the eyes and ability to debug is just amazing enhanced.

    Maybe ill write a tut lol

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  8. #8
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just re-uploaded noticed a small error i made but its fixed now

  9. #9
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could use

    SCAR Code:
    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; // Leave this.
      NumberOfPlayers(HowManyPlayers); // Leave this.
      CurrentPlayer := 0; // Leave this.
      Players[0].Name :=''; // Username
      Players[0].Pass :=''; // Password
      Players[0].Nick :=''; //3 letters of your username
      Players[0].Pin := ''; // Bank Pin
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume'];
      Players[0].Active:=True; // Leave this.
    end;

    Added Pin instead of declaring it as a const.

    SCAR Code:
    Procedure UseBank;
     Var
      T: Integer;
    Begin
      If Not OpenBankFast('veb') Then If Not OpenBankGlass('veb', True, True) Then
         If Not OpenBankQuiet('veb') Then
         Begin
           Writeln('Failed to open bank!');
           Logout;
           Exit;
         End;
      If (PinScreen) Then
      Begin
        If (InPin) Then
        Begin
          MarkTime(T);
          While Not BankScreen Do
          Begin
            Wait(Random(150));
            If TimeFromMark(T) > 10000 Then
            Begin
              Writeln('Failed to open bank!');
              Logout;
              Exit;
            End;
          End;
        End;
      End;
    End;

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  10. #10
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks i might do that when i next update

  11. #11
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You might not get in srl members, not too many people are fond of reflection, sadly .
    Also credit ACA for the auto color function .

    But it looks really good.

  12. #12
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok didnt realise i had to credit the tools :P and thanks for the comment

  13. #13
    Join Date
    Nov 2007
    Posts
    326
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This would save me probably 15 mil in my construction leveling . I am looking forward to the new release!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •