Search found 6 matches

by zero03
27 May 2022, 02:03
Forum: Gaming Scripts (v1)
Topic: Gersang(The great Merchant)
Replies: 4
Views: 3997

Re: Gersang(The great Merchant)

Hi Guys There are new update AHK code for TGM game, u can eat tcd for 3 xian windows just use Shift+C every around15 minute for 240x, maybe next update add get PID so no need to edit PID manual for this game Note PID change with your pid gersang in Task manager image.png $+c:: Loop, 240 { WinActivat...
by zero03
09 May 2021, 23:40
Forum: Gaming Scripts (v1)
Topic: Gersang(The great Merchant)
Replies: 4
Views: 3997

Re: Gersang(The great Merchant)

Code: Select all

$+z::
SetTitleMatchMode, 2
CoordMode, Mouse, Screen

tt = Gersang ahk_class Gersang
WinWait, %tt%
IfWinNotActive, %tt%,, WinActivate, %tt%

Sleep, 300
Send, {Blind}{Escape}
Sleep, 300
MouseClick, Left, 600, 400
Sleep, 1000
return
use Shift+Z key to go to Gersang Windows screen
by zero03
09 May 2021, 23:28
Forum: Gaming Scripts (v1)
Topic: Gersang(The great Merchant)
Replies: 4
Views: 3997

Re: Gersang(The great Merchant)

$B:: Loop, 40 { SendInput, {j down} Sleep 60 SendInput, {j up} Sleep, 1000 MouseClick, Left, 558, 440 Sleep, 200 Click, Down Sleep, 200 Click,Up Sleep 1000 SendInput, {ALT down} Sleep 200 SendInput, {2 down} Sleep 200 SendInput, {2 up} Sleep 200 SendInput, {ALT up} Sleep 1000 SendInput, {j down} Sl...
by zero03
09 May 2021, 23:15
Forum: Gaming Scripts (v1)
Topic: Gersang(The great Merchant)
Replies: 4
Views: 3997

Re: Gersang(The great Merchant)

$N:: SendInput, {Esc down} Sleep 52 SendInput, {Esc up} Sleep 67 MouseClick, Left, 520, 456 Sleep 77 Click, Down Sleep, 68 Click,Up Sleep, 73 MouseClick, Left, 520, 433 Sleep 87 Click, Down Sleep, 44 Click,Up Sleep, 50 return Script Out from Battle, u can use windows spy to change mouse coordinat i...
by zero03
09 May 2021, 23:09
Forum: Gaming Scripts (v1)
Topic: Gersang(The great Merchant)
Replies: 4
Views: 3997

Gersang(The great Merchant)

#maxThreadsPerHotkey, 2 $M:: toggle:=!toggle while toggle { SendInput, {4 down} Sleep 60 SendInput, {4 up} Sleep, 55 SendInput, {f down} Sleep 65 SendInput, {f up} Sleep, 61 SendInput, {8 down} Sleep 53 SendInput, {8 up} Sleep, 68 SendInput, {f down} Sleep 73 SendInput, {f up} Sleep, 45 SendInput, ...

Go to advanced search