Hungames Mapfun

08/17/2015 01:05 Wander94#1
Im going to start reforming MegaByte's MapFun for hungames. After im done i might do it for mayn too. I might add some new features or something if i can. I do not know how long it will take but any help would be appreciated.
Skype: twelveskynatural
Add me if you would like to help out :P
08/17/2015 09:25 Mega Byte#2
Good luck

Attached is the Map Fun codes without password. (Because like only a few people knew it was just a string encrypted with a loop of xor by the last byte (Which was a null terminator) as the key.

NULL / 00 when you XOR 0 by anything it becomes that thing.

Its the way the packets sent from the client to the server are encrypted btw :).

You will need to find and make new signatures.

I suggest using this instead of the existing sig scanner as its a bit of a time saver.

[Only registered and activated users can see links. Click Here To Register...]
08/17/2015 23:57 lindinhaew#3
Quote:
Originally Posted by Mega Byte View Post
Good luck

Attached is the Map Fun codes without password. (Because like only a few people knew it was just a string encrypted with a loop of xor by the last byte (Which was a null terminator) as the key.

NULL / 00 when you XOR 0 by anything it becomes that thing.

Its the way the packets sent from the client to the server are encrypted btw :).

You will need to find and make new signatures.

I suggest using this instead of the existing sig scanner as its a bit of a time saver.

[Only registered and activated users can see links. Click Here To Register...]

WHAAA thnx Mega :3


Also good luck bro.