These are all for Theduel.exe/GunZ.exe, and obviously for the 07 files as the title says.
-Changing whisper length
- Character creation Limit (need someone to verify this)Code:1. Go to "0042B249" you will "CMP EAX,4" (4 is the minimum you can whisper) 2. Edit that to the minimum you want, for example if you want 1, do "CMP EAX,1" 3. Go to "0042b2ae", you will see "CMP EAX,0C" (0c is maximum, it is 12) 4. Edit that to the maximum you want (I can't remember if its 16 or 18 it starts crashing/getting buggy), so for 16 just do "CMP EAX,16"
-Creating private channel limitCode:1. Go to "0044AC8B" you will see "CMP EAX,4" (Again, 4 is the minimum) 2. Edit that to the minimum you want, for example 1, "CMP EAX,1" 3. Go to "0044ACA8" you will see "CMP EAX,0C" (Again, maximum" 4. Edit to what you want (Again, keep in mind 16 or 18 is where you should stop, so for 16 "CMP EAX,16"
Code:1. Go to "0044c3a9" you will see "CMP EAX,4" 2.Edit that to the minimum you want, so for 1 "CMP EAX,1" 3. Go to "0044c3d9" you will see "CMP EAX,0C" 4. Edit that to the maximum you want, so for 20 do "CMP EAX,20"
Thanks to GunZ2830/Delpa for posting these addresses for the 2008 files, i just found them for 07.
Also i found this while looking through for these lines,again need someone to test this.
-Clan names
Code:1. Go to "0044BBB8" you will see "CMP EAX,4" 2. Minimum number, change to what you want, again for 1 do "CMP EAX,1" 3. Go to "0044bbd5" you will see "CMP EAX,0C" 4. Edit to the maximum, again probably messes after 16 or 18. Edit to what you want.


Reply With Quote


