Post Reply 
 
Thread Rating:
  • 2 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gods Eater Burst - ULUS10563
05-05-2015, 06:31 AM
Post: #46
RE: Gods Eater Burst - ULUS10563
Short answer: Yes and no.

Long answer: You would have to find the specific offset for that game. Essentially what happens is the emulator adds lines at the beginning of the game, in order to make it work properly one would assume, and as such the number changes for the code.

So for an easy example lets say that what the code is saying is "at line 1000 put FF as the new value" by adding say 10 lines now the code doesnt work anymore, instead it should be "at line 1010 put FF" so would be have to first figure out that you need to add or subtract the offset, in this example 10, to the code to make it work again.

Again, this is a very basic explanation so if you already know about coding then don't pay it any mind. xD
Find all posts by this user
Quote this message in a reply
05-05-2015, 03:18 PM (This post was last modified: 05-05-2015 03:18 PM by dis astranagant.)
Post: #47
RE: Gods Eater Burst - ULUS10563
This specific game has the added annoyance of someone trying to hard code the conversion offset sometime in the past and not maintaining it, so you have to add 0x7EF00 to anything you find in order to cancel that out. It's the only game mentioned in the CwCheat.cpp.
Find all posts by this user
Quote this message in a reply
05-06-2015, 07:23 AM (This post was last modified: 05-06-2015 10:02 AM by Merkavah.)
Post: #48
RE: Gods Eater Burst - ULUS10563
Well.... I picked up the game and converted the codes I found in my cheat.db. After some testing they work with your offset, that is, I reverse-engineered it a bit to find the offset of 0x13100. With 0x13100 the original (unadulterated) codes work. The codes in the first page have 0x4600 subbed from them to make them work at that point so well... you get the math, 46+131=177.

