Skip to content
View SirGamers's full-sized avatar
Block or Report

Block or report SirGamers

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

  1. webest-site webest-site Public

    me site

    JavaScript

  2. EZBLModTool EZBLModTool Public

    PowerShell and Python scripts to automatically setup mods for BL2, TPS, AoDK, TTW, and BL3

    PowerShell

  3. HorizonCELangDeleter HorizonCELangDeleter Public

    yea

    Batchfile

  4. mmlc-extractor mmlc-extractor Public archive

    Forked from HTV04/mmlc-dac-extractor

    Extracts the Mega Man 1-6 ROMs from MMLC.

    Python

  5. revert repos back to commit (place i... revert repos back to commit (place inside the repo folder after cloning)
    1
    @ECHO OFF
    2
    set /p "var2=revert to which commit? (commit id): "
    3
    git reset --hard %var2%
    4
    echo "push back to github? (y/n)"
    5
    choice /C yn