I need Metin2 AutoAttack (Delphi Source Code)

07/12/2009 08:35 hasnon#1
I need Delphi Source Code to Metin2 AutoAttack

help me please
07/12/2009 21:09 ms​#2
Give a man a fish and you feed him for a day; teach a man to fish and you feed him for life.





-> Learn at least the basics of coding and you should be able to do it on your own easily.
07/13/2009 07:43 hasnon#3
I can't sending key to metin2

Example Project : [Only registered and activated users can see links. Click Here To Register...]
Example Video : [Only registered and activated users can see links. Click Here To Register...]
07/13/2009 12:39 ms​#4
Try using keybd_event instead of SendKeys.

Code:
keybd_event($5A,0,0,0); //Press Z-Key down
keybd_event($5A,0,2,0); //Release Z-Key
07/13/2009 14:35 hasnon#5
keybd_event(VK_SPACE,0,0,0);

so thank you

but not runing metin2
07/13/2009 17:44 Adroxxx#6
Then use Post-/Sendmessage().
07/13/2009 18:10 hasnon#7
Quote:
Originally Posted by Adroxxx View Post
Then use Post-/Sendmessage().

how ? I failed
07/13/2009 18:14 Adroxxx#8
Then try google dude....

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
07/13/2009 18:37 hasnon#9
not runing. Help me

I need Example Project

Code:
var
h: HWND;
begin
h := FindWindow(nil, 'Metin2');
if h <> 0 then SendMessage(h, WM_KEYDOWN, 32,0);
Code:
var
h: HWND;
begin
h := FindWindow(nil, 'Metin2');
if h <> 0 then SendMessage(h, WM_KEYUP, 32,0);
Code:
var
h: HWND;
begin
h := FindWindow(nil, 'Metin2');
if h <> 0 then PostMessage(h, WM_KEYDOWN, 32,0);
Code:
var
h: HWND;
begin
h := FindWindow(nil, 'Metin2');
if h <> 0 then PostMessage(h, WM_KEYUP, 32,0);
07/16/2009 09:37 Frezee#10
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
07/17/2009 11:42 hasnon#11
I not need Cheat Engine

I need delphi keypress code, because not only attack
11/15/2010 10:23 sebistrong#12
Quote:
Originally Posted by Frezee View Post
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
But The new Metin2Ro has a anti-hack and i can't use cheat engine (metin closes) What i can do?