Dark Cube's SWF tutorial

12/05/2011 13:59 Dark Cube#76
Quote:
Originally Posted by MmaBaki View Post
haha i mean.. what is the file that i will type in text document..

example:

in extract
abcexport game-v120.v?.swf
rabcdasm game-v120.v?-0.abc


(in old version 120 volts)
hahaha

ok.. its an exact NAME as the name of swf file in the folder
meaning if your swf in that folder named GLORIA.swf
therefor
in extract
abcexport GLORIA.swf
rabcdasm GLORIA-0.abc

NOTE:THIS IS CASE SENSITIVE, IF ITS CAPITAL LETTER ITS CAPITAL. IF NOT THEN ITS SMALL HEHEHE

this is what you do when comparing two files:

create two folders
put each folder the one that is modded and other is fresh.
same procedure.
12/05/2011 14:59 MmaBaki#77
damn! gotcha hahaha you help me a lot Dark Cube! thanks!!! :D


Edit:you earned my full of thanks mate!
12/05/2011 15:10 Leslie1#78
:handsdown: Great tutorial Dark Cube :handsdown:

I have a few hacks made & working. I am lost on where to find the instant feed for the champs. I have looked in any of the files that I thought it could be in, but I seen nothing about feeding times or leveling stages.

Any help here would be great,

Thanks in advance,
Leslie:)
12/06/2011 06:10 DarK_KuTo#79
Hey Dark_Cube it always says Oops! something wen't broke.
12/06/2011 06:56 okatokat˛#80
this SWF editing only for BYM? or applicable to other games too?
12/06/2011 07:18 bangis321#81
Hey sir Dark Cube would you make another hack...
12/06/2011 07:21 Dark Cube#82
Quote:
Originally Posted by DarK_KuTo View Post
Hey Dark_Cube it always says Oops! something wen't broke.
Maybe you forgot the hack check removed

Quote:
Originally Posted by Leslie1 View Post
:handsdown: Great tutorial Dark Cube :handsdown:

I have a few hacks made & working. I am lost on where to find the instant feed for the champs. I have looked in any of the files that I thought it could be in, but I seen nothing about feeding times or leveling stages.

Any help here would be great,

Thanks in advance,
Leslie:)
its only there... in Championcage

Quote:
Originally Posted by okatokat˛ View Post
this SWF editing only for BYM? or applicable to other games too?

not only for BYM, some games can be used.
12/06/2011 08:58 tagapaslang FD#83
hey DC i have a message to you in FB hehe w/attachment..
12/06/2011 10:23 owsdinga145#84
aw bakit nyo po tinangal?
buti na post ko sa ibang forum site hihi
12/06/2011 11:08 gullit12#85
Quote:
Originally Posted by owsdinga145 View Post
aw bakit nyo po tinangal?
buti na post ko sa ibang forum site hihi
aw :mad: bakit mo pinost sa ibang forum sites hays :mad: mabuti na lang kung si DarkCube ang bibigyan ng credits
12/06/2011 11:14 MmaBaki#86
where are you DC? :pimp:
12/06/2011 11:20 tagapaslang FD#87
Quote:
Originally Posted by owsdinga145 View Post
aw bakit nyo po tinangal?
buti na post ko sa ibang forum site hihi
naku! and why you do that? tsk tsk!
12/06/2011 11:37 Dark Cube#88
Quote:
Originally Posted by tagapaslang FD View Post
hey DC i have a message to you in FB hehe w/attachment..
I just reply now :)

Quote:
Originally Posted by owsdinga145 View Post
aw bakit nyo po tinangal?
buti na post ko sa ibang forum site hihi
that's bad, anyway that's your choice


Quote:
Originally Posted by MmaBaki View Post
where are you DC? :pimp:
i'm here, freezing at my room LOL middle east is too cold now. 10degrees.

im doing something, for war commander
12/06/2011 13:14 piolok123#89
Quote:
Originally Posted by gullit12 View Post
eto yon
pushbyte: 0 - 255 (no negative, no decimal)
pushshort: -32768 - 32767 (no decimal)
pushint: -2147483648 - 2147483647 (no decimal)
pushuint: 0 - 4294967295 (no negative, no decimal)
pushdouble: anything bigger than the others or anything with a decimal
dup: duplicate the last number

If you change a number such as this:
pushbyte 20
to a bigger number, you must update the type or it WILL NOT WORK.

pushbyte 300 <-- this is not valid
pushshort 300 <-- this is

pushshort 40000 <-- this is not valid
pushint 40000 <-- this is


it is not necessary to change the type if you make the number smaller

pushint 0 <-- this is valid


if you take a decimal out of a number I do recommend to change the type

if you change this line
pushdouble 1.2
to
pushdouble 12
I recommend
pushbyte 12


pushbyte 20
dup

is the same thing as
pushbyte 20
pushbyte 20

from:jd_inconnus
click thanks if i helped you
the difference is the value that we can put ?
12/06/2011 18:15 mardukcraig#90
[Only registered and activated users can see links. Click Here To Register...]