Page 1 of 6 123 ... LastLast
Results 1 to 15 of 90
  1. #1
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation How To Make Dll With Source [EASY]

    My Second Stickey
    Here You All Go A New Source For Your Hacks With More Features, If You Have Visual Studio Or Any Other Compiler And Dont No How To Make Them To Dll's Here You Go :

    First Go On Your Compiler And Click New Project,
    There Should Be A Side Bar Which Says Installed Templates,
    Click Visual C++ After That Click Win32 Console Application,
    After Clicking That Think Of A Hack Name For Your Hack,
    Then Click Ok,


    You Most Probably See A Window Like This Pop-up Click Next.



    After Clicking Next You Will See This, Click Dll And Empty Project As So...Then Click Finish.



    Then Go To Project (On The Menu Near File , Edit And View ..Ect) And
    Click And New Item Or CTRL+shift+A , Then Click Cpp File And Name It Anything
    You Want Click Ok And Copy And Paste Any Base Like This Below


    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 + 0x2AAE80) );
    		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 PlayerGlow = true; 
    	bool FogEnable = false;
    	bool Nosmoke = true;
            bool Whitewalls = false;
    
    
    for(;;) {
    	__asm pushad;
    			if(GetAsyncKeyState(VK_F2)&1) {
    				PlayerGlow = !PlayerGlow;
    			}
    			if(GetAsyncKeyState(VK_F3)&1)	{
    				FogEnable = !FogEnable;
    			}
    			if(GetAsyncKeyState(VK_F4)&1)	{
    				Nosmoke = !Nosmoke;
    			}
                            if(GetAsyncKeyState(VK_F9)&1)	{
    				Whitewalls = !Whitewalls;
    			}
    
    			if (Nosmoke) {
    				PushToConsole("DrawParticles 1");
    			} 
    			else {
    		                PushToConsole("DrawParticles 0");
    			}
    
    			if (FogEnable) {
    				PushToConsole("FogEnable 1");
    			} 
    			else {
    				PushToConsole("FogEnable 0");
    			}
    			if  (PlayerGlow) {
    				PushToConsole("ScreenGlowEnable 1");
    
    			}
    			else {
    				PushToConsole("ScreenGlowEnable 0");
    
    			}
                            if (Whitewalls) {
                                    PushToConsole("DrawFlat 1");
                            } 
                            else {
                                    PushToConsole("DrawFlat 0");
                            }
    			Sleep(100);
    			__asm popad;
    	}
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		MessageBoxA(0, "The Creators Name Here ", "Successfully Injected", 0);
                    system("start https://www.mpgh.net");
    		CreateThread(NULL, NULL,Main, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    Edit The The Creators Name Here, Bit To Your Name And https://w.ww.mpgh.net, Bit To Your MPGH Profile Like Myn Is
    MPGH - MultiPlayer Game Hacking - View Profile: [Banned]mark0108

    After All Of This Click The Little Button What Looks Like A Play Button It Is Called The Debug Button,
    Once Click It Will Debug And Build Your Cpp To A Dll You Will Get Messages Like This Click Yes On This One,



    And On This One Click Ok,



    There Should Be No Error's If Followed Correctly Your Nearly Finished
    Go To Your Documents And Go To Your Compilers Projects There Should Be A Folder Called
    Debugged And In there Is Your Dll Inject With Any Injector (Which Works ) And Play Have Fun Or Release Your Hack

    Ow Yh Your Hotkeys For This Source Are
    Code:
    F2 Player Glow
    F3 Fog Enable
    F4 No Smoke
    F9 White Walls



    If You Need The Compiler Which Im Using Click Here



    THIS IS NOT LEECHED
    AND NOT TO BE LEECHED
    CLICK THANKS
    Please Dont Close This Thread I Can Update LT When The LT Address IS PATCHED Ill Pu It As Comment
    Last edited by [Banned]mark0108; 09-29-2010 at 02:58 PM.

  2. The Following 107 Users Say Thank You to [Banned]mark0108 For This Useful Post:

    *Ex* (10-08-2010),-ExileD- (09-30-2010),0oShameo0 (11-22-2010),acan80 (07-13-2019),AcE471 (03-13-2011),addicoco (02-22-2011),andyer (11-07-2010),antonymendez (12-11-2010),apa12 (11-17-2010),Arii (03-06-2011),Ariunbold (03-05-2011),arvinpogz911 (02-18-2011),Athos (01-21-2011),Attacker' (02-26-2011),Blackdragon12 (10-03-2010),bYn0n (10-21-2010),caccaaaa (09-29-2010),ChikenLover (09-29-2010),Clicknething (03-01-2011),Codder (02-28-2011),cristian0523 (10-13-2010),damien310 (10-08-2010),dark4ever1 (06-04-2011),Delko DJ (02-07-2011),dethzzz (12-05-2010),dida_1996 (10-02-2010),DJ_Bene (02-28-2011),DOOP (11-11-2010),dude117 (10-06-2010),Emeraldsr (11-29-2010),empty130400 (10-10-2010),fedofezo (09-14-2012),FoxxyStyleWC (01-09-2011),fremocan25 (11-03-2010),FrenchH4ck3r (02-24-2011),galeere2 (10-01-2010),GhostOf2Pac (09-29-2010),GuGy (09-29-2010),Gunnin4Yaazz (12-09-2010),gustavo5066 (09-29-2010),HACK4444 (11-15-2010),hackzerz (10-18-2010),hs5dragon (09-29-2010),igi54321 (09-30-2010),InCapacitated (10-01-2010),jireh123 (02-09-2011),junjunhernan (10-09-2010),kacon (10-30-2010),kakolola (09-29-2010),karagiozis (10-15-2010),KayX006 (10-29-2010),kenny19791 (10-05-2010),kepyasnamalaki234 (11-10-2010),Legend™ (10-20-2010),levin_klein22 (10-02-2010),lokiju01 (11-15-2010),Lowkster (12-16-2010),mark0108 (10-10-2010),Matthias123 (09-30-2010),mechanical2015 (10-09-2010),ModyCoder (09-15-2015),mohanad32 (09-20-2012),mrkiller2011 (11-05-2010),NewCories (03-12-2011),NicoFighter (09-30-2010),Ninja Mafia (10-02-2010),Persecutor (03-06-2011),Physcadelic (09-30-2010),pwnalllgames (09-29-2010),q458540 (10-30-2010),rodolfgonzales (12-26-2010),sam22 (01-30-2011),samirx321 (08-11-2012),sapira (01-11-2011),scar-l (12-03-2010),sch0k0l4d3 (02-12-2011),sensmiw (12-01-2010),shameless247 (01-12-2011),shamsham222 (10-15-2010),SHANAKL (11-22-2010),shuran (11-01-2010),sk8light09 (11-10-2010),smonist (10-25-2010),Snipermon (10-08-2010),SpyMac (10-18-2010),stewie997 (10-14-2010),tambre (02-21-2011),Th3_Soult1on (09-30-2010),THEBOYZRULE (08-13-2012),TheLeader2 (10-01-2010),thelord757 (07-06-2012),the_qc (09-28-2010),Tidos04 (12-05-2010),Turbulence (02-22-2011),tylermp1 (09-28-2010),usa19 (10-03-2010),vicinhozinhow (10-11-2010),volodya8 (09-28-2010),xakerino (01-22-2011),xceman (08-22-2011),xKyven (12-08-2010),zzach (01-25-2011),[GameMaster] (12-18-2010),[H4L]Hacker4Life[H4L] (09-28-2010),[P]owne[D] (10-21-2010),_phil (09-29-2010),___x][GooD. (11-22-2010)

  3. #2
    tylermp1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Maine
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Sad
    Helpful for anyone that doesn't already have basic knowledge of visual studios...haha.

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

    hs5dragon (09-29-2010),iqbalpb (01-13-2011)

  5. #3
    Derail's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Hm,let me see.....
    Posts
    5,262
    Reputation
    360
    Thanks
    1,125
    My Mood
    Sleepy
    Good tutorial.

    ~~Stickied~~

  6. The Following 4 Users Say Thank You to Derail For This Useful Post:

    dida_1996 (10-02-2010),hs5dragon (09-29-2010),shamsham222 (10-15-2010),[Banned]mark0108 (10-05-2010)

  7. #4
    volodya8's Avatar
    Join Date
    Feb 2010
    Gender
    female
    Location
    in a double rainbow
    Posts
    50
    Reputation
    10
    Thanks
    8

    Talking

    REAALLLY REAALY GOOD JOB TY

    Now i can actually use the aimbot code i found

  8. The Following 2 Users Say Thank You to volodya8 For This Useful Post:

    hs5dragon (09-29-2010),shamsham222 (10-15-2010)

  9. #5
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation

    Quote Originally Posted by volodya8 View Post
    REAALLLY REAALY GOOD JOB TY

    Now i can actually use the aimbot code i found
    Nice Hope It Works

  10. The Following 5 Users Say Thank You to [Banned]mark0108 For This Useful Post:

    gustavo5066 (09-29-2010),hs5dragon (09-29-2010),kenny19791 (10-05-2010),mark0108 (10-10-2010),shamsham222 (10-15-2010)

  11. #6
    ludikrimos's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    deep under ground
    Posts
    324
    Reputation
    88
    Thanks
    1,389
    My Mood
    Aggressive
    Nice tutorial, this will help alot guys who start coding gj



  12. The Following User Says Thank You to ludikrimos For This Useful Post:

    hs5dragon (09-29-2010)

  13. #7
    xx claws xx's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    297
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic
    nice this will help alot of people in coding (beginners mostly i think) like me.

  14. The Following 2 Users Say Thank You to xx claws xx For This Useful Post:

    hs5dragon (09-29-2010),kenny19791 (10-05-2010)

  15. #8
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation

    Quote Originally Posted by xx claws xx View Post
    nice this will help alot of people in coding (beginners mostly i think) like me.
    CLICK THANKS THEN

  16. The Following 10 Users Say Thank You to [Banned]mark0108 For This Useful Post:

    afflucky (10-10-2010),Delko DJ (02-07-2011),gustavo5066 (09-29-2010),hs5dragon (09-29-2010),kikakoku147147258 (12-19-2010),litester (10-09-2010),mark0108 (10-10-2010),plz115599 (10-03-2010),shamsham222 (10-15-2010),uzinato (09-30-2010)

  17. #9
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Yeah but some people just copy and paste then make it .dll lol
    so they don't learn much. but yeah my hack is now detected

    Still good job!
    Last edited by Nubzgetkillz; 09-28-2010 at 06:15 PM.

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  18. The Following User Says Thank You to Nubzgetkillz For This Useful Post:

    hs5dragon (09-29-2010)

  19. #10
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    Thanks Nut o.O /

  20. The Following 7 Users Say Thank You to [Banned]mark0108 For This Useful Post:

    Attacker' (02-26-2011),gustavo5066 (09-29-2010),hs5dragon (09-29-2010),junjie007 (10-05-2010),kmanev07 (10-01-2010),mark0108 (10-10-2010),TheBeast13 (10-14-2010)

  21. #11
    GuGy's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Croatia
    Posts
    288
    Reputation
    11
    Thanks
    90
    My Mood
    Yeehaw
    Nice...I will add u on credits if this work
    [IMG]https://i1141.photobucke*****m/albums/n585/gugy9/opaaa.gif[/IMG]









  22. #12
    the_qc's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    Thanks, it's a beautiful tut ^^
    THANKS or DIE THAT'S IT, THAT'S ALL

  23. #13
    cfhack..er's Avatar
    Join Date
    Sep 2010
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    how to make an hack?

  24. #14
    volodya8's Avatar
    Join Date
    Feb 2010
    Gender
    female
    Location
    in a double rainbow
    Posts
    50
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by cfhack..er View Post
    how to make an hack?
    This si not how to make a hack
    its how to compile one

  25. #15
    _phil's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Germany
    Posts
    1,337
    Reputation
    6
    Thanks
    155
    My Mood
    Amazed
    nice tut




    Done: [✔] Not Done: []

    400 Posts [✔]

    500 Posts [✔]

    600 Posts [✔]

    700 Posts [✔]

    800 Posts [✔]

    900 Posts [✔]

    1000 Posts [✔]

    1100 Posts [✔]

    1200 Posts [✔]

    1300 Posts [✔]

    1400 Posts []

    Get 60-0 Score while hacking [✔]

    Get 60-0 Score while not hacking [✔]

    Get 100.000 ZP with 1 offer [✔]

    тιмє will never die!

    this signatur is copyright by _phil

Page 1 of 6 123 ... LastLast

Similar Threads

  1. Turorial on how to make hacks with Cheat Engine
    By mech649 in forum Blackshot Hacks & Cheats
    Replies: 68
    Last Post: 10-19-2009, 02:35 AM
  2. [TUT]How to make spammer with VB 08
    By sgt_eberhart in forum Programming Tutorials
    Replies: 3
    Last Post: 04-12-2009, 10:24 AM
  3. how u make hacks with Dev-C++
    By devilslayer in forum C++/C Programming
    Replies: 4
    Last Post: 05-04-2008, 10:50 PM
  4. How to make hacks with VB6!
    By ltkort213 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 07-21-2007, 08:51 PM
  5. Qwestion , HOw to make hack with VB 6.0?
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-24-2007, 10:02 PM