Anyways, for the lazy peeps out there..
Code:
_G God Eater Burst [US]
_C1 Inf Money N T
_L 0x20330130 0x05F5E100
_C1 Infinite Items in Storage [99] N T
_L 0x80339dc4 0x0320004C
_L 0x00000063 0x00000000
_C0 gun 200 N T
_L 0x1032D8BC 0x000000C8
_L 0x1032D8BE 0x000000C8
_L 0x1032D8C0 0x000000C8
_L 0x1032D8C2 0x000000C8
_L 0x1032D8C4 0x000000C8
_L 0x1032D8C6 0x000000C8
_L 0x1032B46A 0x000000C8
_L 0x1032B46C 0x000000C8
_L 0x1032B46E 0x000000C8
_L 0x1032B470 0x000000C8
_L 0x1032B472 0x000000C8
_L 0x1032B474 0x000000C8
_C0 Blade 200 N T
_L 0x1032D86E 0x000000C8
_L 0x1032D870 0x000000C8
_L 0x1032D872 0x000000C8
_L 0x1032D874 0x000000C8
_L 0x1032D876 0x000000C8
_L 0x1032D878 0x000000C8
_L 0x1032D87A 0x000000C8
_C0 shield 255 N T
_L 0x1032D906 0x000000FF
_L 0x1032D908 0x000000FF
_L 0x1032D90A 0x000000FF
_L 0x1032D90C 0x000000FF
_L 0x1032D90E 0x000000FF
_L 0x1032D910 0x000000FF
_L 0x1032D912 0x000000FF
_C0 Inf HP/OP/SP N T
_L 0x2032CDBC 0x4859E100
_L 0x2032CDC0 0x4859E100
_L 0x2032CDC4 0x4859E100
_C0 Max and Inf HP/OP/SP N
_L 0x203210BC 0x4859E100
_L 0x203210C0 0x4859E100
_L 0x203210C4 0x4859E100
_L 0x103210BA 0x00004316
_L 0x103210B6 0x00004316
_L 0x103210B2 0x00004316
_C0 Max/Inf. HP N T
_L 0x2032CDBC 0x4859E100
_C1 Max/Inf. OP N T
_L 0x2032CDC0 0x4859E100
_C1 Max/Inf. SP N T
_L 0x2032CDC4 0x4859E100
_C0 1st Item in Hand x10 [Adjustable] N
_L 0x003287DE 0x0000000A
_C0 1st Item in Hand x99 N
_L 0x003287DE 0x00000063
_C0 Inf.HP/OP/ST 9999 N
_L 0x203218B0 0x7E76CA00
_L 0x203218B8 0x7E76CA00
_L 0x203218BC 0x7E76CA00
_L 0x203218C4 0x7E76CA00
_L 0x203218B4 0x7E76CA00
_L 0x203218C0 0x7E76CA00
_C0 Max HP/OP/SP N
_L 0x1032CDBA 0x00004316
_L 0x1032CDB6 0x00004316
_L 0x1032CDB2 0x00004316
_C0 Item 99 1st slot N
_L 0x0032CDDE 0x00000063
_C0 Item ID 1 quantity modifier N
_L 0x103350DE 0x00000063
_C0 gun max N T
_L 0x1032D8BC 0x0000270F
_L 0x1032D8BE 0x0000270F
_L 0x1032D8C0 0x0000270F
_L 0x1032D8C2 0x0000270F
_L 0x1032D8C4 0x0000270F
_L 0x1032D8C6 0x0000270F
_L 0x1032B46A 0x0000270F
_L 0x1032B46C 0x0000270F
_L 0x1032B46E 0x0000270F
_L 0x1032B470 0x0000270F
_L 0x1032B472 0x0000270F
_L 0x1032B474 0x0000270F
_C0 Max Gun Damage N
_L 0x10335BBC 0x0000270f
_L 0x10335BBE 0x0000270f
_L 0x10335BC0 0x0000270f
_L 0x10335BC2 0x0000270f
_L 0x10335BC4 0x0000270f
_L 0x10335BC6 0x0000270f
_C0 Blade 9999 N T
_L 0x1032D86E 0x0000270F
_L 0x1032D870 0x0000270F
_L 0x1032D872 0x0000270F
_L 0x1032D874 0x0000270F
_L 0x1032D876 0x0000270F
_L 0x1032D878 0x0000270F
_L 0x1032D87A 0x0000270F
_C0 Max Melee Damage N
_L 0x10335B6E 0x0000270f
_L 0x10335B70 0x0000270f
_L 0x10335B72 0x0000270f
_L 0x10335B74 0x0000270f
_L 0x10335B76 0x0000270f
_L 0x10335B78 0x0000270f
_L 0x10335B7A 0x0000270f
_C0 shield max N
_L 0x1032D906 0x0000270F
_L 0x1032D908 0x0000270F
_L 0x1032D90A 0x0000270F
_L 0x1032D90C 0x0000270F
_L 0x1032D90E 0x0000270F
_L 0x1032D910 0x0000270F
_L 0x1032D912 0x0000270F

The N added to the cheat names was just an indicator for myself that they were the New codes and the T means I Tested them to be sure. As such, the ones without the T I didn't test but they should work. I noticed there were a lot of doubles with the hp/sp/op/inventory codes but I didn't really bother to test each individually so if one doesn't work for you, try a different one.

Oh, this was tested using ppsspp-v1.0.1-448-gaee69d4-windows-amd64

Remember to thank dis astranagant for the currently working offset.
Find all posts by this user
Quote this message in a reply
05-08-2015, 07:01 PM
Post: #49
RE: Gods Eater Burst - ULUS10563
Hello, is there any chance that cheats would work for the latest ppsspp? (V.1.0.1 in this case) Please inform me when you can. Thank you :]
Find all posts by this user
Quote this message in a reply
05-08-2015, 10:25 PM
Post: #50
RE: Gods Eater Burst - ULUS10563
You could try reading the thread.
Find all posts by this user
Quote this message in a reply
05-09-2015, 02:05 AM (This post was last modified: 05-09-2015 02:06 AM by Arcadia.)
Post: #51
RE: Gods Eater Burst - ULUS10563
I did see it, I wasn't looking at the very last part before I asked about that. My apologies. I'm good now

(05-08-2015 10:25 PM)dis astranagant Wrote:  You could try reading the thread.

