Results 1 to 4 of 4

Thread: we need a bot for this

  1. #1
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default we need a bot for this

    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    How do you play lol?

    Edit, I got it, I'm on it!

  3. #3
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    click the circles to kill them


    for script you'd just have to do

    find circle zerg guy
    move mouse to it
    if your cursor turns into a + sign then spam click 5 times or w/e (should take like 1ms to do all these things)

    then repeat
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    EDIT:

    This works much better just hover over the 0's

    Simba Code:
    Program ZergRush;
    {$i srl/srl.simba}
    const
    SX1 = 9;
    SY1 = 137;
    SX2 = 1885;
    SY2 = 978;
    Procedure ClickRed;
    Var
      X,Y:Integer;
    Begin
      ClickMouse(X,Y,Mouse_Left);
      Wait(15);
    End;

    Begin
      Repeat
        ClickRed;
        Until IsKeyDown(113);
    End.

    If you remove the wait your Browser will get molested by this script and you may have to risk force closing it lol

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
  •