Thread: bypass ¿xshot?

Results 1 to 3 of 3
  1. #1
    cannonpas's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    kyoto
    Posts
    122
    Reputation
    10
    Thanks
    45

    bypass ¿xshot?

    I just took this code from here and compiled it.

     
    Code:
    #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 Juwendivb = 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) {
    Juwendivb = Maho + 0x266E76; // Pointer Bypass
    Patch((void *)(Juwendivb),(void*)(PBYTE)Bypass2, 7); //Byte ON Bypass
    Sleep(100);
    Patch((void *)(Juwendivb),(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;
    }

    if(GetAsyncKeyState(VK_HOME)&1)//Home Hotkey
    "home" key to activate it.

    IF u have any problem, question, post here.


    bypass.rar - Jotti
    https://www.virustotal.com/en/file/2...is/1364439076/

    <b>Downloadable Files</b> Downloadable Files
    Last edited by cannonpas; 03-27-2013 at 08:56 PM.

  2. The Following 18 Users Say Thank You to cannonpas For This Useful Post:

    abadangel80 (03-27-2013),aditdewa11 (04-14-2013),algojomarise (12-26-2013),aniq59 (03-28-2013),chaidir (07-22-2013),Cheatgamesz (03-29-2013),dimaz putra (04-16-2013),Harmizi_Syah (03-28-2013),ketupan123 (03-28-2013),Muhd Fadhil (05-19-2013),nazrulpro97 (05-03-2013),nova0001 (03-30-2013),ricky1599 (04-06-2013),saico12345 (05-05-2013),scar2d2d (05-19-2013),Syahdan (04-06-2013),tokatamasao (04-09-2013),yingkai1998 (03-29-2013)

  3. #2
    Vehrdyn's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    House of house
    Posts
    8,543
    Reputation
    206
    Thanks
    5,531
    / approved

  4. #3
    ketupan123's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    i enter game and inject this dll, press Home, but nothing happened...what's wrong>?

Similar Threads

  1. [Release] BYPASS XSHOT INDO
    By golditrdp in forum Mission Against Terror Hacks & Cheats
    Replies: 3
    Last Post: 03-04-2013, 07:25 AM
  2. [Preview] Bypass Xshot
    By Invader-Zim in forum Mission Against Terror Hacks & Cheats
    Replies: 5
    Last Post: 02-13-2013, 09:07 PM
  3. [Release] Remake MAT Bypass For AK/XSHOT/SUBA/CIBMALL
    By hacker2.0 in forum Mission Against Terror Hacks & Cheats
    Replies: 4
    Last Post: 01-29-2013, 04:22 AM
  4. [Preview] Xshot Indo Bypass V360
    By XPS Hacking in forum Mission Against Terror Hacks & Cheats
    Replies: 0
    Last Post: 11-23-2012, 03:50 PM
  5. [Release] Manual Bypass CIB,AK,XSHOT,SUBA
    By kimok02 in forum Mission Against Terror Hacks & Cheats
    Replies: 15
    Last Post: 09-21-2012, 06:19 AM