![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| RuneScape Botting Runescape botting discussion & downloads. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Registered User | Auto flax picker + scar 2.3 help I know whats wrong with the auto flaxzer. first of all open the bank.scar Code: //-----------------------------------------------------------------//
//-- Scar Standard Resource Library --//
//-- » Bank Routines --//
//-----------------------------------------------------------------//
// * function BankScreen:Boolean; // * by RSN
// * function PinScreen:Boolean; // * by Starblaster100
// * function InPin(pin: string): Boolean; // * by RSN / Starblaster100
// * Procedure FixBank; // * by RSN
// * procedure OpenBank; // * by Stupid3ooo / Mutant Squirrle
// * procedure OpenBank3; // * by RSN / Mutant Squirrle
// * procedure Deposit(slot, toslot, thetype:integer); // * by PPLSUQBAWLZ / Stupid3ooo
// * procedure Withdraw(Col,Row,Amount:integer); // * by PPLSUQBAWLZ / Stupid3ooo
// * procedure DepositAll; // * by Mutant Squirrle
// * Function FindBank(TheBank:string): Boolean; // by WT-Fakawi
// * Procedure CloseBank; // by RealRune
// * Function OpenBankQuiet(WhichBank:string):Boolean; // by WT-Fakawi
// * Function OpenBankGlass(WhichBank:String; ChangeCompass:Boolean): Boolean; // By Wizzup?
{*******************************************************************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
*******************************************************************************}
function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
end;
Code: Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
Code: Result := IsTextAtEx(185, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
Code: Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
Credits: SRL forums Moparisthebest forums Me lol thank me if this helped _______________________________________ This is the link on how to get to your bank.scar file [Only registered and activated users can see links. ] |
| |
| Sponsored Links |
| |
| | #2 |
| Registered User | Re: Auto flax picker + scar 2.3 help Uhmmm it doesnt give a problem to me... And all the CODE parts r the same 0.0. replace Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0, -1); with Result := IsTextAtEx(185, 34, 'The Bank of', 30, upchars, True, False, 0, 0, -1); ?! |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |