#How to compile on linux c++ main.cpp -std=c++0x -O3 -s -static -static-libstdc++ -o wigglebot #How to compile on windows c++ main.cpp -std=c++11 -O3 -s -static -static-libstdc++ -lws2_32 -DPLEB -o wigglebot.exe #How to run {executable} [optional ip address (default 127.0.0.1)] [optional port (default 31337)]