Need help on coding!!!

Posts 1626 of 26 · Page 2 of 2
Learn C++ before making a hack. Buy a big ass C++ book and read it.
Quote Originally Posted by CodeDemon View Post
Learn C++ before making a hack.
I don't want to buy a book, Too much work.
And I am trying to learn C++ But these guys aren't helping me!!!!!!!
If you aren't willing to work, you will never succeed in learning or coding.
Oh god, You don't understand codedemon.
I am willing to work, Work hard. I don't want to go to the store to buy a book just so I can learn to program.
I would rather learn online.
Quote Originally Posted by SnowyHawk View Post
Oh god, You don't understand codedemon.
I am willing to work, Work hard. I don't want to go to the store to buy a book just so I can learn to program.
I would rather learn online.


God damn read the fucking posts I SAID WHERE A TUTORIAL IS

DO I NEED TO SPELL IT OUT FOR YOU ?

Have fun... or not.
Quote Originally Posted by Crash View Post


God damn read the fucking posts I SAID WHERE A TUTORIAL IS
My sound card is fucked. Not your problem.
Quote Originally Posted by SnowyHawk View Post
My sound card is fucked. Not your problem.
Don't go here, go to the wonderful C++ section
Quote Originally Posted by SnowyHawk View Post
I don't want to buy a book, Too much work.
And I am trying to learn C++ But these guys aren't helping me!!!!!!!
Don't commit if you don't think you can do it.

Quote Originally Posted by SnowyHawk View Post
You know what?
I'm going to just quit trying to even learn this crap.
You guys aren't helping me one touch and I need it.
F*ck this crap man, I'm out.
I'm gonna uninstall this program you guys think is "So easy" To use, and "So Good" At.
You guys aren't even giving me any tips.
We are a community centered on not helping newbies. It's your job to learn enough to participate in the discussions.
since you want nx chams here you go

Code:
//made by Yepikiyay
#include <windows.h>

class CILTClient{
public:
    char unknown[0x208];
    int ( *RunConsoleCommand )( const char * szCommand );
};
	
void main()
{
	while(GetModuleHandle("CShell.dll") == NULL || GetModuleHandle("ClientFX.fxd") == NULL || GetModuleHandle("d3d9.dll") == NULL){ Sleep(200); }
	CILTClient *ILTClient = *(CILTClient**)0x3778CFB0;
	bool chams = false;
while(true)
{
		if(GetAsyncKeyState(VK_NUMPAD0) &1){
    chams = !chams;
    if(chams){
        ILTClient->RunConsoleCommand("SkelModelStencil 1");
    } else {
        ILTClient->RunConsoleCommand("SkelModelStencil 0");
    }
}
Sleep(25);
}
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
if ( dwReason == DLL_PROCESS_ATTACH )
{ DisableThreadLibraryCalls(hDll);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)&main, NULL, NULL, NULL);
}
return TRUE;
}
*note, you must turn Unicode to Multi-bytes.

Enjoy
Please thank me if you like or downloaded/copied & pasted.
Posts 1626 of 26 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?