Delete Logs attack.

Hey this is my delete logs attack, it should work but i want to know if you all have something to say if its wrong. just double checking thanks :D

initialize- nothing

continue-
float percent=getCPULoad()/getMaximumCPULoad();

if(percent>=0.95){
cancelAttack();
}

finalize - deleteLogs("XXX.XXX.X.XXX");

replace X's with the ip you want to get deleted, duh. main thing im worried about is continue, it should work though right?

thanks, ltlwinters.

*edit* oh, and could i do delteLogs(getSourceIP());

or something like that so i can sell the script, instead of just my use only? thanks again

that should work fine.

that should work fine.