[Tutorial] BP how to make sure your file doesn't get leaked

01/05/2013 23:14 GamingFreak1#1
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

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. :facepalm:
01/05/2013 23:23 neomam#2
Interesting...
01/05/2013 23:42 renzzie20#3
Ohh..
I Can Use This Thing..
:)
01/06/2013 11:59 GamingFreak1#4
Glad to be of help, I hate leachers.
01/06/2013 13:54 Awesome Trainers Maker :D#5
Lol..
You know.. they can change it too... genius.. ;P
You can only make it be "yours" by I guess setting an encrypted password, or by like loading resource from your own server for example..
01/06/2013 18:22 GamingFreak1#6
No, you simply run it through swf defender, after this process and they wont be able to edit the file.
01/07/2013 14:13 Awesome Trainers Maker :D#7
Have you ever heard about the program Flasm?
I'm pretty sure its possible to do that with it..
Also they can use HxD, edit it and save it, and then download the hacked swf and taa daaa xD
01/10/2013 09:44 GamingFreak1#8
Once edited and put through SWF Defender, its secure.
01/11/2013 13:00 bym_SONiC#9
swf defender has a way to bypass :facepalm::facepalm:
the strongest one i've ever seen is kindisoft ( even its trial is strong as hell ) :pimp:
01/11/2013 18:59 GamingFreak1#10
Quote:
Originally Posted by bym_SONiC View Post
swf defender has a way to bypass :facepalm::facepalm:
the strongest one i've ever seen is kindisoft ( even its trial is strong as hell ) :pimp:
Thanks for the heads up bro
01/12/2013 07:48 -UltimateHacker-#11
Others can just decompile the swf and change it. That way, it wouldn't protect your file from leakage.
01/12/2013 13:59 GamingFreak1#12
Quote:
Originally Posted by -UltimateHacker- View Post
Others can just decompile the swf and change it. That way, it wouldn't protect your file from leakage.
You should consider reading the replies before stating something that as already been resolved with a solution :pimp: