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

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

[WORKING]Ultimate Alcher! - SCAR isn't dead
  1. Unread #1 - Dec 30, 2010 at 6:36 AM
  2. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    [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 :)
     
  3. Unread #2 - Feb 4, 2011 at 1:28 AM
  4. Big Crash
    Joined:
    Dec 21, 2010
    Posts:
    536
    Referrals:
    1
    Sythe Gold:
    0

    Big Crash Forum Addict
    Banned

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

    I will use this. Thanks
     
  5. Unread #3 - Feb 5, 2011 at 2:25 AM
  6. EvilPinkCheese
    Joined:
    Feb 5, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    EvilPinkCheese Newcomer

    [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!
     
  7. Unread #4 - Feb 5, 2011 at 9:18 AM
  8. Cskills
    Joined:
    Oct 4, 2009
    Posts:
    66
    Referrals:
    0
    Sythe Gold:
    0

    Cskills Member

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

    edit:got it working
    lmfao my flaw

    sweet script!
     
  9. Unread #5 - Feb 8, 2011 at 5:16 PM
  10. Poxer
    Joined:
    Mar 25, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    Poxer Newcomer

    [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?
    :/
     
  11. Unread #6 - Feb 8, 2011 at 7:31 PM
  12. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    [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
     
  13. Unread #7 - Feb 9, 2011 at 5:40 AM
  14. Poxer
    Joined:
    Mar 25, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    Poxer Newcomer

    [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
     
  15. Unread #8 - Feb 9, 2011 at 10:09 AM
  16. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    [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.
     
  17. Unread #9 - Mar 8, 2011 at 12:02 PM
  18. -LuLzCat-
    Joined:
    Mar 8, 2011
    Posts:
    40
    Referrals:
    0
    Sythe Gold:
    0

    -LuLzCat- Member
    Banned

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

    I used it... im at 50 mage and started yester day at level 21. thnx
     
  19. Unread #10 - Mar 11, 2011 at 5:28 AM
  20. jealous mom
    Joined:
    Jul 7, 2010
    Posts:
    94
    Referrals:
    0
    Sythe Gold:
    0

    jealous mom Member

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

    gonna try it right now.

    hope it works :D
     
  21. Unread #11 - Mar 16, 2011 at 7:09 AM
  22. Develish
    Joined:
    Mar 7, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    Develish Member
    Banned

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

    keeps giving me errors....
     
  23. Unread #12 - Apr 4, 2011 at 5:58 PM
  24. Jason98
    Joined:
    Feb 3, 2011
    Posts:
    189
    Referrals:
    0
    Sythe Gold:
    0

    Jason98 Active Member
    Banned

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

    I get errors tho?
     
  25. Unread #13 - Apr 4, 2011 at 6:59 PM
  26. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

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

    Post the errors so I can help you.
     
  27. Unread #14 - Apr 7, 2011 at 4:53 PM
  28. zoneboy12
    Joined:
    Apr 21, 2010
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    zoneboy12 Newcomer

    [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?
     
  29. Unread #15 - Apr 12, 2011 at 11:19 AM
  30. Yeah Buddy
    Joined:
    Mar 24, 2011
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0

    Yeah Buddy Newcomer
    Banned

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

    wow nice script...!!! using already
     
  31. Unread #16 - Apr 20, 2011 at 2:56 PM
  32. sheek_louch
    Joined:
    Apr 20, 2011
    Posts:
    132
    Referrals:
    0
    Sythe Gold:
    0

    sheek_louch Active Member
    Banned

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

    nice script started using it :)
     
  33. Unread #17 - Apr 25, 2011 at 4:59 AM
  34. General Trade
    Joined:
    Apr 21, 2011
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    General Trade Active Member
    Banned

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

    Thanks for this! Did you make this purely or just modify it completely?
     
  35. Unread #18 - May 26, 2011 at 12:49 PM
  36. atdhekonjufca
    Joined:
    May 26, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    atdhekonjufca Newcomer

    [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
     
  37. Unread #19 - Jun 2, 2011 at 12:19 PM
  38. ArturS
    Joined:
    Jun 2, 2011
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0

    ArturS Newcomer

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

    wooow nice
     
  39. Unread #20 - Jun 10, 2011 at 8:57 AM
  40. Mario Tennis
    Joined:
    Aug 6, 2010
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    Mario Tennis Member

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

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site