Basic, but it gets the job done:
private void writeString(String paramString) throws InterruptedException {
for (char c : paramString.toCharArray()) {
this.bot.getKeyboard().typeKeyEvent(c, 0);
sleep(10);
}
}
paramString : String you wish to type
Dat!
Hence why auto-talks always are detected... Unless you develop a sentence generator with different grammar structure. Each time, becausr Jagex will detect a pattern of 25% playing are using exact words.