Results 1 to 12 of 12
  1. #1
    C0DEBREAKER's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    818
    My Mood
    Sneaky

    System ID For DLL

    Hello everyone,
    A lot of time I'm not posting anything here, some Leechers opened my Loader even protected to change the credits, so do not plan to post Hacks but will always be a willingness to help and I am now posting a source with Sistem Of ID for DLL

    This system is OFFLINE


    Code:
    #pragma region Ids registrados
    
    UCHAR szFileSys[255], szVolNameBuff[255];
    
    DWORD dwMFL, dwSysFlags, dwSerial;
    
    #define HWID_0 (-362683040) // minha id
    
    #define HWID_1 (1392352309) //
    
    #define HWID_2 (-994941395) //
    
    #define HWID_3 (-362683040) //
    
    #define HWID_4 (-765437037)//
    
    #pragma endregion
    
    
    
    bool __stdcall DllMain (HMODULE, DWORD Reason, LPVOID)
    {
    	if (Reason == DLL_PROCESS_ATTACH)
    	{
    		GetVolumeInformation("C:\\",(LPTSTR)szVolNameBuff,255,&dwSerial, &dwMFL,&dwSysFlags,(LPTSTR)szFileSys,255);
    		if (dwSerial == HWID_0 || dwSerial == HWID_1 || dwSerial == HWID_2|| dwSerial == HWID_3 || dwSerial == HWID_4)
    		{
    			CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE)NameVoid, NULL, 0, 0 );		
    					
    		}
    		else
    			ExitProcess(1);
    	}
    
    	return 1;
    }
    Crédits
    CodeBreaker
    Guilherme*****
    Last edited by Heroes; 12-14-2016 at 09:30 AM. Reason: Fix
    BRYAN

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

    DangeBlazer (09-20-2017),GMs_MonsterDelta (04-29-2016),HaXiNgRuLeZ (12-16-2016),leeshay (04-29-2016),Minerva (04-29-2016),nikazizi97 (04-29-2016),wafinasir (05-11-2016),XiiaoHan (04-29-2016)

  3. #2
    wafinasir's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Cradle Of Filth
    Posts
    280
    Reputation
    10
    Thanks
    773
    My Mood
    Devilish
    Quote Originally Posted by C0DEBREAKER View Post
    Hello everyone,
    A lot of time I'm not posting anything here, some Leechers opened my Loader even protected to change the credits, so do not plan to post Hacks but will always be a willingness to help and I am now posting a source with Sistem Of ID for DLL

    This system is OFFLINE




    Crédits
    CodeBreaker
    Guilherme*****
    what mean system id ?

  4. #3
    C0DEBREAKER's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    818
    My Mood
    Sneaky
    Quote Originally Posted by wafinasir View Post
    what mean system id ?
    Means that the DLL only injects the PC that is with the registered ID that is inject the game case will close or stop working, this method is to protect the DLL so that anyone who is not registered, use your DLL!
    BRYAN

  5. #4
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243
    He means that this will help add HWID security to the DLL to prevent unauthorized use. There are more ways to help your DLL from being cracked.


    Mess with the best, die like the rest.


  6. #5
    wafinasir's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Cradle Of Filth
    Posts
    280
    Reputation
    10
    Thanks
    773
    My Mood
    Devilish
    Quote Originally Posted by Caezer99 View Post
    He means that this will help add HWID security to the DLL to prevent unauthorized use. There are more ways to help your DLL from being cracked.
    oh okok

  7. #6
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Usually this system for VIP hack

  8. #7
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by C0DEBREAKER View Post
    Hello everyone,
    A lot of time I'm not posting anything here, some Leechers opened my Loader even protected to change the credits, so do not plan to post Hacks but will always be a willingness to help and I am now posting a source with Sistem Of ID for DLL

    This system is OFFLINE




    Crédits
    CodeBreaker
    Guilherme*****
    Thank You
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  9. #8
    prokiller1199's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Earth
    Posts
    208
    Reputation
    10
    Thanks
    13
    My Mood
    Fine
    Quote Originally Posted by C0DEBREAKER View Post
    Hello everyone,
    A lot of time I'm not posting anything here, some Leechers opened my Loader even protected to change the credits, so do not plan to post Hacks but will always be a willingness to help and I am now posting a source with Sistem Of ID for DLL

    This system is OFFLINE




    Crédits
    CodeBreaker
    Guilherme*****
    Good but need to add alot of name inside isit?

  10. #9
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    IntelliSense: argument of type "const char *" is incompatible with parameter of type "LPCWSTR"


    hmm :/
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  11. #10
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by GMs_MonsterDelta View Post
    IntelliSense: argument of type "const char *" is incompatible with parameter of type "LPCWSTR"


    hmm :/
    unicode ? do alr you change the options?
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  12. #11
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by nikazizi97 View Post
    unicode ? do alr you change the options?


    Newbie2
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  13. The Following User Says Thank You to GMs_MonsterDelta For This Useful Post:

    nikazizi97 (04-29-2016)

  14. #12
    C0DEBREAKER's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    818
    My Mood
    Sneaky
    Quote Originally Posted by GMs_MonsterDelta View Post


    Newbie2


    For this problem let change this setting!
    Last edited by C0DEBREAKER; 04-29-2016 at 10:52 AM.
    BRYAN

  15. The Following 3 Users Say Thank You to C0DEBREAKER For This Useful Post:

    DangeBlazer (09-20-2017),leeshay (04-29-2016),nikazizi97 (11-07-2016)

Similar Threads

  1. Replies: 121
    Last Post: 04-20-2012, 10:17 PM
  2. [help me] make 1 injector combat arms for dll in resource
    By azerty54 in forum Programming Tutorial Requests
    Replies: 5
    Last Post: 09-26-2010, 02:50 AM
  3. Looking for .DLL wallhack for 1.0.184
    By kill_joy in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 02-20-2010, 06:36 PM
  4. Module For Dll Injection
    By wtfiwantthatname in forum Visual Basic Programming
    Replies: 7
    Last Post: 11-03-2009, 10:50 PM
  5. System Hacker For Gunz
    By gameking85 in forum Gunz Hacks
    Replies: 11
    Last Post: 02-09-2006, 11:57 AM