I know this is a bit old tutorial, but im trying to follow it, and im stuck on step 4.. I cant find the wrappit in any where.. He is supposed to be on the client game folder or visual studio? i cant find..
[Guide] Creating a Simple Loader with Injected DLL for Silkroad 02/02/2016 - SRO Coding Corner - 37 Replies This next article in my series is a very important one for anyone wanting to get started with client modifications or understanding the client itself. This is the base article that will be used for all my future articles that explain various Silkroad development concepts.
Like my previous article, there is nothing terribly exciting with this one as we have to get through the necessary boring stuff first before we can have any real fun. Unfortunately, this article is very heavy text wise and...
1 Hit Hack Cheat Engine Tutorial Request 05/27/2010 - Metin2 - 1 Replies Hi there,
I know how to change Atk Speed, Mov Speed, Range & Type Weapon with CE
But i have never find the way to get the 1hit hack like Multihacks.
Someone can teach me how to get it with Cheat Engine ???
Thanks
[Intermediate] Creating a strong but simple cipher 08/31/2008 - CO2 Programming - 9 Replies Basically, here's the idea, we have a 'key' that contains every value a byte supports (0 to 255). When you encrypt a byte for instance 171 (0xAB) it creates an "x" using the first 4 bits of the byte, and "y" using the last for bits of the byte
Value = 171 (0xAB)
X = 10 (0xA)
Y = 11 (0xB)
Then in the output of the encrypt routine, it it'll fill that index as Key
Here's an illustration to make it simpler;
http://img120.imageshack.us/img120/3282/cipheran4 .gif