Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craciunoiuc/wow-blocker
Simple web server that blocks access to one account, but forwards the rest.
https://github.com/craciunoiuc/wow-blocker
prank python reverse-engineering world-of-warcraft wow
Last synced: about 1 month ago
JSON representation
Simple web server that blocks access to one account, but forwards the rest.
- Host: GitHub
- URL: https://github.com/craciunoiuc/wow-blocker
- Owner: craciunoiuc
- License: bsd-3-clause
- Created: 2024-06-02T14:42:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:55:57.000Z (8 months ago)
- Last Synced: 2024-11-07T23:47:42.853Z (3 months ago)
- Topics: prank, python, reverse-engineering, world-of-warcraft, wow
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WoW Login Faker
Simple web server that blocks access to one account, but forwards the rest.
This can be used as a prank to spook people into thinking they have been banned.Only tested with World of Warcraft 3.3.5a (WotLK) client.
The server sends 4 responses that trigger an "Unknown Account" similar to the one you get when inputting a wrong username/password.
The fifth response is an "Account Permanently Suspended" response that blocks the account from logging in.
This does not affect other accounts, and the whole login process is faked, as such nothing is really altered.## Usage
1. Clone the repository and navigate to the directory.
2. Replace in `server.py` the `TESTINGACCOUNT` with the account you want to block. Also replace `realm_list` with the realm you want to forward traffic to.
2. Run the server with `python3 server.py`.
3. Set in *your* local WoW directory the `realmlist.wtf` file the realmlist to point to this server.
3.' Or set in *your* hosts file to redirect the realmlist original server to this one.
3.'' Any other known method to redirect traffic from port 3724 to this server will work.
4. Start the WoW client and try to log in with the account you want to block.## Known Issues
After getting the "Account Permanently Suspended" response, the client will no longer work properly and it will be necessary to restart it.