Virtual Hypixel is a tool that improves your gameplay on Hypixel! It comes packed with many features that make your life easier, including a stats mod, and fps booster (kind of) and more.
Pre-Game Stats
Virtual Hypixel shows the stats of your opponents before the game starts (including duels, after the update).
AutoGG
With most proxies like this AutoGG and other Hypixel mods don't work, so Virtual Hypixel implements its own AutoGG.
Better Ping
The Better Ping module updates your ping more frequently in-game and counteracts the problem of the ping mod showing 1ms.
Custom Commands
Virtual Hypixel implements a few custom commands, such as the /sc
command for stat checking and /rq
to quickly requeue your current (or last) game.
/play
Protection
Have you ever accidentally run /play
while in game? Virtual Hypixel will ask you to confirm the command to avoid leaving the game.
Basic FPS Boost
The FPS Boosting module can filter out a few things sent by Hypixel to improve FPS.
Packet Filter (Lunar Enable)
The Packet Filter removes certain packets to enable disabled mods such as Freelook and Autotext.
Stream Commands
Virtual Hypixel lets you have a /stream ban (/ssb) command to easily get stream rule breakers off your stream parties!
Settings (WIP)
Virtual Hypixel allows you to change settings in-game with a nice and simple settings window.
Since there is no release yet, you'll have to do a lot of the work yourself to get this running. Here are the steps:
You'll need to have NodeJS and TypeScript installed.
- Download this repo as a ZIP
- Extract the ZIP
- Open CMD in the folder you extracted it to
- Install the dependencies by typing
npm i
- Fill out the config file in
src/config.yaml
- Rename
config.yaml
toconfig_priv.yaml
- Create a file in src:
app.ts
- Paste this code in there:
import { VirtualHypixel } from "./proxy/classes/VirtualHypixel" const vh = new VirtualHypixel("./config_priv.yaml") vh.start()
- Compile all the TypeScript code by typing
tsc
in CMD - Run
app.js
withnode app.js