Skip to content

Support

Stuck? Just ask for help!

1.4k Topics 8.6k Posts

Subcategories


  • A place to ask for general support

    726 Topics
    3k Posts
    luisfergzL

    tuto:
    1.-
    Screenshot 2024-05-14 210051.png
    2.-
    Screenshot 2024-05-14 210115.png
    3.-
    Screenshot 2024-05-14 210242.png

  • A place to ask for help on writing scripts

    299 Topics
    2k Posts
    EclipsesDevE

    @HieuNamYT wdym by packet codes? like C08 or smth like that?

  • 336 Topics
    2k Posts
    LukaDimtrijevicL

    Hello I have done all the steps to installing liquid:
    Clone the repository using git clone --recurse-submodules https://github.com/CCBlueX/LiquidBounce.
    CD into the local repository.
    Run ./gradlew genSources.
    Open the folder as a Gradle project in your preferred IDE.

    I import the project in Eclipse with Gradle and it sets up, after it is done I see that all the classes in /src/main/java
    have an error of imports (example: The import net.ccbluex.liquidbounce.features.module.modules.exploit.ModuleGhostHand cannot be resolved).

    Im using java 20.0.2, gradle 8.6 and eclipse 2023-12

    How can I fix this? Ive tried reinstalling 3 times already...
    If i understand correctly, the java classes are not finding the kotlin classes??