Gaming A Basic Guide on How to Create AR codes

  • Thread starter Thread starter CurleyAU
  • Start date Start date
  • Views Views 235,029
  • Replies Replies 1,036
Status
Not open for further replies.
thanks dsrules, it is very clear
smile.gif
 
Hi guys, happy Chinese new year
tongue.gif


Anyways, I hacked these codes for Bomberman Land Touch 2:

CODECan Drop Infinite Bombs:
2228DA72 00000064

Max Speed:
2228DA71 00000009

Max Bomb Impact:
2228DA70 00000014


I found that a very useful code for Bomberman would be a "detonator"...

Like "Press B to make bomb explode!"

I tried to make this code... and failed. Any chance that someone could guide me through it?

Thanks
smile.gif
 
Hehe Moo,
happy moo year
smile.gif
yes your codes were added to the database
smile.gif
welldone
smile.gif

hmm don't bomb have a timer? why not try count down like 5 seconds ? 3 seconds ? 1 seconds ? and 0 when it explode?
 
elixirdream said:
Hehe Moo,
happy moo year
smile.gif
yes your codes were added to the database
smile.gif
welldone
smile.gif

hmm don't bomb have a timer? why not try count down like 5 seconds ? 3 seconds ? 1 seconds ? and 0 when it explode?
then you will boom
biggrin.gif


lets say if making a animal boxing code, is it asm hacking? (for the health) because i am dying in there o_o
 
polle123 said:
@ dsrules, I see, however, it is a pain in the ass and u will a lot of times end up with an Y-axis hack
smile.gif
if you end up with an Y-axis, that's even better...as the Moon Jump address is within the same screen (in the memory viewer), just look for value that changes from 00 > FF then that's your address (32bit)
 
Hehe Moo said:
Hi guys, happy Chinese new year
tongue.gif


Anyways, I hacked these codes for Bomberman Land Touch 2:

CODECan Drop Infinite Bombs:
2228DA72 00000064

Max Speed:
2228DA71 00000009

Max Bomb Impact:
2228DA70 00000014


I found that a very useful code for Bomberman would be a "detonator"...

Like "Press B to make bomb explode!"

I tried to make this code... and failed. Any chance that someone could guide me through it?

Thanks
smile.gif


Happy Chinese New Year, and Australia Day, Lol,I love bomberman.

QUOTE(elixirdream @ Jan 26 2009, 11:33 PM) Hehe Moo,
happy moo year
smile.gif
yes your codes were added to the database
smile.gif
welldone
smile.gif

hmm don't bomb have a timer? why not try count down like 5 seconds ? 3 seconds ? 1 seconds ? and 0 when it explode?

Yea, It's kinda year of the moo, because it's OX. And the bomb idea is cool xD
 
elixir, I tried that trick you told me... but what do I have to do with the code? Just add activator and change the DEX into 0?

Because the bomb will explode after time... I need the code to stop the bomb from exploding and only explode when I press the button.
 
littleboy,
it is the same way as the first post
smile.gif

since you know the exact value, then conduct a serch with the exact value
choose 16 bit
and SEARCH

spend some money or earn some money
and SEARCH with the new balance

repeat until the result remains a few
and you can start test 1 by 1 by changing the value

anyway, i would recommend you try the tutorial and get the exact tools
smile.gif

emucheat is less buggy and much accurate
 
Hehe Moo said:
elixir, I tried that trick you told me... but what do I have to do with the code? Just add activator and change the DEX into 0?

Because the bomb will explode after time... I need the code to stop the bomb from exploding and only explode when I press the button.

I think I can help with that
biggrin.gif

I made a code for the minigame in mario DS (the one where the bombs explode)
I made the first 300 or so have unlimmited time
U will want to do the same AND the opposite

so first, as elix said
find the timer adress
when the value of the timer is 0 the bomb explodes, when it is greater, the bomb doesn't explode
SO: make a code like this
(timer adress: XXXXXXXX)

XXXXXXXX 000000FF => this will make the bomb have inf time [active all the time]
ZZZZZZZZ ZZZZZZZZ => the activator of your choise
XXXXXXXX 00000000 => this will detonate the bomb [active only when activator is pressed]
D2000000 00000000 => and of course the standard ending for an activator... (well i thought this was it, xD god I haven't made a code in a while
mellow.gif
)

