Button Game 1
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Button Game 1

-migrated-
Last Updated: 06/13/2010 17:16

Sorry, there are no badges available for this game.

Game Dscription
Possible the best game EVER.
Button Game 1 Posted on: 04/02/2010 12:22am
Quote Post
System Bot
http://www.newgrounds.com/portal/view/518851

Oh god so many medal games today...

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: the button game by huw Posted on: 04/02/2010 12:35am
Quote Post
You can just right click->forward....Don't know if it'll give the medals this way, though
Re: Button Game 1 Posted on: 04/30/2010 11:37pm
Quote Post
It has a few strictly looks medals.

Can someone make a quick walkthrough?
Re: Button Game 1 Posted on: 05/01/2010 2:12pm
Quote Post
System Bot
Quote from: "Doomware"
It has a few strictly looks medals.

Can someone make a quick walkthrough?
1. Left top corner
2. Second guy from the left
3. The first duck from the right
4. Click the green hat
5. Right down corner, click the 7
6. Click the left nipple
7. Red square in the top right corner
8. The cats ass, poo
9. Hair
10. 2
11. Down left corner
12. 6
13. Click the robot
-End-

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Button Game 1 Posted on: 05/02/2010 6:43pm
Quote Post
So the final puzzle with the red dots is impossible?
Re: Button Game 1 Posted on: 05/02/2010 7:05pm
Quote Post
System Bot
Quote from: "Doomware"
So the final puzzle with the red dots is impossible?
Huh? Red dots? You can't get past the thing with money. I never saw anything with red dots there (broken image removed)

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Button Game 1 Posted on: 06/12/2010 2:43am
Quote Post
Just looking for easy games to practice aob switch, found this:

//96 09 00 08 12 07 01 00 00 00 08 0a
   _push "Let There Be Colour" 1 "com"

//96 09 00 08 10 07 01 00 00 00 08 0a
   _push "Serial Killer" 1 "com"

//96 09 00 08 12 07 01 00 00 00 08 0a
   _push "Button Game Legend" 1 "com"

//96 09 00 08 10 07 01 00 00 00 08 0a
   _push "Accountant" 1 "com"

But you'll notice that accountant and serial killer are the same (10) and button game legend and Colour are the same (12). Also, I couldn't find the chaos medal, the world Chaos didn't return any results. But there is this one for Emaralds?

   //96 14 00 07 01 00 00 00 07 01 00 00 00 00 65 6d 61 72 61 6c 64 73 00
   _push 1 1 "emaralds"
Re: Button Game 1 Posted on: 06/12/2010 8:42am
Quote Post
System Bot
No, no, just no! Don't tell me you hacked that game.. You can get all the medals in ~5 minutes, a medal switch would take much longer. Anyways thanks for the AoBs.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Button Game 1 Posted on: 06/12/2010 4:10pm
Quote Post
Never tested them, I dunno if they work. But the Chaos one is hard to get? I actually don't think anybody has that one or it's broken. I've got 4 before, but that was it.
Re: Button Game 1 Posted on: 06/12/2010 7:18pm
Quote Post
System Bot
Quote from: "xycho666"
Never tested them, I dunno if they work. But the Chaos one is hard to get? I actually don't think anybody has that one or it's broken. I've got 4 before, but that was it.
The medals give 0 points, so who actually cares about that game. Its like it would have no medals. (broken image removed)

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Button Game 1 Posted on: 06/12/2010 9:40pm
Quote Post
What ever happened to hacking it just for the sake of hacking it? Can anybody help me with that medal?
Re: Button Game 1 Posted on: 06/12/2010 10:38pm
Quote Post
System Bot
Quote from: "xycho666"
What ever happened to hacking it just for the sake of hacking it?
Do you really consider medal AoBs as hacking? The dumbest leecher could find us medal AoBs. Two easy steps:

1.) Type "unlockMedal" into the search box in SoThinks .swf Decompiler and search all AS files.
2.) Done.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Button Game 1 Posted on: 06/13/2010 5:12pm
Quote Post
Okay so I found the chaos one in some random action file (was Sprite 146 for some reason). Here is both the serial killer and the chaos medals.
Code: [Select]
//4e
_getMember
//96 02 00 08 02
_push "medal"
//4e
_getMember
//87 01 00 01
_storeRegister 1
//17
_pop
//96 0f 00 08 03 06 00 00 00 00 00 00 00 00 04 01 08 04
_push "You unlocked '" 0 register1 "__get__name"
//52
_callMethod
//47
_add2
//96 02 00 08 05
_push "'! (value: "
//47
_add2
//96 0d 00 06 00 00 00 00 00 00 00 00 04 01 08 06
_push 0 register1 "__get__value"
//52
_callMethod
//47
_add2
//96 02 00 08 07
_push " points)"
//47
_add2
//26
_trace
#24 //96 02 00 08 08
_push "this"
//1c
_getVariable
//96 02 00 08 09
_push "onMedalUnlocked"
//1c
_getVariable
//96 02 00 08 0a
_push "com"
//1c
_getVariable
//96 02 00 08 0b
_push "newgrounds"
//4e
_getMember
//96 02 00 08 0c
_push "APIEvent"
//4e
_getMember
//96 02 00 08 0d
_push "UNLOCK_MEDAL"
//4e
_getMember
//96 07 00 07 03 00 00 00 08 0a
_push 3 "com"
//1c
_getVariable
//96 02 00 08 0b
_push "newgrounds"
//4e
_getMember
//96 02 00 08 0e
_push "API"
//4e
_getMember
//96 02 00 08 0f
_push "addEventListener"
//52
_callMethod
//17
_pop
//96 09 00 08 10 07 01 00 00 00 08 0a
_push "Serial Killer" 1 "com"
//1c
_getVariable
//96 02 00 08 0b
_push "newgrounds"
//4e
_getMember
//96 02 00 08 0e
_push "API"
//4e
_getMember
//96 02 00 08 11
_push "unlockMedal"
//52
_callMethod
//17
_pop
//96 09 00 08 12 07 01 00 00 00 08 0a
_push "Chaos" 1 "com"
//1c
_getVariable
//96 02 00 08 0b
_push "newgrounds"
//4e
_getMember
//96 02 00 08 0e
_push "API"
//4e
_getMember
//96 02 00 08 11
_push "unlockMedal"
//52
_callMethod
//17
_pop
//00
_end

Not sure what there is to switch? I mean i see the (_push "unlockMedal") and (_push "Chaos" 1 "com") but the values are the same for both medals, so I don't think switching them would work. Is there something i'm missing?
Re: Button Game 1 Posted on: 06/13/2010 5:16pm
Quote Post
System Bot
You can switch these here.

Code: [Select]
  //96 09 00 08 10 07 01 00 00 00 08 0a
   _push "Serial Killer" 1 "com"

   //96 09 00 08 12 07 01 00 00 00 08 0a
   _push "Chaos" 1 "com"


This post was imported from an account that no longer exists!
Previous Name: phreneticus