In this tutorial will show you how to create your custom message in the chat window of BP.
From this.....
[Only registered and activated users can see links. Click Here To Register...]
To this....
[Only registered and activated users can see links. Click Here To Register...]
Once you have extracted the file using RABC locate and open the following two files in notepad++
BattlePiratesChat.class.asasm
and
KEYS.class.asasm
First search and find the following code, in the file KEYS.class.asasm
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
save and close, know we will edit the second part BattlePiratesChat.class.asasm
Search for the following lines
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.
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. :facepalm:
From this.....
[Only registered and activated users can see links. Click Here To Register...]
To this....
[Only registered and activated users can see links. Click Here To Register...]
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
KEYS.class.asasm
Code:
\com\waterworld\managers\localization\KEYS.class.asasm
Code:
findproperty QName(PackageNamespace(""), "MISSING_KEY")
pushstring "MISSING KEY: "
initproperty QName(PackageNamespace(""), "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")
Search for the following lines
Code:
getlex QName(PackageNamespace("com.waterworld.utils"), "StringUtils")
pushstring "ui_chat_joined_message"
pushstring "channelName"
Code:
getlex QName(PackageNamespace("com.waterworld.utils"), "StringUtils")
pushstring " Super Freak"
pushstring "channelName"
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. :facepalm: