Arcade Prehacks

Page 61 of 103 FirstFirst ... 1151596061626371 ... LastLast
Results 601 to 610 of 1026
  1. #601
    Senior Member
    Join Date
    Jul 2008
    Posts
    1,871

    Re: How to hack using Flasm

    Sigh, you should read the earlier posts
    The game is probably AS3 if you find something like this from the beginning of the text file:
    Code:
    attrActionScript3

  2. #602
    Bluegames3's Avatar
    Join Date
    Jun 2010
    Location
    C:\Program Files
    Posts
    93

    Re: How to hack using Flasm

    Quote Originally Posted by Joonaqwe
    You can change everything.
    Um, ok, i'll rephrase my question.
    What do i have to change if there is a health bar and i want it to not decrease. (Or set its value to 9 billion)

  3. #603
    Senior Member m electric's Avatar
    Join Date
    Jul 2009
    Location
    Baltimore, Ohio
    Posts
    1,397

    Re: How to hack using Flasm

    search for ''health'' and when you see ''health'' and your starting health number in the same line you change that variable.

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

    Re: How to hack using Flasm

    Quote Originally Posted by m electric
    search for ''health'' and when you see ''health'' and your starting health number in the same line you change that variable.
    Yeah,but it's not always like that.Sometimes it's a few lines down.It'll say like "push (your starting heath)".

  5. #605
    eyesuckink's Avatar
    Join Date
    May 2010
    Location
    Gering, Nebraska
    Posts
    69

    Re: How to hack using Flasm

    yeah and i have also figured out that it can say stuff like
    Code:
    getVariable
    health
    push,' 100
    setVariable
    and the push 100 is the health

  6. #606
    Senior Member
    Join Date
    Jul 2008
    Posts
    1,871

    Re: How to hack using Flasm

    Usually when there's health, there's "decrement".
    Code:
    getVariable
    health
    push,' 100
    decrement
    setVariable
    So if you find the word "decrement" near the health variables, make it a comment by adding two strokes before it.
    Code:
    getVariable
    health
    push,' 100
    //decrement
    setVariable

  7. #607
    eyesuckink's Avatar
    Join Date
    May 2010
    Location
    Gering, Nebraska
    Posts
    69

    Re: How to hack using Flasm

    i was wondering how to make keys hacks like with keys on the screen to choose what you want

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

    Re: How to hack using Flasm

    I think it has to do with adding code?
    You might wanna ask Martin or Dave though.

  9. #609

    Join Date
    Jun 2010
    Posts
    1

    Re: How to hack using Flasm

    it goes smoothly all the way to command prompt. when i try to type in cd flasm it says it cannot find the path specified.

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

    Re: How to hack using Flasm

    That's because you need to type cd desktop before typing cd flasm.

Page 61 of 103 FirstFirst ... 1151596061626371 ... 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
  •