Skip to content

Version 5.2

Latest
Compare
Choose a tag to compare
@m10x m10x released this 30 Oct 16:46
· 6 commits to master since this release
be9b0a1

Thank you all for almost 4.000 downloads!

Patchnotes:

  • fixed W6 Qadim kill proof (thanks to SanderWasser, Heycate, TanguyMrtn and Griftnix)!!
  • various code improvements and beautifications

Virus Scan:
SHA-256: 71427bf19c9867ea9bdabb1117ea4c39bae8593e04940f9994969ba2b2cfe8fd
VirusTotal.com Check (2/70) Only SecureAge APEX and CrowdStrike Falcon report it mistakenly as Malicious, because the program has to read the hotkeys.

Tutorial how you can create your own exe:
https://youtu.be/G6q5eWTk3ms
-> Install Python 3.7
-> Download Project as Zip
-> Extract the Zip
-> Inside Project Folder open Powershell as Admin
-> Run following commands:
pip install --upgrade -r requirements.txt
pyinstaller .\Gw2ChatCodeBuddy.py --clean --onefile
-> Your exe is now in the folder dist