1. go to src folder edit ur misc.pm
2. edit misc.pm right click then open with notepad
3. ctrl + f then searh this line "sub checkMonsterCleanness"
4. Just add "return 1;" as elustrated below
sub checkMonsterCleanness {
return 1; <------ add mo lng jan
return 1 if (!$config{attackAuto});
my $ID = $_[0];
return 1 if ($playersList->getByID($ID));
my $monster = $monstersList->getByID($ID);
then save and click start... you will see the difference