Arcade Prehacks

Results 1 to 6 of 6
  1. #1
    You999888's Avatar
    Join Date
    Jul 2010
    Posts
    119

    Swords and sandals crusader

    Hello,
    Some of my friends requested a swords and sandals crusader. I do not know why they think it is a great game.
    Anyway, I can not hack it because when I get the swf, It comes up with "eval".
    I am currently using adobe CS4 flash and SWF decompiler.
    There is a great hack from MartinRistov on Arcade Pre Hacks.
    If he could help or anyone, it would be greatly appreciated.
    I would maybe prefer a tutorial on how this was done.
    I need help with getting the proper variables.

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Swords and sandals crusader

    The game is plain AS2,all you need is Flasm.
    The variable for gold is
    Code:
    gp

  3. #3
    You999888's Avatar
    Join Date
    Jul 2010
    Posts
    119

    Re: Swords and sandals crusader

    Thats what I thought.
    But then it comes up with errors.
    And what do you mean by gp?

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Swords and sandals crusader

    If it comes up with errors must have been encrypted.
    By gp I mean if you start with 100 gold it would look like this when decompiled with flasm
    Code:
    push "gp"
    '100'

  5. #5
    You999888's Avatar
    Join Date
    Jul 2010
    Posts
    119

    Re: Swords and sandals crusader

    So then how did you hack it?

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

    Re: Swords and sandals crusader

    He didn't hack it.
    Open the .txt file in Notepad (++) and CTRL + F to search. Search for 'gold' or 'gp'. Then change the variable to something else.

    Example:

    Code:
    push 'gp', 150
    Change that to:

    Code:
    push 'gp', 1000
    For 1000 GP/gold.
    I've been here before.

Posting Permissions

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