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

    [source] boxes nosmoke

    Code:
    #include "stdafx.h"
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    bool IsGameReadyForHook()
    {
    	if( GetModuleHandleA( "CShell.dll"  ) != NULL ) {
    		return true;
    	} else {
    		return false;
    	}
    }
    
    void __cdecl PushToConsole( const char* szCommand ) {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    	if( dwCShell != NULL ) 	{
    		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    		}
    	}   
    }
    
    
    void main() {
    	Sleep(8000);
    	bool dozen = false;
    	bool nosmoke = false;
    
    
    	while("why" == "why" ) {
    		if(GetAsyncKeyState(VK_F10)<0){
    			dozen = !dozen;
    		}
    		if(GetAsyncKeyState(VK_F9)<0){
    			nosmoke = !nosmoke;
    		}
    
    		if  (dozen) {
    			PushToConsole("ModelDebug_DrawBoxes 1");
    		} else {
    			PushToConsole("ModelDebug_DrawBoxes 0");
    		}
    
    		if(nosmoke) {
    			PushToConsole("DrawParticles 0");
    		} else {
    			PushToConsole("DrawParticles 1");
    		}
    		Sleep(120);
    	}
    }
    
    DWORD WINAPI yhd(LPVOID) {
    	while(IsGameReadyForHook() )
    	Sleep(125);
    	main();
    	return 0;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    	DisableThreadLibraryCalls(hDll);
    	if ( dwReason == DLL_PROCESS_ATTACH ) {
    		MessageBoxA(0, "Coded By lauwy\nMPGH\nWindows 7 only", "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 2 Users Say Thank You to lauwy For This Useful Post:

    GER-Domi. (09-04-2010),ovenran (09-04-2010)

  3. #2
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    Why realse when its protection?!

  4. #3
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,108
    edit some parts, change them then it works
    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

  5. #4
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    cant you gave Example !

  6. #5
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    this is only for C++ coders bcause beginners don't know how to edit

  7. #6
    mulanboyaq27's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Crossfire
    Posts
    258
    Reputation
    10
    Thanks
    47
    My Mood
    Flirty
    uhhhh .. i want to know how to code .. even simple box hack i dont know how to code T_T pls help me lauwy help me and overan

  8. #7
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    yay! I could edit it xD

  9. #8
    MiNT's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    551
    Reputation
    266
    Thanks
    2,559
    My Mood
    Psychedelic
    FAIL anti leach,u gave us the code lol, and why did u put ('why' == 'why') , that made me lol like RAZY :P, i would refrence two different functions that have the same return value if u wanted to make it confusing ..lol
    Last edited by MiNT; 09-04-2010 at 08:52 PM.

  10. #9
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool
    thx i edit it successfully! and work 100%

  11. #10
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    how to edit [why why]?? what do i change?

  12. #11
    aclonegeek's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    349
    Reputation
    10
    Thanks
    23
    My Mood
    Relaxed
    Thanks! Really needed it!

  13. #12
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    plsss say that! what i edit?

    ("why" == "why" ) what i do?

  14. #13
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    I will not say anything with this post
    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. #14
    aclonegeek's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    349
    Reputation
    10
    Thanks
    23
    My Mood
    Relaxed
    Quote Originally Posted by mechanical2015 View Post
    plsss say that! what i edit?

    ("why" == "why" ) what i do?
    It's easy just figure it out. I barely know anything of C++ and I got it working lol.

  16. #15
    mechanical2015's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    hack city
    Posts
    379
    Reputation
    11
    Thanks
    633
    My Mood
    Happy
    plss say now!

Page 1 of 2 12 LastLast

Similar Threads

  1. Boxes nosmoke V3
    By lauwy in forum CrossFire Hacks & Cheats
    Replies: 201
    Last Post: 09-07-2010, 11:00 PM
  2. [Release] Boxes nosmoke V2, with enable/disable
    By lauwy in forum CrossFire Hacks & Cheats
    Replies: 163
    Last Post: 08-25-2010, 10:48 PM
  3. Boxes nosmoke V3 with enable/disable
    By lauwy in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 08-25-2010, 07:38 AM
  4. [Release] Boxes nosmoke
    By lauwy in forum CrossFire Hacks & Cheats
    Replies: 174
    Last Post: 08-21-2010, 12:13 PM
  5. source for nosmoking virus removal (batch)
    By majick in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 06-21-2010, 12:11 PM