Oh yes, thank you for the offset as well
Find all posts by this user
Quote this message in a reply
05-22-2015, 02:45 AM (This post was last modified: 05-22-2015 02:58 AM by Rosae Crucis.)
Post: #52
RE: Gods Eater Burst - ULUS10563
Has anyone tried fixing the inventory/storage mod code yet? There are some materials I've been doing everything to get and it's not working out. Yes, I have the Level 10 for the Wand Gun and that Gem Sword, combined with trips with Kanon, Karel, and Ren, varied with going solo, or trying team-ups with one or two of the three people mentioned. Frustrating? Yes. So I know find myself pleading for help. v_v

(05-06-2015 07:23 AM)Merkavah Wrote:  Well.... I picked up the game and converted the codes I found in my cheat.db. After some testing they work with your offset, that is, I reverse-engineered it a bit to find the offset of 0x13100. With 0x13100 the original (unadulterated) codes work. The codes in the first page have 0x4600 subbed from them to make them work at that point so well... you get the math, 46+131=177.

Anyways, for the lazy peeps out there..
Code:
_G God Eater Burst [US]
_C1 Inf Money N T
_L 0x20330130 0x05F5E100
_C1 Infinite Items in Storage [99] N T
_L 0x80339dc4 0x0320004C
_L 0x00000063 0x00000000
_C0 gun 200 N T
_L 0x1032D8BC 0x000000C8
_L 0x1032D8BE 0x000000C8
_L 0x1032D8C0 0x000000C8
_L 0x1032D8C2 0x000000C8
_L 0x1032D8C4 0x000000C8
_L 0x1032D8C6 0x000000C8
_L 0x1032B46A 0x000000C8
_L 0x1032B46C 0x000000C8
_L 0x1032B46E 0x000000C8
_L 0x1032B470 0x000000C8
_L 0x1032B472 0x000000C8
_L 0x1032B474 0x000000C8
_C0 Blade 200 N T
_L 0x1032D86E 0x000000C8
_L 0x1032D870 0x000000C8
_L 0x1032D872 0x000000C8
_L 0x1032D874 0x000000C8
_L 0x1032D876 0x000000C8
_L 0x1032D878 0x000000C8
_L 0x1032D87A 0x000000C8
_C0 shield 255 N T
_L 0x1032D906 0x000000FF
_L 0x1032D908 0x000000FF
_L 0x1032D90A 0x000000FF
_L 0x1032D90C 0x000000FF
_L 0x1032D90E 0x000000FF
_L 0x1032D910 0x000000FF
_L 0x1032D912 0x000000FF
_C0 Inf HP/OP/SP N T
_L 0x2032CDBC 0x4859E100
_L 0x2032CDC0 0x4859E100
_L 0x2032CDC4 0x4859E100
_C0 Max and Inf HP/OP/SP N
_L 0x203210BC 0x4859E100
_L 0x203210C0 0x4859E100
_L 0x203210C4 0x4859E100
_L 0x103210BA 0x00004316
_L 0x103210B6 0x00004316
_L 0x103210B2 0x00004316
_C0 Max/Inf. HP N T
_L 0x2032CDBC 0x4859E100
_C1 Max/Inf. OP N T
_L 0x2032CDC0 0x4859E100
_C1 Max/Inf. SP N T
_L 0x2032CDC4 0x4859E100
_C0 1st Item in Hand x10 [Adjustable] N
_L 0x003287DE 0x0000000A
_C0 1st Item in Hand x99 N
_L 0x003287DE 0x00000063
_C0 Inf.HP/OP/ST 9999 N
_L 0x203218B0 0x7E76CA00
_L 0x203218B8 0x7E76CA00
_L 0x203218BC 0x7E76CA00
_L 0x203218C4 0x7E76CA00
_L 0x203218B4 0x7E76CA00
_L 0x203218C0 0x7E76CA00
_C0 Max HP/OP/SP N
_L 0x1032CDBA 0x00004316
_L 0x1032CDB6 0x00004316
_L 0x1032CDB2 0x00004316
_C0 Item 99 1st slot N
_L 0x0032CDDE 0x00000063
_C0 Item ID 1 quantity modifier N
_L 0x103350DE 0x00000063
_C0 gun max N T
_L 0x1032D8BC 0x0000270F
_L 0x1032D8BE 0x0000270F
_L 0x1032D8C0 0x0000270F
_L 0x1032D8C2 0x0000270F
_L 0x1032D8C4 0x0000270F
_L 0x1032D8C6 0x0000270F
_L 0x1032B46A 0x0000270F
_L 0x1032B46C 0x0000270F
_L 0x1032B46E 0x0000270F
_L 0x1032B470 0x0000270F
_L 0x1032B472 0x0000270F
_L 0x1032B474 0x0000270F
_C0 Max Gun Damage N
_L 0x10335BBC 0x0000270f
_L 0x10335BBE 0x0000270f
_L 0x10335BC0 0x0000270f
_L 0x10335BC2 0x0000270f
_L 0x10335BC4 0x0000270f
_L 0x10335BC6 0x0000270f
_C0 Blade 9999 N T
_L 0x1032D86E 0x0000270F
_L 0x1032D870 0x0000270F
_L 0x1032D872 0x0000270F
_L 0x1032D874 0x0000270F
_L 0x1032D876 0x0000270F
_L 0x1032D878 0x0000270F
_L 0x1032D87A 0x0000270F
_C0 Max Melee Damage N
_L 0x10335B6E 0x0000270f
_L 0x10335B70 0x0000270f
_L 0x10335B72 0x0000270f
_L 0x10335B74 0x0000270f
_L 0x10335B76 0x0000270f
_L 0x10335B78 0x0000270f
_L 0x10335B7A 0x0000270f
_C0 shield max N
_L 0x1032D906 0x0000270F
_L 0x1032D908 0x0000270F
_L 0x1032D90A 0x0000270F
_L 0x1032D90C 0x0000270F
_L 0x1032D90E 0x0000270F
_L 0x1032D910 0x0000270F
_L 0x1032D912 0x0000270F

