Results 1 to 23 of 23

Thread: My Free Scripts!

  1. #1
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My Free Scripts!

    Powerminer

    Code:
    thread at http://www.villavu.com/forums/showthread.php?t=220
    
    Includes needed for this script can be downloaded from that thread

    High/Low Alcher

    Code:
    {.Script Info:
    # ScriptName  =High / Low Alcher
    # Author = 3xtr3m3z Macroing(a.k.a Jagex_Fagex)
    # Description = Will high or low alch any amount of items
    # Version = 1.0
    # Date = 30 / 11 / 2005 <-- Australian Date
    # Comments = Make sure you have fire staff equipt,
               =  Nat runes in first inventory slot and extra items to
                  alch in first bank slot. Fill Out setup from lines 5 - 12
    / Script Info}
    Item Collector

    Code:
    {~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
                  Noob Item collecter - by 3xtr3m3z Macroing
    [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
      This script will just pick up any any items on the ground.
    [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
     Setup Instructions:
      ScarScape or *Runescape* (Note* May stop working on runescape as colors
      Screen Resoloution set to 1024x768                              Change)
      Complete the SETUP part on line 18-24
    [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
     To put a long speech short:
     
     {.Script Info:
    # ScriptName  = Noob Item Collecter
    # Author      = 3xtr3m3z Macroing
    # Description = Will pick up any Items on the ground
    # Version     = 1.0
    # Date        = 18th September 2005
    # Comments    = Just Target The client Window, Put in the Color(s)
                    of the item(s) you want to pick up and run.
    /Script Info}
    Pin Opener

    Code:
    Include to put your pin in:
    
    InputPin(Dig1, Dig2, Dig3, Dig4, x1, y1, x2, y2);
    Stay Logged in

    Code:
    Will just keep you logged in forever, beware... will most likely get you banned... no randoms
    Powerminer (Uses Si.scar v1.4.8):
    Alcher (uses Squig):
    Item Collecter (uses Squig):
    Pin opener (uses Squig):
    Stay logged in (uses Squig):


    Squig can be downloaded from: http://depositfiles.com/files/1001/squig.txt.html

    Please Post all your support quieries in this thread or at united.z42.us/forums

  2. #2
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any feedback? progress reports? bugs? errors?

  3. #3
    Join Date
    Mar 2006
    Location
    Iowa
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the alcher. Im still looking for one with randoms

    Seriously, I'll panic at your disco.
    Join the rebellion! Call kaitnieks "cakemix".

  4. #4
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    For Low and High alch, Instead of all those pointless lines, you could try this:

    Code:
    procedure LowAlchA;
    var
      i, a, e: integer; f: boolean;
    begin
     e:= 1;
      for a:= 1 to 7 do
     begin
      for i:= 1 to 4 do
     begin
       if(not f)then
      begin
       i:= i + 1;
       f:= true;
      end;
       LowAlch(e, i);
       Wait(200 + random(3000))
       FindRandoms;
     end;
      e:= e + 1;
     end;
    end;
    
    procedure HighAlchA;
    var
      i, a, e: integer; f: boolean;
    begin
     e:= 1;
      for a:= 1 to 7 do
     begin
      for i:= 1 to 4 do
     begin
       if(not f)then
      begin
       i:= i + 1;
       f:= true;
      end;
       HighAlch(e, i);
       Wait(100 + random(1500))
      Wait(100 + random(1500))
       FindRandoms;
     end;
      e:= e + 1;
     end;
    end;
    It will count like this:
    Code:
    1, 2
    1, 3
    1, 4
    2, 1
    2, 2
    2, 3
    2, 4
    3, 1
    Etc..
    Until 7, 4. Just the way it is in the script.

  5. #5
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Great alching sig, works like a charm.

    hakuna matata ;)

  6. #6
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i see 1 scar script and rest are functions/proc/semi-includes
    Come Add A Few Hits To My Site
    Cakemix lives on

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Good job!

    Try to make them SRL compatible?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JiveTonto@Gmail.com
    i see 1 scar script and rest are functions/proc/semi-includes
    hmm all i see is a leecher, they are all scripts except the bank 1...

  9. #9
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol your to kind =]
    Come Add A Few Hits To My Site
    Cakemix lives on

  10. #10
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, i was jkin

  11. #11
    Join Date
    May 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TY finnally a working picker, this handy in auto attack zone for range
    god may bless u

  12. #12
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty for the comment. NP

  13. #13
    Join Date
    Jun 2006
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude there are some nice scripts

  14. #14
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty. they may or may not work due to the new update, but they are still fairly handy to learn off

  15. #15
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice job...

  16. #16
    Join Date
    Dec 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it clicks the wrong spell when i run it (the script)

  17. #17
    Join Date
    Dec 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the scripts

  18. #18
    Join Date
    Dec 2006
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whoa amazing! A really nice job done =) +rep for you

    (have to hurry up and finish my lessons for SCAR... so i can help people too)

  19. #19
    Join Date
    Mar 2007
    Location
    In your computer
    Posts
    244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice Nice

  20. #20
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    12-30-2006, 04:59 AM
    Second gravedig of you (today), you should call yourself leo
    I made a new script, check it out!.

  21. #21
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    nice collection...

  22. #22
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Why did you just bump this wicked old collection! ??? none of these work well..


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  23. #23
    Join Date
    Jun 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kool beans

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SRL Free Scripts missing?
    By itSchRis917 in forum News and General
    Replies: 86
    Last Post: 09-05-2007, 01:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •