So... My atts are setup correctly, i have the correct weapons... but the bot re-casts shadowform too late.... anyone else with this problem???
Func stealth()
If $stealth = 0 Then
WinSetState($sGW, "", @SW_HIDE)
WinSetTrans("Raptor Bot by Jonas93", "", 0)
Opt("TrayIconHide", 1)
$stealth +=1
ElseIf $stealth = 1 Then
WinSetState($sGW, "", @SW_SHOW)
WinSetTrans("Raptor Bot by Jonas93", "", 255)
Opt("TrayIconHide", 0)
$stealth -=1
EndIf