Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1

    Join Date
    Apr 2010
    Posts
    5

    Another hack request

    Crackshot
    http://www.maxgames.com/play/crackshot.html
    Hoping for lots of time, bullets and bullet time.

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Another hack request

    The point in this game to complete a level with less time.
    However I've unlocked the levels and game completing.

    I'd appreciate if someone wanna help with the ammo,because the guy won't shoot if it has one extra bullet.
    Let me know so I can send you the SWF

  3. #3
    Senior Member Carpet's Avatar
    Join Date
    Sep 2009
    Location
    Hannover, Germany Lower Saxony
    Posts
    1,290

    Re: Another hack request

    Sorry, iīve hardly tried it and changed this and that, but i canīt figure it out which one is the correct one for making the bullets infinite.

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Another hack request

    it's this:
    Code:
    ammo = 12
    But I couldn't get it to work because even if I add one more bullet it won't shoot anymore

  5. #5
    Senior Member Carpet's Avatar
    Join Date
    Sep 2009
    Location
    Hannover, Germany Lower Saxony
    Posts
    1,290

    Re: Another hack request

    yeah, i know it. i saw this ammo = 12 in one sec, but i meant, that iīve tried something else instead of that, to make it infinite. and as i said, "thousands" tries and nothing works.

  6. #6
    Senior Member
    Join Date
    Oct 2008
    Location
    Having a rave in the UK!
    Posts
    1,706

    Re: Another hack request

    You might as well try finding some code that comes in when you shoot, so you could make it add bullets when you shoot instead of losing one.

  7. #7
    Senior Member Carpet's Avatar
    Join Date
    Sep 2009
    Location
    Hannover, Germany Lower Saxony
    Posts
    1,290

    Re: Another hack request

    Quote Originally Posted by themanhunt1234
    You might as well try finding some code that comes in when you shoot, so you could make it add bullets when you shoot instead of losing one.
    Yep, thatīs exactly one of the things i tried to find out. But everything that looked like the right thing for this, i changed and doesnīt work.

  8. #8
    Senior Member
    Join Date
    Oct 2008
    Location
    Having a rave in the UK!
    Posts
    1,706

    Re: Another hack request

    Shame it is AS3, I wanted to take a look too!

    Well you are buggered for now, i'm afraid.

  9. #9
    Super Moderator ZuckeR's Avatar
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    1,775

    Re: Another hack request

    CrackShot_fla.GAMEENGINE_64::mDown()
    Code:
     var _loc_3:* = ammo - 1;
    ammo = _loc_3;
    That is what you want to change so you can shoot forever.
    Code:
    ORIGINAL: 5d 82 09 2a d6 66 82 09 c1 d7 d2
    CHANGED:  5d 82 09 2a d6 66 82 09 02 d7 d2

  10. #10
    Senior Member
    Join Date
    Oct 2008
    Location
    Having a rave in the UK!
    Posts
    1,706

    Re: Another hack request

    Looks like it was there....

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
  •