AutoIt - Multibot Problem

04/15/2012 17:46 Assassin's Creed#16
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...]
04/19/2012 20:36 Rowsby#17
Ich habe mir mal eine Pause genommen, und aus Lust mal wieder daran rumprobiert.
Dabei habe ich auch (glaube ich zumindest) alle Probleme gelöst..




Quote:
Originally Posted by Applecode View Post
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 ;<

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 ;>.
04/23/2012 17:59 BotofWar#18
Ich weiss nicht ob das für deine zwecke auch funktioniert, aber versuchs mal hiermit (ungetestet) :

Code:
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
04/26/2012 00:28 Achat#19
Quote:
Originally Posted by Rowsby View Post
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 ;>.
[Only registered and activated users can see links. Click Here To Register...]

Die Suchfunktion :handsdown: