Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
👻 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swrlly committed Oct 23, 2021
1 parent 3795de9 commit 6d3ef16
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Plugins/Invulnerable.py
Plugins/TeleportTools.py
Plugins/DamageBoost.py
Plugins/KillAura.py
Plugins/BadKillAura.py
HTTPProxy.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A man-in-the-middle proxy server for the Realm of the Mad God (RotMG) private server Valor. Features packet editing/hooking, a framework to write custom plugins, and many QoL plugins such as predictive autonexus.

**Updated for Valor version 3.2.6.**
**Updated for Valor version 3.3.3.**

<p align="center">
<img src="images/vrelay.png" />
Expand All @@ -12,7 +12,7 @@ A man-in-the-middle proxy server for the Realm of the Mad God (RotMG) private se
## How to use

1. Install Python 64-bit. You can find installations of Python [here](https://www.python.org/downloads/). Install the 64-bit version or the GUI will not work.
2. Navigate to the right side of this page and look for `Releases`. Click on the latest release and download from `vrelay-v3.2.6.zip`.
2. Navigate to the right side of this page and look for `Releases`. Click on the latest release and download from `vrelay-v3.3.3.zip`.
- You can also clone this repository.
3. There is a folder called `normal` which contains the `Valor.swf` file for the normal server. Replace the original `Valor.swf` downloaded from Valor's website with the `Valor.swf` in this folder.
- This `.swf` file has been modded so you can connect to the proxy server. If you only see `Valor`, that means you have your file extensions off.
Expand Down
Binary file modified bin/BulletDictionary.pkl
Binary file not shown.
Binary file modified bin/NameDictionary.pkl
Binary file not shown.
Binary file modified bin/TileDictionary.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(self, pm: PluginManager, client: Client, proxy):
"""

x, y = 134, 32
self.version = Label(bd = 0, text = 'v3.3.2', bg = 'black', fg = self.TEXTCOL)
self.version = Label(bd = 0, text = 'v3.3.3', bg = 'black', fg = self.TEXTCOL)
self.version['font'] = self.keyFont
self.subimage(self.version, self.bg, x - 2, y - 2, x + self.version.winfo_reqwidth(), y + self.version.winfo_reqheight())
self.version.place(x = x, y = y)
Expand Down
Binary file modified normal/Valor.swf
Binary file not shown.

0 comments on commit 6d3ef16

Please sign in to comment.