Skip to content

Kotlin/Java

338 Topics 2.3k Posts
  • I Made A Simple SessionInfo

    5
    0 Votes
    5 Posts
    434 Views
    W

    怎么把码字弄上去

  • [Test] Invtave Disabler

    1
    0 Votes
    1 Posts
    331 Views
    No one has replied
  • Hypixel InvMove

    1
    0 Votes
    1 Posts
    223 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • BlocksMc Disabler

    1
    0 Votes
    1 Posts
    321 Views
    No one has replied
  • Hypixel NoSlow

    1
    0 Votes
    1 Posts
    296 Views
    No one has replied
  • Custom Cape Module

    7
    1 Votes
    7 Posts
    570 Views
    LarissaL

    @Koitoyuu 奶思

  • 0 Votes
    2 Posts
    126 Views
    Plumer ManP

    @zkn_th theres a setting on autobot

  • Fake FPS Module

    3
    1 Votes
    3 Posts
    314 Views
    KoitoyuuK

    @larissa >3

  • A Notification Theme like IntelliJ IDEA.

    7
    16 Votes
    7 Posts
    896 Views
    RyannnnnR

    @larissa code by ryannnnn😎😎

  • 0 Votes
    2 Posts
    171 Views
    Ali00035A

    @patinho-yt How do you build in LiquidBonce? If I can explain well

  • A dynamic Crosshair and Add method.

    4
    0 Votes
    4 Posts
    249 Views
    LarissaL

    @aftery said in A dynamic Crosshair and Add method.:

    looks very complicated for something that looks worse than the 1.6 crosshair, nice release though

    Thank you, maybe I will improve it in the future!😊

  • A Simple HealthBar TargetHUD

    1
    0 Votes
    1 Posts
    473 Views
    No one has replied
  • 好的表格

    2
    1 Votes
    2 Posts
    132 Views
    LarissaL

    @taffypoole ok!!

  • This topic is deleted!

    19
    4 Votes
    19 Posts
    19 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Chat message detector and deleter

    6
    0 Votes
    6 Posts
    293 Views
    Ali00035A

    Explaining it in the rudest way possible.

    Import the S02PacketChat as @Aftery and @Plumer-Man said. var S02PacketChat = Java.type("net.minecraft.network.play.server.S02PacketChat"); Check if the packet is S02PacketChat as @Larissa said, add this in module.on("packet", function(e) { if (e.getPacket() instanceof S02PacketChat) { In order to read the message, you need to add this variable in the same place. var Message = e.getPacket().getChatComponent().getUnformattedText(); To check if the Message contains the string of your preference, you have to add this in the same place... again: if (Message.toLowerCase().contains("string of your preference")) { e.cancelEvent(); } // change the "string of your preference" to what you want.
  • A Form to show your own player‘s imformation

    3
    6 Votes
    3 Posts
    320 Views
    T

    so good!!

  • A Pink button theme

    10
    4 Votes
    10 Posts
    454 Views
    W

    nice theme

  • so nice notification!

    1
    0 Votes
    1 Posts
    206 Views
    No one has replied