Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 218 Bytes

Discord Joiner

Discord joiner written in c++ using tls-client and nlohmann json library

Compile

Compile using g++

  g++ -c -m64 main.cpp -o main.o
  g++ main.o -o joiner.exe tls-client.dll