In this tutorial will show you how to create your custom message in the chat window of BP.
From this.....
To this....
Once you have extracted the file using RABC locate and open the following two files in notepad++
BattlePiratesChat.class.asasm
Code:
\com\waterworld\ui\chat\BattlePiratesChat.class.asasm
and
KEYS.class.asasm
Code:
\com\waterworld\managers\localization\KEYS.class.asasm
First search and find the following code, in the file KEYS.class.asasm
Code:
findproperty QName(PackageNamespace(""), "MISSING_KEY")
pushstring "MISSING KEY: "
initproperty QName(PackageNamespace(""), "MISSING_KEY")
The part we will alter is pushstring "MISSING KEY: "
Change this line to the first part of your message, in this example we will change it to "Hacked By" so it should then look like this
Code:
findproperty QName(PackageNamespace(""), "MISSING_KEY")
pushstring "Hacked By "
initproperty QName(PackageNamespace(""), "MISSING_KEY")
save and close, know we will edit the second part BattlePiratesChat.class.asasm
Search for the following lines
Code:
getlex QName(PackageNamespace("com.waterworld.utils"), "StringUtils")
pushstring "ui_chat_joined_message"
pushstring "channelName"
we will be altering the line pushstring "ui_chat_joined_message" to the second part of are message, in this example it looks like this.
Code:
getlex QName(PackageNamespace("com.waterworld.utils"), "StringUtils")
pushstring " Super Freak"
pushstring "channelName"
Save close, and compile.
Then use SWF Defender, to secure it. (demo version)
Your all done, your new hack will know be stamped so all users know the hack they just loaded was made by you!!!
Leachers be gone.