Results 1 to 21 of 21

Thread: AntiBan?

  1. #1
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AntiBan?

    Im making a script that basicly just walks from the bank to a place and back over and over, so im wondering what type of anti ban should i use? i was thinking just rotating the camera because a person walking back and forth doesnt really start moving the mouse and hovering over skills ect... so id just like to get an idea of what you all think should be used also when should i call it? whilst walking?

  2. #2
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    Vary the path it walks and the speed+amount of mouse clicks. Also sometimes click on minimap and sometimes on mainscreen.

    And a timeout every now and than is always cool .

    ~caused

  3. #3
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont do antiban on small scripts that are just walking.

    Think, what would you actually do while you was waiting for it to walk?. My answer would be nothing.

    My script has run for over 20 hours, and not 1 random. No antiban.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  4. #4
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok il leave the antiban and to do mouse speed its

    SCAR Code:
    MouseSpeed := RandomRange(13, 16);

    for example?

  5. #5
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    When I am walking I often right click players and move my mouse to where the next click would be and things like that just record yourself playing and eventually you will see what stuff a human does and then you can see what anti-ban is needed

  6. #6
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok well iv made the mouse speeds vary and i just thought about using

    procedure BoredHuman;
    By: WT-Fakawi, small edit by Hy71194
    Description: Performs 5-15 times:
    * Rotates the cam,
    * Moves the mouse around MainScreen,
    * If it finds IsUpText('option'), it will Chooseoption('Examine');

    that seems like something some people will do when walking? or is that more for chopping a tree ect?

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    I do not know how safe boredHuman(); is anymore, but I remember using it. I dunno if you should use it without getting a 3rd-party's opinion.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok :S

  9. #9
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    I would:

    1. SleepAndMoveMouse(1000);
    2. GameTab switching
    3. MessWithChats


  10. #10
    Join Date
    Jul 2007
    Location
    Pluto... Maybe?
    Posts
    198
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sleepandmovemouse(1000); will that randomly wait 1 second and move the mouse about?

  11. #11
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by pl0xmypl0x View Post
    sleepandmovemouse(1000); will that randomly wait 1 second and move the mouse about?
    That will randomly move the mouse around for 1000 ms

  12. #12
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You gotta remember its suppose to be human-like. Would you move your mouse around for X ms? I wouldnt.

    Id prob check my stats tab or my friends list to see whos online. Half the time players will switch to browsing the net and then keep looking back.

    Moving over players is a good antiban, sometimes u look at what level they are etc.

    Throughly test it. If it looks to "bot" then alter it.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  13. #13
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    You gotta remember its suppose to be human-like. Would you move your mouse around for X ms? I wouldnt.

    Id prob check my stats tab or my friends list to see whos online. Half the time players will switch to browsing the net and then keep looking back.

    Moving over players is a good antiban, sometimes u look at what level they are etc.

    Throughly test it. If it looks to "bot" then alter it.
    I sometimes move the mouse when I'm walking, just for something to do...

    I sometimes browse other websites when I'm walking.

    I also do this. A simple way of doing this would be to get the colour of the types of armour, and FindColorToleranceSpiral it. If it is found, then move the mouse the, then right click it or whatever you want to do.

    Also, remember to use FFlag(), not Flag.

    Richard.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  14. #14
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    rotating camera angle and making the mouse hover all over the place is quite humanish to me :P

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

    Default

    Do something like:

    SCAR Code:
    GameTab(RandomRange(1, 16));
    Wait(RandomWait);
    Gametab(tab_inv);

    Or like a procedure that plays with the compass.
    I'm pretty sure bored human is still safe, correct me if i am wrong.

  16. #16
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    This
    SCAR Code:
    procedure AntiBan;
    var
      I, H, X, Y : Integer;
      Colours : TIntegerArray;
     
    begin
      Colours:= [4412226, 7563085, 2308684, 5263446, 7763583, 2236965];
      case Random(100) of
        0..3 : SleepAndMoveMouse(1000 + Random(2500));
        4..7 : begin
                 MMouse(Random(MSX2), Random(MSY2), 0, 0);
                 if IsUpText('opti') then
                 begin
                   GetMousePos(x, y);
                   Mouse(x, y, 0, 0, False);
                   ChooseOption('Examine');
                 end;
               end;
        8..11 : begin   //Hovers over people
                  H:= High(Colours);
                  for I:= 0 to H do
                  begin
                    if FindColorSpiralTolerance(X, Y, Colours[I], MSX1, MSY1, MSX2, MSY2, 20) then
                    begin
                      MMouse(X, Y, 7, 7);
                      GetMousePos(X, Y);
                      if WaitUpTextMulti(['2 more', 'evel'], 600 + Random(100)) then
                        if Random(5) = 1 then
                          Mouse(X, Y, 0, 0, False);
                    Wait(2000 + Random(1500));
                    Break;
                  end;
                end;
        12 : GameTab(Random(16) + 1);
      end;
    end;
    Seems like it would do. I haven't tested the part that hovers over people, but it should work in theory.

    Richard.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  17. #17
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Missing an end; ?

    SCAR Code:
    Procedure AntiBan;
     Var
      I, H, X, Y: Integer;
      Colours: TIntegerArray;  
    Begin
      Colours := [4412226, 7563085, 2308684, 5263446, 7763583, 2236965];
      Case Random(100) Of
       0..3: SleepAndMoveMouse(1000 + Random(2500));
       4..7:
        Begin
          MMouse(Random(MSX2), Random(MSY2), 0, 0);
          If IsUpText('opti') Then
          Begin
            GetMousePos(x, y);
            Mouse(x, y, 0, 0, False);
            ChooseOption('Examine');
          End;
        End;
       8..11:
        Begin   //Hovers over people
          H := High(Colours);
          For I := 0 To H Do
          Begin
            If FindColorSpiralTolerance(X, Y, Colours[i], MSX1,
              MSY1, MSX2, MSY2, 20) Then
            Begin
              MMouse(X, Y, 7, 7);
              GetMousePos(X, Y);
              If WaitUpTextMulti(['2 more', 'evel'], 600 + Random(100)) Then
                If Random(5) = 1 Then Mouse(X, Y, 0, 0, False);
              Wait(2000 + Random(1500));
              Break;
            End;
          End;
        End;
       12: GameTab(Random(16) + 1);    
      End;
    End;

    Fixed

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  18. #18
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Aaaaah! My eyes! Capitalized bold words!
    SCAR Code:
    procedure AntiBan;
    var
      I, H, X, Y : Integer;
      Colours : TIntegerArray;

    begin
      Colours:= [4412226, 7563085, 2308684, 5263446, 7763583, 2236965];
      case Random(100) of
        0..3 : SleepAndMoveMouse(1000 + Random(2500));
        4..7 : begin
                 MMouse(Random(MSX2), Random(MSY2), 0, 0);
                 if IsUpText('opti') then
                 begin
                   GetMousePos(x, y);
                   Mouse(x, y, 0, 0, False);
                   ChooseOption('Examine');
                 end;
               end;
        8..11 : begin   //Hovers over people
                  H:= High(Colours);
                  for I:= 0 to H do
                  begin
                    if FindColorSpiralTolerance(X, Y, Colours[i], MSX1, MSY1, MSX2, MSY2, 20) then
                    begin
                      MMouse(X, Y, 7, 7);
                      GetMousePos(X, Y);
                      if WaitUpTextMulti(['2 more', 'evel'], 600 + Random(100)) then
                        if Random(5) = 1 then
                          Mouse(X, Y, 0, 0, False);
                      Wait(2000 + Random(1500));
                      Break;
                    end;
                  end;
                end;
        12 : GameTab(Random(16) + 1);
      end;
    end;
    Phew! My eyes are OK now...
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  19. #19
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awww awfull standards...

    SCAR Code:
    procedure AntiBan;
     var
      I, H, X, Y: Integer;
      Colours: TIntegerArray;
    begin
      Colours := [4412226, 7563085, 2308684, 5263446, 7763583, 2236965];
      case Random(100) of
       0..3: SleepAndMoveMouse(1000 + Random(2500));
       4..7:
        begin
          MMouse(Random(MSX2), Random(MSY2), 0, 0);
          if IsUpText('opti') then
          begin
            GetMousePos(x, y);
            Mouse(x, y, 0, 0, False);
            ChooseOption('Examine');
          end;
        end;
       8..11:
        begin   //Hovers over people
          H := High(Colours);
          for I := 0 to H do
          begin
            if FindColorSpiralTolerance(X, Y, Colours[i], MSX1,
              MSY1, MSX2, MSY2, 20) then
            begin
              MMouse(X, Y, 7, 7);
              GetMousePos(X, Y);
              if WaitUpTextMulti(['2 more', 'evel'], 600 + Random(100)) then
                if Random(5) = 1 then Mouse(X, Y, 0, 0, False);
              Wait(2000 + Random(1500));
              Break;
            end;
          end;
        end;
       12: GameTab(Random(16) + 1);
      end;
    end;

    Thats better.

    Junior SRL Member maybe applying for SRL Member maybe we should encourage users to use standards then they wont get put down on their application.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  20. #20
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    The only difference between our standards is that you do
    SCAR Code:
    8..11:
        begin   //Hovers over people
    and I do
    SCAR Code:
    8..11 : begin   //Hovers over people

    Back on topic...
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  21. #21
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea back on topic scripting help.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

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
  •