Hi Epvpers,
ich hatte mich heute an einem bypass versucht... doch iwie komm ich nich weiter.
Hier das Script:
Need Help bedank mich schonma.
DeStAnI
ich hatte mich heute an einem bypass versucht... doch iwie komm ich nich weiter.
Hier das Script:
Könnt iht mir helfen will nen CheatEngine bypass für cf machn ...Quote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Bypass", 211, 132, 192, 124)
$Button1 = GUICtrlCreateButton("Start Bypass", 24, 104, 75, 25, $WS_GROUP)
$Pic1 = GUICtrlCreatePic("E:\Eigene Bilder\wtf panda.jpg", 16, 8, 145, 89, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Button1
$crossfire.exe = FileOpenDialog("","","Alle (*.*)")
Run($crossfire.exe)
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Need Help bedank mich schonma.
DeStAnI