Originally posted by XILE
I've seen it around in some tools but haven't tried it. Does anyone know if it works? and if anyone is generous enough to link/write me the code.
button on
for (int i = 0; i < 18; i++)
{
RPC.SV_GameSendServerCommand(1 * i, "q g_scriptmainmenu \"bykiwimodz\"");
System.Threading.Thread.Sleep(20);
RPC.iPrintlnBold(-1, "Anti Quit ^2On");
button off
for (int i = 0; i < 18; i++)
{
RPC.SV_GameSendServerCommand(1 * i, "q g_scriptmainmenu \"class\"");
System.Threading.Thread.Sleep(20);
RPC.iPrintlnBold(-1, "Anti Quit ^1Off");
this work for me