Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    Aug 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Looking for a simple hotkey script (Press a key, move mouse cursor and then click)

    Hey Guys,

    excuse me if i'm wrong here.

    I'm a complete newb in this subject, im looking for a simple and easy to edit script, that has the following options :

    For example im pressing the Q button, it should press 1 and move the cursor to position X,Y of the screen and then leftclick.

    I would be thankful if someone could help me with this.

  2. #2
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    It's not possible for WindBot to move your real cursor, it can do some action e.g. open box at specific location, move backpack etc.
    You should explain us what exactly you want to do, so maybe someone can help you.
    Last edited by Diaxy; 08-20-2015 at 10:04 PM.

  3. #3
    Free User
    Join Date
    Aug 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Hey,

    thanks for your respense.
    First, i don't exactly know, what WindBot actually is, i just used google to come here, lol.
    Im looking for a working Script for my Logitech G700 Mouse...

    My current "textscript" is looking like this.




    EnablePrimaryMouseButtonEvents (true)
    function OnEvent(event, arg, family)
    OutputLogMessage("event = %s, arg = %s\n", event, arg)

    -- Test
    if event == "MOUSE_BUTTON_PRESSED" and arg == 10 then
    MoveMouseTo(100,500)
    end

    end

  4. #4
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    Oh well...
    WindBot is macro for Tibia client, and Tibia is mmo game. Unfortunately, we can not help you.

  5. #5
    Free User
    Join Date
    Aug 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Well okay, thanks anyway!

 

 

Posting Permissions

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