| View previous topic :: View next topic |
| Author |
Message |
です Newbie cheater
Reputation: 0
Joined: 09 Feb 2008 Posts: 20
|
Posted: Thu Mar 13, 2008 8:55 pm Post subject: |
|
|
| mageknight wrote: | | Im pretty sure there is a language called J++ |
He may be talking about it, but J++ is insanely old.
Last edited by です on Thu Mar 13, 2008 9:02 pm; edited 1 time in total |
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Thu Mar 13, 2008 8:56 pm Post subject: |
|
|
| What is this code doing to minesweeper? |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Fri Mar 14, 2008 5:17 am Post subject: |
|
|
| Mr. Who The Fuck wrote: | 1)
@Poster above me:
Who the fuck uses WPM from ASP?
2)
Wtf is a J++? |
A lot of commercial websites use Windows API calls from later ASP web-based applications to benefit their customers by providing web-based controls. Such as: Microsoft. That's who the fuck uses it.
And J++ is another Microsoft Integrated Development Environment, but I did mean to say J# (I have J++ installed with the rest of MS Visual Studio 6, as well as quite a few .NET IDE's. It's not too hard to make a few typo's, especially at 2-3 in the morning).
| mageknight wrote: | | What is this code doing to minesweeper? |
First, it reads the 'time' from Minesweeper's static address and places it in the Form's Title, then it writes to the address changing the value to 911. |
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Mar 14, 2008 7:56 am Post subject: |
|
|
| Does this work on the Vista Minesweeper? |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Fri Mar 14, 2008 8:25 am Post subject: |
|
|
Haven't tried it yet (I dual-boot, but usually use XP to develop), why not try it yourself on Vista?
If it doesn't, all you need to do is update the addresses. |
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Fri Mar 14, 2008 1:27 pm Post subject: |
|
|
So I tried it on my other computer running XP but nothing happened My code is perfect exactly as it should be. Well here it is.
 |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Sat Mar 15, 2008 9:15 am Post subject: |
|
|
It wont work on Vista. If you want it to work on vista, just write memory using the Float overload (short), (the address is dynamic, so you'll still need to find that with Cheat Engine as well)
But anyway, did you have 1 instance of Minesweeper running? I programmed the DLL to only work if there's one instance of Minesweeper running.
Make sure when you start your application that you have a game in-progress with winmine as well. It's possible that the address is different on your system, double check using Cheat Engine (Add Address Manually: 100579C, 4 byte).
And just as preference, get into the habit of using &H100579C instead of numeric values. It will make things easier in the future for you.
(Oh, and if you downloaded the DLL about 10-20 minutes after I first posted the topic, you'll need to re-download it. Because I updated it, made a mistake in one of the functions which caused WriteMemory to fail-fixed it quickly after I started the topic). |
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Sat Mar 15, 2008 1:37 pm Post subject: |
|
|
| then thats probably whats wrong. Ill re download it and try again. |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Sat Mar 15, 2008 3:30 pm Post subject: |
|
|
| Let me know what happens. =) |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Mar 23, 2008 8:15 am Post subject: |
|
|
| is it me or this .dll has no exports ? (only imports mscoree.dll @ _CoreDllMain) |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Sun Mar 23, 2008 8:29 am Post subject: |
|
|
Are you using the .Net IDE's? I forgot to mention that lol.
If not, that would be why. (Unusable from VS 6.0 i.e. VB6, etcetera) |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Mar 23, 2008 8:35 am Post subject: |
|
|
| Estx wrote: | Are you using the .Net IDE's? I forgot to mention that lol.
If not, that would be why. (Unusable from VS 6.0 i.e. VB6, etcetera) |
idk wth is .NET IDE's, but i do have .NET Framework installed.
1.5
2.0
3.0
3.5
and updated until now |
|
| Back to top |
|
 |
Decilios How do I cheat?
Reputation: 0
Joined: 16 Jun 2007 Posts: 4
|
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Sun Mar 23, 2008 8:44 am Post subject: |
|
|
| Rot1 wrote: | | idk wth is .NET IDE's, but i do have .NET Framework installed. |
IDE is an abbreviation for Integrated Development Environment.
What programming language are you using? I assume you checked for exports using 'Dependency Walker' lol.
| Decilios wrote: | thanks, estx. my horrible c# skills just got a little better...  |
Glad I could help. =) |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Mar 23, 2008 10:10 am Post subject: |
|
|
| Estx wrote: | | Rot1 wrote: | | idk wth is .NET IDE's, but i do have .NET Framework installed. |
IDE is an abbreviation for Integrated Development Environment.
What programming language are you using? I assume you checked for exports using 'Dependency Walker' lol.
| Decilios wrote: | thanks, estx. my horrible c# skills just got a little better...  |
Glad I could help. =) |
peid ftw ? |
|
| Back to top |
|
 |
|