Thread: what's wrong?

Results 1 to 10 of 10
  1. #1
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick

    what's wrong?

    what's wrong with this?
    Code:
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    void __cdecl PushToConsole(char* szVal ) {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    	if( dwCShell != NULL )
    	{
    		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x2D8AD8) );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    		_asm
    		{
    			push szVal;
    			call CONoff;
    			add esp, 4;
    		}
    	}
    }
    
    
    DWORD WINAPI Main(LPVOID) {
    	while(GetModuleHandleA("CShell.dll") == NULL ) {
    	Sleep(150);
    }
    
    bool boxes = true;
    
    	for(;;) {
    	__asm pushad;
    		if(boxes) {
    			PushToConsole("ModelDebug_DrawBoxes 1");
    		}
    		Sleep(0);
    			__asm popad;
    	}
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    	DisableThreadLibraryCalls(hDll);
    	if ( dwReason == DLL_PROCESS_ATTACH ) {
    		MessageBoxA(0, "blah blah blah", "Injected", 0);
    		CreateThread(NULL, NULL, Main, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    because my tester said that the hack is not working

    can someone help me with this?

    i'll give you creds if you help me
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  2. #2
    grafvincent's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    132
    Reputation
    9
    Thanks
    74
    My Mood
    Cool
    boxes are patched/yea

  3. #3
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    I think NA only... my code is for PH not NA.

    im still waiting for expert's answer
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  4. #4
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    for(; {
    __asm pushad; thats wrong...and you for got the code to turn it on
    Still love you Giggletron

  5. The Following User Says Thank You to Swiftdude For This Useful Post:

    ovenran (11-08-2010)

  6. #5
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    Quote Originally Posted by ovenran View Post
    I think NA only... my code is for PH not NA.

    im still waiting for expert's answer
    boxes are patched thats the truth

  7. #6
    stewie997's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Your Imagination
    Posts
    61
    Reputation
    10
    Thanks
    20
    My Mood
    Happy
    many things wrong! LOL

  8. #7
    batobalani's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    manila
    Posts
    20
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by ovenran View Post
    I think NA only... my code is for PH not NA.

    im still waiting for expert's answer
    Boxes were patch at the PH too.... sorry my friend.... but im quite sure that there is nothing wrong with the code.....

    but let me tell u this...
    in my opinion... dont flame me for this.. lol
    boxes were just transformed into another code...(not so sure.. savvy?)
    ive been trying to discover it myself....

  9. #8
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    ow , i see.. because many months i have inactive here and in CF sorry ...

    ok i see now the error one thanks to the expert's answer
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  10. #9
    Gab's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,716
    Reputation
    1755
    Thanks
    1,543
    In :

    DWORD WINAPI Main(LPVOID) {
    while(GetModuleHandleA("CShell.dll") == NULL ) {
    Sleep(150);
    }
    you forgot a "}"

    DWORD WINAPI Main(LPVOID) {
    while(GetModuleHandleA("CShell.dll") == NULL ) {
    Sleep(150);
    }
    }

  11. The Following User Says Thank You to Gab For This Useful Post:

    ovenran (11-09-2010)

  12. #10
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    solved

    ╪closed╪
    Still love you Giggletron

Similar Threads

  1. no fall damage hack what is wrong??
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-29-2007, 09:06 PM
  2. what is wrong.....scope
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 06-25-2007, 09:47 PM
  3. What's Wrong?
    By Choob- in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-09-2007, 10:19 AM
  4. What is wrong?
    By Elliwood in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-09-2007, 12:08 PM
  5. What's wrong with MPGH
    By scooby107 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-30-2007, 07:45 PM