hookGetSize2

open fun hookGetSize2(original: Int): Int

Spoofs the message size to be empty to avoid deletion.

while(this.messages.size() > 100) {
    this.messages.removeLast();
}