ConsoleWorld Forum
HOME
FORUM
CWCHEAT
LIST
DOWNLOAD
GALLERY

Torna indietro   ConsoleWorld Forum > CWCheat Official Support Forum > English Support Board

English Support Board English & Foreign Languages support

Rispondi
 
LinkBack Strumenti discussione
  #701 (permalink)  
Vecchio 1st August 2009, 23:54
Junior Member
 
Data registrazione: Jul 2009
Messaggi: 8
Potenza rep: 0
Unsettledone è su una strada distinta
Citazione:
Originalmente inviato da rudy75016 Visualizza messaggio
I can assure you that it's a working code.
I'm using it since this day and it's a while.
You may be a lucky guy if you create it without trying
Haha yeah it might work. What i meant was it's not really "refined" or thought through. I was just messing around with the values and found a few that worked for me. It was just meant as an example though and not really a finished code. 4m8IoN then brought up the binary structure and now the codes from Yumi-Chibi/alberoink are a lot better and uhhm.. "clearer" (as in having less unwanted side effects or unneeded values) than the first sleep code.


Citazione:
Originalmente inviato da Yumi-Chibi Visualizza messaggio
I've perfectly fix the code... Pls try it

Press Left + Square to make All Monster in area Fell Asleep
Fix:
>Remove the Monster cant Fly permanent
>Sleep not only once
Are you sure about that ? Because as far as i remember just the 002 value didn't work perfectly for me, back when i still had my PSP. I was able to put some monsters (mainly Popos and stuff) more than once to sleep up to 4 or 5 times but then i either had to wait about a minute or inflict them with another status value before i was able to put them to sleep again.

Also "Left" and square sounds a little missleading . Better say "Left Trigger" or "L-button" .
Rispondi citando
  #702 (permalink)  
Vecchio 2nd August 2009, 02:41
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
@Yumi-Chibi
In the Stag/Res = 1 code you use 32bit Pointer write.
and you are writing 20001 ???
Please change that to 16bit
Codice:
_C0 Demo (1st Monster Slp Res 1)
_L 0x61412140 0x00000001
_L 0x00010001 0x00000444
@All
I have started a little test run on the Status issue.
But I deffinetly need help with this one since I don't have the time to test it on many Monsters.
(The Method is explained in my last 4 post)
To help do this quickly with any Boss I've created this little Code
These are research Codes! Only activate one at a time!!
Codice:
_C0 Slp Test
_L 0x11204B0A 0x0000003C
_L 0x11204B0C 0x00000007
_L 0xE0020000 0x11412140
_L 0x61412140 0x00000001
_L 0x00010001 0x00000444
_C0 Poi Test
_L 0x11204B0A 0x0000003B
_L 0x11204B0C 0x00000007
_L 0xE0020000 0x11412140
_L 0x61412140 0x00000001
_L 0x00010001 0x00000450
_C0 Par Test
_L 0x11204B0A 0x0000003D
_L 0x11204B0C 0x00000007
_L 0xE0020000 0x11412140
_L 0x61412140 0x00000001
_L 0x00010001 0x00000456
_C0 Trq Test
_L 0x11204B0A 0x0000003E
_L 0x11204B0C 0x00000007
_L 0xE0020000 0x11412140
_L 0x61412140 0x00000001
_L 0x00010001 0x00000566
Each will set the status resistance to 1 and gives you some appropriate Throwing Knifes.
The Knifes use the second PlayerInventory Slot
(Take precautions if you want to keep what was there)

