Okay i see no one answer so i am here to teach you with my little knowledge.
You need:
1._ Cheat Engine 6.2 try downloading from here -->
2._ bypass. Today there is no bypass working but it doesn't matter you only need a program that suspend s4 and hgwc to attach s4 process and the resume them. Try mine --->
3._ autoit-- >
i choose autoit because is so simple to make a trainer and very useful
Steps to make a trainer:
Searching for values:
Open my bypass and press start, s4 patcher should come and you press "start" when the hgwc window disapear a msgbox should appear saying its time to open cheat engine ; if it didn't work at first try again..
Now open cheat engine and go to the icon that has a pc which is blinking red and green
select s4Client.exe and then press resume in the bypass window
When finish load you can now search for the values. i won't say how to search them because it's no my job.
Creating the trainer:
After installing autoit right click in elsewhere and new>autoItV3script rename as you want "My new Hack.au3" for example open it and delete the text inside
i will explain all the steps of the code
Quote:
#include <GUIConstants.au3> ;these are precreated functions which came with autoit except NomadMemory.au3 i will add to the answer.
#include <NomadMemory.au3>
#include <WinAPI.au3>
#Region
#RequireAdmin
#AutoIt3Wrapper_Icon= ;Your icon path
#AutoIt3Wrapper_Compile_both=y
#AutoIt3Wrapper_UseX64=y ; to make your trainer x64 bits too
#NoTrayIcon ; to hide the icon of the trainer from the task bar
#EndRegion
#Region Form ;it just to minimize space while typing your code because you can hide this section with -
GUICreate("My new Trainer",310,350) ; Title,width,height,left,top
GUICtrlCreatePic(@ScriptDir & "\image.jpg");just in case you want an image with your trainer if you want your image to load you must include with your exe the image both in the same folder
GUICtrlSetState(-1,$GUI_DISABLE) ; this is for prevent the image blocking your controls
;create checkboxes title,left,top,width,height
$btn = GUICtrlCreateButton("Hack",100,300,100,40) ;creates a button
GUISetState();shows the form
#EndRegion
;Now the hack
while 1
$msg = GUIGetMsg()
if $msg = $GUI_EVENT_CLOSE Then ExitLoop
if $msg = $btn then
GUISetState(@SW_HIDE); hides the form
hack()
EndIf
WEnd
Func hack()
Tooltip("Waiting for S4client") ; a msg appears in 0,0
$pid = ProcessWait("S4Client.exe")
$open = _MemoryOpen($pid) ; Open the memory
If GUICtrlRead($checkbox1) = 1 Then ;check if checkbox 1 is checked if it is then will do the hack
_memorywrite("adress", $open, "value", "long")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite("adress", $open, "value", "long")
EndIf
If GUICtrlRead($checkbox3) = 1 Then
_memorywrite("adress", $open, "value", "long")
EndIf
Exit 0
;and that with all checkbox
EndFunc
#cs ################################
if you want an ingame trainer you will need a bypass and for this hack i think too
####################################
INGAME TRAINER
what to change?
while 1
If GUICtrlRead($checkbox1) = 1 Then
_memorywrite("adress", $open, "value", "long")
Else
_memorywrite("adress", $open, "value default", "long")
EndIf
$msg = GUIGetMsg()
if $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd
No hack button
No hide the form
Just Run
#Ce
I include the Nomad Memory you have to paste the file in C:\Program Files\AutoIt3\Include
Please Make A Hack For GC PH to make us happy ^^ 12/28/2011 - Grand Chase Philippines - 1 Replies please make a GC ph hack as soon as possible
because i cant make my characters level fast and the quest are so hard enough
i want the SD hack like on GC ph season 1
i guest it is my christmas wish and new years wish also ahaha
hirap mag english wahaha....
13 yrs. old Grand Chase addict since 2009 up to preset ahaha..
more power to elitepvpers...muah muah tsuptsup wahaha:handsdown::handsdown: