Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    XPS Hacking's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    757
    My Mood
    Cool

    Cool XSHOT Disable Anti Cheat process

    Compile With C++ 2008 / 2010 .
    #include <windows.h>

    #include <stdio.h>


    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};

    DWORD JuwendiVB_Hack = 0;
    LPTSTR JuwendiVB = "MAT.exe";

    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_END)&1)
    {
    DWORD XpsHack = (DWORD)GetModuleHandleA(JuwendiVB);
    {
    if (XpsHack > 0) {
    JuwendiVB_Hack = XpsHack + 0x4C778F;
    Patch((void *)(JuwendiVB_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(JuwendiVB_Hack),(void*)(PBYTE)ByteAsli, 6);
    }
    Sleep(10);
    }
    }
    }
    return (0);
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    CreateThread(0, 0, LoopFunction, 0, 0, 0);
    }
    return TRUE;
    }

  2. The Following User Says Thank You to XPS Hacking For This Useful Post:

    CambodiaHack (07-18-2013)

  3. #2
    arenif's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    188
    My Mood
    Dead
    Quote Originally Posted by XPS Hacking View Post
    Compile With C++ 2008 / 2010 .
    need compiler ???


  4. #3
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    what anti cheat ? you mean Xuetr ??
    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 :

  5. The Following User Says Thank You to elimabiru For This Useful Post:

    PanhaYubitoHacker (05-24-2013)

  6. #4
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by XPS Hacking View Post
    Compile With C++ 2008 / 2010 .
    I will test it


    ---------- Post added at 12:49 PM ---------- Previous post was at 12:48 PM ----------

    Quote Originally Posted by elimabiru View Post
    what anti cheat ? you mean Xuetr ??
    anticheat means bypasser

  7. #5
    Invader-Zim's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Computer
    Posts
    1,344
    Reputation
    27
    Thanks
    214
    jsut looking the code


    The Best Game of Attack On Titan Ever!


    The Best Kill


  8. The Following User Says Thank You to Invader-Zim For This Useful Post:

    AzimAziz97 (05-23-2013)

  9. #6
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by Invader-Zim View Post
    jsut looking the code
    1 more warning and you ban . !

  10. #7
    Invader-Zim's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Computer
    Posts
    1,344
    Reputation
    27
    Thanks
    214
    Quote Originally Posted by Maroon5. View Post

    1 more warning and you ban . !
    because me spam?


    The Best Game of Attack On Titan Ever!


    The Best Kill


  11. #8
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by Invader-Zim View Post
    because me spam?
    Cause Of flaming . Don't do that again

  12. #9
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    Quote Originally Posted by Maroon5. View Post


    I will test it


    ---------- Post added at 12:49 PM ---------- Previous post was at 12:48 PM ----------



    anticheat means bypasser

    thanks for the info but what should i do with the code compile it to what dll ? cmd ?
    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 :

  13. #10
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by elimabiru View Post
    thanks for the info but what should i do with the code compile it to what dll ? cmd ?
    Of course dll

  14. #11
    arenif's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    188
    My Mood
    Dead
    Quote Originally Posted by Maroon5. View Post


    Of course dll
    me only know to compiler CMD


  15. #12
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    Quote Originally Posted by Maroon5. View Post


    Of course dll
    auto bypass ?
    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 :

  16. #13
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by elimabiru View Post
    auto bypass ?
    Yes it is .

  17. #14
    arenif's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    188
    My Mood
    Dead
    Quote Originally Posted by Maroon5. View Post


    Yes it is .
    me get 1 error


  18. #15
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by arenif View Post
    me get 1 error
    bypass carefully

Page 1 of 2 12 LastLast

Similar Threads

  1. [Request] tut for anti cheat bypassing
    By fatbox187 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 12-26-2015, 03:20 AM
  2. [Request]12 Sky 2 (has no anti cheat(e.g. punkbuster))
    By Stelthkid in forum Hack Requests
    Replies: 1
    Last Post: 02-06-2011, 05:17 AM
  3. [Request] Rune 1.00-1.03 Anti-Cheat (AntiTCCv2.3) Bypass
    By Druid in forum Anti-Cheat
    Replies: 0
    Last Post: 10-27-2009, 12:56 PM
  4. FMProtect, another anti-cheat....
    By wenddy in forum Anti-Cheat
    Replies: 2
    Last Post: 06-22-2008, 09:44 PM
  5. F**K the anti-cheat programs
    By Cr4azyPh4ntom in forum Anti-Cheat
    Replies: 1
    Last Post: 12-21-2007, 09:54 AM

Tags for this Thread