Skip to content

xntrz/xmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMT

Program for Trovo.live simple viewbotting. Made for learning purposes only.

Notes

  • All botted viewers are guests from your IP (no proxies required)
  • Its dont work if stream is protected by authentication challenge or subscribers only mode
  • If keepalive mode is not enabled program will not keep botted viewers alive and try to make as much connections until server timeout for dead guests (it was work sometime ago, now its equals to zero)

Build

  • generate .sln file by premake5 for Visual Studio version with fully support c++14 (vs2017 or higher)
  • Open .sln file in build/
  • Select Release or Debug build
  • Hit Build solution

Contents of src/

Shared - shared code between app and modules
Base - main executable app
Utils - utils that used only by modules
Tvl - Trovo viewbot module

3rd party solutions used