Run ./binary_name_here. Note: you need to leave the terminal session open for the sniper to keep running, use tmux, ./binary_name_here, and then <Ctrl>-<B> <D> to run in tmux terminal session.
Wait for the drop! good luck.
Mac
Download the mac binary, and then follow the Linux settings (ignore the wget step) using terminal. Make sure your terminal is in the same folder as the binary you downloaded.
git clone https://github.com/Kqzz/MCsniperGO
cd MCsniperGO
go run .
Accounts file format
You have to put accounts in accounts.txt before sniping, so follow the format shown below to add your accounts
in the code block shown below, replace any words fully capitalized with actual values, just leave the other words as is.
# You can comment out lines by including a # at the start
# !! IMPORTANT !! ONLY REPLACE THE CAPITALIZED WORDS WITH THE CORRECT VALUE, EVERYTHING ELSE IS A "FLAG" FOR THE SNIPER TO KNOW WHAT TO DO WITH THE ACCOUNT.
# for example, for a prename snipe with manual bearer, do BEARERHERE:bearer:prename and DO NOT REPLACE "bearer" or "prename" with anything.
# MOJANG ACCOUNT
EMAIL:PASS:mj
# OR (if you have security questions)
EMAIL:PASS:ANSWER:ANSWER:ANSWER:mj
# Microsoft account
# THIS WILL PROMPT YOU TO LOGIN WHEN AUTHENTICATING, FOLLOW THE INSTRUCTIONS DISPLAYED WHEN YOU ARE PROMPTED.
# there is no password input. it will always be shown as 'oauth2-external' when printing a password.
IDENTIFYING_TEXT:ms
# OR FOR PRENAME
IDENTIFYING_TEXT:prename
EMAIL:PASS
# OR FOR PRENAME
EMAIL:PASS:prename
# Manual bearer
BEARERHERE:bearer
# You can add :prename for a prename snipe w/ manual bearer
BEARERHERE:bearer:prename
请发表评论