• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

SkidderMC/FDPClient: Minecraft 1.8.9 forge hacked client forked from LiquidBounc ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

SkidderMC/FDPClient

开源软件地址(OpenSource Url):

https://github.com/SkidderMC/FDPClient

开源编程语言(OpenSource Language):

Kotlin 61.7%

开源软件介绍(OpenSource Introduction):

FDPClient

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

Website: fdpinfo.github.io
Latest github-actions
Discord: dsc.gg/fdpdiscord

⚠️ Alert ⚠️

WARN!

Installing FDP

  • Step 1: Install Java here (Skip if you have Java)
  • Step 2: Install Forge 1.8.9 here (Skip if you have Forge)
  • Step 3: Start Forge and then close it
  • Step 4: Put the FDP jar in the mods folder in your Minecraft directory (%appdata%\.minecraft\mods) (If you are using the official launcher, click the installations tab then click the folder icon next to forge)
  • Step 5: Enjoy our client!

What happened to the old repository?

The UnlegitMC Account was hacked by a Chinese gang and they took down FDPClient, so this is the new repository for FDPClient.

Issues

Found a bug or a missing feature? 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/SkidderMC/FDPClient.git (Make sure you have git or Github Desktop installed on your system).
  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 them to inject its code into the Minecraft client. This way, we do not have to ship Mojang's copyrighted code. If you want to learn more about it, check out their documentation.

Contributing

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

Language and Code Quality

Your code needs to be able to build, and make the bugs of the code as less as you can!
You also need to use kotlin features to make coding easier and faster, so please use kotlin and make the Detekt code quality check good and use kotlin features if you can, because we would never merge terrible code.

Kotlin features

Help enhance the code readability by using kotlin features.

Using kotlin features:

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

Not using kotlin features:

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

Skidding

Please use original code if you can and do not directly steal code, but we welcome skidding with a packet logger or anything like that in order to skid from a closed source client and make the cheating community more open!

Useless features

Useless features are features only you think are useful and or features can be added with a config change.
Like the "TimerSpeed" option to InfiniteAura, this feature can be added by binding Timer to the key with InfiniteAura, or use the macro system in FDP Client.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap