This tutorial is for total beginers.
This tutorial is write I.
Tutorial: (is so big)
What we need?
Brain
4StoryEG
Visual Studio C# (free legal download here
)
Cheat Engine (or CE Tables with pointers and offsets)
My DLL VetracekMemory.dll (Download in attachments)
Now start:
Open Visual Studio C# and go to File>New>Project... and select Windows Forms Application.
Now, we are have got empty form. We are change her (is form "She"?
) Text. Text is title of the window.
Now, go to the Toolbox>Checkbox and double click him (is checkbox "He"?
D).
In the form is add CheckBox. Click to him. We are change his name (ITS IMPORTANT). We are change his text too, but it isnt on screen.
Now we send double click to him. Now is open the code (i like it).
We are write to him (Is...
) this:
This isnt hack! It is only: If checkbox checked,...
Write hack is really hard, but with my dll not. Now we add reference to my Dll.
Now is open Open File Dialog. We must selected destination of my Dll. I have got her on my desktop (sorry for my bad Her, him...
).
Now we have got reference to my Dll, but code dont know it.
We must do this:
And add declaration of DLL:
Now is all ready, we are go programing
. Write this:
(adress to invicible is true and work it)
If we chcek our checkbox, hack is on, but we need hack off too:
Code is complete, back to the form. We are can edit her (not important).
We have got basic "desing" (sorry im not desinger
). Now we must run our hack. Press "Play button".
The hack is run, but is not all. We save our hack:
Yes, it is save. If you have got Visual Express and you have got dialog with save, you must select destination to save your hack. Now we find the hack.
In Visual Professional is this:
If you have got Visual Express you have got hack in you selected destination.
Now we are go to folder \name hack of 1. step\bin\Debug\
Anywhere make new folder and copy to her "Name of your project".exe and VetracekMemory.dll (it must be with VetracekMemory.dll). Now start 4StoryEG:
After login to character, start hack (at Win7 and Vistu must be run at administrator)
Now we test our hack:
YES, IT WORKS!!! We are invicible. Congratulations, Your hack has ben completed. If works for you, send post and give THX please.
Brain
4StoryEG
Visual Studio C# (free legal download here
)Cheat Engine (or CE Tables with pointers and offsets)
My DLL VetracekMemory.dll (Download in attachments)
Now start:
Open Visual Studio C# and go to File>New>Project... and select Windows Forms Application.
Now, we are have got empty form. We are change her (is form "She"?
Now, go to the Toolbox>Checkbox and double click him (is checkbox "He"?
In the form is add CheckBox. Click to him. We are change his name (ITS IMPORTANT). We are change his text too, but it isnt on screen.
Now we send double click to him. Now is open the code (i like it).
We are write to him (Is...
Code:
if (invicible.Checked)
{
}
else
{
}
Write hack is really hard, but with my dll not. Now we add reference to my Dll.
Now is open Open File Dialog. We must selected destination of my Dll. I have got her on my desktop (sorry for my bad Her, him...
Now we have got reference to my Dll, but code dont know it.
We must do this:
Code:
using VetracekMemory;
Code:
VMemory vMem = new vMemory();
Code:
vMem.Open("TClient"); //proces name
string pointer = "6EFFFC"; //pointer
int[] bytes = { 0xAA8, 0x41e }; //offsets
int NewValue = 16842752; //new value
vMem.WriteBytes(pointer, bytes, NewValue); //command
If we chcek our checkbox, hack is on, but we need hack off too:
Code:
vMem.Open("TClient"); //proces name
string pointer = "6EFFFC"; //pointer
int[] bytes = { 0xAA8, 0x41e }; //offsets
int NewValue = 16842752; //new value
vMem.WriteBytes(pointer, bytes, NewValue); //command
We have got basic "desing" (sorry im not desinger
The hack is run, but is not all. We save our hack:
Yes, it is save. If you have got Visual Express and you have got dialog with save, you must select destination to save your hack. Now we find the hack.
In Visual Professional is this:
If you have got Visual Express you have got hack in you selected destination.
Now we are go to folder \name hack of 1. step\bin\Debug\
Anywhere make new folder and copy to her "Name of your project".exe and VetracekMemory.dll (it must be with VetracekMemory.dll). Now start 4StoryEG:
After login to character, start hack (at Win7 and Vistu must be run at administrator)
Now we test our hack:
YES, IT WORKS!!! We are invicible. Congratulations, Your hack has ben completed. If works for you, send post and give THX please.






