Results 1 to 5 of 5

Thread: HorseMissuse; A new anti-ban, need some help...

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

    Default HorseMissuse; A new anti-ban, need some help...

    Ok, I get some kind of access violation when I try to run this, line 103 in GameTab.scar
    Tried to fix but I cant... I'm not to sure on what went wrong, can anyone help me out?

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
        procedure RandomChatHorse;
    var
      RandomChatList: array[0..20] of string;
    begin
      RandomChatList[0] := 'hehe';
      RandomChatList[1] := 'lol';
      RandomChatList[2] := 'Im so random...';
      RandomChatList[3] := 'idk why i think thats funny...';
      RandomChatList[4] := 'lol';
      RandomChatList[5] := 'This breaks my bordom..';
      RandomChatList[6] := 'i love my staillion';
      RandomChatList[7] := 'horse - nfs';
      RandomChatList[8] := 'this is how i get my kicks';
      RandomChatList[9] := '*takes quick break from alc*';
      RandomChatList[10] := 'now back to working..sigh';
      RandomChatList[11] := 'fun.';
      RandomChatList[12] := 'gets better and better every time lol';
      RandomChatList[13] := 'w00tness!!!11';
      RandomChatList[14] := 'woot1';
      RandomChatList[15] := 'flash2:fear my horse';
      RandomChatList[16] := 'heh';
      RandomChatList[17] := 'kidyup!';
      RandomChatList[18] := 'moo';
      RandomChatList[19] := 'hehehe...';
      RandomChatList[20] := 'i <3 my horse';
      TypeSend(RandomChatList[Random(20)] + Chr(13));
      end;

    procedure HorseMissuse(mins: Integer);
    var
    horsemissusemark : integer;
      begin
      if ((TimeFromMark(HorseMissuseMark) / 1000) / 60 >= mins) then
      begin
        MarkTime(HorseMissuseMark);
        Useitem(7);
        wait(1000);
        RandomChatHorse;
      end;
    end;


    procedure GrapeSodaAntiBan;
    begin
    HorseMissuse(1);
    end;


    begin
    setupSRL;
    GrapeSodaAntiBan;
    end.


    O yeah, don't ask my I'm making this


    Also, I know I should use a DTM =X, but I'm not in the mood for reading tuts; I'll add it later...

  2. #2
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Add SetUpSRL; to your main loop.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

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

  4. #4
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by ilikegrapesoda72 View Post
    Sigh, again I publicly embarrass myself =X
    Haha, it happens to the best of us.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

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

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. special type of anti ban and anti randoms
    By Magiic in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 07-27-2008, 12:50 PM
  2. I need a script with JUST Anti-Bans and Anti-Randoms.
    By Dipped_in_Pwn_Sauce in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-18-2007, 02:38 PM
  3. Anti-X question! (anti-ban, anti-randoms)
    By jvwarrior in forum OSR Help
    Replies: 9
    Last Post: 10-31-2007, 03:09 AM
  4. Karajama auto nat runner with anti bans/ anti randoms
    By mike_2922 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 08-16-2007, 02:40 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
  •