HumanDuck23 / virtual-hypixel-v4

local proxy to hypixel! adds a bunch of features to your game :D

Home Page:https://spaghetcodes.best/virtual-hypixel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Virtual Hypixel?

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.

Features

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.

How do I use it?

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.

  1. Download this repo as a ZIP
  2. Extract the ZIP
  3. Open CMD in the folder you extracted it to
  4. Install the dependencies by typing npm i
  5. Fill out the config file in src/config.yaml
  6. Rename config.yaml to config_priv.yaml
  7. Create a file in src: app.ts
  8. Paste this code in there:
    import { VirtualHypixel } from "./proxy/classes/VirtualHypixel"
    const vh = new VirtualHypixel("./config_priv.yaml")
    vh.start()
  9. Compile all the TypeScript code by typing tsc in CMD
  10. Run app.js with node app.js

About

local proxy to hypixel! adds a bunch of features to your game :D

https://spaghetcodes.best/virtual-hypixel/


Languages

Language:TypeScript 100.0%