Adblock breaks this site

Please help me out

Discussion in 'Scar/Simba Help' started by g spoter02, Jun 15, 2007.

  1. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    Ight iv tryed working SCAR myself and i cant get it. Can someone just get on A.I.M. (msn wont let me type this is the error i get.... http://i91.photobucket.com/albums/k307/footbrawler03/bsmsn.jpg ) and just help me get through SCAR.

    Basicly what i want you to do is from the begining ( what to download ) to end ( actually running scripts sucsessfully ).

    Anyone that helps at all THANK YOU SO MUCH.

    A.I.M. = footbrawler03
    MSN = [email protected]

    or post a guid on how to do it....
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    www.freddy1990.com, Download Scar 3.06. Then, go to File ---> Download SRL. Then go to open, Includes ---> SRL ---> SRL ---> Core ---> Bank.scar. Scroll down to the BankScreen function. Change the 185 to a 184 and save.

    If you are using an older script Use Scar 2.03 from www.freddy1990.com and SRL 3.6b from http://rapidshare.com/files/14478545...ls_and_SRL.rar. You will also have to do the Bank.scar thing above.

    Post all errors you have here.
     
  3. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    omg.... see this is what im talking about. You say "Then, go to File ---> Download SRL" where is "File" i need this a little bit more detailed but otherwise i like it. So now i got SCAR 3.06 downloaded now what?

    Also u didnt tell me anything about scrpits or how to run them or anything.

    This isnt very good of a reply...
     
  4. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    Open Scar, there will be "File", "Edit", "View", etc. You click on File ---> Download SRL.

    As far as running a script, copy and paste it into Scar and then fill in the setup. The setup will be different in every script but it will be self explainatory and will most likely be described wherever you got it. Then, click play (green arrow).

    Scar is simple, there is no way to get more detailed than that.
     
  5. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    "Then go to open, Includes ---> SRL ---> SRL ---> Core ---> Bank.scar. Scroll down to the BankScreen function. Change the 185 to a 184 and save. "

    I got past everything except now im in folder "core" and I only see something called Bank ( dosen't say "Bank.scar" ). And even if Bank and Bank.scar are the scame what is BankScreen Function I dont see that at all...


    Btw I downloaded SRL and SRL Includes.
     
  6. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    It will be a .scar file, it may just say Bank. You can use Ctrl + F or just scroll down to line 25 or so until you find "Function BankScreen: Boolean;", the code not the description.
     
  7. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

  8. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    That's the right folder, open "Bank".
     
  9. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

  10. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    If you don't have SRL Stats, leave it blank. It doesn't matter. RCMaster, leave blank. Leave WizzyDebug how it is. VersionNumber, leave. The rest, change how you want.

    Line 43, Procedure DeclarePlayers;

    Fill in player 0 or however other many players you have. Put { and } around all of the players you don't use. Like this:

    Code:
    {Players[1].Name :='';
       Players[1].Pass :='';
       Players[1].Nick :='';
       Players[1].Loc :='Bank';
       Players[1].Active:=True;
       Players[1].Boolean1  := True;       // Is The Pick Equipped?
       Players[1].Boolean2 := False; // False for brightness Check Once.
       Players[1].String1 := '';   // Bank PIN, If any.
    
       Players[2].Name :='';
       Players[2].Pass :='';
       Players[2].Nick :='';
       Players[2].Loc :='Bank';
       Players[2].Active:=True;
       Players[2].Boolean1  := True;       // Is The Pick Equipped?
       Players[2].Boolean2 := False; // False for brightness Check Once.
       Players[2].String1 := '';   // Bank PIN, If any.
    
       Players[3].Name :='';
       Players[3].Pass :='';
       Players[3].Nick :='';
       Players[3].Loc :='Bank';
       Players[3].Active:=True;
       Players[3].Boolean1  := True;       // Is The Pick Equipped?
       Players[3].Boolean2 := False; // False for brightness Check Once.
       Players[3].String1 := '';   // Bank PIN, If any.
    
       Players[4].Name :='';
       Players[4].Pass :='';
       Players[4].Nick :='';
       Players[4].Loc :='Bank';
       Players[4].Active:=True;
       Players[4].Boolean1  := True;       // Is The Pick Equipped?
       Players[4].Boolean2 := False; // False for brightness Check Once.
       Players[4].String1 := '';   // Bank PIN, If any.
    
       Players[5].Name :='';
       Players[5].Pass :='';
       Players[5].Nick :='';
       Players[5].Loc :='Bank';
       Players[5].Active:=True;
       Players[5].Boolean1  := True;       // Is The Pick Equipped?
       Players[5].Boolean2 := False; // False for brightness Check Once.
       Players[5].String1 := '';   // Bank PIN, If any.
    
       Players[6].Name :='';
       Players[6].Pass :='';
       Players[6].Nick :='';
       Players[6].Active:=True;
       Players[6].Loc := 'Bank';
       Players[6].Boolean1  := True;       // Is The Pick Equipped?
       Players[6].Boolean2 := False; // False for brightness Check Once.
       Players[6].String1 := '';   // Bank PIN, If any.
    
       Players[7].Name :='';
       Players[7].Pass :='';
       Players[7].Nick :='';
       Players[7].Active:=True;
       Players[7].Loc := 'Bank';
       Players[7].Boolean1  := True;       // Is The Pick Equipped?
       Players[7].Boolean2 := False; // False for brightness Check Once.
       Players[7].String1 := '';   // Bank PIN, If any.}

    That's all the setup there is.
     
  11. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    So would this be the righ info to plug in?? EXAMPLE
    user=fake
    pass=f4k3
    pin= 1234


    Players[0].Name :=fake'';
    Players[0].Pass :=f4k3'';
    Players[0].Nick :=fake'';
    Players[0].Loc :='var';
    Players[0].Active:=True;
    Players[0].Boolean1 := True; // Is The Pick Equipped?
    Players[0].Boolean2 := False; // False for brightness Check Once.
    Players[0].String1 :=1234''; // Bank PIN, If any.

    is that how?
    and then since im only using 1 acount i put ( ) around 1-7 er w/e like u did?

    Also isnt player 1 the first acount or is player 0 really the first acount?

    Another thing, dont i have to use the Color Finder that SCAR comes with?

    When i fill out the information for player0 i get this error
    Failed when compiling
    Line 59: [Error] (16396:1): Identifier expected in script C:\Documents and Settings\Owner\Local Settings\Temporary Internet Files\Content.IE5\0IOSGAGJ\SRL%20Essence%20Miner%201[1].15.scar

    But line 59 comes out to be the pass of player1, even though i put a ( at the beining and at the end of player7 i put a )
     
  12. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    { and } not ( and ), but yes.

    Nick would be, "ake".
     
  13. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    do i need to set color??
     
  14. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    No, I believe it's autocolored. If there is a spot somewhere for colors I may be wrong.
     
  15. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    well um lol it dosent work at all. The maximum it will do is spin the camra around a little bit or click on the stats botton. I dont know what to do...this is my point SCAR never works for me. maybe the script is wrong er something. Atm i got to go swiming but ill be back soon.
     
  16. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    Make sure you drag the crosshair onto the Runescape screen before starting the script. Read the first post in his thread, etc.
     
  17. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    [Runtime Error] : Out Of Range in line 50 in script C:\Documents and Settings\Owner\Local Settings\Temporary Internet Files\Content.IE5\0IOSGAGJ\SRL%20Essence%20Miner%201[1].15.scar
    --------------------------------------------------------------------------
    I posted this error before u said nothing... Btw this line is where I type my password in for rs in player0

    --------------------------------------------------------------------------

    Also just asking why dose the "nick" have to be "ake" as you said?
     
  18. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    btw my msn is working now so next time u get on we can talk. =D
     
  19. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Please help me out

    Your nivkname can't have any capital letters in it, the first letter in a name is capitalized.

    In the first setup, NumberOfUsers should be 1, not 0. I'm guessing that's what you did.
     
  20. g spoter02

    g spoter02 Forum Addict
    Banned

    Joined:
    Apr 6, 2007
    Posts:
    491
    Referrals:
    2
    Sythe Gold:
    0
    Please help me out

    yea i put 0 lol.
     
< Need help with improvements. | fill out what on a scar script? >


 
 
Adblock breaks this site