Skip to content

Kotlin/Java

339 Topics 2.3k Posts
  • NCP Tower

    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • I Made A Simple SessionInfo

    5
    0 Votes
    5 Posts
    470 Views
    W
    怎么把码字弄上去
  • [Test] Invtave Disabler

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

    1
    0 Votes
    1 Posts
    235 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
    333 Views
    No one has replied
  • Hypixel NoSlow

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

    7
    1 Votes
    7 Posts
    616 Views
    LarissaL
    @Koitoyuu 奶思
  • 0 Votes
    2 Posts
    149 Views
    Plumer ManP
    @zkn_th theres a setting on autobot
  • Fake FPS Module

    3
    1 Votes
    3 Posts
    338 Views
    KoitoyuuK
    @larissa >3
  • A Notification Theme like IntelliJ IDEA.

    7
    16 Votes
    7 Posts
    935 Views
    RyannnnnR
    @larissa code by ryannnnn
  • 0 Votes
    2 Posts
    189 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
    280 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
    497 Views
    No one has replied
  • 好的表格

    2
    1 Votes
    2 Posts
    152 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
    331 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
    345 Views
    T
    so good!!
  • A Pink button theme

    10
    4 Votes
    10 Posts
    509 Views
    W
    nice theme