Search found 19 matches

by Seeker2002
Wed Nov 17, 2010 5:25 am
Forum: M.A.M.E. "Arcade" Cheats Archive
Topic: [wow] Wizard of Wor (“How to become invincible”)
Replies: 1
Views: 1263

[wow] Wizard of Wor (“How to become invincible”)

<cheat desc="Dragons cant eat you PL1 and PL2"> <comment>Dragons Fire and Players shots can still kill you</comment> <script state="on"> <action>maincpu.mb@214B=C0</action> </script> <script state="run"> <action>maincpu.mb@214B=C9</action> </script> <script state="...
by Seeker2002
Tue Nov 09, 2010 2:23 am
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Cool, Thanks again! :wink:
by Seeker2002
Tue Nov 09, 2010 12:23 am
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Hey Pugsy,

One more thing,

How do you write to an instruction in the debug window to change the opcode?

And is C0 the nop code for the Z80?

Thanks!
by Seeker2002
Mon Nov 08, 2010 8:44 pm
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Pugsy wrote:Yes

Examples:-
cn eq,5
cn eq,f


or if you think the value is less than 0x10

cn lt,10


or if you think the value is greater than 0x10

cn gt,10
Got it, Thanks.. :D
by Seeker2002
Mon Nov 08, 2010 8:33 pm
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Ok, I got it! :D

One more thing, is there a command to tell the cheat engine to search for a particular valve if you know what it is?

Thanks again! :wink:
by Seeker2002
Mon Nov 08, 2010 7:58 pm
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Start a search with 'ci' or equivalent Whilst you are still alive do a load of 'cn eq' searches whilst moving around.quote] Hey Pugsy, thanks for the quick reply. Sorry if I sound stupid, :-? but I'm not understanding some of your abbreviations, please explain. What does 'ci' and 'cn' stand for? I ...
by Seeker2002
Mon Nov 08, 2010 8:06 am
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

Hey Pugsy, What are some of your methods you use to find invincible cheats? I'm having trouble just duplicating some of the ones that were done already. :( How do you find or search for an address of interest as a starting point for invincible cheats? I know how to find infinite lives and energy and...
by Seeker2002
Mon Dec 21, 2009 5:50 am
Forum: Cheat Engine Help
Topic: New MAME Cheat engine....some example conversions
Replies: 15
Views: 10814

Re: New MAME Cheat engine....some example conversions

I use to write trainers with the Evox-Team for the Xbox. Interesting, I had a play at making xbox trainers a few years back. But, it was a rather funless/pointless exercise as you boys had already done pretty much everything already.....damn you all! :evil: Only game I found with no trainers was Sm...
by Seeker2002
Mon Dec 21, 2009 5:31 am
Forum: M.A.M.E. "Arcade" Cheats Archive
Topic: [warlords] Warlords (“Indestructible Castles”)
Replies: 2
Views: 1199

Re: [warlords] Warlords (“Indestructible Castles”)

Pugsy wrote:Thanks, added - will be in the next cheat release.
You're welcome, glad to be of service to the community. :)
by Seeker2002
Wed Dec 16, 2009 6:07 pm
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

