[VB HELP]Auto-Type Combat Arms Mute
How can I bypass the muting system for a spammer in Visual Basics 2008, or mainly 2006, because I am almost done with a spammer, I just can't bypass he mute, please help

I assume you mean in CA. you have to make it say different stuff. Try letting the user enter multiple phrases and then using the rand() function [Im not sure what rand looks like in VB, but trust me its there... just look it up] to pick strings to print out, that or either set a delay so it once every ten seconds or so.
It won't let you make hot keys?
This is one of those times you should be really specific describing exactly what the problem is.
You need to specify what window the keystrokes should go to. Maybe try something like SendMessage() except in VB form.
There you go. Thanks Iamazn
Why don't you just post the source your writing so someone can have the chance to look at it and see what the problem is?