I am playing a game called Chrono Tales. In that, I would like a BOT where you click a location, wait for 3 seconds and then click another location, wait for 3 seconds... and so forth. It's like how this video shows:
I have to be able to do this whilst I am on another tab (so auto botting e.g. I can do work whilst in the background it's botting)
Is this easy to program using AutoIt? I will be willing to learn AutoIt if it is possible. If it is possible, do you think it is difficult to program? Are there any tutorials for AutoIt to do this?
for example a bot for the game he want (thread-creator)
if it run in the background and you want the programm to collect the boxes. Then the bot need the information where these boxes are. the position of 'em
Probably that can be done by reading memory.
Most games have a certain structure to store these objects.
For example:
posX: game.exe+0x1234->0x10->0x14+n*0x128->0x4
posY: game.exe+0x1234->0x10->0x14+n*0x128->0x8
posZ: game.exe+0x1234->0x10->0x14+n*0x128->0xC
for box number n.
So you just need the amount of boxes in your environment to store all positions into an array.
Of course the offsets can be anything else and there can be more or less of them, I just needed an example.
If you want to click these boxes, you also need to read the camera position and calculate the box's position on the screen, which can be qhite tricky.
Planetside 2: Send left mouse click to game in background 12/14/2012 - AutoIt - 8 Replies Hey,
I've just started playing around with this program and i can manage to get the script to work if I have the game in focus:
Send("{SPACE}")
Which will for example make the character jump. The idea for me is to have these things working in the background while I have other things to do on my computer, so basically have AutoIt run on an inactive window. I tried this:
ControlClick("Planetside2 v0.473.22.176761 **SHIPPING**", "", "", "", 1, 959, 545)
how to make a mouse that work in background? 08/29/2012 - AutoIt - 2 Replies i want to make a bot pixelsearch but if the bot work i want to do other things. so i want to make a second mouse (invisible) that click pixel while i can make my things. how i can make it???
Mouse clicks in background 08/01/2009 - General Gaming Discussion - 6 Replies Hi,
i'm tryin to perfom mouse clicks in rom, while it's in background, but i have so far no success. I tried SendMessage/PostMessage and AutoIt, discovered that rom checks mouse clicks with getCursor but even when i NOPed the GetCursor func i had no success. Also, i didn't find any hooks that would manipulate SendMessage/PostMessage, so i'm very confused why my code isn't working. Please help me with some advice.
Thanks for your aid.
so long backtoreality
how to send contorl+mouse click in autoit 09/07/2005 - AutoIt - 0 Replies Hi,
I am wondering how to send contorl+left mouse click in autoit.
What I do now:
AutoItSetOption ( "SendKeyDownDelay", 10)
Send("^")
MouseClick("left",Random&a mp;#40;0,1024,1),Random(0,700,1&am p;#41;,1,1)
AutoItSetOption ( "SendKeyDownDelay", 1)