
Originally Posted by
Twont
You don't use rabcasm to hex - You use Yogda
First off, as he stated, he's on a Mac, Yogda is for Windows only, secondly, you can just as easily use rabcasm to hex clients, the bash script I posted a while back uses rabcasm to do this.
Also as stated in other threads, the packet ID's are being changed with each update that is released, and the time and hassle it would be to changing those in a client, you would be better off just starting fresh and making a new client.

Originally Posted by
apemanzilla
I tried the search bar trick, but apparently my mac doesn't search the content of the file.
I have never tried this, but Macs come with "grep" in Terminal which searches for strings, be it in a single or multiple folders....
example:
if you have your rabcasm folder on your desktop and want to search the word 'production' in every file in every folder within the client-1 folder, you would simply open Terminal and type:
grep -r "production" /Users/You/Desktop/rabcasm/client-1
Just make sure you point to the right folder you want to search in, if you make the mistake of selecting your main hard drive, you will be waiting for some time, since it will look in every file in every folder on your hard drive....