Skip to content

ManInMyVan/SkidBounce

Repository files navigation

SkidBounce

A free hacked-client for Minecraft 1.8.9 Forge.

Discord: https://discord.gg/hdbzjQdewu

Installation

  1. Install Forge for 1.8.9
  2. Download the client
    1. For the latest release, download the jar from the latest GitHub release
    2. For the latest build/commit, download this and unzip
  3. Put the client jar (skidbounce-vX.X.X.jar) into your mods folder
    1. the mods folder should be located at .minecraft/mods
    2. If it does not exist, launch forge, or make it yourself
  4. Launch Forge, if the main menu has changed, installation is complete

Completion

skidding:

As Of Latest Commit:
🟢 100%
🟡 50% - 99%
🟠 1% - 49%
🔴 0%

Thing Completion
Total 🟠
NoWeb 🟢
NoFall 🟢
Spider 🟢
Criticals 🟡
NoSlow 🟡
Speed 🟠
Fly 🟠
Disabler 🟠
Velocity 🟠
Hud 🔴
Animations 🔴
LongJump 🔴
Jesus 🔴
Phase 🔴
ClickGUI 🔴
AutoBlock 🔴
Modules 🔴
Scaffold 🔴
Tower 🔴
Step 🔴
AntiVoid 🔴
FastClimb 🔴
InventoryManager 🔴
FastUse 🔴
Everything Else 🔴

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

Contributing

We appreciate contributions. So if you want to support us, feel free to make changes to SkidBounce's source code and submit a pull request. Currently, our main goals are the following:

  • Performance
  • Bypasses
  • Visuals
  • Merging LiquidBounce commits

Setting up a Workspace

SkidBounce uses Gradle, so make sure that it is installed properly. Instructions can be found on Gradle's website.

  1. Clone the repository using git clone https://github.com/ManInMyVan/SkidBounce/.
  2. CD into the local repository folder.
  3. Depending on which IDE you are using execute either of the following commands:
    • For IntelliJ: gradlew setupDevWorkspace idea genIntellijRuns build
    • For Eclipse: gradlew setupDevWorkspace eclipse build
  4. Open the folder as a Gradle project in your IDE.
  5. Select either the Forge or Vanilla run configuration.

License

This project is distributed under the GPl 3.0-or-later license. Check the LICENSE file for more information.