Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techchrism/valorant-chat-rewrite-poc
Proof-of-concept for rewriting Valorant chat by MITM-ing the XMPP connection
https://github.com/techchrism/valorant-chat-rewrite-poc
riot valorant xmpp
Last synced: about 1 month ago
JSON representation
Proof-of-concept for rewriting Valorant chat by MITM-ing the XMPP connection
- Host: GitHub
- URL: https://github.com/techchrism/valorant-chat-rewrite-poc
- Owner: techchrism
- License: mit
- Created: 2023-01-24T18:33:56.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2023-01-24T19:33:52.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T14:41:33.525Z (about 1 month ago)
- Topics: riot, valorant, xmpp
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Valorant Chat Rewrite Proof of Concept
Proof-of-concept for rewriting Valorant chat by MITM-ing the XMPP connection.https://user-images.githubusercontent.com/26680599/214389756-a5603b1f-e1de-4551-9b96-5dc9e5010f3c.mp4
Slightly modified from [Valorant XMPP Logger](https://github.com/techchrism/valorant-xmpp-logger)
## Usage
Note: This project makes use of global fetch in Node 18+
- Clone the repo and run `npm install`
- Run `npm run build` to build the project
- Ensure Valorant is not running and run `node .` to start. This will start Valorant automatically.The default "macro" (replaces entire message) is `!bee` and the default "replacement" (replaces just that occurrence) is `:heart:`.
These can easily be changed or extended in `src/main.ts`.