hmm Harold's chams are different colors still? the OLD version is the purple/green ones from the first (stand-alone) version of the chams. New one is the Green/Red ones from the Easy Bypass 1.2, Harolds is green/yellow (if its red/yellow -as in model is red when you see it you can still use the "new" version but not sure)? Grrr
Btw all the 6 hours of work ill try to figure out a better way to add some sort of reasonable target check-this is hard since more then 1 search function wastes a lot of CPU resources-lags game considerably.(the way its done right now with 1 it has almost no impact on OK+computers..)
If anyone has any good ideas feel free to post. So far i though of 2 ways to check:
Enemy Tag-this actually would work but would make it ub3r slow since actually requires 2 more search functions (since enemy tag color changes if you shoot at the enemy...) and the color it self is way to similar to the actual color of the chams themselves...
Not Friend check- other way would to just NOT shoot at all your friends (as in if it detects the blue "friend" tag) but this has 1 flaw: if enemy is in front of a teammate (even if the teammate is VERY VERY far away) the bot wouldn't shoot since the friend tag has no depth to it (and i am actually not sure how well the search function handles screen depth...or if it even CAN search using depth..hmm)
For all those who get their mouse stuck (the release function isn't working for some reason suppose to do "MouseUp("left") if not IsArray" but doesn't do it for some reason...or may be it wants to keep it up...also a possibility) try pressing f11 really quick. the On/Off is instant even if the tooltip in the top left corner doesn't appear it will work. If anyone wants i can change the hot key to something else.