Crossout AFK bot

Ask gaming related questions (AHK v1.1 and older)
K0nr4d
Posts: 1
Joined: 18 Apr 2017, 04:46

Crossout AFK bot

18 Apr 2017, 05:11

I want to make an AFK bot for Crossout. The script basically has to move the mouse while holding right click to move the camera and prevent me from getting kicked for being AFK, which I know how to do.
The thing that I'm struggling with is that I want to do other stuff while the game is in the background.
I know that ControlClick can click on inactive windows without affecting the mouse cursor. But I don't know how I would move the mouse without affecting the cursor. (move mouse in game, but keep my cursor where it is)
I hope I made that somewhat understandable. ^^ (If not please tell me, I'll try to explain it better)
bluce
Posts: 70
Joined: 01 Feb 2017, 13:23

Re: Crossout AFK bot

18 Apr 2017, 09:44

You could have the script activate the window, move the mouse quickly, then deactivate the window, however this may not work for you depending on what you plan on doing in the background.
User avatar
SnowFlake
Posts: 368
Joined: 28 Apr 2015, 05:41
Contact:

Re: Crossout AFK bot

19 Apr 2017, 11:37

try reading the games memory with cheat engine and then use AHK to write new values into the memory of the game
:yawn:
thedutchbanana1

Re: Crossout AFK bot

22 May 2017, 15:31

i would like to have a bot like that too can you tel me how you do that?
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: Crossout AFK bot

27 Aug 2017, 09:11

Here, ! :)

Code: Select all

#MaxThreadsperHotkey 2
f::	; Here can you change with which key you want toggle the anti afk script
toggle := !Toggle
loop
{
if toggle
{
Send, {W down} ; Here can you change which key you want get Presset.
Sleep, 10
}

else
	break
}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Gemos and 80 guests