nu merge pe servere cu hacktrap, sta ce sta deschis si dupa se inchide automat, fara sa gaseasca ceva
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 "way", this will be "fix" by programmers of that client. Besides this, "80%" of this clients have "way" blocked or methods revealed on the internet are not available because programmers fixed them. So single method to create a "program which will avantage you" for any game is "C++".Quote:
So I figure I can use those addresses to make a bot in C++, but why would I do that instead of just injecting Python?
Disclaimer: I really want to know, this is not a offensive comment...
Yes, it's possible to call these functions without injection of ".dll" using create external thread, only if that function called have no parameters, if will have then you must to write parameters in bytes on process, so this action is called "injection". If you want only to know some informations from some functions, you can call them and receive information, but if you want to pass information into function you need to write bytes in that process (ex: "metin2client.exe") to pass them in the function. Regard "MountHorse", you can call it from external process if you want, using "create external thread" and "the game will know" if your character is already on the mount or not.Quote:
is it possible to activate this functions and making some bots without injection, im not familiar with programmig for example MountHorse' adress is 453CE0 is it possible to change its value and mount and unmout horse in game ?
I was curious to see if my program doesn't work for your client mention and surprise, work like an image! Download last version of my program and try again with "Run as administrator"!Quote:
XardasMT2.pl - it doesn't dump, program is crashing
No, it's not normal, if you want to find address in cheat engine program, you need to copy address from my program and search it in "memory view", there will show you function in opcode and that's it.Quote:
Hello,
Thank for your working bc it's working, but when i have the addresses i can't found with CE it's normal ?