Results 1 to 8 of 8

Thread: Good's Good CURSE!!

  1. #1
    Join Date
    Nov 2008
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Good's Good CURSE-CRUSHER!!

    Well, here it is!! finished!! i hope it works it did my 500 casts flawlessly

    position dude infront of zamorak cage in varrok castle thingy, log out and hit play

    ENJOI

    Goodpeople


    HUGE THANKS TO BENJAA

  2. #2
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You might want to add some AntiBan...

    Also like I said before the MakeCompass('w'); doesn't need its own procedure, that is a waste of space. It is only one line of code. You added an extra 4, but that's just me wanting to do things the easy way. Same with CastOn().

  3. #3
    Join Date
    Nov 2008
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i like it and it works

  4. #4
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm just saying...'Have fun when your account gets banned because you have absolutely no antiban in there.'

    Try adding...
    SCAR Code:
    procedure AntiBan;
    begin
      if not LoggedIn then Exit;
        case(Random(75)) of
          1:HoverSkill('Attack',False);
          7:GameTab(1);
          16:RandomMovement;
          20:HoverSkill('Strength',False);
          24:HoverSkill('Hitpoints', False);
          37:BoredHuman;
          50:Wait(2000 + random(1000));
        end;
    end;

    Call for it right after FindNormalRandoms; You can always get rid of a few of them and I would change one of the HoverSkills to 'Magic'.

    You don't have to change it, I'm just trying to be helpful.

  5. #5
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure Report;//call this after Clikin
    begin
      ClearDebug;
      Writeln('Good`s Good Curse-Crusher');
      Writeln('by Goodpeople, with help from benjaa');
      Writeln('Worked for '+TimeRunning);
      Writeln('Cursed approx. '+IntToStr(i)+' times');
      Writeln('Thanks for testing');
    end;

    And failsafes
    SCAR Code:
    procedure Clikin;
    begin
      if(not LoggedIn)then exit;
      CastOn('curse', 'amorak', 3949474, 10);
      Wait(RandomRange(2000, 3500));
    end;
    Project: Welcome To Rainbow

  6. #6
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by benjaa View Post
    And failsafes
    SCAR Code:
    procedure Clikin;
    begin
      if(not LoggedIn)then exit;
      CastOn('curse', 'amorak', 3949474, 10);
      Wait(RandomRange(2000, 3500));
    end;
    why not something more like

    SCAR Code:
    procedure Clikin;
    var
      I: Integer;
    begin
      if ( I = 10 ) then Nextplayer(False); //you can change 10 to any number you deem proper.
    //So If "I" ends up reaching/equalling (if thats a word) then it goes to the next player.
      if(not LoggedIn)then exit;
      if not CastOn('curse', 'amorak', 3949474, 10) then
      begin
        WriteLn('Can'#39't Find Whatever it is this scripts supposed to be finding'); // #39 = ' (incase you were wondering)
        Inc(I); // "I" is increased everytime the script does not find the npc
      end else
      I := 0;  //"I" is reset if the CastOn() is sucessful.
      Wait(RandomRange(2000, 3500));
    end;

    This only works if CastOn() is a boolean, which I'm pretty sure it is. if there's anything you dont understand, I'll try to go through it a bit more carefully. Hope it helps

    Edit: You left your username and pass in your script! I'll pm you the new one.
    “Ignorance, the root and the stem of every evil.”

  7. #7
    Join Date
    Dec 2008
    Location
    Québec
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where we can get the script ?

  8. #8
    Join Date
    Nov 2008
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its gon and its in the first script under goodpeoples curse crusher

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. my first curse maker
    By hackncrack1 in forum First Scripts
    Replies: 5
    Last Post: 08-18-2008, 11:35 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
  •