The N added to the cheat names was just an indicator for myself that they were the New codes and the T means I Tested them to be sure. As such, the ones without the T I didn't test but they should work. I noticed there were a lot of doubles with the hp/sp/op/inventory codes but I didn't really bother to test each individually so if one doesn't work for you, try a different one.

Oh, this was tested using ppsspp-v1.0.1-448-gaee69d4-windows-amd64

Remember to thank dis astranagant for the currently working offset.

Is there an inventory mod cheat? I'm missing a few materials with reeeeeealy low chances of getting. Like 12% chances. v_v
Find all posts by this user
Quote this message in a reply
05-22-2015, 09:55 PM
Post: #53
RE: Gods Eater Burst - ULUS10563
(05-22-2015 02:45 AM)Rosae Crucis Wrote:  Has anyone tried fixing the inventory/storage mod code yet? There are some materials I've been doing everything to get and it's not working out. Yes, I have the Level 10 for the Wand Gun and that Gem Sword, combined with trips with Kanon, Karel, and Ren, varied with going solo, or trying team-ups with one or two of the three people mentioned. Frustrating? Yes. So I know find myself pleading for help. v_v

(05-06-2015 07:23 AM)Merkavah Wrote:  Well.... I picked up the game and converted the codes I found in my cheat.db. After some testing they work with your offset, that is, I reverse-engineered it a bit to find the offset of 0x13100. With 0x13100 the original (unadulterated) codes work. The codes in the first page have 0x4600 subbed from them to make them work at that point so well... you get the math, 46+131=177.

