Adblock breaks this site

[WORKING]Ultimate Alcher! - SCAR isn't dead

Discussion in 'RuneScape Scripts' started by cazax, Dec 30, 2010.

  1. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    STATUS : WORKING 04/2011

    Seeing as as there isn't a single working script on Sythe, I decided to release my alcher:

    Pic(too big) : http://oi51.tinypic.com/3026ixu.jpg

    Can cast low alch and high alch and has sleeping system built in. Made for SIMBA so download it at http://simba.villavu.com/bin/Release/Current/SimbaInstaller.exe and read http://wizzup.org/simba/article/2

    Features:
    • High and Low Alch
    • Sleeping System
    • Anti randoms
    • Anti ban
    • Minimizable (SMART)

    FAQ:

    • What is Simba?
    http://wizzup.org/simba/article/5
    It's basically a replace for SCAR.

    • What do I need to run this script?
    First you must download and install Simba. After that, open Simba and go to view -> extensions. Enable the extension called "srl.sex". This will auto install SRL and will update when it's needed. Open the script(you can find it in the attachment at the end of this post, it's .txt but you should rename it to .simba so you directly open it) and do the following:

    To setup your the script:
    You must input the account you are using. How to add your account:
    Code:
    with Players[0] do
      begin
        Name := '';
        Pass := '';
        Nick := '';
        Active := True;
        Integers[0] := 1000; // Times to alch
        Integers[1] := 5; // Items' slot. 1-28 depends on your magic's rganization
        Booleans[0] := True; // True to high alchemy, False to low alchemy   
      end;  
    In the part where it says Name := ''; you have to write your account's name(e.g. Zezima) between the ''. As you should guess, in Pass you put your password and in Nick you put 3-4 characters of your name. e.g.:
    Code:
    Name := 'Zezima';
    Pass := '6d6b5zs1h65zx5fszh165xz1';
    Nick := 'ezim';
    Now, as you can read Integers[0] stands for how many alches do you want to do, Integers[1] stands for the item's slot(5 for low alch and 15 for high alch is an example).
    Important note: Integers[x] are set as a number(0, 1, 2, etc), not as a string('5', '9', etc).
    A full setup example:
    Code:
    with Players[0] do
      begin
        Name := 'Zezima';
        Pass := '6d6b5zs1h65zx5fszh165xz1';
        Nick := 'ezim';
        Active := True;
        Integers[0] := 1000; // Times to alch
        Integers[1] := 6; // Items' slot. 1-28 depends on your magic's rganization
        Booleans[0] := True; // True to high alchemy, False to low alchemy
      end;
    That's the basics of setting up an account.
    If you don't want to use the sleeping, set CanISleep to False(it's below Const, change CanISleep = True; to CanISleep = False; ). SMARTSERVER is the world's number, and SMARTMEMBERS is to know if the world is for members or not(True - False).
    After all the changes are done, press the run(F9) button and it should start.

    • I'm getting errors, when I press run, what should I do?
    Post your error, and I'll help you.

    That's all, I hope you like it :)
     
  2. Big Crash

    Big Crash Forum Addict
    Banned

    Joined:
    Dec 21, 2010
    Posts:
    536
    Referrals:
    1
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    I will use this. Thanks
     
  3. EvilPinkCheese

    EvilPinkCheese Newcomer

    Joined:
    Feb 5, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Dude.... How do I get the client to come up? Where do I save the .simba file? I have so many questions!
     
  4. Cskills

    Cskills Member

    Joined:
    Oct 4, 2009
    Posts:
    66
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    edit:got it working
    lmfao my flaw

    sweet script!
     
  5. Poxer

    Poxer Newcomer

    Joined:
    Mar 25, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    This is quite awesome, I have for a long time thought SCAR was dead.
    I remember back in the days when I tried to get it working xD
    I managed to get a miner working once ! :D Shit I was so proud...

    I almost think I gonna set up scar just to test this :D

    Edit:
    Why not just use the Scar client? like the "real" one?
    :/
     
  6. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Save the .simba file anywhere. Then you open it and Simba will open the script.

    Glad it's working!

    SCAR is not what it used to be... I like Simba in general so I code for it. Far more easy to setup an SRL script also, with SCAR you needed to get repositories of every include and sometimes move the plugins manually! That's a complete hassle for newbies :p
     
  7. Poxer

    Poxer Newcomer

    Joined:
    Mar 25, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Indeed, I went to the SRL forums and checked it out :)
    Sure there are not many working scripts for it but dang... :p
    most likely one of the safest bots I guess...

    And hmm, are all anti randoms working? :p
     
  8. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Yeah, it very safe to use... And no, there are some randoms it doesn't complete but it logs off. Don't worry.
     
  9. -LuLzCat-

    -LuLzCat- Member
    Banned

    Joined:
    Mar 8, 2011
    Posts:
    40
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    I used it... im at 50 mage and started yester day at level 21. thnx
     
  10. jealous mom

    jealous mom Member

    Joined:
    Jul 7, 2010
    Posts:
    94
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    gonna try it right now.

    hope it works :D
     
  11. Develish

    Develish Member
    Banned

    Joined:
    Mar 7, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    keeps giving me errors....
     
  12. Jason98

    Jason98 Active Member
    Banned

    Joined:
    Feb 3, 2011
    Posts:
    189
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    I get errors tho?
     
  13. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Post the errors so I can help you.
     
  14. zoneboy12

    zoneboy12 Newcomer

    Joined:
    Apr 21, 2010
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    alright so i run the script, it opens the smart window thing no errors, then it goes to the loggin screen but nothing happens, just stays at the log in screen,
    it still says its running but its not doing anything?
     
  15. Yeah Buddy

    Yeah Buddy Newcomer
    Banned

    Joined:
    Mar 24, 2011
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    wow nice script...!!! using already
     
  16. sheek_louch

    sheek_louch Active Member
    Banned

    Joined:
    Apr 20, 2011
    Posts:
    132
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    nice script started using it :)
     
  17. General Trade

    General Trade Active Member
    Banned

    Joined:
    Apr 21, 2011
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Thanks for this! Did you make this purely or just modify it completely?
     
  18. atdhekonjufca

    atdhekonjufca Newcomer

    Joined:
    May 26, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    im having a bit truble, it stucks at Transfer Thread Entered, it just open the rs window and dont write the name and the pass?
    what should i do
     
  19. ArturS

    ArturS Newcomer

    Joined:
    Jun 2, 2011
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    wooow nice
     
  20. Mario Tennis

    Mario Tennis Member

    Joined:
    Aug 6, 2010
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0
    [WORKING]Ultimate Alcher! - SCAR isn't dead

    Awesome script
     
< is there are safe script | [C]Y.E.M.P. (Yanille Essence-Miner Pro) >


 
 
Adblock breaks this site