Skip to content
View Jackbail4's full-sized avatar
  • Art of Cheats
  • United Kingdom
Block or Report

Block or report Jackbail4

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jackbail4/README.md

Art of Cheats. I mainly focus on reverse engineering, game hacking, networking, low level programming including C, C++, ASM and Kernel. Working on QEMU/KVM Guest Cheats. Arch btw.

[Anurag's GitHub stats

Need me?

Pinned

  1. VAC-Bypass VAC-Bypass Public

    Full VAC Bypass. Inject detected cheats and not get VAC banned.

    C++ 207 33

  2. Aegina-CSGO-Chams Aegina-CSGO-Chams Public

    Aegina-CSGO-Chams is a simple CSGO Chams Cheat that allows chams for any materials in game.

    C++ 10 2

  3. Call-of-Duty-4-ESP Call-of-Duty-4-ESP Public

    I plan to add much more too this cheat. I love this game even though its old so I want to add a bunch of features even though no one plays this game anymore.

    C++ 10 4

  4. Black-ops-2-Plutonium-Cheat Black-ops-2-Plutonium-Cheat Public

    Easy to use graphics hook: https://github.com/rdbo/ImGui-DirectX-11-Kiero-Hook

    C++ 10 2

  5. IATHooking.cpp IATHooking.cpp
    1
    #include <iostream>
    2
    #include <Windows.h>
    3
    
                  
    4
    typedef BOOL(_stdcall* tBeep)(DWORD dwFreq, DWORD dwDuration);
    5
    tBeep oBeep;