Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106

    [source]Hack v3 ph server

    Code:
    #include "stdafx.h"
    #include <windows.h>
    #include <iostream>
    
    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("CShell.dll");
    	if( dwCShell != NULL ) 	{
    		DWORD *LTClient = ( DWORD* )( (dwCShell + 0xE8) );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F7 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    		}
    	}   
    	return 0;
    }
    
    
    
    void main() {
    
    	bool boxes = false;		
    	bool nosomke = false;
    	
    	if(MessageBoxA(0, "Boxes on?", "hack",MB_YESNO) == IDYES) {
    		boxes = false;	
    	} 
    
    	if(MessageBoxA(0, "Nosmoke on?", "hack",MB_YESNO) == IDYES) {
    		nosomke = false;	
    	} 
    
    	while(true) {
    		if(GetAsyncKeyState(VK_NUMPAD1)<0){
    			boxes = !boxes;
    		}
    		if(GetAsyncKeyState(VK_NUMPAD2)<0){
    			nosomke = !nosomke;
    		}
    		if(boxes) {
    			PushToConsole("ModelDebug_DrawBoxes 1");
    		} else { 
    			PushToConsole("ModelDebug_DrawBoxes 0");
    		}
    		if(nosomke) {
    			PushToConsole("DrawParticles 0");
    		} else {
    			PushToConsole("DrawParticles 1");
    		}
    	}
    }
    
    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, "Coded By lauwy\n Thanks merbling for using your pc", "Injected", 0);
    		CreateThread(NULL, NULL, yhd, NULL, NULL, NULL);
    	}
    	return true;
    }
    Added anti leeche protection
    Need some help to get back on track

    Find the pointer to the D3D9 Device (Not usefull for Cross)

    https://www.mpgh.net/forum/242-crossf...ice-lauwy.html

    Fix olly if scanning doesn't work

    https://www.mpgh.net/forum/242-crossf...ing-fails.html

    Unpack cshell.dll

    https://www.mpgh.net/forum/242-crossf...shell-dll.html

  2. The Following 4 Users Say Thank You to lauwy For This Useful Post:

    FoxxyStyleWC (09-04-2010),mechanical2015 (09-04-2010),ovenran (09-04-2010),TheGamer321 (09-06-2010)

  3. #2
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    thanks sir i see you have many releases source codes i hope this mpgh will be have more C++ coders like you

  4. #3
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    Nice code.

  5. #4
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    i think this is the code of lhack02 ph ?_??

  6. #5
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    No the boxes/nosmoke on of hack for xp
    Need some help to get back on track

    Find the pointer to the D3D9 Device (Not usefull for Cross)

    https://www.mpgh.net/forum/242-crossf...ice-lauwy.html

    Fix olly if scanning doesn't work

    https://www.mpgh.net/forum/242-crossf...ing-fails.html

    Unpack cshell.dll

    https://www.mpgh.net/forum/242-crossf...shell-dll.html

  7. The Following User Says Thank You to lauwy For This Useful Post:

    ovenran (09-04-2010)

  8. #6
    infidel_'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    blah
    Posts
    184
    Reputation
    10
    Thanks
    138
    My Mood
    Twisted
    I followed your tutorial but your pointer is different from mine.
    See screenshot:


    Now I wonder, if mine is wrong or what. <_<

  9. #7
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    thank men! i love it

    why detected?? when i On the 2 Box ???
    Last edited by mechanical2015; 09-04-2010 at 09:11 AM.

  10. #8
    TheGamer321's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    i need to packed this??

    yup it detected when i on the boxes and no smoke??
    Last edited by TheGamer321; 09-04-2010 at 09:30 AM.

  11. #9
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    do i pack it upx????
    should i edit something ????

  12. #10
    TheGamer321's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    yup...to make your code secured...

  13. #11
    purags12's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    rizal
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Sir waht is Ptc and how's its being use?? pls tell me??

  14. #12
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Naws newbs eager to leech : 3

  15. #13
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    what i add??

  16. #14
    TheGamer321's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    i think the code doesnt work in PH??

  17. #15
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    no its work but you need to add Fucking i don't know T_T

    because i packet this when i injection 2 box are OPen and I On! boom its dectected!

    i don't know why is detected ! sorry but im newbie in c++ ! cant add TUT for this
    Last edited by mechanical2015; 09-04-2010 at 12:02 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [source]hack V3 normal server
    By lauwy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 09-06-2010, 09:20 PM
  2. Wr-Source Hack
    By yahagashi in forum WarRock - International Hacks
    Replies: 15
    Last Post: 11-24-2007, 03:15 AM
  3. Counter-Strike Source Hack
    By jimjimjim in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 2
    Last Post: 06-03-2007, 05:25 PM
  4. Counter Strike: Source Hack Updated
    By Dave84311 in forum Hack/Release News
    Replies: 2
    Last Post: 04-04-2007, 07:17 AM