Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Any1 can share post cmd source code with all offsets?
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
Originally Posted by
vcorp
Next step can a little tutorial on how to get all the offset we need!!!
If someone have time ^^ .
I'm using wireshark.
Its Nice Vcorp.. we're waiting =]
Thx for ur tut too
BB
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Please share for Step by Step For Hook dll in GameServer
and
Offset all Option
Sorry bad english
1 Attachment(s)
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
Originally Posted by
mayojung
help me see images
Images???
i have see inside your gs.
u have wrong hooked your code. (reopen the gs in olly to see yourself)
005EFCCC <- go here
second u forgot to change OEP ...
look my tutorial and read more and more!!!
and don't forget to hook on a vergin gameserver. (not like endi release, in this case is a little bit more complicated ^^ )
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
bool NotifyIfDllLoaded( char * inipath ){
if (GetPrivateProfileInt("GameServerNormal", "NotifyIfDllLoaded", 1, "./Addicted.ini") )
{
MessageBox ( 0 , "Addicted.Dll by drakelv has been successfully loaded. Enjoy the Game!" , "DLL Loaded!" , MB_OK );
return 1;
}
great job dude, but is that really necesary? :)
i`d tottaly comment that messagebox out before compiling :D
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Quote:
Originally Posted by
DiliBau
great job dude, but is that really necesary? :)
i`d tottaly comment that messagebox out before compiling :D
give me to Tutorial please
vdo clip please
Re: [Release] Adding New Option C++ Source Code + Full Tutorial [Updated & Fixed]
Can't you read? notify if dll loaded AND you can set 0 in .ini. If notice popus THAT means the DLL is loaded. Got it,