| 
 | 
	
 
本插件将对星际代码区做校验和检测,支持浩方、QQ平台,如果发现代码区被修改则对所有人发送一条信息,并继续执行之后的触发,可以加入一个CreateUnit让作弊者被T,再加入让星际Crash的触发。使用时放入一个循环,每5秒检查一次。示例: 
Condition: 
Switch(Switch 100, Set); 
Action: 
Wait(7500); 
PreserveTrigger(); 
Comment("Note: This player is a cheater, he will be banned in 10 seconds.", 0, 0, 0, 0, 15); 
Wait(15000); 
CreateUnit(1, Unit 0, Location 63, Player 1); 
Comment("Drop player by creating unit only in his computer, Crash SC by writting 0 memory.", 0, 0, 0, 0, 3); 
 
 
 |   
 
 
 
 |