Page 2 of 2 FirstFirst 12
Results 16 to 29 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. #16
    dauss98's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    How To use ??

  4. #17
    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


    bypass carefully
    not ,i mean i get error in C++ i don'k know how to fix


  5. #18
    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
    not ,i mean i get error in C++ i don'k know how to fix
    Need to have Microsoft SDK Summer

  6. #19
    akudewa's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    29
    My Mood
    Flirty
    how to use it?
    please teach me

    thanks

  7. #20
    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 akudewa View Post
    how to use it?
    please teach me

    thanks
    TuT has make in Blackshot section

  8. The Following User Says Thank You to Maroon5. For This Useful Post:

    akudewa (05-24-2013)

  9. #21
    akudewa's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    29
    My Mood
    Flirty
    where the link blackshot section?

  10. #22
    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 akudewa View Post
    where the link blackshot section?
    Here : Click Me akudewa

  11. The Following User Says Thank You to Maroon5. For This Useful Post:

    akudewa (05-24-2013)

  12. #23
    sss222's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Maroon5. View Post
    Does it work on all windows and OS?

    ---------- Post added at 09:05 PM ---------- Previous post was at 07:55 PM ----------

    I successfully compiled it to DLL but when I tried to inject it, it said inject fail. I use windows 7 64bit. Can you help me?

  13. #24
    Mr.SuperMariO's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    C:\Windows\Games\FuqUAll.mp3
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy
    good thank man

  14. #25
    rizki mulia's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    not work!!

  15. #26
    hochantola's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Cambodia, Phnom Penh
    Posts
    54
    Reputation
    10
    Thanks
    66
    My Mood
    Cheerful
    Complie with Dev C++ ?

  16. #27
    Invader-Zim's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Computer
    Posts
    1,344
    Reputation
    27
    Thanks
    214
    Quote Originally Posted by hochantola View Post
    Complie with Dev C++ ?
    it the complete version.

    ₲rℰ₳ᵀ.


    The Best Game of Attack On Titan Ever!


    The Best Kill


  17. #28
    CambodiaHack's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    89
    My Mood
    Amazed
    thanks for info

    i will try it

  18. #29
    anuarstarz's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    3
    My Mood
    Hot
    Work Until Now??

Page 2 of 2 FirstFirst 12

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