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. Codable Codable Public

    A Swift macro that is useful whenever the compiler cannot synthesize conformance to Codable on its own, e.g. an Observable class.

    Swift

  6. Networking Networking Public

    A networking library that lets you build requests, choose between FormURL and JSON encoding, and execute requests.

    Swift