while (!IFH(GetModuleHandle)(crypt_str("serverbrowser.dll")))
std::this_thread::sleep_for(std::chrono::milliseconds(100));
base_address = base;
setup_sounds();
setup_skins();
setup_netvars();
setup_render();
cfg_manager->setup();
c_lua::get().initialize();
key_binds::get().initialize_key_binds();
setup_hooks();
Netvars::Netvars();
return EXIT_SUCCESS;
}