Results 1 to 4 of 4

Thread: banking

  1. #1
    Join Date
    Jun 2007
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default banking

    WEll i've been using VARROK ESSENCE MINER BY SOLEMN WISHES for today. everything works perfectly fine except oncehe gets to bank and opens up the stash, he won't click on the rune essence to bank them. this is part of my script set-up i'm new at this...

    program StrangeEssMiner;
    {.include SSi2.txt}
    {.include boxbreaker.txt}
    {.include RedXIIsFordCracker.txt}




    /////////////////////////////////////////////////////////////////////
    // VARROK ESSENCE MINER BY SOLEMN WISHES //
    // //
    /////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////
    // SETUP-READ BEFORE USING THIS SCRIPT FOR BEST RESULTS! //
    // //
    /////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////
    //Setup: //
    //·Need scar 2.03 (reccomended) //
    //.LOW detail //
    //·V bright brightness //
    //.Have map facing pretty much north and the highest point of view //
    //.start in varrok bank (recomended near middle banker) //
    //.fill in the two (optional) color's bellow //
    /////////////////////////////////////////////////////////////////////
    const
    ////////////////////////////////////////////////////////////////////////
    //

    getbankcolor=4244960;//Highly Reccomended if varrok bank is crowded //
    floorcolor=6974066; //Reccomended but not needed, used as a backup //
    //
    //
    ////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////
    // ANTIBAN OPTION'S AND SETUP //
    ////////////////////////////////////////////////////////////////////////
    antibantrue='true';//do you want to use antiban //
    messages='Mining';//what is the message that you want to respond to //
    respondwith='76 lol';//what you want to respond with //
    randomwords='1';//do you want to say some random words //
    // 1=true 2=false //
    ////////////////////////////////////////////////////////////////////////
    //REMEMBER THE FOLLOWING... //
    //1)The first letter in the chat box starts with a capital, if my //
    //anti-ban is not working this could be why. //
    //2)leave feedback and comments pl0z //
    ////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////
    // LEAVE ME ALONE //
    ////////////////////////////////////////////////////////////////////////
    TrialTimes= 10; //
    CerterComments= false; //
    ////////////////////////////////////////////////////////////////////////


    var
    frmDesign : TForm;
    usernamepanel : TPanel;
    usernameenter : TEdit;
    passwordtag : TPanel;
    passwordenter : TEdit;
    startbutton : TButton;
    tripstodo : TPanel;
    numberoftrips : TEdit;
    tripsyouset,SWUsername,SWPassword:string;
    UseQuicky,UseQuick,Handle:integer;
    c,arrow,clickhere,timestalked,play,bankcolor:integ er;
    runeshop,teleportbackup,teleport,login,logged: Integer;
    magicthingy,randomfight,mined,exp,report, report2:integer;
    bmpNecklace,bmpSword,bmpShears,bmpRing,bmpHelmet,b mpCerterAxe,bmpSpade,
    bmpFish,bmpShield,Pixels,CerterUpChars,CerterChatC hars,Certers:integer;




    Procedure checkifloged;
    begin
    if(FindDTM(logged,x,y,0,0,1024,768))then
    begin
    mouse(x,y,3,1,true)
    repeat
    wait(1000+random(500))
    until(FindDTM(login,x,y,0,0,1024,768))
    sendkeys(SWusername+chr(13));
    sendkeys(SWpassword)
    if(FindDTM(login,x,y,0,0,1024,768))then
    Mouse(x,y,1,1,true)
    repeat wait(500+random(500))
    until(findcolorspiraltolerance(x,y,16777215,469,31 9,611,359,5))
    mouse(x,y,1,2,true)
    end;
    end;

  2. #2
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    program StrangeEssMiner;
    {.include SSi2.txt}
    {.include boxbreaker.txt}
    {.include RedXIIsFordCracker.txt}




    /////////////////////////////////////////////////////////////////////
    // VARROK ESSENCE MINER BY SOLEMN WISHES //
    // //
    /////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////
    // SETUP-READ BEFORE USING THIS SCRIPT FOR BEST RESULTS! //
    // //
    /////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////
    //Setup: //
    //·Need scar 2.03 (reccomended) //
    //.LOW detail //
    //·V bright brightness //
    //.Have map facing pretty much north and the highest point of view //
    //.start in varrok bank (recomended near middle banker) //
    //.fill in the two (optional) color's bellow //
    /////////////////////////////////////////////////////////////////////
    const
    ////////////////////////////////////////////////////////////////////////
    //

    getbankcolor=4244960;//Highly Reccomended if varrok bank is crowded //
    floorcolor=6974066; //Reccomended but not needed, used as a backup //
    //
    //
    ////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////
    // ANTIBAN OPTION'S AND SETUP //
    ////////////////////////////////////////////////////////////////////////
    antibantrue='true';//do you want to use antiban //
    messages='Mining';//what is the message that you want to respond to //
    respondwith='76 lol';//what you want to respond with //
    randomwords='1';//do you want to say some random words //
    // 1=true 2=false //
    ////////////////////////////////////////////////////////////////////////
    //REMEMBER THE FOLLOWING... //
    //1)The first letter in the chat box starts with a capital, if my //
    //anti-ban is not working this could be why. //
    //2)leave feedback and comments pl0z //
    ////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////
    // LEAVE ME ALONE //
    ////////////////////////////////////////////////////////////////////////
    TrialTimes= 10; //
    CerterComments= false; //
    ////////////////////////////////////////////////////////////////////////


    var
    frmDesign : TForm;
    usernamepanel : TPanel;
    usernameenter : TEdit;
    passwordtag : TPanel;
    passwordenter : TEdit;
    startbutton : TButton;
    tripstodo : TPanel;
    numberoftrips : TEdit;
    tripsyouset,SWUsername,SWPassword:string;
    UseQuicky,UseQuick,Handle:integer;
    c,arrow,clickhere,timestalked,play,bankcolor:integ er;
    runeshop,teleportbackup,teleport,login,logged: Integer;
    magicthingy,randomfight,mined,exp,report, report2:integer;
    bmpNecklace,bmpSword,bmpShears,bmpRing,bmpHelmet,b mpCerterAxe,bmpSpade,
    bmpFish,bmpShield,Pixels,CerterUpChars,CerterChatC hars,Certers:integer;




    Procedure checkifloged;
    begin
    if(FindDTM(logged,x,y,0,0,1024,768))then
    begin
    mouse(x,y,3,1,true)
    repeat
    wait(1000+random(500))
    until(FindDTM(login,x,y,0,0,1024,768))
    sendkeys(SWusername+chr(13));
    sendkeys(SWpassword)
    if(FindDTM(login,x,y,0,0,1024,768))then
    Mouse(x,y,1,1,true)
    repeat wait(500+random(500))
    until(findcolorspiraltolerance(x,y,16777215,469,31 9,611,359,5))
    mouse(x,y,1,2,true)
    end;
    end;
    this part doesnt really have to do with banking
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  3. #3
    Join Date
    Jun 2007
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I shoulda said something else, not exactly banking but.
    //.fill in the two (optional) color's bellow //
    /////////////////////////////////////////////////////////////////////
    const
    ////////////////////////////////////////////////////////////////////////
    //

    getbankcolor=4244960;//Highly Reccomended if varrok bank is crowded //
    floorcolor=6974066; //Reccomended but not needed, used as a backup //
    //
    //
    /////////////////////////////////////////////////////////////////////

    it says fill in the two optional color below. is it talking about the "getbankcolor"

    Or a whole different color that has to be add on? I didn't know, it just seemed likeit because the whle trip went perfect except for when he tried to find the rune essence

  4. #4
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script is outdated. Check the SRL free scripts section for Wizzups? or Penti's Essence Miner.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hermpie's banking proc's and Func's makes banking a piece of a cake!
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 13
    Last Post: 06-11-2008, 03:16 PM
  2. Banking help here
    By issamawan in forum OSR Help
    Replies: 5
    Last Post: 06-11-2008, 01:34 PM
  3. Banking help
    By Zeta in forum OSR Help
    Replies: 11
    Last Post: 10-14-2007, 03:27 PM
  4. Banking!!!!!!!
    By Killerbillbo in forum OSR Help
    Replies: 3
    Last Post: 06-09-2007, 05:35 PM

Posting Permissions

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