-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added instructions for stuff
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
# CF-Handler | ||
A simple file made to stop CatFlipper, a paid Hypixel Skyblock Auction House macro, from timing out and never restarting. | ||
This is a simple file made to prevent CatFlipper, a paid Hypixel Skyblock Auction House macro, from timing out and never restarting. | ||
|
||
⭐**PLEASE STAR THE REPO TO SHOW GRATTITUDE**⭐ | ||
⭐**PLEASE STAR THE REPO TO SHOW GRATITUDE**⭐ | ||
|
||
Directions: | ||
|
||
**To build and run** | ||
- sudo apt update && sudo apt install git | ||
- git clone https://github.com/ProbAlex/CF-Handler | ||
- cd CF-Handler | ||
- chmod +x build.sh | ||
- ./build.sh | ||
- ./{output-binary} | ||
|
||
**If you have Python and just wanna run** | ||
- to download: wget https://github.com/ProbAlex/CF-Handler/releases/latest/download/CF-Handler.py && chmod +x CF-Handler.py | ||
- to run: python3 CF-Handler.py | ||
- to stop: ctrl+c | ||
|
||
Note: This script only works on Linux as I refuse to test Catflipper on my personal computer. If there is high demand for a windows port, I will do it at a public library. | ||
Note: This script only works on Linux, as I refuse to test Catflipper on my personal computer. If there is a high demand for a Windows port, I will do it at a public library. | ||
|
||
Planned: | ||
+ Nothing | ||
|
||
Support/Suggestions: | ||
-- Join https://discord.gg/godflipper for assistence or to suggest more features Nevo won't make himself :3 | ||
-- Join https://discord.gg/godflipper for assistance or to suggest more features Nevo won't make himself :3 |