adolfo_jose que error te pone, especifica tu problema
I'm having problems on 4th step. I'm using Sothink SWF Decompiler and seems that i couldn't find this path "main.swf->Aktion->net->bugpoint->darkorbit->collectable->CollectableManager".Quote:
- Updating the Invisible Boxes -
Yes in this version you will have to manage that on your own.
Here are the steps you need to do.
Required Software:
SWF Decompiler (there are enough serials and cracks out there).
Notepad++ (Freeware)
1.) Go to the UDOBot Folder and open the file "mainswf-download.html" (It should open it in your default browser).
2.) Right click the Link and select "Save as..." or "Save Contents as..." (this really depends on your browser), and then save the main.swf in your UDOBot folder.
3.) Now go to the UDOBot Folder and open the "main.swf" with SWF Decompiler.
4.) Once it's opened go to:
"main.swf->Aktion->net->bugpoint->darkorbit->collectable->CollectableManager"
5.) Copy the HoneyBoxes text. It should look like:
(Make sure you copied all of them!! PS: Don't close the SWF Decompiler you'll need it soon again)Code:honeyBoxes["ozims"] = true; honeyBoxes["1604u"] = true; honeyBoxes["znmjs"] = true; honeyBoxes["bu9m9"] = true; honeyBoxes["zel71"] = true; honeyBoxes["q4knx"] = true; honeyBoxes["ci7m0"] = true; honeyBoxes["1ukl6"] = true; honeyBoxes["1gtlm"] = true; honeyBoxes["180fk"] = true; honeyBoxes["13b44"] = true; ... ...
6.) Go to the UDOBot Folder and open "invisible.txt" with NotePad++ then paste in the HoneyBoxes, now you'll have to create a "Macro" to format them like this:
ozims;1604u;znmjs;bu9m9;zel71......
7.) Go to [Only registered and activated users can see links. Click Here To Register...] and upload the "main.swf" from your UDOBot Folder and then Click on the "Go" Button, now wait a bit and you should see the MD5 Hash of the main.swf, copy it. Now go back to the UDOBot Folder and open "md5.txt", paste it in there and save it.
8.) Now go back to the SWF Decompiler window and go to "main.swf->Aktion->net->bugpoint->darkorbit->Main", now look carefully for this:
"public static const version:String = "XXX";", now copy whatever is at XXX for example v2.7.1, now go to the UDOBot Folder and open "clientversion.txt" and paste it in there, then save it.
[B]Now you should have successfully updated the Invisible Box Codes!