Re: Custom in game commands
Re: Custom in game commands
Re: Custom in game commands
xD i think evilgunz owners will kill you
Re: Custom in game commands
Quote:
Originally Posted by
wtfhacker
xD i think evilgunz owners will kill you
why do you think that? ;)
Re: Custom in game commands
It's a great addon, though I'd like to get my hands on the source, or at least have someone explain how it works :)
Re: Custom in game commands
Quote:
Originally Posted by
Sgzfx
It's a great addon, though I'd like to get my hands on the source, or at least have someone explain how it works :)
http://forum.ragezone.com/f245/very-...mmands-650613/
a very shitty way that my cousin did custom commands.
hp/ap - ZCharacter::SetHP / ZCharacter::SetAP ; put into buffer, then call with ZChatOutput
/map - Dunno
/xyz - GetPosition ; very easy to find, again put into buffer and call with zchatoutput
/exit - ExitProcess(0)
Re: Custom in game commands
Quote:
Originally Posted by
R3apingSaint
http://forum.ragezone.com/f245/very-...mmands-650613/
a very shitty way that my cousin did custom commands.
hp/ap - ZCharacter::SetHP / ZCharacter::SetAP ; put into buffer, then call with ZChatOutput
/map - Dunno
/xyz - GetPosition ; very easy to find, again put into buffer and call with zchatoutput
/edit - ExitProcess(0)
I was thinking about how to hook the ZChatInput, but thanks anyway :)
Re: Custom in game commands
Quote:
Originally Posted by
wtfhacker
xD i think evilgunz owners will kill you
i think your right because this ddl is an exact copy of evil.dll just renamed
also it has the exact same options
i suggest you remove this file before something happends u dont like
also the d3d9.ini makes no sence at all, gunz will run minimized aswell without the ini along the dll is present
Re: Custom in game commands
Quote:
Originally Posted by
Sgzfx
I was thinking about how to hook the ZChatInput, but thanks anyway :)
my dumbass of a cousin did that also.
he messed up on the dll entry point i think. simple 5 second fix.
http://forum.ragezone.com/f245/zchat...detour-646778/
Re: Custom in game commands
Quote:
Originally Posted by
R3apingSaint
http://forum.ragezone.com/f245/very-...mmands-650613/
a very shitty way that my cousin did custom commands.
hp/ap - ZCharacter::SetHP / ZCharacter::SetAP ; put into buffer, then call with ZChatOutput
/map - Dunno
/xyz - GetPosition ; very easy to find, again put into buffer and call with zchatoutput
/edit - ExitProcess(0)
i don't really understand that new commands stuff mind teaching me?
Re: Custom in game commands
Quote:
Originally Posted by
Military
i don't really understand that new commands stuff mind teaching me?
...what you do is make your own function. example would be modifying the chatcmd_adminannounce and changing how the message would be (from the text output to a message box) like he tried to do. when you look into zchat::initcmd function you will notice it has all the chat command functions. this is where the main core is parsed. it will redirect to the push (to where your custom function is) and begin execution at that address.
with little modification you can make it execute from a dynamic link library (aka a dll)
Re: Custom in game commands
Quote:
Originally Posted by
R3apingSaint
Oh, thanks <3
Quote:
Originally Posted by
Military
i don't really understand that new commands stuff mind teaching me?
It's actually quite long and complicated if you haven't done programming.
Re: Custom in game commands
Quote:
Originally Posted by
stealhtfire
i think your right because this ddl is an exact copy of evil.dll just renamed
also it has the exact same options
i suggest you remove this file before something happends u dont like
also the d3d9.ini makes no sence at all, gunz will run minimized aswell without the ini along the dll is present
i didn't accept credits lol :ott1:
Re: Custom in game commands
what im trying to say is you are leeching there dll and releasing it while it shouldnt be
Re: Custom in game commands
Quote:
Originally Posted by
stealhtfire
what im trying to say is you are leeching there dll and releasing it while it shouldnt be
why shouldn't it be released?
Re: Custom in game commands
It Should be realease soul
Re: Custom in game commands
well its a costum dll made by aristrum for EvilGamerZ
how do i know it?
im the co-owner
so now remove it, you have no premision or what so ever to post this anywhere and yet you do
a moderator of this forum has been notified
and he will propperly remove the file if you wont, and he might even ban you
Re: Custom in game commands
Quote:
Originally Posted by
Sgzfx
It's actually quite long and complicated if you haven't done programming.
All I know in ASM is Ctrl + G
Re: Custom in game commands
Quote:
Originally Posted by
stealhtfire
well its a costum dll made by aristrum for EvilGamerZ
how do i know it?
im the co-owner
so now remove it, you have no premision or what so ever to post this anywhere and yet you do
a moderator of this forum has been notified
and he will propperly remove the file if you wont, and he might even ban you
you're the co-owner of evil gunz..? also i didn't get this from evil gunz :blink:
Re: Custom in game commands
Quote:
Originally Posted by
R3apingSaint
...what you do is make your own function. example would be modifying the chatcmd_adminannounce and changing how the message would be (from the text output to a message box) like he tried to do. when you look into zchat::initcmd function you will notice it has all the chat command functions. this is where the main core is parsed. it will redirect to the push (to where your custom function is) and begin execution at that address.
with little modification you can make it execute from a dynamic link library (aka a dll)
still don't understand...just a newb:/:
Re: Custom in game commands
It's becoming a shithole here again...
Closed.