Arcade Prehacks

Results 1 to 9 of 9

Thread: Morning

  1. #1
    Senior Member spiderkid12's Avatar
    Join Date
    Jun 2010
    Posts
    1,857

    Morning

    Yo so im trying to hack big bucks. I got the swf from zuckeR so im trying to get the text file so I type in cd desktop cd flasm then flasm. So then I type in -d BigBucks.swf > Bigbucks.txt and it says -d is not a recognized command. Im open for someone to do team viewer with or if they can give me a step by step tut on it. (I was gonna upload a screenie but my uploader wont work D

    Karma for whoever helps.

  2. #2
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: Morning

    Try "flasm -d blahblahblah.swf > blahblahblah.txt"

  3. #3
    Senior Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    1,862

    Re: Morning

    Do what Shadow said. You forgot to put flasm in front of it.

    Type flasm to get a full list of commands.
    I've been here before.

  4. #4
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Morning

    Or if you are very smart then you use .bat files. I post you the code of them which i use. One click and i can disassemble and reassemble the games

    disassemble:
    Code:
    @echo off
    flasm
    flasm -d game.swf > game.flm
    reassemble:
    Code:
    @echo off
    flasm
    flasm -a game.flm
    Save them into the same folder as flasm. Then you have to rename your game, but you save the time using cmd

    Or you use drag and drop...
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  5. #5
    Senior Member
    Join Date
    May 2010
    Location
    Pen Island
    Posts
    3,838

    Re: Morning

    Big Bucks is encrypted.
    Flasm doesn't do encrypted games,unless you decrypt the game

  6. #6
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Morning

    Quote Originally Posted by spiderkid12
    So then I type in -d BigBucks.swf > Bigbucks.txt and it says -d is not a recognized command.
    The right command is:
    flasm -d BigBucks.swf > Bigbucks.txt

    But you are right roflmao, its encrypted. But even she has the decrypted file, she will get the same error when she using the same command as she sayed.
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  7. #7
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: Morning

    Quote Originally Posted by selectLOL
    Quote Originally Posted by spiderkid12
    So then I type in -d BigBucks.swf > Bigbucks.txt and it says -d is not a recognized command.
    The right command is:
    flasm -d BigBucks.swf > Bigbucks.txt
    I think i made that clear in my first post.

  8. #8
    Senior Member spiderkid12's Avatar
    Join Date
    Jun 2010
    Posts
    1,857

    Re: Morning

    Thanks guys but like rofl said its encrypted. Request lock.

  9. #9
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: Morning

    Locked.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •