Posts by BobDaBuilderFoo
24 posts total, newest first.
Requesting a ptc?in Combat Arms Coding Help & Discussion - [QUOTE=luizimloko;5510733]typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
RunConsoleCommand_t Comando = (RunConsoleCommand_t) 0x00485FA0; //Endereço do LTClientEXE
Esse é antigo mais ainda funciona , fiz uns peRequesting a ptc?in Combat Arms Coding Help & Discussion - Fuck..
#tooshortRequesting a ptc?in Combat Arms Coding Help & Discussion - Noone is going to give you one I found this one not sure if it works.
void WINAPIV PTC( const char* cmd )
{
_asm
{
PUSH cmd
MOV EAX, 0x00485FA0
CALL EAX
ADD ESP, 0x4
}
}Cshell Dumped.in Combat Arms Coding Help & Discussion - Pm me them?Cshell Dumped.in Combat Arms Coding Help & Discussion - [QUOTE=teehee15;5506688]lol why did you make a post for this? look at the stickies in the coding section. Not the help section the coding section. And kernel only works for some systems. I don't use kernel.
EDIT: lol
Showing the 5 most recent posts.