Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nub needs help w/ au3 bot
#4
(02-19-2015, 04:31 AM)Sumboooody Wrote:  So basically im trying to get this bot working, but it auto terminates itself w/ no error code.

WinWaitActive("Zodiac","")
if WinActive ("Zodiac","")= True

what i see from here, u dont get any handler and also the return value of winactive is totally wrong, winactive() return value should be the zodiac handler;

solution:

;-----u can get zodiac title by using autoit tools

$zodiachandler = wingethandle("TITLE:zodiac_title_here") ; ------finding handler using title,class,or hwnd; for easier , just use title .

WinWaitActive($zodiachandler)

if WinActive($zodiachandler) = $zodiachandler then

;-------rest of the code here
Reply
 


Messages In This Thread
Nub needs help w/ au3 bot - by Sumboooody - 02-19-2015, 04:31 AM
RE: Nub needs help w/ au3 bot - by psychomellon - 02-19-2015, 05:14 AM
RE: Nub needs help w/ au3 bot - by Sumboooody - 02-19-2015, 05:38 AM
RE: Nub needs help w/ au3 bot - by kotakmer - 08-27-2018, 01:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website