(can someone help me come up with a name)
very smart proxy for minecraft
SmartProxy was intended to be designed to help you get better gameplay advantages while using the least amount of resources as possible and being easy to use.
SmartProxy is currently aimed at Minecraft 1.12.2 Crystal PvP.
-
Supports any account cracked/premium
-
Automatically detects server joins and proxies them
-
Ping-spoofing
-
Built-in utilties/"hacks" 🤑 (soon)
-
more coming soon...
(IMPORTANT: Most features require you to have my 'communication' mod, which will be releasing soon.)
-
Clone the repository
git clone https://github.com/cart69420/smartproxy.git
-
Run
npm install
-
You can start right away by running
npm run start
. The proxy's port will be25566
and6969
for the socket.If you want to customize the ports, navigate to
src/index.ts
(I should add an easier way to do this) -
After any edit, run
npm run start
again.
- If you try connecting to
<proxy ip>:<proxy port>
, you will be in the server which was set insrc/index.ts
or the last server which got changed to by feature#2
. - It is not a bright idea to use this on localhost if you want an advantage.
- This works just like 3arthh4ck's PingBypass. The closer you are to the server being proxied, the better ping you get.
- If you notice in
src/index.ts
, there are middlewares! Intercept packets going in and out. You might need some help from "packet information page"
- cart69420 (me)
- 3arthqu4ke (original idea)
- PrismarineJS/mineflayer (files I butchered in
src/core/libs
)
If you've found any issuess, kindly open a report.
Pull requests are appreciated and will be reviewed as soon as possible.