-
Notifications
You must be signed in to change notification settings - Fork 28
Connecting to GTProxy
Muhammad Kevin edited this page Apr 29, 2023
·
6 revisions
Now, on this page will tell you how to Connecting to GTProxy
- run Command Prompt as Administrator
- type
notepad drivers/etc/hosts
on Command Prompt, and it will open Notepad - and then, type
127.0.0.1 www.growtopia1.com
and127.0.0.1 www.growtopia2.com
on hosts, and it will like this - save it, and then you can run the proxy
- Install text editor app (i recommended using nano)
- After install text editor app, type
sudo nano /etc/hosts
(if you are on root user, you no need to addsudo
command) - and then, type
127.0.0.1 www.growtopia1.com
and127.0.0.1 www.growtopia2.com
on hosts, and it will like this
- press CTRL + X to save the file, and then, you can run the proxy
- Download and Install PowerTunnel-Android here
- After download and install PowerTunnel-Android, Download PowerTunnel-WebRedirect Plugin here
- To add the plugin, open PowerTunnel app, and then press Plugins
- And then, press + to install the plugin, and then select PowerTunnel-WebRedirect.jar
- After add the plugin, press options at WebRedirect
- And then, make it like this
- After you set like that screenshot, goto back, and checklist the PowerTunnel-WebRedirect
- now you can start the PowerTunnel
- after start the PowerTunnel, goto httpService, and then change port to 8080 at line 163
- after change the port, build (type
bash build.sh
) and then you can run the proxy./proxy
- If you still dont understand, you can watch this video https://youtu.be/GRho3wUTuKY
Wiki
Introduction
Building the Project
- Codeblocks (Windows Version)
- Manual Build (GCC Windows Version)
- Manual Build (Linux Version)
- Manual Build (Android Version)
Connecting to GTProxy
Configuration File
- Default Configuration File
- usingServerData
- serverDataIP
- manualIP
- manualPort
- manualMeta
- usingNewPacket
- httpsPort
- skipGazette
- isSpoofed
GTProxy Tutorial