Re: the gunz ban command ?
1. Open matchserver in ollydbg
2. search for the /jjang command
3. make it so it changes the ugrade to 253 instead of 02
4. save
(optional)
5.Open gunz.exe in Hex and edit /jjang to /ban
Re: the gunz ban command ?
/admin_ban its just for KICK USERS not for BAN..... use Emisand Admin Panel for ban it.... or do it manually on the db changing the pgrade and ugrade for ban numer ... 253
Re: the gunz ban command ?
I think I would use hex editing to change /admin_ban to /admin_kik or something and /jjang to /ban :P
Re: the gunz ban command ?
u need to do an asm edit to /admin_ban command.
Re: the gunz ban command ?
Quote:
Originally Posted by
4ndr34s
u need to do an asm edit to /admin_ban command.
A raw edit to the data stream would work fine (e.g.: Utilizing a hex editor).
Re: the gunz ban command ?
thats could be possible? with asm? any tut
Re: the gunz ban command ?
I cant find the /jjang command in ollydbg
Re: the gunz ban command ?
0042BAE0
Don't bump threads.
Re: the gunz ban command ?
Can You Explain What to do Plz?!?
Re: the gunz ban command ?
0042BAE0 is the address that points to the jjang command.
Looking at the 0042BAE0 block, the first line is what changes the UGradeID.
You see, it changes the UGradeID to 2, so edit it to 253. (253 in hex.)
THEN you will need to do it server side, by editing MatchServer with ollydbg or a similar tool.
Re: the gunz ban command ?
That Doesnt help much... how do i find the block... when i hit ctrl+f and paste it i get "command mnemonic expected" and nothing more than that... Srry fist time using ollydbg
Re: the gunz ban command ?
you could actually incorporate the ugrade change found in the jjang function and use it with the kick one, truely making an admin ban one.....
Apadhi, its control g and dont bump threads
Re: the gunz ban command ?
Quote:
Originally Posted by
BetrayedAcheron
you could actually incorporate the ugrade change found in the jjang function and use it with the kick one, truely making an admin ban one.....
Apadhi, its control g and dont bump threads
Srry now i get "0042BAE0 50 PUSH EAX" what do i do with that?
Re: the gunz ban command ?
you stop bumping an old topic and take some tuts on asm