Results 1 to 10 of 10
  1. #1
    Akusukahack's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    373
    My Mood
    Amused

    Code for bypass illegal software

    I hope that pro can make this hack ....


    #include <windows.h>
    #include <stdio.h>
    BYTE Bypass[7] = {0x73, 0x1E, 0x68, 0x00, 0x00, 0x04, 0x00}; //Byte ON Bypass
    BYTE Bypass2[7] = {0x74, 0x1E, 0x68, 0x00, 0x00, 0x04, 0x00}; //Byte OFF Bypass
    DWORD EasTern = 0;
    LPTSTR COD = "MAT.exe"; // Target game

    void Patch(void *adr, void *ptr, int size)
    {
    DWORD NewProtection;
    VirtualProtect(adr,size,PAGE_EXECUTE_WRITECOPY, &NewProtection);
    memcpy(adr,ptr,size);
    VirtualProtect(adr,size,NewProtection, &NewProtection);
    }


    DWORD WINAPI LoopFunction(LPVOID param)
    {
    while (1) {

    if(GetAsyncKeyState(VK_HOME)&1)//Home Hotkey
    {
    DWORD Maho = (DWORD)GetModuleHandleA(COD);
    {
    if (Maho > 0) {
    EasTern = Maho + 0x266E76; // Pointer Bypass
    Patch((void *)(EasTern),(void*)(PBYTE)Bypass2, 7); //Byte ON Bypass
    Sleep(100);
    Patch((void *)(EasTern),(void*)(PBYTE)Bypass, 7); // Byte OFF Bypass
    }
    Sleep(10);
    }
    }
    }
    return (0);
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) //DLL Main
    {
    // ngurangin beban kerja dll
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    CreateThread(0, 0, LoopFunction, 0, 0, 0);
    }
    return TRUE;
    Leecher-0
    choob-25
    Newbie-50
    Advanced Member-100
    Dual-Keyboard Member-150
    Expert Member-200
    Bobo's Trainer-250
    MPGH Expert-300


    Never stop Hacking


  2. #2
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    Work for MAT ?? this for DLL or What ??
    Give me a Thanks if i HELP !

    Making a Hack ! :
    Injector : Done
    Chams : In Progress
    Wallhack : Done
    Wireframe : Not Done
    D3D Menu : Done
    Loader : Done
    Trainer : Done


    Need Help on someone that good at C++ !
    Sorry if i make Mistake !!


    200 Thanks :
    500 Thanks : /me
    800 Thanks :
    1000 Thanks :

  3. #3
    cannonpas's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    kyoto
    Posts
    122
    Reputation
    10
    Thanks
    45
    good luck.


  4. The Following 9 Users Say Thank You to cannonpas For This Useful Post:

    chemza007 (03-27-2013),chenkany (03-26-2013),jackchen8 (03-26-2013),misslui22 (03-27-2013),Muqhlis (03-26-2013),nova0001 (03-26-2013),peter0124 (03-27-2013),slashdd (03-27-2013),xujinping (03-26-2013)

  5. #4
    Vehrdyn's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    House of house
    Posts
    8,543
    Reputation
    206
    Thanks
    5,531
    Quote Originally Posted by cannonpas View Post
    good luck.

    2 virus scan

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

    misslui22 (03-27-2013)

  7. #5
    chemza007's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thank For DLL

  8. #6
    peter0124's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Pluto
    Posts
    97
    Reputation
    10
    Thanks
    146
    My Mood
    Buzzed
    Quote Originally Posted by cannonpas View Post
    good luck.

    2 Virus Scan lol
    Hack Forever

    Hack For Fun!! Go!! Hack!! GO! GO!! Hack!!

    [IMG]https://i1137.photobucke*****m/albums/n514/duz32145/12_4_20Member201.png[/IMG]
    [IMG]https://i1153.photobucke*****m/albums/p508/faizpunk/GambarAnimasiLucu5.gif[/IMG]
    Die!!Die!! You Mother Fucker

  9. #7
    misslui22's Avatar
    Join Date
    Mar 2012
    Gender
    female
    Location
    Did u know me ?
    Posts
    51
    Reputation
    10
    Thanks
    122
    My Mood
    Devilish
    Hope u open dude need 2 virus scan
    _________________________

  10. #8
    astron51's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Stuttgart, Germany
    Posts
    618
    Reputation
    57
    Thanks
    4,940
    My Mood
    Dead
    hrrm i compiled to DLL~Nice it work

    Quote Originally Posted by Aula View Post
    FaQ2: Will my Main account will get ban?
    -Hell yeah . Who ask u to use this 3rd party program on ur main account ? Fcking Idiot .

    Get 100 Thanks - ✔
    Get 200 Thanks - ✔
    Get 300 Thanks - ✔
    Get 400 Thanks - ✔
    Get 500 Thanks - ✔
    Get 600 Thanks - ✔
    Get 700 Thanks - ✔
    Get 800 Thanks - ✔
    Get 900 Thanks - ✔
    Get 1000 Thanks - ✔
    Get 1500 Thanks - ✔
    Get 2000 Thanks - ✔
    Get 2500 Thanks - ✔
    Achievement Completed.

  11. #9
    CleoX66's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In front of my PC
    Posts
    53
    Reputation
    10
    Thanks
    101
    My Mood
    Bored
    Quote Originally Posted by astron51 View Post
    hrrm i compiled to DLL~Nice it work
    please video....if you work

  12. #10
    Vehrdyn's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    House of house
    Posts
    8,543
    Reputation
    206
    Thanks
    5,531
    Code patched/
    / closed

Similar Threads

  1. [Info] Bypass Illegal sofware for MAT CIB
    By BoyEasTern in forum Mission Against Terror Hacks & Cheats
    Replies: 24
    Last Post: 03-25-2013, 06:15 PM
  2. [Help] Need a bypass code for c + +
    By taylan13 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-03-2010, 04:52 PM
  3. Unlock code for mobile.
    By Dmx in forum General
    Replies: 4
    Last Post: 01-14-2007, 07:23 PM
  4. SERIAL CODE FOR PHOTOSHOP 9!!!!!!!! 100% working
    By -[standoff]- in forum Art & Graphic Design
    Replies: 10
    Last Post: 07-29-2006, 05:35 AM
  5. Replies: 37
    Last Post: 06-20-2006, 04:24 PM