Arcade Prehacks

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Senior Member
    Join Date
    May 2010
    Location
    Pen Island
    Posts
    3,838

    Re: hoverbot arena 1 or 2

    Quote Originally Posted by MartinRistov
    Tell me the variables and I'll code it and give it to you back to see what's wrong
    Code:
    loadMovieNum("http://www.arcadeprehacks.com/unhacked_swf/hoverbot2-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.totalMetal = 99999999; // All code here between {} will excecute when key is pressed.
    	   
       }
      
    }
    
    Key.addListener(keylistener);
    /////////// END KEY LISTENER CODE BLOCK //////////////////

  2. #12
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: hoverbot arena 1 or 2

    Get it from here
    Make sure you name the unhacked file hoverbot2

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

    Re: hoverbot arena 1 or 2

    This one's open 4 all.I submitted it and I played the unapproved version and it appears to not work.

  4. #14
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: hoverbot arena 1 or 2

    Give me the variable names I'll try something

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

    Re: hoverbot arena 1 or 2

    totalMetal = total metal collected

    That's all I could find.

  6. #16
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: hoverbot arena 1 or 2

    There's an issue with that variable...I've no idea what is it...
    Also you don't have a score disabling variable and there are a couple of hacks that can be implemented.

    Can I do it

Page 2 of 2 FirstFirst 12

Posting Permissions

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