Quote Originally Posted by DragonFlyy View Post
There is no magical way to stop programs reading and writing memory. It's fact. They could implement something that would stop the current programs, but would only be a matter of days before that is circumvented. It has been and always will be a losing battle. Only way to stop botting is to shut off the servers.

if os.programs.any? { |prg| prg.is_reading_memory? }
return "stop"
end