I've begun to test on Tigrex and so far I can say this:
(I'm using Pointer offsets instead of adresses here!!!)
522 is wrong
it's either 520-523 or 521-523 (32 or 24 bit)

I've based my approach on 32bit [520-523]
Codice:
00 02 02 01 sleep
02 00 04 00 poison
02 00 00 00 after poison effect disappeares
00 04 08 01 paralyzed
02 00 00 00 after paralyze effect disappeares 
since Tigrex has no KO/Tranq Status, setting that to 1 won't work
02 00 00 00 after usage of the Tranq Knife
Bytes are ordered as seen in the memory editor (Little Endian)
Don't confuse this with the CWCheat internal reversed ordering (Big Endian)


could the 02 aftereffect @ 520 be rage ?? or something like that ??

Furthermore:
524 is the Sleep Counter
525 is the Poison Counter
526 is the Paralyze Counter
The Counter counts the times the monster has recovered from that status change.

i guess 527 is tranq (but I'll see that soon)
Rispondi citando
  #703 (permalink)  
Vecchio 2nd August 2009, 03:03
L'avatar di Yumi-Chibi
YUMI toink
 
Data registrazione: Jul 2009
Messaggi: 106
Potenza rep: 1
Yumi-Chibi è su una strada distinta
Citazione:
Originalmente inviato da Unsettledone Visualizza messaggio
Are you sure about that ? Because as far as i remember just the 002 value didn't work perfectly for me, back when i still had my PSP. I was able to put some monsters (mainly Popos and stuff) more than once to sleep up to 4 or 5 times but then i either had to wait about a minute or inflict them with another status value before i was able to put them to sleep again.

Also "Left" and square sounds a little missleading . Better say "Left Trigger" or "L-button" .
Please try the code and see the result...

Actually the very first post about monster paralyze code was the wrong code and I didn't notice that because it works perfectly in first.

My attention was in this _L 0x61412140 0x00000000 part of the code and I didn't notice every thing.
When I rechecked the whole code Ive notice this:

Old code:

_L 0xE0020000 0x11412140
_L 0x61412140 0x00000000
_L 0x00010001 0x00000522

New code:
_L 0xE0020000 0x11412140
_L 0x61412140 0x00000000
_L 0x00000001 0x00000522

I accidentally added 1 in 3rd line,..
Citazione:
00 = back to normal
01 = Fall from Jump or Fly
02 = Sleep
04
= Poison????<use HPD hack for result>
08 = Paralyze
10 = KO
Edit:
@4m8ion
ok i will change it
Rispondi citando
  #704 (permalink)  
Vecchio 2nd August 2009, 07:27
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
Allright I think I've got it correct now
Codice:
520: Behaviour             0 neutral, 1 unaware, 2 aggressive
521: Position              2 lying, 4 Standing (paralyzed), 5 KO (if available)
524: Sleep Counter
525: Poison Counter
526: Paralyze Counter
527: KO Counter
We cannot change those values with cheats without risking freezes!!

So 522 & 16bit was correct.

Codice:
Sleep :0102   sends em to sleep every time ;)
Poison:0004   setting it has no effect!!
Paraly:0108   paralyze em
KO    :0110   Instant dizzyness (or frozen if no KO Animation available)
(I never could confirm KO but seeing that all that causes immobility has 01 in front... it's unusable anyways)

Now we need some testing if those new values work on any monster.
08 had problems with some monsters.
Get to work and test the new Paralyze & Sleep Cheats everyone
Both Cheats have been added to the first post.
Rispondi citando
  #705 (permalink)  
Vecchio 2nd August 2009, 09:00
L'avatar di Yumi-Chibi
YUMI toink
 
Data registrazione: Jul 2009
Messaggi: 106
Potenza rep: 1
Yumi-Chibi è su una strada distinta
WEW Good Job

The Code works perfect and also this one

I dont know witch is better cause i dont see any deference.
Rispondi citando
  #706 (permalink)  
Vecchio 2nd August 2009, 09:19
Member
 
Data registrazione: Jun 2009
Messaggi: 47
Potenza rep: 0
firzen2712 è su una strada distinta
@ 4m8IoN

in my last post, i checked that there were 2 kinds of slash(normal and weakpoint),
is there any tutorial on how to find the address for these kinds of cheat?
I want to try finding the cheat to change the normal slash
Rispondi citando
  #707 (permalink)  
Vecchio 2nd August 2009, 09:23
L'avatar di 4m8IoN
Member
 
Data registrazione: Dec 2008
Residenza: Earth
Messaggi: 339
Potenza rep: 1
4m8IoN è su una strada distinta
It' not a big difference.
Just my perfectionism in action.
I always try to fix codes as best as i can before I add them to the first post.
I try to change the codes so they mimic what the game would do.

Because:
If you can reproduce the actual game behaviour a cheat is less likely to backfire at some point

btw:
It's so funny to see all monsters on a screen drop down to take a nap.

Edit:
@firzen
I can't think of a simple way.
If the cheat doesn't change game code. go and check the areas surrounding the adresses of moAr gore.
I'll have a look at it for you later
Rispondi citando
  #708 (permalink)  
Vecchio 2nd August 2009, 16:33
Junior Member
 
Data registrazione: Jul 2009
Messaggi: 14
Potenza rep: 0
Homeruccio91 è su una strada distinta
ICONA NEWS PSP

hi all!! i just want to let you know that the paralyze an sleep codes doesn't work with yamatsukami.when you use the code yama freeze,when you deactivate it yama returns normal.
really strange... oh on hpd display yama has never on all status.
Hope this will help you to improve the codes
Rispondi citando
  #709 (permalink)  
Vecchio 2nd August 2009, 16:58
Member
 
Data registrazione: Jun 2009
Messaggi: 47
Potenza rep: 0
firzen2712 è su una strada distinta
Citazione:
Originalmente inviato da albertoink Visualizza messaggio
FOR FUN ONLY!!!!

Make your character become a cute CHIBI ANIME

Chibi Anime are those character that has a SMALL body with a BIG head



Codice:
_C0 Chibi Anime
_L 0x608B349C 0x00004070
_L 0x00010001 0x00002D52
_L 0x608B349C 0x00004005
_L 0x00010001 0x00002D56
_L 0x608B349C 0x00004060
_L 0x00010001 0x00002D5A
_L 0x408B3662 0x00030001
_L 0x00003F40 0x00000000
 
_C0 Back to Normal
_L 0x608B349C 0x00003F80
_L 0x00010001 0x00002D52
_L 0x608B349C 0x00003F80
_L 0x00010001 0x00002D56
_L 0x608B349C 0x00003F80
_L 0x00010001 0x00002D5A
_L 0x408B3662 0x00030001
_L 0x00003F80 0x00000000
hahahahaha and also visit to the TRAINING SCHOOL when you activate this hehehehe
4m8IoN, you forgot to link this hack by albertoink too
Rispondi citando
  #710 (permalink)  
Vecchio 3rd August 2009, 02:00
Junior Member
 
Data registrazione: Apr 2009
Messaggi: 12
Potenza rep: 0
hero8444 è su una strada distinta
can someone make the chibi code but with the head in comparison to the little body ....

because i like the big character code but the small codes are too small and i like the size of the chibi code body
....

and can some one please make a code that canges your hunter rank
Rispondi citando
Rispondi

Bookmarks


Strumenti discussione

Regole di scrittura
Non puoi postare nuovi argomenti
Non puoi postare repliche
Non puoi postare allegati
Non puoi editare i tuoi post

BB code è Attivato
Le faccine sono Attivato
Il codice [IMG] è Attivato
Il codice HTML è Disattivato
Trackbacks are Attivato
Pingbacks are Attivato
Refbacks are Attivato



Tutti gli orari sono GMT +2. Adesso sono le 21:50.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105