MaliciousFiles

MaliciousFiles

0-day streak
The third plugin in my series for a survival Minecraft server I'm administrating. This one will create custom items for use on the server. The goal is for them to be fully in-game, rather than require any sort of commands. The first is a Teleporter item, complete with various upgrades and custom textures. Traditionally, its functionality would be implemented through /home and /tpa. GitHub: github.com/MaliciousFiles/SMPItems Image descriptions: 1. Teleporter 2. Evolved Teleporter (more range, can take Final Upgrades such as infinite range) 3. Teleportation Anchor (allows you to link then teleport to it) 4. Range upgrade (requires two in some stacks, which required custom implementation) 5. Final Use Time upgrade (one of the Final variant of upgrades, which are require end-game items) 6. Shift-right clicking a teleportation anchor to link it 7. Video displaying teleporting to the linked anchor 8. Menu allowing for managing linked teleporters/anchors
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e99c8d07-752d-4f3f-b584-1d88ee721a9d-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/4d9bee9f-29d5-4b69-a44e-30826a3d909c-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/42467ea8-cc9a-4cd6-8b38-68e782f022eb-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d2dbea4f-61ce-4f4e-8bee-befeb3844b05-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/356a817d-8a12-4fde-b510-910fb9616a74-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ba19a162-277e-439f-8e26-aad8395a59e4-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/e195add0-17f2-4e3a-91e5-f503d22284f7-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/14ed7fecd0a7a5732da26b03c1dca1715cc1eff621233c3e45af90aab36d98b6/0b5f877a-cf9f-4db8-8a46-18c07823a71a.png
A plugin that gives me various utilities to mess with my friends as a server admin. Not as polished as the bodies plugin, as it is meant just for me. GitHub: github.com/MaliciousFiles/MaliUtilsPlugin Images: 1. Vanishing makes it appear to all other players as though you simply left the game 2. Spawning 'demon' mobs creates a spider that appears as a normal passive animal 3. Any number of players can join a "health link", joining their health and hunger together. 4. Invsee allows you to see and modify a player's inventory 5. Smite launches a player into the air 6. Swap swaps two players
https://scrapbook-into-the-redwoods.s3.amazonaws.com/33ec1e0c-518b-42e6-90de-2a8a69bf48cb-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/2ae5b760-fa9f-4ce0-8911-5c4c901fd77a-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/7f0b7bc3-095f-4b3c-a239-377326ca413a-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9289871a-cd12-4f2d-994e-c910c2f83cc1-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/4d5104ae-0729-41cc-8211-2037a1e50cb4-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/252c3f6b-ecf5-490b-9e10-6fd19dc7346b-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/4033f7f34a2e27a6c0b40648adeaea699b17be91118e96f6e62db60e02992667/1a312917-b1a7-4b1f-aecc-0905818bcf56.png
Bodies - a PaperMC plugin Creates bodies on death, able to be claimed without item despawning. Players can control who is allowed to claim their body, unless stealing is enabled. Bodies have a chance to turn into a zombie on death, based on the world difficulty (defined in the config), which must be killed before reverting to a body. Zombies never spawn if the player died in creative, or if the person claiming the body is in creative. Bodies and zombies both glow when you get within a radius (defined in the config) in order to better locate them. The hardest part was definitely getting the zombies to work, as I made them have the correct player skin. It fully works now, acting sort of similar to the Shade in Hollow Knight. If your zombie kills you, it can begin to create a graveyard becoming even more difficult to clean up. Spigot resource page: www.spigotmc.org/resources/bodies.118487 GitHub: github.com/maliciousfiles/bodiesplugin
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2e1bbc18-d373-4e94-8579-1d38ca292e53-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ed79300e-b6d9-4103-b99b-9a6ee3b3d3cb-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/190384920656af758a622fff116d93a4057f8fd1cee51adc341fc2a30d9aeaf1/4ba5a1e4-c6e9-4087-acf9-1252ab429d51.png
summer-of-making emoji
github emoji
The LALU microprocessor has now been outfitted with keyboard and display drivers. A test program is shown here which connects the two together to display characters to the screen. The keyboard is connected via a PS/2 port, and the display uses a VGA port (with an adapter to connect to HDMI). LALU GitHub: github.com/MaliciousFiles/LALU-2.0 Modded Logisim GitHub: github.com/MaliciousFiles/logisim-evolution
https://imgutil.s3.us-east-2.amazonaws.com/54d3a6ed4a0785a2b1f2409a92a07a71dea2cf09ae6320d0c91e78721d6c5801/0b3078d3-e201-4f0e-8220-b00e02a13737.png
summer-of-making emoji
github emoji
LALU is a full microprocessor, complete with a custom-designed instruction set and assembly. Attached is a screenshot of all the logic (the .circ file is downloadable at github.com/MaliciousFiles/LALU-2.0, and can be opened in Logisim Evolution to view). It has been thoroughly debugged and made FPGA-friendly, such that it can be run on actual hardware. The hardware supports every instruction, and is slowly beginning to support I/O. At the moment, it can support reading from a PS/2 port into memory, for a program to process (as demonstrated in the attached video, which tracks the mouse's current position by parsing and summing the given displacements from the PS/2 packets). The next steps are to support writing to a VGA display, as well as designing an OS to run on the FPGA.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a2dd47c6-9590-4413-a6a8-2d076ddf0592-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/b46be98652e1d518f7b3990c3b51c981d8a23b5e4a717398f01ad029f333c21f/4016b82f-20e5-439c-8a6c-33e6349744c7.png
summer-of-making emoji
github emoji
hardware emoji
A prototype for Warforge, a hack 'n slash roguelike in which you are climbing a tower to try to reach the forge (at the moment, it is endless). So far, there are 3 enemy types (red runs at you, orange attacks in front, purple dives at you) and 2 attacks. Choosing an upgrade does not actually upgrade your character yet, but it does fully heal you. Demo attached. GitHub Repo: github.com/DuskBlossomGames/Warforge