Anyways, for the lazy peeps out there..
Code:
_G God Eater Burst [US]
_C1 Inf Money N T
_L 0x20330130 0x05F5E100
_C1 Infinite Items in Storage [99] N T
_L 0x80339dc4 0x0320004C
_L 0x00000063 0x00000000
_C0 gun 200 N T
_L 0x1032D8BC 0x000000C8
_L 0x1032D8BE 0x000000C8
_L 0x1032D8C0 0x000000C8
_L 0x1032D8C2 0x000000C8
_L 0x1032D8C4 0x000000C8
_L 0x1032D8C6 0x000000C8
_L 0x1032B46A 0x000000C8
_L 0x1032B46C 0x000000C8
_L 0x1032B46E 0x000000C8
_L 0x1032B470 0x000000C8
_L 0x1032B472 0x000000C8
_L 0x1032B474 0x000000C8
_C0 Blade 200 N T
_L 0x1032D86E 0x000000C8
_L 0x1032D870 0x000000C8
_L 0x1032D872 0x000000C8
_L 0x1032D874 0x000000C8
_L 0x1032D876 0x000000C8
_L 0x1032D878 0x000000C8
_L 0x1032D87A 0x000000C8
_C0 shield 255 N T
_L 0x1032D906 0x000000FF
_L 0x1032D908 0x000000FF
_L 0x1032D90A 0x000000FF
_L 0x1032D90C 0x000000FF
_L 0x1032D90E 0x000000FF
_L 0x1032D910 0x000000FF
_L 0x1032D912 0x000000FF
_C0 Inf HP/OP/SP N T
_L 0x2032CDBC 0x4859E100
_L 0x2032CDC0 0x4859E100
_L 0x2032CDC4 0x4859E100
_C0 Max and Inf HP/OP/SP N
_L 0x203210BC 0x4859E100
_L 0x203210C0 0x4859E100
_L 0x203210C4 0x4859E100
_L 0x103210BA 0x00004316
_L 0x103210B6 0x00004316
_L 0x103210B2 0x00004316
_C0 Max/Inf. HP N T
_L 0x2032CDBC 0x4859E100
_C1 Max/Inf. OP N T
_L 0x2032CDC0 0x4859E100
_C1 Max/Inf. SP N T
_L 0x2032CDC4 0x4859E100
_C0 1st Item in Hand x10 [Adjustable] N
_L 0x003287DE 0x0000000A
_C0 1st Item in Hand x99 N
_L 0x003287DE 0x00000063
_C0 Inf.HP/OP/ST 9999 N
_L 0x203218B0 0x7E76CA00
_L 0x203218B8 0x7E76CA00
_L 0x203218BC 0x7E76CA00
_L 0x203218C4 0x7E76CA00
_L 0x203218B4 0x7E76CA00
_L 0x203218C0 0x7E76CA00
_C0 Max HP/OP/SP N
_L 0x1032CDBA 0x00004316
_L 0x1032CDB6 0x00004316
_L 0x1032CDB2 0x00004316
_C0 Item 99 1st slot N
_L 0x0032CDDE 0x00000063
_C0 Item ID 1 quantity modifier N
_L 0x103350DE 0x00000063
_C0 gun max N T
_L 0x1032D8BC 0x0000270F
_L 0x1032D8BE 0x0000270F
_L 0x1032D8C0 0x0000270F
_L 0x1032D8C2 0x0000270F
_L 0x1032D8C4 0x0000270F
_L 0x1032D8C6 0x0000270F
_L 0x1032B46A 0x0000270F
_L 0x1032B46C 0x0000270F
_L 0x1032B46E 0x0000270F
_L 0x1032B470 0x0000270F
_L 0x1032B472 0x0000270F
_L 0x1032B474 0x0000270F
_C0 Max Gun Damage N
_L 0x10335BBC 0x0000270f
_L 0x10335BBE 0x0000270f
_L 0x10335BC0 0x0000270f
_L 0x10335BC2 0x0000270f
_L 0x10335BC4 0x0000270f
_L 0x10335BC6 0x0000270f
_C0 Blade 9999 N T
_L 0x1032D86E 0x0000270F
_L 0x1032D870 0x0000270F
_L 0x1032D872 0x0000270F
_L 0x1032D874 0x0000270F
_L 0x1032D876 0x0000270F
_L 0x1032D878 0x0000270F
_L 0x1032D87A 0x0000270F
_C0 Max Melee Damage N
_L 0x10335B6E 0x0000270f
_L 0x10335B70 0x0000270f
_L 0x10335B72 0x0000270f
_L 0x10335B74 0x0000270f
_L 0x10335B76 0x0000270f
_L 0x10335B78 0x0000270f
_L 0x10335B7A 0x0000270f
_C0 shield max N
_L 0x1032D906 0x0000270F
_L 0x1032D908 0x0000270F
_L 0x1032D90A 0x0000270F
_L 0x1032D90C 0x0000270F
_L 0x1032D90E 0x0000270F
_L 0x1032D910 0x0000270F
_L 0x1032D912 0x0000270F

