I need Delphi Source Code to Metin2 AutoAttack
help me please
help me please
keybd_event($5A,0,0,0); //Press Z-Key down keybd_event($5A,0,2,0); //Release Z-Key
var h: HWND; begin h := FindWindow(nil, 'Metin2'); if h <> 0 then SendMessage(h, WM_KEYDOWN, 32,0);
var h: HWND; begin h := FindWindow(nil, 'Metin2'); if h <> 0 then SendMessage(h, WM_KEYUP, 32,0);
var h: HWND; begin h := FindWindow(nil, 'Metin2'); if h <> 0 then PostMessage(h, WM_KEYDOWN, 32,0);
var h: HWND; begin h := FindWindow(nil, 'Metin2'); if h <> 0 then PostMessage(h, WM_KEYUP, 32,0);
But The new Metin2Ro has a anti-hack and i can't use cheat engine (metin closes) What i can do?Quote:
An AutoAttack is one of the easiest things to hack in Metin2.
You must use Cheat Engine 5.5
First you search for an unknown initial value. Then switch to Metin2 and hit the Space. Hit the space, until you switch to Cheat Engine 5.5. Now you should attack in Metin2 all the time.
Then search for an increased value. Switch to Metin2, stop attacking and go back to Cheat Engine 5.5 and search there for a decreased value.
Do this for a while and when you did this for 7-8 times then you can look at the values of the addresses you found. When you attack ingame the value increases. You only have to search the right address and froze it.
Then you have to search for the pointer. (I hope, there are enough tutorials for you. Use google.)
When you've got the pointer, you've nearly finished.
Now you must put that into a script. There are also tutorials.
I hope you understood everything. xD If I helped you, plz a thx..
mfg