Coder Social home page Coder Social logo

fdpclient's Introduction

FDPClient

State-of-the-art Shitcode GitHub code size in bytes GitHub lines of code Maintainability Minecraft
A free mixin-based injection hacked-client for Minecraft using Minecraft Forge based on LiquidBounce.

Website: https://fdpclient.club Latest: github-actions
Discord: https://discord.gg/55x7TaHWXG

Installing FDP (an iq is required)

  • Step 1: install java download (click here) (if u have java skip this step)
  • Step 2: install forge 1.8.9 download (click here) (if u have forge skip this step)
  • step 3: start forge
  • step 4: put fdp in your mods folder (if you are using the offical launcher click the installations tab then click the folder icon next to forge.
  • step 5: enjoy fdp

Issues

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

License

This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license.

For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advise nor legally binding.

You are allowed to

  • use
  • share
  • modify

this project entirely or partially for free and even commercially. However, please consider the following:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
  • Your modified application must also be licensed under the GPL

Do the above and share your source code with everyone; just like we do.

Setting up a Workspace

FDPClient 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 --recurse-submodules https://github.com/UnlegitMC/FDPClient.git.
  2. CD into the local repository folder.
  3. Depending on which IDE you are using execute either of the following commands:
    • For IntelliJ: gradlew --debug setupDevWorkspace idea genIntellijRuns build
    • For Eclipse: gradlew --debug setupDevWorkspace eclipse build
  4. Open the folder as a Gradle project in your IDE.
  5. Select the Forge run configuration.

Additional libraries

Mixins

Mixins can be used to modify classes at runtime before they are loaded. FDPClient uses it to inject its code into the Minecraft client. This way, we do not have to ship Mojangs copyrighted code. If you want to learn more about it, check out its Documentation.

Contributing

We are welcome for your contributing, but you have to follow these rules to make us merge your pull request.

Language and Code Quality

First of all, your code at least can be build, and make bugs as less as you can!
And we want to use kotlin features to make coding easier and faster, please use kotlin and make the Detekt code quality check good and use kotlin features if you can *, we never merge shitcode.

Kotlin features

Usage of kotlin features and help enhance the code readability
kotlin feature examples

Timer().schedule(2000L) { 
    // your code
}

not using kotlin feature

Timer().schedule(object : TimerTask(){
    override fun run() {
        // your code
    }
},2000L)

Skid codes

Please use original code if you can, and no direct code steals, but we welcome skid using packet logger or anything else like that to skid from a close source and make the cheating community more open!

Useless features

Useless features means feature only you think its usable ,or feature can be have with config change.
Like the "TimerSpeed" option to InfiniteAura, this feature can be added with bind Timer to the key with InfiniteAura, or use macro system in FDP Client.

fdpclient's People

Contributors

contionability avatar opzywl avatar hax0r31337 avatar 1zun4 avatar wlenk avatar dinofengz avatar superblaubeere27 avatar c00lc0d35 avatar fengxiaoskidgod avatar guimc233 avatar nep-timeline avatar senkju avatar ll11l1lillil1lll avatar gabrielvicenteyt avatar gatooooooo avatar recaree avatar afdera avatar scorpion3013 avatar mccheatdeveloper avatar czechhek avatar k0itoyuu avatar exit-scammed avatar derech1e avatar fdpuser443 avatar realdirt avatar aftery142 avatar nvaros avatar qazwsx-11 avatar proyt303 avatar rowburt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.