Results 1 to 14 of 14

Thread: Hey321's Auto-Dueler

  1. #1
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Hey321's Auto-Dueler

    [WIKI]Hey321's Auto-Dueler Version 0.2[/WIKI]

    I have worked and asked quite a few questions on this . Still not perfect and i need feedback on it but its pretty good for version 0.2 Alpha i think. I hope you enjoy it and help me make it really good!

    Updated talking. Thanks Da Der Der.

  2. #2
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks pretty good, although I haven't tested it yet. Only suggestion that I have is to change this:

    SCAR Code:
    Procedure GetDuel;
    Begin
    Repeat
    TypeSend('Funning all');
    If (Duel) Then Break;
    Until(FindColorTolerance(x,y,12926,MCX1,MCY1,MCX2,MCY2,1))
    End;


    To something like this:

    SCAR Code:
    Function FunDuel : Boolean;
    Var
    RandomDuel : Integer;
    DuelMsg : String;
    Begin
      RandomDuel:= random(6)+1;
       Case(RandomDuel)Of
          0 : DuelMsg:=  ('funning all!');
          1 : DuelMsg:=  ('fun dueling');
          2 : DuelMsg:=  ('funning everyone!!!');
          3 : DuelMsg:=  ('dueling for fun!');
          4 : DuelMsg:=  ('funning!');
          5 : DuelMsg:=  ('funning anyone!');
        End;
       TypeSend(DuelMsg);
       Result:= True;
    End;


    ^ All this is doing is making your sentences random that you say. This is better for the user to not get banned (as easily) at least.

    But other than that, I don't see why you couldn't make this into a pretty nice script. Good Job!
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  3. #3
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the suggestion! I'll add it now . You also get creds for it.

  4. #4
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright I appreciate it.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  5. #5
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Come on people! Feedback!

  6. #6
    Join Date
    Dec 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dueling is members only.....right?

  7. #7
    Join Date
    Dec 2006
    Location
    The Underground
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea its members only, I believe its at the Dueling Arena

  8. #8
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, it is Members and at the Duel Arena. Post feedback plox!

    Edit: Updated talking! Thanks Da Der Der!

  9. #9
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would just consider this more of an auto 'funner' since it doesn't really 'duel', although i wouldn't trust my stuff to a macro to fight other people lol. Whats the practically of auto funning people though? If i may ask.

  10. #10
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It gets you XP :P. A dude asked me to make one, so i started making it.

  11. #11
    Join Date
    Mar 2006
    Posts
    3,051
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Remember that random(6) goes from 0...5 and random(6)+1 goes from 1...6.

    If you put random(6)+1 with only 5 statements you will not say anything 1 out of 6 times. I guess that isn't a big problem in your particular script, but in other implementations it could cause errors. Especially if you had used an array rather than a case.

  12. #12
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hehe, not my fault. Anyways thanks for pointing that out, Da Der Der!!! Lol :P.

  13. #13
    Join Date
    Nov 2006
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So has any 1 gotten banned for this yet

  14. #14
    Join Date
    Dec 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hey321 View Post
    It gets you XP :P. A dude asked me to make one, so i started making it.
    that dude would be me from

    www.scarforum.com

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hey321's Rogues' Den Thiever!!!
    By Hey321 in forum RS3 Outdated / Broken Scripts
    Replies: 20
    Last Post: 12-17-2007, 04:49 AM
  2. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  3. Hey321's Karmy Power Fisher
    By Hey321 in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 09-10-2007, 01:06 AM
  4. Hey321's Auto-Dueler ~~~ Help needed!
    By Hey321 in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 01-19-2007, 09:17 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
  •