-
Activity
-
0
Uriel Anti-Cheat | The Protector Angel of Your Game
This guy is a idiot . Support ZERO! never answer , i bought the anticheat from him 10 days ago ,and still doesn't reply . -
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer.
-
-
Recently Browsing
- No registered users viewing this page.
Question
RSman 3
In hex editor this looks like this:
B99EB0026F69810563989B2879181A00
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
1
Popular Days
Mar 1
3
Aug 28
2
Dec 27
1
Apr 26
1
Top Posters For This Question
Marggraf 2 posts
Toxic 1 post
RSman 1 post
martysama0134 1 post
Popular Days
Mar 1 2016
3 posts
Aug 28 2014
2 posts
Dec 27 2017
1 post
Apr 26 2015
1 post
Popular Posts
martysama0134
Lzo is a data compression algorithm. It compress data and there are no "lzo keys". On the other hand, XTEA is a block cipher which uses a 8 byte key to encrypt/decrypt data. static DWORD s_adwEterPackKey[] = { 45129401, 92367215, 681285731, 1710201, }; static DWORD s_adwEterPackSecurityKey[] = { 78952482, 527348324, 1632942, 486274726, }; I've made a converter in python: (as requested by someone via PM) >>> from struct import pack as spack >>> a1=spack
Marggraf
https://ideone.com/3uFr7g
AlCapone
I have this: static DWORD s_adwEterPackKey[] = { 56219512, 93478326, 792396842, 2821312, }; static DWORD s_adwEterPackSecurityKey[] = { 67841371, 416237213, 2521831, 375163615, }; How can I know HEX? I dont know how to use your script
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now