When a game issues a system ban to a player, what they’re banning is this HWID. Most online games will check the HWID of your system when you load into the game and reference this against its list of banned HWIDs. The role of an HWID spoofer is simple; it changes this HWID. Or ...
Unfortunately the release of eclipse-paho v2.0.0 has broken this tutorial. Simplest fix for now is to replace `pip install paho-mqtt` with `pip install paho-mqtt<2.0.0` (which will install v1.6.1). The updates required to use V2 should be pretty small but as things stand it's likely...