

A MelonLoader mod for Gang Beasts that lets you teleport your character to wherever your mouse cursor is pointing.
| Key | Action |
|---|---|
| F | Select your player (move mouse near your character on screen) |
| T | Teleport to where your mouse cursor is pointing |
TeleportoMouse.dll in your Gang Beasts/Mods/ folder| Problem | Fix |
|---|---|
| F doesnt select | Move mouse closer to your character |
| Wrong character selected | Press F again with mouse closer to yours |
| Teleport goes wrong spot | Point at a visible surface |
| Player lost message | Press F to re-select after respawn |
Made by Zooks
| Problem | Solution |
|---|---|
| F doesnt select my character | Make sure your mouse cursor is close to your character on screen |
| Selected wrong character | Move mouse closer to YOUR character and press F again |
| Teleport goes to wrong spot | Make sure you are pointing at a visible surface (floor, platform, etc) |
| Player lost message | Your character respawned - press F to re-select |
| Mod not loading | Make sure MelonLoader is installed correctly and DLL is in Mods folder |
| Console shows errors | Make sure you are using a compatible MelonLoader version (0.6.1+) |
Uses Win32 API for input (no Unity Input module dependency)
Screen-space character selection (no raycast needed for selection)
Kinematic teleportation with body pose preservation
Physics restoration after stabilization period
Instance ID validation to prevent selecting wrong objects
Surface normal detection for spawn point calculation
RaycastAll filtering to skip triggers and own player colliders
.NET 6.0 SDK