I dont use CPU Coding in autoit so i hop some one can help me do make a script that can speed upp the games CPU faster and slower like cheat engen dose.
I have only made this hehe. Like i sad i dont use memory-cpu (NomadMemory.au3):mofo:
Maybe give tip for tutorials or somthing or example scripts :)
I have only made this hehe. Like i sad i dont use memory-cpu (NomadMemory.au3):mofo:
Maybe give tip for tutorials or somthing or example scripts :)
hmmmQuote:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <SliderConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("CPU Hack", 196, 130, 192, 114)
$Slider1 = GUICtrlCreateSlider(16, 40, 153, 33)
$Button1 = GUICtrlCreateButton("Start/Stop", 104, 88, 73, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd