maybe because they are as3? have you checked if they are as2 or as3?
Printable View
maybe because they are as3? have you checked if they are as2 or as3?
No, how i check it?
router has a program for that :P
download/file.php?id=2609
I tried the walkthrough to hack AS3 over there and i think it's hard, i will just hack AS2 games for a while...
I might write an "easier" version of the walkthrough
ty i finally hacked a game!
:grin:
can you use any *.swf file? I got trouble when i open some games in .txt. this is what i got
movie 'Grid-tower-defence.swf' // flash 9, total frames: 1, frame rate: 40 fps, 700x500 px
fileAttributes attrActionScript3
// unknown tag 255 length 1
// unknown tag 82 length 2124
// unknown tag 82 length 80091
// unknown tag 76 length 48
end
That means the game is written in AS3 (ActionScript3), which is harder to hack than AS2 (for beginners). You cannot hack AS3 games with Flasm
PS: Ik neem aan dat je Nederlands bent, uitgaande van je naam. PM me als je nog meer vragen hebt.
Can someone tell me what the textbox with "gold" looks like? Send me a pic
No, no.
You need to search for the variable "gold".
You need to decompile the game to a .txt then open it with notepad++.
When you're in notepad++, press Ctrl and F to open the search in document option.
Search for gold.
When you find push 'gold' (number of gold here), change the number to the desired amount.
I have a problem... whenever I reassemble it into an .swf and go to open it, i can't. Oh yea and it says its a .$wf file? Help plz. *Edit* Sorry guys, got it fixed.
There are already multiple videos for this.
Also, you don't need to post that here, it is completely irrelevant.
Please do not spam
Edit: For those of you who are wondering who this is directed at, the guy's post was removed.
~Just adding some small tips:Quote:
Originally Posted by ShadowHaunter
1]Actual variables' names differ from their names in the game sometimes,so "gold" might also be cash/money/coins/etc.
2]There are more than one ways to get a specific result.For example if you want your field full of battle tanks in a game like Desktop Tower Deffense you can change your gold to 999999 or make X(eg3-4) tanks to appear when buying just one.
3]Some times you might not be able to see the whole decompiled swf because Flasm didn't work perfectly or other reasons occured.So if you find yourself with a half encrypted .txt file try reading some of it,as that will help you understand the way the game works.Then hacking it should be easier.Good luck! :3
i just started using this and when i unplug the file and open it on notepad there is nothing but a bunch of weird alphanumeric symbols there isn't a txt. document :dontknow: :dontknow: :dontknow:
You don't have to open the .swf file. First disassemble it with flasm. Put the .swf file in your flasm folder (Flasm folder should be on desktop).
Then open Command Prompt (Start > Run > cmd). Type:
Then type:Code:cd desktop
And then do:Code:cd flasm
I hope you understand it now.Code:flasm -d (name of the swf file).swf > (desired txt file name).txt
It might say something along the lines of ''Not a Flash file''. That means you downloaded the wrong file, or the file has some unknown encryption/embed/MochiCrypt.
That happens when you try to (de)compile a text file. Can be any other file extension as well.
Great guide, one question though.
I'm trying to hack other .swf games and i'm doing everything correctly but when I load up the file in Notepad++ all i see is loads of //DefineMovieClip// codes, why can't i hack the games? :banghead:
Those games are written in ActionScript3 (or AS3) and Flasm cannot handle those.
To hack AS3 games, you have to look at the Bytecode tutorial also here in the Tutorials section
If it is AS3 (Meaning ActionScript 3, or ASCIII) it will say near the beginning "fileattributeActionScript3" so you can obviously tell that it is AS3. Also, if when you open it the variables (things after the word push usually) are something like SOH or HFK in black and other colors, the file is encrypted. You can also tell if it is encrypted if when you decompile it command prompt goes nuts and starts saying things like cannotfindifbranchtrue:2 and spamming the stuff.
Thanks, I'll have a look at that :good:Quote:
Originally Posted by SandSpur
'um, well i typed in cd flasm but it said "The system cannot find the path specified" did i do something wrong?
Type => cd desktop
Enter key.
Type => cd flasm
Make sure the flasm folder is named flasm.
Hit enter.
Type => flasm
Enter key.
oooooooh! ok i forgot to name the folder flasm :blush:
i cant find where it says the gold ammout at all, im trying to understand what you meant when you said "If it does then you know you have struck gold. You will have to click the search button at least 22 times before you find it. (if you still cant find it, its on line 7276)
Image" please help!! thanks!!
PM me with details, I can help.
Thanx for this! It really helped me! :bananas: :thumbsup:
Really good! But I dont have to type 'cd desktop'..... I can just typ 'cd flasm'.
And I just have to verbally warn you for double posting. Read the rules, please.
im having problems with the 'Go to your flasm folder on your desktop look for DesktopTD15k.swf double click it, when the game loads you have 99999999 gold coins.'.... my game does not load... :glare:
right click > open with fire fox
i have been tryin that and wen ever i do it just opens a new tab and it opens my dl folder and says 'save file' and 'open with' and __________v then you pick your thing you open with in there and like.. wen i put fire fox it just opens a new tab and does the same thing
Hit save as, and place it in the folder.
thanks i found out.. i was hitting the wrong one... thx though
Sublimity,I suggest you take back the warning as he was bumping
No, it is a sticky, and the posts were only a day apart. The warning should stay.
Thanks a lot! It really helped me out! Btw: I dont have to typ cd desktop, but just cd flasm...
Stop spamming.
ok so im new at this. i have all the programs and im able to get the swf files and turn them into txt files. But when i open them in notepad++, it doesnt show the variables, it just shows something about video clips or something. What do i do? What am i doing wrong?
That means the game is written in ActionScript3, or AS3.
To hack those, you need a different tutorial.