Skip to content
View RedMage1993's full-sized avatar

Block or report RedMage1993

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

Pinned Loading

  1. Portal2Hack Portal2Hack Public

    A hack for the PC video game Portal 2. Demonstrates C++ and Win32 programming, including multithreading, and external/remote process memory manipulation.

    C++ 25 3

  2. ShootingGalleryAimbot ShootingGalleryAimbot Public

    I obtain pixels on the screen quickly by taking a snapshot and then use the colors to determine where objects are and click on them. Hence, a shooting gallery aimbot.

    C++ 4 2

  3. clickbot clickbot Public

    Records left and right mouse clicks and time in between and plays it back

    C++ 1

  4. MimicryHelper MimicryHelper Public

    A plugin in C# that I made for use with Dalamud, a plugin manager for FFXIV.

    C# 4 1

  5. Hashable Hashable Public

    A macro that is useful whenever the compiler cannot synthesize conformance to Hashable on its own, e.g. a class that represents a destination type for a NavigationPath.

    Swift

  6. KeychainManager KeychainManager Public

    Provides an easy way to manage items in your keychain. Stores items as Data and requires the types of items being added conform to Codable.

    Swift