Help?

Posts 115 of 47 · Page 1 of 4
Help?
Yeah, so I don't disconnect, but the hacks just dont work when the appropriate hotkey is pressed here is my script -
Code:
#include <windows.h>
//#include "d3d9font.cpp/.h 
#include <string.h>
#include <stdio.h>
#include <Windows.h>
#include <iostream>
#include <vector>
#include <ShellAPI.h>

using namespace std;
bool chams = false;

#pragma comment(lib, "shell32.lib")

         bool IsGameReadyForHook()
         {
                 if(GetModuleHandleA("cshell.dll") && GetModuleHandleA("clientfx.fxd") && GetModuleHandleA("Ehsvc.dll") != NULL)
                         return true;
                 else return false;
         }


DWORD WINAPI dwMain(LPVOID lpParam)
{
        while(IsGameReadyForHook())
        {
                void main();
                Sleep(100);
                return 0;
        }
}
BOOL WINAPI DllMain( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
        if( dwReason == DLL_PROCESS_ATTACH )
        {
                CreateThread( NULL, NULL, dwMain, NULL, NULL, NULL );
        }

        return TRUE;
}
void __cdecl CPush(const char *Command, char *Value)
{
char *PCommand = new char[256];
sprintf(PCommand, "%s %s", Command, Value); 
DWORD LTC = 0x00485E10;
void *Control = (void*)LTC;
__asm
{
push PCommand;
call Control;
add esp, 4;
}
}
void main(){
	while(true){
cout << "yes it has attatched nicely" << endl;
        return (void)1;
if(GetAsyncKeyState(VK_NUMPAD1)&1)
{
chams = true;
} else {
chams = false;
}
if(chams) {
CPush("SkelModelStencil","1");
}else{
CPush("SkelModelStencil", "0");
}
}
}
Code:
void main(){
	while(true){
cout << "yes it has attatched nicely" << endl;
        return (void)1;
if(GetAsyncKeyState(VK_NUMPAD1)&1)
{
chams = true;
} else {
chams = false;
}
if(chams) {
CPush("SkelModelStencil","1");
}else{
CPush("SkelModelStencil", "0");
}
}
}
lol..
yeah, thought I would add pizazz xD
Quote Originally Posted by yaserifti1 View Post
yeah, thought I would add pizazz xD
u dont know what he realy means xD
OMFG DO NOT WRITE A LINK TO UR PROBLEM IN MY PROBLEM THREAD NUB! EITHER HELP OR LEAVE!
Quote Originally Posted by yaserifti1 View Post
OMFG DO NOT WRITE A LINK TO UR PROBLEM IN MY PROBLEM THREAD NUB! EITHER HELP OR LEAVE!
Dont flame other people or you wont be helped.
Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
Quote Originally Posted by yaserifti1 View Post
Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
Obviously, you dont know who I am.

People who know who I am, please refuse to help this man.
Quote Originally Posted by yaserifti1 View Post
Don't go around getting your first 2 posts by typing in 2 irrelevant words onto the quick reply box, then getting thanked for being nice when really you are the worst of all.
lol little man mad. it isnt our fault u only came here for hacks. i mean u only have about 178 posts and i have about 325 posts. so ya be glad some people will help u out. some may not. i know this i need help making mine so i can get it to work. its almost vip some aimbot features to it and superbullet will be added. but only a few people will be able to get it once i get it to work.
dude, if you don't know how to help, just leave.
Quote Originally Posted by yaserifti1 View Post
dude, if you don't know how to help, just leave.
If you are flaming others your thread, and trolling/flaming others who ask for help when you yourself have no idea what the fuck your doing.

I doubt you even know what a void function is.
Quote Originally Posted by Crash View Post
methinks there are a lot of things wrong.
Want to helps me with those lot of things? /
Quote Originally Posted by +CodeDemon+ View Post
If you are flaming others your thread, and trolling/flaming others who ask for help when you yourself have no idea what the fuck your doing.

I doubt you even know what a void function is.
Okay, just keep replyin.
methinks there are a lot of things wrong.
Posts 115 of 47 · Page 1 of 4
This thread is closed for replies.

Tags for this Thread

None

Need help?