CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Lightning Detect

    Scripts
    2
    2
    225
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DreamWasFucked
      DreamWasFucked Banned last edited by

      hack lixo l

      var S29PacketSoundEffect = Java.type('net.minecraft.network.play.server.S29PacketSoundEffect')
      var script = registerScript({
          name: 'Lightning Detect',
          version: '0.0.0',
          authors: ['Shurpe']
      });
      script.registerModule({
          name: 'Lightning Detect',
          category: 'Fun', 
          description: ''
      
      }, function (module) {
          module.on('packet', function(e) {
              var packet = e.getPacket();
              if (packet instanceof S29PacketSoundEffect && packet.getSoundName() == 'ambient.weather.thunder') {
                  Chat.print('§c>> §fLightning on X: §7' + packet.getX().toFixed() + ' §fY: §7' + packet.getY().toFixed()  + ' §fZ: §7' + packet.getZ().toFixed());
                  e.cancelEvent();
              }
          });
      }); 
      
      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @DreamWasFucked last edited by

        @skidma that is very nice

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        About
        • Terms of Service
        • Privacy Policy
        • Status
        • Contact Us
        Downloads
        • Releases
        • Source code
        • License
        Docs
        • Tutorials
        • CustomHUD
        • AutoSettings
        • ScriptAPI
        Community
        • Forum
        • Guilded
        • YouTube
        • Twitter
        • D.Tube