Arcade Prehacks

Results 1 to 9 of 9

Thread: Test

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

    Test

    I need to test this key hack.
    Hacks:Press 1 for 9999 lives.
    NOTE:This game does not play locally as I made it so it only plays on APH.
    The loader is the hacked,and the other is the unhacked.
    Attached Files Attached Files

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Test

    Can I see the code please?

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

    Re: Test

    Code:
    loadMovieNum("http://www.arcadeprehacks.com/unhacked_swf/penguinskate-loader.swf", 0);
    
    
    /////////// START KEY LISTENER CODE BLOCK //////////////////
    // Set the keys you want to listen for here.
    // Get key codes here http://people.uncw.edu/tompkinsj/112...t/keyCodes.htm
    keylistener = new Object();
    keylistener.onKeyDown = function() {
    	
       if (Key.getCode() == 49)
       {
    	   _level0.lives.lives = 9999; // All code here between {} will excecute when key is pressed.
    	   
       }
      
    }
    
    Key.addListener(keylistener);
    /////////// END KEY LISTENER CODE BLOCK //////////////////

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Test

    Yep you got it right this time.
    Submit it and let's see how it goes

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

    Re: Test

    Ok,it's submitted.

  6. #6
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Test

    I really have no idea what you did wrong this time...everything seems alright maybe there's some typo or something

    I re-uploaded my own loader and approved it
    http://www.arcadeprehacks.com/game/5129 ... ate-2.html

    Here's my loader,COMPARE THEM VERY CAREFULLY
    Code:
    loadMovieNum("http://www.arcadeprehacks.com/unhacked_swf/penguinskate-loader.swf", 0);
    
    
    /////////// START KEY LISTENER CODE BLOCK //////////////////
    // Set the keys you want to listen for here.
    // Get key codes here http://people.uncw.edu/tompkinsj/112...t/keyCodes.htm
    keylistener = new Object();
    keylistener.onKeyDown = function() {
    	
       if (Key.getCode() == 49)
       {
    	   _level0.lives.lives = 9999; // All code here between {} will excecute when key is pressed.
    	   
       }
      
    }
    
    Key.addListener(keylistener);
    /////////// END KEY LISTENER CODE BLOCK //////////////////

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

    Re: Test

    This is really confusing.I don't know what I did wrong.

  8. #8
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Test

    Hmm can I have a screenshot of your Flash with the code?
    Here's mine:
    [color=#FF0000]IMAGE[/color]

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

    Re: Test

    Hold on,lemme upload my screenshot to imageshack.

    EDIT: http://img228.imageshack.us/img228/5373 ... shotdt.png

Posting Permissions

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