Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Scripts
  3. Report Abuse

Report Abuse

Scheduled Pinned Locked Moved Scripts
7 Posts 4 Posters 532 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DreamWasFuckedD Offline
    DreamWasFuckedD Offline
    DreamWasFucked
    wrote on last edited by
    #1

    epic script

    Report Abuse

    Use this script to make it difficult for redesky mods!!!

    Code

    var S38PacketPlayerListItem  = Java.type('net.minecraft.network.play.server.S38PacketPlayerListItem'),
        players = [];
    var script = registerScript({
        name: 'Report Abuse',
        version: '0.0.1',
        authors: ['Shurpe']
    });
    script.registerModule({
        name: 'Report Abuse',
        description: '',
        category: 'Fun'
    
    }, function (module) {
    	module.on('update', function () {
            if (players.length > 0) {
                if (mc.thePlayer.ticksExisted % 50 == 0) {
                    mc.thePlayer.sendChatMessage('/report ' + players[players.length - 1]);
                    players.splice(players.indexOf(players[players.length - 1]), 1);
                }
            }
        });
        module.on('world', function () {
            players = [];
        });
        module.on('disable', function () {
            players = [];
        });   
        module.on('packet', function (e) {
            var packet = e.getPacket()
            if (packet instanceof S38PacketPlayerListItem && packet.getAction() == "ADD_PLAYER") {
                playerName = packet.getEntries().get(0).getProfile().getName();
                if (players.indexOf(playerName) === -1 && playerName != mc.thePlayer.getName()) {
                    players.push(playerName);
                }
            }
        });
    });
    
    j75J 1 Reply Last reply
    3
    • j75J Offline
      j75J Offline
      j75
      replied to DreamWasFucked on last edited by
      #2

      @i-hate-hatars lixo de hack gringo fdp mds hack em um jogo quadrado kkkk lx mlk

      DreamWasFuckedD 1 Reply Last reply
      1
      • DreamWasFuckedD Offline
        DreamWasFuckedD Offline
        DreamWasFucked
        replied to j75 on last edited by
        #3

        @j75sdzx report uso abusivo deste comando podera resultar em punicao!

        1 Reply Last reply
        0
        • gamerjuiceG Offline
          gamerjuiceG Offline
          gamerjuice
          wrote on last edited by
          #4

          ok imma just skid this 🙂

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            WTF SKIDDED FROM SIGMA HARAM SIGMA HATAR KYS OMIKRON ALLAH ON TOP

            DreamWasFuckedD 1 Reply Last reply
            0
            • DreamWasFuckedD Offline
              DreamWasFuckedD Offline
              DreamWasFucked
              replied to A Former User on last edited by
              #6

              @chocopiexd WTF
              SIGMATRASH.png

              j75J 1 Reply Last reply
              1
              • j75J Offline
                j75J Offline
                j75
                replied to DreamWasFucked on last edited by
                #7

                @i-hate-hatars EXPOSED

                1 Reply Last reply
                1

                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
                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups