Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help Please?

  1. #1

    Join Date
    Jul 2010
    Posts
    7

    Help Please?

    Well, I want to know how to make the value infinite. Also, how can I make something invincible? So that nothing hits it? Also, if there are things that you need to unlock, how do you unlock them? How do I remove the leader board? Another thing, is there something where I can find all of these hacks?

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

    Re: Help Please?

    What are you using to hack games?flasm?

  3. #3

    Join Date
    Jul 2010
    Posts
    7

    Re: Help Please?

    Yeah, I'm using Flasm. Why? Do I need another program?

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Help Please?

    For AS2 games you use Flasm.
    For a big number you can use 1E18 which is pretty infinite.
    For scores sometimes you have to disable some actions and sometimes you remove the highscore links

    There are many ways to unlock stuff,I'd suggest to take a look at some tutorials and other useful topics

  5. #5

    Join Date
    Jul 2010
    Posts
    7

    Re: Help Please?

    I can't find any topics telling how to remove the score board.

  6. #6
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Help Please?

    Quote Originally Posted by DevSun
    I can't find any topics telling how to remove the score board.
    I just told you.

    Quote Originally Posted by MartinRistov
    For scores sometimes you have to disable some actions and sometimes you remove the highscore links

  7. #7

    Join Date
    Jul 2010
    Posts
    7

    Re: Help Please?

    Oh, okay. Well, anyways, how do you unlock everything? I still can't figure that out.

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

    Re: Help Please?

    To disable score links:
    Code:
    Search for "http" in notepad++.If you find a link with "score" in it,erase the link and put in a new link.
    To make a number really big:
    Code:
    Change it to 9999999 or 1.0e+018 or turn it to NaN(but just do 9999999 because it's a lot)
    To Unlock things:
    Sometimes it says something like:
    Code:
    leveltwounlocked, FALSE
    Just change that to:
    Code:
    leveltwounlocked, TRUE
    Sometimes it says:
    Code:
    Levelsunlocked, 1
    Just change that to
    Code:
    Levelsunlocked, *number of levels here*

  9. #9

    Join Date
    Jul 2010
    Posts
    7

    Re: Help Please?

    Well, the thing is, I'm trying to hack The Gun Game 2 just for practice. But the thing is, it doesn't have any codes in it. But I saw it hacked. Help?

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

    Re: Help Please?

    Quote Originally Posted by DevSun
    Well, the thing is, I'm trying to hack The Gun Game 2 just for practice. But the thing is, it doesn't have any codes in it. But I saw it hacked. Help?
    That means it's actionscript3,or AS3.The flasm technique can't hack as3.

Page 1 of 2 12 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
  •