Results 1 to 11 of 11

Thread: Challenging scripts if you wanna try...

  1. #1
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Challenging scripts if you wanna try...

    HERE ARE 2 CHALLENGING SCRIPTS THAT WOULD BE INSANE TO MAKE:

    1. A Mind Runecrafter

    if someone could make a mind runecrafter that would be awesome. from fally to the ruins (i guess use radialwalking i dont really know about all that stuff) make sure it has antirandoms, antiban, banking obviously,randomness, use with both a tiara and talisman,must be able to take ess or pure ess out of the bank obviously,autorespond, proggies, all that stuff. Thats just one of the hard scripts.

    2. A Mager:

    ive been tryin to make an automager but i have been unsuccesful so far for now. they are fairly hard to make, but i want a specific one. i need it designed specifically for mage traingin to the west of the mining pit in al kharid, where you can mage the scorpions from up top and not get attacked by the scorpions. it must have antirandoms, antiban, proggies, autorespond, should use bitmaps or DTMs or whatever (just not basic coordinates), and whatever else that would make it even better. it needs to have autocastsetup (i tried that in mine but it didn't work) and along with it a choice of what skill to auto cast and if defensive or not like this(its way basic but idk if it works i made it but my scirpt doesnt get that far lol. also, there is only 12 free play spells so i only needed 12 of the 16.):

    SCAR Code:
    begin
    if (DefensiveCast = 'False') then
     begin
      if (FindColor(x,y,OrangeBookSign,689,321,699,331)) then
       begin
        MMouse(x,y,7,7);
         Wait(1000+random(500));
          Mouse(x,y,5,5,true);
           Wait(1000+random(500));
       end else
        begin
         Logout;
          Writeln('Could not find OrangeBookSign.');
           TerminateScript;
        end;
    if (DefensiveCast = 'True') then
     begin
      if (FindColor(x,y,OrangeBookSign,704,261,710,267)) then
       begin
        MMouse(x,y,7,7);
         Wait(1000+random(500));
          Mouse(x,y,5,5,true);
           Wait(1000+random(500));
       end else
        begin
         Logout;
          Writeln('Could not find OrangeBookSign.');
           TerminateScript;
        end;
       end;
      end;
    begin
    s:= SpellToCast;
        Case s of
        1: if (FindColor(x,y,12632764,586,224,592,231)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        2: if (FindColor(x,y,16559274,626,224,632,231)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        3:if (FindColor(x,y,307460,666,224,672,231)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        4:if (FindColor(x,y,505852,706,224,712,231)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        5:if (FindColor(x,y,12632764,586,265,592,272)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        6:if (FindColor(x,y,16468811,626,265,632,272)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        7:if (FindColor(x,y,307460,666,265,672,272)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        8:if (FindColor(x,y,225773,706,265,712,272)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
        9:if (FindColor(x,y,12632764,586,309,592,315)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
       10:if (FindColor(x,y,16468811,626,309,632,315)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
       11:if (FindColor(x,y,307460,666,309,672,315)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
       12:if (FindColor(x,y,974,706,309,712,315)) then
            begin
             MMouse(x,y,5,5);
              Wait(1000+random(500));
               Mouse(x,y,3,3,true);
                Wait(2000+random(600));
            end;
       end;
    end;

    If it could have forms that would be great but it doesn't really matter i guess
    it doesnt have to have an eating procedure obviously because it cant get hurt unless it walks down to the scorps. Make sure that it clicks the scorps and does not miss or else the guy would prolly die eventually from walking down there. It does not have to be multiplayer. it would probably be better without it if you could make it good.
    If anyone is gunna take this challenge, post here and tell me and i wish you all good luck. If you can make it, ur sick.

  2. #2
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    I highly doubt anyone will make this.

    Just learn how to script, and make your own.

  3. #3
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, maybe someone will be up for the challenge and nice enough to. I really dont need you telling me no one will. people want to script, these are just some more ideas. and i can script. maybe not the best, but i can. ive tried making these and they dont work cuz im not that good. so dont tell me to learn how to script

  4. #4
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have not ran mind runes for a VERY long time, which is faster from edge to the altar of from fally? I might try it for fun

  5. #5
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks yeah go ahead try
    like i said...its a challenge.
    anyways, normally edge is faster, but you have to go through wild and i would not risk that on an autoer, so i would go with fally.
    but go ahead and try i hope you do good =]

  6. #6
    Join Date
    Mar 2007
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    These look like really good. Since there are like no auto runecrafters, it would be sic to have one. Since i cant make scripts, i cant help u lol.



    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;0000;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;0000;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;0000;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;0000;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;0000;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;0000;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;0000;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;\\\\\;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;/////;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;0000;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;0000;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;0000;0000;0000;0000;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


  7. #7
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude... I don't have any clue who you are but you're a fuckin leecher. I at least kind of make scripts. You are not gunna get a copy if anyone makes one. Noob leecher....lol

  8. #8
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Ehhh...I might try it...after I finish up the other THREE scripts I'm making atm...

    If I do make it, it will probably be private+a few friends+srl devs if they want it; don't wanna ruin the mind market now, do we?
    Interested in C# and Electrical Engineering? This might interest you.

  9. #9
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool that sounds good... good luck with your other 3 scripts lol. Can I please get a copy? Thanks good luck.

  10. #10
    Join Date
    Feb 2007
    Posts
    215
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think it is faster from edgy, but if i recall it goes through wildy. So some people might kill you. Walking all the way from fally would be difficult. The automager shouldn't be too hard. I bet you can make it yourself. If you need help pm me.
    A common mistake people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
    -Douglas Adams

  11. #11
    Join Date
    Feb 2007
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah... thanks for the encouragment most ppl dont do that... but i do need help on some scripts (i think they r a lot better than that crap code i wrote at the top of this thread lol) .... if you could help me out id appreciate it a lot and id give credit =] i already pmed you so you could just pm me back
    kk thanks later

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RadialWalking Help (Challenging)
    By Dusk412 in forum OSR Help
    Replies: 17
    Last Post: 05-22-2008, 07:58 PM
  2. Very Challenging script
    By annubiis in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 07-26-2007, 06:16 PM
  3. Here are some very challenging scripts
    By nooby noobster in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 06-27-2007, 06:51 PM
  4. Wanna get a feel for scripts so u learn sumthing?
    By warlord94 in forum OSR Help
    Replies: 1
    Last Post: 02-08-2007, 02:11 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
  •