multitarget fast clicking script for mocospace game street wars

Ask gaming related questions (AHK v1.1 and older)
gul
Posts: 16
Joined: 30 Apr 2021, 03:29

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 06:52

Code: Select all

#MaxThreadsPerHotkey 2
F3::
SetMouseDelay, 0
SetBatchLines -1
on := !on
While on {
 Click, 672 453
 If on
  Click, 618 507
}
Return
[Mod edit: [code][/code] tags added.]

Dearest sir, i use this script in the game but this jam my pc
i batch line and set mouse delay io 0, 1 it runs but not work in the game, people beated my ass :(
gul
Posts: 16
Joined: 30 Apr 2021, 03:29

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 06:55

Code: Select all

#MaxThreadsPerHotkey 2
F3::
SetMouseDelay, 0
on := !on
While on {
Click, 672 453
If on
Click, 618 507
}
Return
[Mod edit: [code][/code] tags added.]
gul
Posts: 16
Joined: 30 Apr 2021, 03:29

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 06:56

sorry for bothring, I need something else ie java script or something
User avatar
mikeyww
Posts: 26937
Joined: 09 Sep 2014, 18:38

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 08:27

OK. I do not have a way to test how your game responds to this script. Others may have more advice for you. You can also read the tips for games.

https://autohotkey.com/board/topic/111737-how-to-make-ahk-work-in-most-games-the-basics/
gul
Posts: 16
Joined: 30 Apr 2021, 03:29

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 10:10

Dearest sir, u r a nice ,kind and loving soul, u helped me lot,but unfortunately i did not understand the things,but i am very thankful to u for guidance,if u have a time. please visit the www.mocospace.com/html/game/landing.jsp?gid=1000 and play for a while street wars game ,may be u can understand,what kind of script can be used in the game,can u give me a ur whats up number or email so that i can send u screen recardings to undersatand
thanks once again
User avatar
mikeyww
Posts: 26937
Joined: 09 Sep 2014, 18:38

Re: multitarget fast clicking script for mocospace game street wars

09 May 2021, 12:30

It's better if people who know this game well have a chance to see your issue here on the forum. Some of them may know the solution. I hope so. Best wishes for success! Some of the common issues with AHK in games are that a longer key press or click is needed, or the script needs to be run as admin. Even then, some games block programs like AHK, or the ways in which they act.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 72 guests