Skip to content

BlueWaterCTF/hackceler8-2024-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackceler8 2024 Tooling

To install the tooling:

  1. Copy hack folder and src folder into the game folder.
  2. Run pip install -r hack_requirements.txt.
  3. Put import hack to the top of client.py and you are good.

Hacks

  • Restore textbox copy/paste/etc functionality
  • Player sprint optimization
  • Boss level replay and rewind
  • Path finding?

Map Manipulation

  • Zoom in/out with Scroll key
  • Drag with Right click (Use Ctrl to pan faster)
  • Press C once to center camera back to player, press twice to return normal scale

UI Elements

  • Collision box
  • Show warp destination
  • Important entity connection

Enemy

  • Show melee range (red/yellow: sees/doesn't see player)
  • Show shoot range (red/yellow/green: sees player/opposite direction/out of range)
  • Show shoot countdown (number and range visibility)
  • Show projectile projectile

Portal

  • Show portal remain usage
  • Show portal destination
  • Show invisible portal

Play/Replay

  • Save/Load inputs
  • Speed up/down using , and .
  • K toggle between Real-Time Mode and Simulation Mode (only if currently at 0 of simulation buffer)
  • Press B to submit to the server.