#!/usr/local/bin/ruby require 'aimbot.rb' require 'hexpipe.rb' ab = AIMBot::new hph = Hash::new(false) ab.run do |m| if m =~ /^<\*([^*]+)\*> (.*)$/ hp = hph[AIMBot::norm($1)] hp = hph[AIMBot::norm($1)] = HexPipe::new unless hp hp.puts($2) ab.im($1, hp.gets) end end