Results 1 to 6 of 6

Thread: New antiban procedure

  1. #1
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default New antiban procedure

    Hi,

    I've had this idea about an antiban procedure, though I'm not an experienced enough scripter to put it into a script :S

    Here it is:

    1. Mouse clicks on friends list, retrieves and records data from the list (A random username) and stores it in a variable
    2. Mouse clicks on clan chat tab
    3. Mouse clicks on join clan
    4. The script then types the username it randomly retrieved from the friends list.
    5. If the script finds people in the clan chat it exits the chat.

    It would look something like this?: (Note that I'm a noob scripter )


    HTML Code:
    begin
    gametab(7); //Don't know what gametab friends list is :o
    if findfriendtext(friendtext, MIX1, MIY1, MIX2, MIY2, 2) then  //friendtext would be the variable the text is stored in
    begin
    gametab(8); //clan chat game tab?
    Mouse(308, 30483, true); //clicks on join clan
    typesend('friendtext');
    end else
    if findcolor(30843, MIX1, MIY1, MIX2, MIY2) then //if anyone is in the clan it exits
    gametab(11); //Inv tab
    exit;
    end;
    hope I holped

  2. #2
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good idea, but, i don't think it's a antiban procedure someone will actually make..lol.

    I also know some form of scripting, yet, i have no idea on how to read text in the Friends list, but im pretty sure theres a function in gametab.

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    afaik friends list txt is broken atm
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and if we did this we would have to have a normal conversation with someone >.>

    which would be really hard IMO

  5. #5
    Join Date
    Nov 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great idea but there's a chance your friend doesn't have a clan chat?

  6. #6
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    IMO, anti-ban procedures should be left for scipters instead of SRL, but that's just my opinion (which can be terrible at times.)

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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