Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 05:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: ozuromo
Forum: Metin2 05/22/2021, 10:33
Replies: 9
Views: 1,146
Posted By MrCrisp
Don't forget to pop at the end of your structs,...

Don't forget to pop at the end of your structs, and only use the pragma for structs/classes. Using it with enums will lead to problems :)
Forum: Metin2 05/21/2021, 23:49
Replies: 9
Views: 1,146
Posted By MrCrisp
Make sure you align the structs correctly! They...

Make sure you align the structs correctly! They have to be aligned by a byte, not by 4 bytes. See the pragma pack operator for further details.
Forum: Metin2 05/21/2021, 23:28
Replies: 9
Views: 1,146
Posted By HelloBrightness
#include <stdio.h> int main() { struct...

#include <stdio.h>
int main()
{
struct TPacketCGAttack_B { //size of BYTE
unsigned char test;
};

struct TPacketCGAttack_D { //size of DWORD
unsigned int test;...
Forum: Metin2 05/21/2021, 18:00
Replies: 9
Views: 1,146
Posted By HelloBrightness
Thanks for the Informations, you're using the...

Thanks for the Informations, you're using the wrong struct. You can see it in the disassembly. You accessing ebp-08 for for the Header (first byte, 8-1 total = 7 left), ebp-7 for the type (second...
Forum: Metin2 05/21/2021, 15:23
Replies: 9
Views: 1,146
Posted By MrCrisp
Either, it is fixed on your server, or you are...

Either, it is fixed on your server, or you are too far away from the monster. Try it on a metin stone or a mob that is really close to you.
Forum: Metin2 05/20/2021, 08:28
Replies: 9
Views: 1,146
Posted By HelloBrightness
more informations would be nice, some disassembly...

more informations would be nice, some disassembly to understand *why* u know that the header 0x52 is correct, since its usualy the header 2 instead. more code to understand how you get the mobVid or...
Forum: Metin2 05/11/2021, 12:41
Replies: 6
Views: 667
Posted By MrCrisp
If you only add 0x4 bytes, you are accessing the...

If you only add 0x4 bytes, you are accessing the vtable. Dereference the pointer and add another 0x4 bytes. Then dereference again and you should get the map pointer.
Forum: Metin2 05/10/2021, 17:07
Replies: 6
Views: 667
Posted By MrCrisp
Regarding the address of the std::map: It's...

Regarding the address of the std::map: It's almost always at Instance+0x4 bytes. Instance+0x8 will get you the current size of the map, as far as I can remember.
Forum: Metin2 05/10/2021, 11:19
Replies: 6
Views: 667
Posted By _asm
assuming you have a C++17 compiler for (auto...

assuming you have a C++17 compiler

for (auto const& [vnum, item] : _GroundItem) {
// do your shit here
}
Forum: Metin2 05/10/2021, 10:35
Replies: 6
Views: 667
Posted By Aeryas
You have to iterate over the map, something like:...

You have to iterate over the map, something like:

for ( auto itor = groundItems.begin(); itor != groundItems.end(); itor++) {
DWORD itemID = itor->first;
bla bla bla;
}

If you have a...
Forum: Metin2 05/04/2021, 10:30
Replies: 7
Views: 992
Posted By Aeryas
If you want to call it from python files you get...

If you want to call it from python files you get loaded and it can't find the module base, it means that it has been renamed for the sole purpose of public stuff to not work. You can use a dumper...
Forum: Metin2 05/03/2021, 21:38
Replies: 7
Views: 992
Posted By Benhero
Did you also try net.SendClickItemPacket(item)? ...

Did you also try net.SendClickItemPacket(item)?
as recomennted in the post from ones-and-zer0es.mpeg
Forum: Metin2 05/03/2021, 21:20
Replies: 7
Views: 992
its inside the CPythonPlayer in c++ yes, but you...

its inside the CPythonPlayer in c++ yes, but you wanted to call it through python or not?
Forum: Metin2 05/03/2021, 09:57
Replies: 7
Views: 992
its net not player

its net not player
Forum: Metin2 04/28/2021, 21:31
Replies: 6
Views: 1,375
Posted By theashmaster
I see you posted on the thread below. I don't...

I see you posted on the thread below. I don't know how you're getting the address to GetNameByVID function, but try this:

Use colddumper/another dumper to get the GetNameByVID address. Scroll down...
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 04/19/2021, 18:01
Replies: 83
Views: 48,460
Posted By xAdr1an
Exclamation [Release+Surce] C4US Multihack Source Code + Scaner Adress and UnPack Tool

Hello!
Today I want to share with you the full source code of our cheat, which was updated and promoted here on the forum for 10 months.
We upload the entire source, scanner address and unpack...
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 04/18/2021, 09:23
Replies: 74
Views: 38,959
Posted By cioace9
Is simple to answer, all clients of metin2 have...

Is simple to answer, all clients of metin2 have source of python "packed", so when you try to inject a simple code in client you need to find a "way" or a method, for production if you reveal this...
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 04/17/2021, 00:11
Replies: 126
Views: 32,603
Posted By senpaiex
Its possible but only in short distance (2-2.5m)

Its possible but only in short distance (2-2.5m)
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 04/09/2021, 13:56
Replies: 126
Views: 32,603
Posted By senpaiex
Check this; Embedding Python in C++...

Check this; Embedding Python in C++ ([Only registered and activated users can see links])
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 04/09/2021, 07:39
Replies: 126
Views: 32,603
Posted By senpaiex
• V1 .pyc >> (https://www.dosyaupload.com/svWK) ...

• V1 .pyc >> ([Only registered and activated users can see links])
• V1 .dll >> ([Only registered and activated users can see links])

• You can open .dll with any text editor to see code (Sublime or notepad+ etc..)
• Use...
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 11/01/2020, 12:26
Replies: 126
Views: 32,603
Posted By senpaiex
Yes you can open it with Notepad+ or Sublime Text...

Yes you can open it with Notepad+ or Sublime Text



Thanks my friend. Yes its just small hack for auto lvl :) I tried add speed hack but some kick problems appeared. This is better trust me :)
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 10/28/2020, 18:37
Replies: 126
Views: 32,603
Posted By senpaiex
Links Updated

Links Updated
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 10/15/2020, 01:33
Replies: 126
Views: 32,603
Posted By senpaiex
Start your injector as Administrator.

Start your injector as Administrator.
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 10/13/2020, 23:51
Replies: 126
Views: 32,603
Posted By senpaiex
Idk, i have to try. Im working on a new update....

Idk, i have to try. Im working on a new update. If i can, i add it to new version.
Forum: Metin2 Hacks, Bots, Cheats, Exploits & Macros 08/31/2020, 04:07
Replies: 126
Views: 32,603
Posted By senpaiex
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +2. The time now is 05:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.