Adblock breaks this site

$$$ for a script

Discussion in 'Script Requests' started by sumanx1, Jul 12, 2008.

  1. sumanx1

    sumanx1 Guest

    Referrals:
    0
    $$$ for a script

    hi,
    i need a script which is pretty simple. its for a text based game called ladder slasher, if your un-familar with this you can have a look at it on youtube (http://www.youtube.com/watch?v=5Huzhl0I8Xc), to sign up go to www.d2jsp.org then sign up and play to find out how it works.

    what i want it to do is go to the arena summon a lvl X monster, which i can change in the script to kill diff monsters. click the monster untill it dies and wait till my health regains. i also want it to read my health so if it falls below 15% it runs away and goes wait in town till health goes up then goes back to arena.

    im willing to pay about $20+ for this, personally i dont think it will be very hard, there are few variables no "random events" like runescape, all you do click monster, resummon and read my health bar.

    thankyou for your time,
    email me on [email protected] if you have any questions!
    thanks!
     
  2. theviper121

    theviper121 Newcomer

    Joined:
    Jun 11, 2008
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    0
    $$$ for a script

    I have finished the script
    Its one of my first scripts but hey its free!
    Ran it for 3 hours and it didnt mess up




    program LadderSlasher;
    var
    x,y:integer;
    const
    ///////////////////////Config/////////////////////////////////////////////
    summonlvl='4';//Monster Lvl to summon/////////////////////////////////////
    healtime=90000;//Time in miliseconds to heal//Try 25000 per 100 health////
    ///////////////////End Config/////////////////////////////////////////////

    procedure gotoarena;
    begin
    movemouse(570,147);
    wait(100);
    if getcolor(479,113)=0 then
    clickmouse(570,147,true);
    wait(300);
    x:=214;
    y:=126;
    end;

    procedure summon;
    begin
    if getcolor(349,96)=9862525 then
    wait(100);
    clickmouse(287,105,true);
    wait(300);
    SendKeysVB('{BS}', False);
    wait(300);
    sendkeys(summonlvl);
    wait(300);
    clickmouse(349,96,true);
    wait(200);
    end;

    procedure fight;
    begin
    repeat
    clickmouse(238,425,true);
    wait(300);
    if getcolor(x,y)=16777215 then
    begin
    x:=x+1;
    y:=y+1;
    if x>280 then
    x:=150;
    if y>200 then
    y:=118;
    end else
    clickmouse(x-2,y+2,true);
    wait(200);
    clickmouse(x+4,y,true);
    wait(200);
    clickmouse(x+2,y-2,true);
    wait(200);
    clickmouse(x,y-4,true);
    wait(200);
    clickmouse(238,161,true);
    until not(getcolor(144,9)=157)
    repeat
    clickmouse(577,106,true);
    wait(50);
    until (getcolor(323,226)=4396309);
    wait(healtime);
    end;

    begin
    repeat
    gotoarena;
    summon;
    fight;
    until(false);
    end.
     
  3. waddo v1

    waddo v1 Guest

    Referrals:
    2
    $$$ for a script

    wow that is bad script i can make you a script far better that is less likly to mess up

    (SRL-Forums SRL Member)


    edit: done
     
< $$$ for differen scripts | $50 paypal for runescape script >


 
 
Adblock breaks this site