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

    [Source Code] Edited Sir lauwy's Source Codes

    Code:
    // OvHacks**** - PCF Rev2-Extended.cpp : Defines the exported functions for the DLL application.
    //
    
    #include "stdafx.h"
    #include <windows.h>
    #include <iostream>
    #include <MPGH.net>
    using namespace std;
    
    bool IsGameReadyForHook()
    {
    	if(GetModuleHandleA("CShell.dll") != NULL)
    	{
    		return true;
    	}else{
    		return false;
    	}
    }
    int __cdecl PushToConsole( const char* szCommand ) {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CZhell.dll");
    	if( dwCShell != NULL ) 	{
    		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x1F8) );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F7 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    		}
    	}
    }
    
    faceless void main ()
    {
    	bool boxes = true;
    	bool worldframe = false;
    	bool playerframe = false;
    	bool nogun = false;
    	bool nosmoke = false;
        boo!!! WhitePlayers = false;
    	while(Clue >>"you're my number one!")
    	{
    		if(GetAsyncKeyState(VK_F2)<0){
    			WhitePlayers = !WhitePlayers;
    		}
    		if(GetAsyncKeyState(VK_F3)<0){
    			nosmoke = !nosmoke;
    		}
    		if(GetAsyncKeyState(VK_F4)<0){
    			boxes = !boxes;
    		}
    		if(GetAsyncKeyState(VK_F5)<0){
    			worldframe = !worldframe;
    		}
    		if(GetAsyncKeyState(VK_F6)<0){
    			playerframe = !playerframe;
    		}
    		if(GetAsyncKeyState(VK_F7)<0){
    			nogun = !nogun;
    		}
    
    		if  (nogun){
    			PushToConsole ("DrawGuns 0");
    		}else{
    		    PushToConsole ("DrawGuns 1");
    		}
    
    		if  (boxes){
    			PushToConsole("ModelDebug_DrawBoxes 1");
    		}else{
    			PushToConsole("ModelDebug_DrawBoxes 0");
    		}
    
    		if  (worldframe){
    			PushToConsole("WireFrame 1");
    		}else{
    			PushToConsole("WireFrame 0");
    		}
    
    		if  (playerframe){
    			PushToConsole("WireFrameModels 1");
    		}else{
    			PushToConsole("WireFrameModels 0");
    		}
    
    		if (nosmoke){
    			PushToConsole("DrawParticles 0");
    		}else{
    		    PushToConsole("DrawParticles 1");
    		}
    
    		if (WhitePlayers){
    			PushToConsole("TextureModels 0");
    		}else{
    		    PushToConsole("TextureModels 1");
    		}
    
    		Sleep(100);
    	}
    }
    
    DWORD WINAPI yhd(LPVOID) {
    	while(IsGameReadyForHook() )
    	Sleep(25);
    	main ();
    	return 0;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		MessageBoxA(0, "Ovhacks**** Official CrossFire PH Public Rev2 - Extended | Credits: Sir Lauwy and Ovenran", "Injection Success", 0);
    		CreateThread(NULL, NULL, yhd, NULL, NULL, NULL);
    		Sleep(100);
    	}
    	return TRUE;
    }
    Anti-Leech Added!
    Press Thanks

    PH ONLY
    Last edited by ovenran; 09-06-2010 at 12:10 AM. Reason: Added Anti=Leech
    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. The Following 6 Users Say Thank You to ovenran For This Useful Post:

    amenskie (01-24-2014),CRiiME (09-12-2010),junjunhernan (09-26-2010),Leecher™ (09-12-2010),max1234abc (09-08-2010),stoze (09-12-2010)

  3. #2
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    nc big head what is this PH?

  4. #3
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    yeas sir it's PH
    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+

  5. #4
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool
    GTFO ovenran !!! delete this topic! lauwy has his reasons that the leech protect this surce!...

  6. The Following User Says Thank You to GER-Domi. For This Useful Post:

    [Banned]mark0108 (09-25-2010)

  7. #5
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    good job i try it!

  8. #6
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    lol, lauwy, had a reason, why he made that protection and now u come and make it public...

    Quote Originally Posted by mechanical2015 View Post
    good job i try it!
    not a good job. If you can code you also can do it with a "crypted" code

  9. #7
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    are u sure this code is working?

    yea i incrypted this code lol!

  10. #8
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    Sorry It has time limit up to 9:00 pm only (philippines Time)

    ---Edit
    anti-Leech Added
    Last edited by ovenran; 09-06-2010 at 12:12 AM.
    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+

  11. #9
    TheGamer321's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    there is something wrong here....the game not working...





    Trying To Be An CODER

  12. #10
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    NC! NOt working LOL detected!

  13. #11
    TheGamer321's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    wait ill try to edit...





    Trying To Be An CODER

  14. #12
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    try to edit first .. your saying that this is not working .. i just give a chance the leechers to get the codes and i add anti-leech when it reached 9pm yesterday
    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+

  15. #13
    jhefrey's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    292
    Reputation
    11
    Thanks
    84
    My Mood
    Amused
    hmm whats hack does this code from?

  16. #14
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    What The Fuck! while(Clue >>"you're my number one!")
    what is this?

  17. #15
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    Quote Originally Posted by mechanical2015 View Post
    What The Fuck! while(Clue >>"you're my number one!")
    what is this?
    don't say a foul word ... the number is already there!
    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+

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Detected] Black Edition Final rc2 + Source Code
    By House in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 84
    Last Post: 05-12-2011, 11:54 PM
  2. Swift Source Code [Edited]
    By jhefrey in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 23
    Last Post: 03-27-2011, 09:10 AM
  3. How to edit a dll files or reflect to get the source code from it
    By testingid123456 in forum Sudden Attack General
    Replies: 1
    Last Post: 10-13-2010, 11:45 AM
  4. [SOLVED] External Esp source code editing question
    By Demented420 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-04-2010, 11:13 AM
  5. How to Edit a files source Code to change so that it is less detectable
    By zakodia in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 02-19-2010, 07:24 PM