Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - okidoki

#1
MOHAA Series: General / Predator skin
January 25, 2011, 08:12:43 AM
Hi,

   

   Nice mod Elgan, if it can help you I also opened a dedicated MOHAA Reverse Engineering blog at GD:

   http://www.gamedeception.net/blogs/690-MOHAA-Code-Cave">http://www.gamedeception.net/blogs/690-MOHAA-Code-Cave

   

   It's mostly client side ressources atm, but all usefull binaries should be covered.

   

   Regards.
#2
Hi,

   

   Here is a 200k client header ;)

   

   
   

   Regards.
#3
# Elgan :
   looking forward to further info..

   

   i had a question.

   

   with things like

   

   

   

   player stats, there shows 33. The count is 29,

   jumping from 22, 25

   It says value.  

   

   

   are just some missing with no DUMMY or? I dont get why vlaue jumps when it will count them as 23,24 etc?

   

   edit:

   

   // ENTITY FLAGS

   #define EF_TELEPORT            32

   

   #define EF_ALLIES            128

   #define EF_AXIS               256

   #define EF_DEAD               512

   

   

   isnt 54 spectator?

   

   Hi,

   

   Player's stats 23 and 24 is unused (logs returns NULL), the count comment is there to show the max value, and I don't debugged/logged all the entity states yet :)

   

   Regards.
#4
Hi all,

   
m0dhippY:
I don't know how you do it. It would be amazing if you can help out in the Open MOHAA project, but that may be too much to ask for haha.

   
okidoki:
I can't really be part of the OpenMOHAA project for various reasons, but I registred at Mods-R-Us since I got some decent reversing and coding knowledge, and could help by answering technical questions there (if they don't just ban me for beeing a AC bypasses and multihacks coder...).

   After m0dhippY asked me in various game/anticheat hacking forums to help the OpenMOHAA and MOHAA 1.12 projects, I registred there right now.

   

   I got a decent knowledge of the MOHAA game engine, and you can ask any questions about hardcoded engine modifications, game's binaries reverse engineering, or whatever related to it in this thread, I'll try to give you an answer ASAP.

   

   I coded yet a full C++ client framework for MOHAA, and also got the project of releasing a server and client C++ SDK for modders (including no game/anticheat hacking related content).

   

   BTW here is some headers from my public MOHAA client framework:

   

   

   It can be used to make a decent cgamex86.dll wrapper without lot of troubles.

   

   Regards.