diff --git a/.gitignore b/.gitignore index a569b84..2a9a5cb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ Plugins/Invulnerable.py Plugins/TeleportTools.py Plugins/DamageBoost.py Plugins/KillAura.py +Plugins/BadKillAura.py HTTPProxy.py \ No newline at end of file diff --git a/README.md b/README.md index ff928d0..d94f794 100644 --- a/README.md +++ b/README.md @@ -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.**
@@ -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.
diff --git a/bin/BulletDictionary.pkl b/bin/BulletDictionary.pkl
index 0609a5f..b5a0ad2 100644
Binary files a/bin/BulletDictionary.pkl and b/bin/BulletDictionary.pkl differ
diff --git a/bin/NameDictionary.pkl b/bin/NameDictionary.pkl
index 89707d3..c628d05 100644
Binary files a/bin/NameDictionary.pkl and b/bin/NameDictionary.pkl differ
diff --git a/bin/TileDictionary.pkl b/bin/TileDictionary.pkl
index 1582bcd..fa3be27 100644
Binary files a/bin/TileDictionary.pkl and b/bin/TileDictionary.pkl differ
diff --git a/gui.py b/gui.py
index 47dfc81..ce9d95e 100644
--- a/gui.py
+++ b/gui.py
@@ -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)
diff --git a/normal/Valor.swf b/normal/Valor.swf
index af31a5a..927f825 100644
Binary files a/normal/Valor.swf and b/normal/Valor.swf differ