Arcade Prehacks

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Sword And Sandals 2

    The variable doesn't work when I set it in Visualbasic 6...

    Code:
    Call ShockwaveFlash1.SetVariable("_root.strength", Text1.Text)
    Does that means the variables keeps changing and I need to brute force it?

    Also this game is encrypted...

  2. #2

    Join Date
    May 2008
    Posts
    573

    Re: Sword And Sandals 2

    I think there are global variables also. Or they have changing variables
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  3. #3

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: Sword And Sandals 2

    I tried either
    Code:
    Call ShockwaveFlash1.SetVariable("_root.player.strength", Text1.Text)
    Code:
    Call ShockwaveFlash1.SetVariable("_root.game.strength", Text1.Text)
    But they don't work D=

  4. #4

    Join Date
    May 2008
    Posts
    573

    Re: Sword And Sandals 2

    global vars can be anything
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  5. #5

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: Sword And Sandals 2

    Quote Originally Posted by sme11y
    global vars can be anything
    But will there be still a way to find the Global Variables?

  6. #6

    Join Date
    May 2008
    Posts
    573

    Re: Sword And Sandals 2

    fgm sometimes shows them. But I usually look through sothink swf decompiler. If its encrypted, look through the hex
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  7. #7

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: Sword And Sandals 2

    Quote Originally Posted by sme11y
    fgm sometimes shows them. But I usually look through sothink swf decompiler. If its encrypted, look through the hex
    ok thanks but what is "fgm"?

  8. #8
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Sword And Sandals 2

    fgm = flash game master

  9. #9

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: Sword And Sandals 2

    Hex is so hard... I will have to look it through Flashgame Master

  10. #10
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: Sword And Sandals 2

    From what i have heard its easy.

Page 1 of 3 123 LastLast

Posting Permissions

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