Results 1 to 12 of 12

Thread: OpenBankDeposit

  1. #1
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default OpenBankDeposit

    This will open your bank, no coordinates needed, then deposit the beginning slot to end slot that was specified.

    SCAR Code:
    procedure OpenBankDeposit(FirstSlot, EndSlot: integer);
    var
      x, y: integer;
    begin
      repeat
        FindObjCustom(x, y, ['Use', 'B', 'U'], [3421240, 4937311], 4);
        Mouse(x,y,1,1,false);
        ChooseOption('Use-quickly');
        Wait(1500+random(125));
      until(BankScreen);
      if BankScreen then
      begin
        Deposit(FirstSlot, EndSlot, 1);
      end;
      CloseBank;
    end;

    If you have any questions, or wish to tell me something:

    Yahoo: camdoclark@yahoo.com

    Thanks,
    Cut em2 it
    Formerly known as Cut em2 it

  2. #2
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey, good job that all looks pretty good.

    although most of the tricky stuff has already been made in srl for you...

    not to mention that you may not always want to have static colors like you have..

    but this is still good.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  3. #3
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by LordGregGreg View Post
    hey, good job that all looks pretty good.

    although most of the tricky stuff has already been made in srl for you...

    not to mention that you may not always want to have static colors like you have..

    but this is still good.

    Thanks what should I put in there that will make it better? The reason I had there be static colors was for people who didn't want them to set it themselves. For the roadblock color changing, I like to use findobjcustom for all things actually on the screen so I can put in a tolerance. If you have any problems with finding the bank booth you can tell me and I'll figure out the problem. I used my own open banking feature because OpenBankQuiet never works for me :S


    Cut em2 it
    Formerly known as Cut em2 it

  4. #4
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm, not much, i was under the impresion that the ones in srl would work flaWLESSLY..
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  5. #5
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Well they never worked for me so i did it manually for my shrimp/banker script then it worked better

    Edit: Almost all worked except OpenBankQuiet and I've gotten around it.
    Formerly known as Cut em2 it

  6. #6
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good...maybe make a failsafe in the repeat until bankscreen just incase something happens so it doesnt go on forever trying to get to the bankscreen..and openbankquiet always works for me dk why it dont work for you guys

  7. #7
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Like it will test it towmorrow.
    Back from the dead.....

  8. #8
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by LordGregGreg View Post
    hmm, not much, i was under the impresion that the ones in srl would work flaWLESSLY..
    Accutally Edgeville OpenBankQuite isnt flaw doesnt even work >.< same with OpenBankFast for edge fails.. So santa gave me one

  9. #9
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Santa...as in me

    Nice job Cut Em 2 It, you seem to understand what you're doing, now time for you to make functions all from scratch with no help from SRL
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  10. #10
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Yup, Edge Quiet & Fast = fail.

    Laggs terribly + doesn't find it

    Colors > Bitmaps.

  11. #11
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks to everyone that gave me feedback, I am now applying for SRL Membership. I will soon be making more functions.
    Formerly known as Cut em2 it

  12. #12
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    Yup, Edge Quiet & Fast = fail.

    Laggs terribly + doesn't find it

    Colors > Bitmaps.

    Yea always hovers on the poles. Thts why i always make my own procedure aka.. :
    SCAR Code:
    Procedure NOpenBank;
    Begin;
     If FindObj(x,y,'Bank',7042941,5) or
        FindObj(x,y,'booth',2900815,5) or
        FindObj(x,y,'ank boo',7767438,5) then
        Begin
          Mmouse(x,y,0,0)
            If IsUpText('Use') then
              Begin
                Mouse(x,y,0+Random(3),3-Random(2),false)
                ChooseOption('uickly')
                wait(1000+Random(3450))
              end;
             Writeln('Bank Found')
            end;
         end;

    ;D

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
  •