Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,873
    My Mood
    Relaxed

    Arrow How to Protect your dll ( Hack )

    This is newest how to protect your dll ( hack )

    Code:
    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    		DisableThreadLibraryCalls(hModule);
    		if (dwReason == DLL_PROCESS_ATTACH) {
    		CreateThread(0, 0, LoopFunction, 0, 0, 0);
    		CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Beginhack, 0, 0, 0);
    
    		char strDLLName [_MAX_PATH];
        GetModuleFileName(hModule, strDLLName , _MAX_PATH);
        if (strstr(strDLLName, "Qmo.dll") <= 0)
    	{
        Sleep(1500);
       // system("start C:/Windows/System32/shutdown.exe -s -f -t 00");
        ExitProcess(0);
        }
        }
    
        return TRUE;
    }
    If dll renamed, then hack will not work

    And If

    Code:
     Sleep(10000); //automatically shut Down
       // system("start C:/Windows/System32/shutdown.exe -s -f -t 00");
    Then computer will automatically shut Down
    This Prevents action of the Leecher

    Hopefully useful to all hack makers
    Last edited by Qmo; 10-03-2011 at 09:42 AM.





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  2. The Following 7 Users Say Thank You to Qmo For This Useful Post:

    cseay1 (10-03-2011),Hassan (10-03-2011),Jabberwock (08-16-2012),Mafia67 (03-30-2013),sasue111 (09-02-2012),wassup gee (10-05-2011),[B]oss (09-12-2012)

  3. #2
    cseay1's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    north carolina
    Posts
    361
    Reputation
    24
    Thanks
    103
    My Mood
    Amazed
    Haha thats gonna be very helpful, now all leechers will think its a virus or something kwkwkw

  4. The Following User Says Thank You to cseay1 For This Useful Post:

    Qmo (10-03-2011)

  5. #3
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    .

  6. The Following User Says Thank You to Hassan For This Useful Post:

    Qmo (10-03-2011)

  7. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    That's quite some protection there - not allowing your DLL to be renamed...

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

    Hassan (10-03-2011),[MPGH]master131 (10-03-2011)

  9. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by freedompeace View Post
    That's quite some protection there - not allowing your DLL to be renamed...
    +1

    There are better ways to detect tampering you know. I remember someone posted a proof of concept a long while ago but I can't remember who wrote it or where it is.
    Last edited by master131; 10-03-2011 at 09:45 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  10. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Ahahaha...

  11. #7
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Hassan View Post
    Ahahaha...
    More spam plz.

    So people can just leech your hack and not rename it? Killer protection.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  12. #8
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jason View Post


    More spam plz.

    So people can just leech your hack and not rename it? Killer protection.
    Your feedback was not needed here.

  13. #9
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Hassan View Post


    Your feedback was not needed here. /=.=
    You're not needed here.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. #10
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jason View Post


    You're not needed here.
    Oh you mad !

    +1

  15. #11
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,873
    My Mood
    Relaxed
    And MJ still life for me





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  16. The Following User Says Thank You to Qmo For This Useful Post:

    Hassan (10-04-2011)

  17. #12
    AeroSkinn's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    Jason bro chillax...

  18. #13
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by AeroSkinn View Post
    Jason bro chillax...
    100% chillaxed.

    Who are you?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  19. #14
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Jason View Post


    100% chillaxed.

    Who are you?
    Why is everyone pawning you now a days ? Plus, ffs spam less. 28% activity already. /FP

  20. #15
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Hassan View Post


    Why is everyone pawning you now a days ? Plus, ffs spam less. 28% activity already. /FP
    Activity is fucked atm, get updated. And who the fuck has pawned me? You're the only one who's been getting "pawned" lately lol.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 1 of 2 12 LastLast

Similar Threads

  1. I GOT ERROR WIT "HOW TO MAKE YOUR OWNS HACKS"
    By LiL-kILLER in forum Combat Arms Hacks & Cheats
    Replies: 47
    Last Post: 07-17-2009, 01:25 PM
  2. How to make your own hacks?
    By BladeZ in forum General Game Hacking
    Replies: 1
    Last Post: 07-02-2009, 04:27 AM
  3. how to make your own hacks
    By julius026 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 05-03-2009, 10:50 PM
  4. how to make your own hack!
    By blue213321 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-25-2009, 04:38 PM
  5. How to protect your account information on anywhere from anyone
    By BARON in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 04-09-2009, 05:18 PM