In the past I've tried various things like "wp 6228,1,w,wpdata!=ff,maincpu.pb@6228=09" with and without curly brackets and in several different formats and nothing worked so I guess it's not possible. :( darn! well, that's what I needed to know. I guess it's back to the drawing board. :lo...
by Seeker2002
Wed Dec 16, 2009 2:53 am
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Re: Need help with the commands

temp0 = 9; wp 6228,1,w,wpdata==4,{temp0++; s} Hi guys, I need some help here please. I'm trying to write value 9 to the my RAM address when the condition is met. It will break and everything but it will not write to my address. What am I doing wrong? :-? There's no where in that expression were you...
by Seeker2002
Wed Dec 16, 2009 12:57 am
Forum: Cheat Engine Help
Topic: Need help with the commands
Replies: 14
Views: 5170

Need help with the commands

temp0 = 9; wp 6228,1,w,wpdata==4,{temp0++; s} Hi guys, I need some help here please. I'm trying to write value 9 to the my RAM address when the condition is met. It will break and everything but it will not write to my address. What am I doing wrong? :-? By the way it's just an address that hold th...
by Seeker2002
Tue Dec 15, 2009 9:51 am
Forum: M.A.M.E. "Arcade" Cheats Archive
Topic: [warlords] Warlords (“Indestructible Castles”)
Replies: 2
Views: 1199

[warlords] Warlords (“Indestructible Castles”)

Hi, For those of you who are interested, I added a new cheat for the game Warlords, (“Indestructible Castles”) for all to enjoy. It means just what it says, your castle walls can not be destroyed by any fireballs when enabled. Hopefully Pugsy will add it to the Cheat.zip database file for M.A.M.E’s...
by Seeker2002
Mon Dec 14, 2009 3:39 am
Forum: Cheat Engine Help
Topic: New MAME Cheat engine....some example conversions
Replies: 15
Views: 10814

Re: New MAME Cheat engine....some example conversions

Breakpoints are used when you want to stop code running at a certain point. What you are describing sounds more like watchpoints So wp 6228,1,w Will break after the instruction that modifies 6228. wp 6228,1,w,wpdata==02 Will break after the instruction that modifies 6228 with 02 You don't need the ...
by Seeker2002
Sun Dec 13, 2009 10:26 pm
Forum: Cheat Engine Help
Topic: New Help Document
Replies: 0
Views: 1522

New Help Document

Sorry if this has been asked already, but I didn't see anything when searching. Is there any help documents for the M.A.M.E new debug cheat engine. Mostly what I'm looking for is a list of the commands. It gets kind of old using the help search all the time. :) Thanks [Edited] :-? I posted this in t...
by Seeker2002
Sun Dec 13, 2009 8:31 pm
Forum: Cheat Engine Help
Topic: New MAME Cheat engine....some example conversions
Replies: 15
Views: 10814

Re: New MAME Cheat engine....some example conversions

Ok, first of all I'll like to thank everybody for their help, with special thanks to you Pugsy. :wink: I was playing around with the new debug cheat engine last night and was able to figure it out with Pugsy's advise. The only problem I'm having is getting the Break Points to break at all. I know I ...
by Seeker2002
Sun Dec 13, 2009 11:02 am
Forum: M.A.M.E. "Arcade" Cheat Requests
Topic: Pit Fighter - cheats needed
Replies: 4
Views: 2904

Re: Pit Fighter - cheats needed

The above information is outdated, S. Ronco has added cheat finding capabilities to the debugger and they work exceptionally well. In the debugger just type:- help cheats to get more information, there are are few posts on these forums that should help you get started. Thanks Pugsy, I'll take a loo...
by Seeker2002
Sat Dec 12, 2009 11:19 pm
Forum: M.A.M.E. "Arcade" Cheat Requests
Topic: Pit Fighter - cheats needed
Replies: 4
Views: 2904

Re: Pit Fighter - cheats needed

Thanks this helps alot. This answers part of my question I posted earlier about how do you find new cheats for the later version of MAMEs that uses the XML cheat format. Now is there a simpler or easier way of maybe once you find your poke address in ArtMoney Pro to just set the offset so that it wi...
by Seeker2002
Sat Dec 12, 2009 10:27 pm
Forum: Cheat Engine Help
Topic: New MAME Cheat engine....some example conversions
Replies: 15
Views: 10814

Re: New MAME Cheat engine....some example conversions

So, how do you find new cheats for the later versions of MAME that uses the new XML Cheat format, do you have to find them in the old supported Cheat.dat MAME versions and then convert them to the new format? How do we get our hands on the cheat converter program? Also the new built in debugger prog...