// #autoload // For Iblis, a script that will throw the flag before you suicide, all with one keypress, cheat!! :D // By Ari package TossOnSuicide { function Keypress(%val) { if(%val) commandToServer('throwFlag'); commandToServer('suicide'); } function OptionsDlg::onWake(%this) { if(!Keypress.bind) { $RemapName[$RemapCount] = "Flagthrow & Suicide"; $RemapCmd[$RemapCount] = "Keypress"; $RemapCount++; Keypress.bind = true; } parent::onWake(%this); } }; activatePackage(TossOnSuicide);