Results 1 to 6 of 6

Thread: my first curse maker

  1. #1
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my first curse maker

    i've spent 8 hours on making this script work, it is supposed to click on cast curse then move onto dummy and cast the curse on it. Start the script in the magical dummies in lumbridge, here is the script:
    SCAR Code:
    program New;
    {.include srl/srl.scar}
    {.include srl/srl/skill/magic.scar}
    var
    x,y,i: integer;            //declaring i,x,y as integers

    procedure declareplayers;                    //declaringplayers
    begin
      howmanyplayers:=1;
      numberofplayers(howmanyplayers);
      players[0].name:='user name';  //username
      players[0].pass:='pass';     //pass
      players[0].nick:='nick';        //3 letters of your username
      players[0].active:=true;
    end;

    procedure randoms;              //randoms
    begin
      findnormalrandoms;
      if findfight=true then
      begin
        runaway('N',true,1,5000+random(1000));
      end;
    end;

    procedure curse;
    begin
     if loggedin=false then
      begin
        exit;
      end;
     Gametab(7);
     wait(10+random(10));
    Cast('curse');
    end;

    procedure dummy;
    begin
     if FindObjTPA(x, y, 9467490, 11, -1, 20, 20, 15, ['Magic dummy']) then
     mouse(x ,y ,5 ,5 ,true);
    end;
     
    begin
    cleardebug; //clears the debug box
    SetupSRL;                         //sets up SRl
    Activateclient;                   //activats client
    declareplayers;
    currentplayer:=0;
    logout;
    loginplayer;
    makecompass('n');
    setangle(true);
    repeat
    wait(100+random(10));
    curse;
    dummy;
    randoms;
    i:=i+1
    until(i = 2)      //write the number of times you want the script to run
    logout;
    end.
    hope it works.enjoy(h)

  2. #2
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    not bad, maybe add anti ban and poss sleeping?
    Did someone say GDK?

  3. #3
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jakeyboy29 View Post
    not bad, maybe add anti ban and poss sleeping?
    well poss sleeping is something I have just heard from you I'll dig it up
    and study it. as for anti ban i still cant grasp how to use them so thts y i didnt add it still practicing thx for the comment

  4. #4
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    include magic.scar and use castspell
    Blank!

  5. #5
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Waddo View Post
    include magic.scar and use castspell
    thx for the adviece that saved alot of scripting!!ill update script

  6. #6
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks like a very solid start. I like the idea.
    I don't play runescape. I auto it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Goodpeople's Curse Crusher!
    By Goodpeople in forum First Scripts
    Replies: 21
    Last Post: 01-17-2009, 06:44 AM
  2. Good's Good CURSE!!
    By Goodpeople in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 01-14-2009, 09:40 PM
  3. Auto curse caster
    By pl0xmypl0x in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 10-26-2007, 06:25 AM
  4. :D figured out how to alch/ curse FOREVER without getting randoms
    By lolskilla in forum Bot Information and Spottings
    Replies: 16
    Last Post: 10-17-2007, 12:03 PM
  5. Auto Curse Caster - Anti ban/randoms
    By addy stabber in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 04-22-2007, 10:11 PM

Posting Permissions

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