hello i have problem with my codes... look my thread it needs more codes and how we can find them? please help me :( -->>[Only registered and activated users can see links. Click Here To Register...]
Quote:
Ist dein Problem jetzt gelöst?
Und nur mal so nebenbei, da du dass ja für S4 League machst sag ich dir jetzt schon dass das detected sein wird. Du musst wenn du das umgehen willst einen Bypass machen oder du nutzt einen anderen AutoIt Compiler der die normale AutoIt Signatur nicht nutzt, denn die checkt XTrap ;<
HotkeySet("{^}", uberLeetFunction)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MsgBox(64, "Help", "What should I do if I wan't to deactivate and activate some other bots? " & @CRLF & "Just deselect the bots you don't want to use, select the bots you want to use and click 'Start' again." & @CRLF & "" & @CRLF & "This MultiBot is detected from XTrap!" & @CRLF & "It's really unlikely if this happens. But if this happens, just use a Bypass." & @CRLF & @CRLF & @CRLF& @CRLF & "For more informations visit my Thread: 'Coming soon'" )
EndSwitch
WEnd
Func uberLeetFunction()
if GuiCtrlRead($Checkbox1) = 1 Then
Send('{Space}')
Sleep(500)
Send('{1}')
Sleep(50)
Send('{Space}')
EndIf
EndFunc
[Only registered and activated users can see links. Click Here To Register...]Quote:
Der ganze Kram mit XTrap ist mir völlig bewusst und ich wollte dieses Problem als letztes angehen. Ich dachte dabei auch an einen Compiler der die normale AutoIt Signatur nicht benutzt.
Was das angeht, ich finde momentan keinen Compiler der diese Signatur nicht nutzt.. Falls du solch einen Compiler kennst, wäre es hilfreich wenn du einen Link hier posten würdest ;>.