| View previous topic :: View next topic |
| Nice Game? |
| Yeah. I like to hack it :P |
|
20% |
[ 2 ] |
| Sad I cant complete it! |
|
30% |
[ 3 ] |
| Yeah. I completed it without hack ^^ |
|
40% |
[ 4 ] |
| No. I hate it! |
|
10% |
[ 1 ] |
|
| Total Votes : 10 |
|
| Author |
Message |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Mon Dec 03, 2007 10:56 am Post subject: |
|
|
call submit score form when press button?
_________________
|
|
| Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Mon Dec 03, 2007 11:03 am Post subject: |
|
|
| In the disassembly, you will see brfalse.s. If it is false, then it will jump 30 bytes. I just changed it so it will jump 0 bytes. That will make it as if it returned true.
|
|
| Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Mon Dec 03, 2007 11:08 am Post subject: |
|
|
Psssst~
850318
Last edited by DoomsDay on Mon Dec 03, 2007 11:18 am; edited 1 time in total |
|
| Back to top |
|
 |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Mon Dec 03, 2007 11:13 am Post subject: |
|
|
| killersamurai wrote: | | In the disassembly, you will see brfalse.s. If it is false, then it will jump 30 bytes. I just changed it so it will jump 0 bytes. That will make it as if it returned true. |
hmm shouldn't use a variable to store that. :X
_________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Dec 03, 2007 11:43 am Post subject: |
|
|
Yay, i finally did it. That annoyed me.
Look:
| Description: |
|
| Filesize: |
42.85 KB |
| Viewed: |
4394 Time(s) |

|
|
|
| Back to top |
|
 |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Mon Dec 03, 2007 9:06 pm Post subject: |
|
|
Dark Byte played my game @@"... doing 3.2 now
_________________
|
|
| Back to top |
|
 |
jongwee Moderator
Reputation: 0
Joined: 28 Jun 2006 Posts: 1388 Location: Singapore
|
Posted: Mon Dec 03, 2007 9:37 pm Post subject: |
|
|
There is a logic in every game, and I think I found out this game's logic ^^. If you want to have a certain square blacked, you must either press the square on top of it, below it, left, or right.
Example:
| Code: |
To get the middle box shaded
[ ][ ][ ]
[ ][ ][ ]
[ ][ ][ ]
You must shade the box left to it, right to it, top of it and below it
So:
[ ][X][ ]
[X][Shaded][X]
[ ][X][ ]
|
Sorry if my theory is wrong ><
_________________
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Dec 03, 2007 10:11 pm Post subject: |
|
|
Ok the password is
0xcf98e.
I'm not quite sure what to do with it though...
| Code: |
private void btnCheat_Click(object sender, EventArgs e)
{
int num = 0xcf98e;
if (this.txtPassword.Text == num.ToString())
{
try
{
foreach (Button button in this.gbox.Controls)
{
if (button.Name.Substring(0, 1) == "x")
{
button.BackColor = this.TRUE_COLOR;
}
}
}
finally
{
IEnumerator enumerator;
if (enumerator is IDisposable)
{
(enumerator as IDisposable).Dispose();
}
}
}
this.Trigger(this.x1y1);
this.Trigger(this.x1y1);
}
|
I can't quite find the btnCheat button. =/
~~
Edit:
I found the InitializeComponent method (took a while), and I found that you have all these little cheating things, "for testing only", with Visible = false;
I'll exploit that though. =P
_________________
|
|
| Back to top |
|
 |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Mon Dec 03, 2007 11:34 pm Post subject: |
|
|
lol of course i did, else how i'm gonna test the result unless i beat the game.
EDIT:
Version updated again
_________________
|
|
| Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Tue Dec 04, 2007 1:36 am Post subject: |
|
|
| Just right click on the Ranking or Restart. That will give you the option to cheat. Since he didn't do num.ToString("X2");, you would have to enter 850318.
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Tue Dec 04, 2007 1:49 am Post subject: |
|
|
The new version crashes when I open it, and yes, I do have the .NET Framework installed.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Tue Dec 04, 2007 1:50 am Post subject: |
|
|
| Xenephobe wrote: | | The new version crashes when I open it, and yes, I do have the .NET Framework installed. |
Packer problem O.o?
_________________
|
|
| Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Tue Dec 04, 2007 2:02 am Post subject: |
|
|
| #GUID heap has invalid size
|
|
| Back to top |
|
 |
richie86 Grandmaster Cheater
Reputation: 0
Joined: 13 Jan 2006 Posts: 664
|
Posted: Tue Dec 04, 2007 3:03 am Post subject: |
|
|
| killersamurai wrote: | | #GUID heap has invalid size |
using reflector or?
_________________
|
|
| Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Tue Dec 04, 2007 4:21 am Post subject: |
|
|
Lol that's gonna be interesting to try to unpack it without being able to use olly
|
|
| Back to top |
|
 |
|