The N added to the cheat names was just an indicator for myself that they were the New codes and the T means I Tested them to be sure. As such, the ones without the T I didn't test but they should work. I noticed there were a lot of doubles with the hp/sp/op/inventory codes but I didn't really bother to test each individually so if one doesn't work for you, try a different one.

Oh, this was tested using ppsspp-v1.0.1-448-gaee69d4-windows-amd64

Remember to thank dis astranagant for the currently working offset.

Is there an inventory mod cheat? I'm missing a few materials with reeeeeealy low chances of getting. Like 12% chances. v_v

12% chances HAHAHAHAHA that is really low HAHAHAHAHA god talisman MHP3rd 0.0127% of get it just farm bro play the game get fun of it dont get annoyed farming just relax and kill monsters xD

♥Join US ♥ party on EVOLVEHQ for ALL MonsterHunters English:

https://www.evolvehq.com/recruit/party?token=player:FIlZsoO7VtIqC2x1,party:L5fuksYOCYQWJh_i

♫Status♪ Yuu-Eucliwood Tittles: → Perfect Against Chickens ← ►Kaiser of Heaven&Earth◄
Visit this user's website Find all posts by this user
Quote this message in a reply
07-04-2015, 04:25 AM
Post: #54
RE: Gods Eater Burst - ULUS10563
Is there any cheat for f-Ticket??
I'm using ppsspp v 1.0.1
Find all posts by this user
Quote this message in a reply
07-04-2015, 04:38 PM
Post: #55
RE: Gods Eater Burst - ULUS10563
I use this code for Mod F ticket.

_C0 Mod inventory slot 1 x99
_L 0x1031D6DA 0x00000XXX
_L 0x0031D6DE 0x000000YY

XXX = Item ID
bronze F tickets 0CA4
silver f ticket 0CA5
gold f ticket 0CA6

YY = Value (The amount you want in hex)
28 = 40items
37 = 55items
60 = 96items
63 = 99items
Find all posts by this user
Quote this message in a reply
07-08-2015, 04:02 AM
Post: #56
RE: Gods Eater Burst - ULUS10563
(07-04-2015 04:38 PM)4ndika Wrote:  I use this code for Mod F ticket.

_C0 Mod inventory slot 1 x99
_L 0x1031D6DA 0x00000XXX
_L 0x0031D6DE 0x000000YY

XXX = Item ID
bronze F tickets 0CA4
silver f ticket 0CA5
gold f ticket 0CA6

YY = Value (The amount you want in hex)
28 = 40items
37 = 55items
60 = 96items
63 = 99items

thanks 4ndika, i'll try it
Find all posts by this user
Quote this message in a reply
07-15-2015, 05:31 PM
Post: #57
RE: Gods Eater Burst - ULUS10563
(07-03-2014 03:07 AM)richardwolf99 Wrote:  hey guys. i was experimenting with rald25's method on converting the codes and it works! it was pretty simple actually. turns out you just have to add 8000 (in hexadecimal) to the last six digits of the first part of the code.
ex :
_C0 Inf Money
_L 0x20318A30 0x05F5E100
|
318A30 + 8000 = 320A30
result :
_C0 Inf Money
_L 0x20320A30 0x05F5E100

google hex calculator and use that.

for you who is too lazy to convert the codes yourself :