so if u understand: this code will make the bomb explode only when pressing your activator

BUT BEWARE: there can be mutiple bombs on the field at the same time and they all have diff adresses, so don't get confused when finding the adress!!!!!
 
elixirdream said:
littleboy,
it is the same way as the first post
smile.gif

since you know the exact value, then conduct a serch with the exact value
choose 16 bit
and SEARCH

spend some money or earn some money
and SEARCH with the new balance

repeat until the result remains a few
and you can start test 1 by 1 by changing the value

anyway, i would recommend you try the tutorial and get the exact tools
smile.gif

emucheat is less buggy and much accurate

But there is only one value and thats the adresse and i cant change that because then i won't know what change..

EDIT: Wenn I search do i put it in HEX..?
 
littleboy said:
elixirdream said:
littleboy,
it is the same way as the first post
smile.gif

since you know the exact value, then conduct a serch with the exact value
choose 16 bit
and SEARCH

spend some money or earn some money
and SEARCH with the new balance

repeat until the result remains a few
and you can start test 1 by 1 by changing the value

anyway, i would recommend you try the tutorial and get the exact tools
smile.gif

emucheat is less buggy and much accurate

But there is only one value and thats the adresse and i cant change that because then i won't know what change..

EDIT: Wenn I search do i put it in HEX..?


littleboy, I'm going to give you a full example right here, right now.

I want an Infinite Lives cheat, and I currently have 3 lives. So I type 3 into the Search section, and click on the binoculars.

Then, kill yourself on the game so that you only have 2 lives left. Type 2 into the Search section, and click on the binoculars.

The program automatically looks for a value that was originally 3, then changed to 2.

Kill yourself again so that you only have 1 life left. Type 1 into the Search section, and click on the binoculars.

If you still have many results left, try to gain a life, so that you have 2 lives left. Type 2 into the Search section, and click on the binoculars.

When you have only 1 or two codes left, begin testing them.

DEX is the part that you change. So for example, if your code's value is 789456, and you wish to make 9999 lives, type 9999 into the DEX section, and the HEX section will change to 270F.

Put 12 in front of 789456 = 12789456

Then place 270F after, and put zeroes to make 8 digits: 12789456 0000270F

And done.

Note: This is only an EXAMPLE, and the value will never actually be 12789456.

________________________________________________________________________________

polle123, I'm testing what you said now. Thanks a lot.



EDIT: IT WORKS!! IT WORKS!!! AFTER 20 MINUTES OF CODING, IT WORKS!!

Here is the code, please test it! Unfortunately it only works on the first bomb you drop, but it still works!

CODE
PRESS B FOR BOMB DETONATOR
122B48F8 0000270F
94000130 FFFD0000
122B48F8 00000000
D2000000 00000000
 
I'm wondering why there isn't a Dog Modifier for Dog 2 and 3 for all Versions of Nintendogs, particularly Best Friends, (U). I've tested them and I don't think ANY of the codes work, and the fact that all the dogs in the kennel are deleted if you use the All Items code is a bit of a let down :/ And congratulations Moo!
 
Ohhh god gotta go to school tomorrow..
cry.gif
Have done absolutely nothing and I dont want to sit in a class for 6 hours a day, 5 days a week, for 40 something weeks in a year..
cry.gif
 
Moo,
it is not that hard, there are many same examples in the database as well
like i said.. practice with the .dat
i will just keep my mouth shut let others to help !
 
elixirdream said:
Moo,
it is not that hard, there are many same examples in the database as well
like i said.. practice with the .dat
i will just keep my mouth shut let others to help !

smile.gif
It's hard for me, because after I drop the bomb I have to quickly run away so I don't get blown up, then I have to press Pause Emulator as well.... It's hard!
 
Moo,
you can always use 2 ways to pause the game
smile.gif

1st.. use the hex editor's PAUSE emulator function
or
use no$gba's hot keys to pause the emulator.. such as f1,f3, f12
that should be at your reach, this is what i normally do --> using the hot keys

Dr.Stiles,
yeah, i know none of the codes are working
smile.gif
infact Narin and i we thought of fixing it
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum