Search found 2 matches

by mtnt26
01 Oct 2022, 16:13
Forum: C/C++
Topic: How Can i Use autohotkey function with c++?
Replies: 1
Views: 2216

How Can i Use autohotkey function with c++?

hi everyone.
İ want to use autoit function like controlsend,controlclick,imagesearch etc..

how can i do that? any tutorial for this?

Thanks for help.
by mtnt26
18 Jul 2022, 08:12
Forum: Gaming Help (v1)
Topic: Send Key With Python using ahk to Game
Replies: 1
Views: 499

Send Key With Python using ahk to Game

win = ahk.find_window(title=b'XX Client') while True: try: win.send('z') time.sleep(1) win.send('4') except: pass [Mod edit: [code][/code] tags added.] it's for mmorg game basic choice mob and hit skills code working in game only chats how can i using skıll and mob choice?

Go to advanced search