_S ULUS-10563
_G God Eater Burst [US]
_C0 Inf Money
_L 0x20320A30 0x05F5E100
_C0 00:00 MISSION TIME
_L 0x2036b0C8 0x000F4650
_C0 Inf Burst [Must Acquire 1st]
_L 0x11489CE6 0x0000445A
_C0 Inf God Ammo[Must Acquire 1st]
_L 0x1031eF02 0x00000009
_L 0x1031f178 0x00000009
_L 0x1031f660 0x00000009
_L 0x1031fB48 0x00000009
_C1 Inf & MAX HP/OP/SP
_L 0x2031D6BC 0x4859E100
_L 0x2031D6C0 0x4859E100
_L 0x2031D6C4 0x4859E100
_L 0x1031D6BA 0x00004316
_L 0x1031D6B6 0x00004316
_L 0x1031D6B2 0x00004316
_C0 ** WEAPON CODES **
_C1 Sword STATS UP [9999]
_L 0x1031e16E 0x0000270F
_L 0x1031e170 0x0000270F
_L 0x1031e172 0x0000270F
_L 0x1031e174 0x0000270F
_L 0x1031e176 0x0000270F
_L 0x1031e178 0x0000270F
_L 0x1031e17A 0x0000270F
_C1 Shield STATS UP [9999]
_L 0x1031e206 0x0000270F
_L 0x1031e208 0x0000270F
_L 0x1031e20A 0x0000270F
_L 0x1031e20C 0x0000270F
_L 0x1031e20E 0x0000270F
_L 0x1031e210 0x0000270F
_L 0x1031e212 0x0000270F
_C1 Gun STATS UP [9999]
_L 0x1031e1BC 0x0000270F
_L 0x1031e1BE 0x0000270F
_L 0x1031e1C0 0x0000270F
_L 0x1031e1C2 0x0000270F
_L 0x1031e1C4 0x0000270F
_L 0x1031e1C6 0x0000270F
_L 0x1031bD6A 0x0000270F
_L 0x1031bD6C 0x0000270F
_L 0x1031bD6E 0x0000270F
_L 0x1031bD70 0x0000270F
_L 0x1031bD72 0x0000270F
_L 0x1031bD74 0x0000270F
_C0 ** ITEMS **
_C0 1st Item in Hand x10
_L 0x0031d6DE 0x0000000A
_C0 1st Item in Hand x50
_L 0x0031d6DE 0x00000032
_C0 1st Item in Hand x99
_L 0x0031d6DE 0x00000063
_C0 Inventory x96
_L 0x8031d6DE 0x0020004C
_L 0x00000060 0x00000000

all of above codes are already converted using rald25's methods. kudos and credits to him. i tested it and it works on ppsspp v0.9.8-1408-g3d61028. i haven't tested the inf burst, inf god ammo, and 00:00 mission time. so feel free to confirm those codes.

once again thanks to rald25 for providing a genius method!

the hp cheat didn't work, got any other cheat for hp?
Find all posts by this user
Quote this message in a reply
07-22-2015, 02:48 PM
Post: #58
RE: Gods Eater Burst - ULUS10563
Anyone got something to work with the EU-Version? ULES01519
Tried google and only found a single site with ULES codes, but none of them work. I'm using PPSSPP 1.0.1 on Windows x64
Find all posts by this user
Quote this message in a reply
07-22-2015, 04:02 PM
Post: #59
RE: Gods Eater Burst - ULUS10563
(07-22-2015 02:48 PM)Robonator Wrote:  Anyone got something to work with the EU-Version? ULES01519
Tried google and only found a single site with ULES codes, but none of them work. I'm using PPSSPP 1.0.1 on Windows x64

Try searching the god eater thread but for ULES if dont exist Create a new one asking for cheats however i will hint you that use ULUS cause almost all players use ULUS just for play with other people (if you want)

♥Join US ♥ party on EVOLVEHQ for ALL MonsterHunters English:

https://www.evolvehq.com/recruit/party?token=player:FIlZsoO7VtIqC2x1,party:L5fuksYOCYQWJh_i

♫Status♪ Yuu-Eucliwood Tittles: → Perfect Against Chickens ← ►Kaiser of Heaven&Earth◄
Visit this user's website Find all posts by this user
Quote this message in a reply
07-22-2015, 05:03 PM
Post: #60
RE: Gods Eater Burst - ULUS10563
Have you tried the code posted above?
it should work just fine the only different is the GAME ID
its worth the try Wink

•Windows 10 (64-bit)
•Acer Aspire TC-605 with GTX 750 SC 2GB
•Tegra Note 7: Tegra 4 | 1GB Ram | 1.81GHz | Lollipop 5.1 | ROOT
•PSP-1000 6.60 ME-1.8 CFW
#ItsMoreFunInPhilippines
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: