Hacking VitaCheat/FinalCheat Database

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,047
Trophies
1
Location
California
XP
6,069
Country
United States
I consider assembly codes cheating. Like, "I couldn't figure out how to make basic codes, so I hafta reprogram the game."
It makes no sense, but it makes me feel better about myself.
Exactly. Dont expect them to share how they got the Codes though.

--------------------- MERGED ---------------------------

OK, yeah......I am going to look for Codes myself for Garou-Mark of the Wolves. All the Codes on Speedfly are....
Inf Time - Free Code

Inf Health/Super for 1P/2P - Paid Codes

Movement speed P1/P2 - VIP Codes.

Betting I could possibly find more and more interesting Codes.

EDIT - OK.........looks like I will only be able to add to it since there are not that many possible Cheats I could do for it.
 
Last edited by Smoker1,

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,047
Trophies
1
Location
California
XP
6,069
Country
United States
@Yohoki - Is there a way to do a Button Modifier with the Right Joystick or the Right Screen Touch?

Got a Code I want, but if it is Enabled, and you Win the Round, it sticks right there. You cant move on from there. Got to Exit the Game.


EDIT==== Well, if I can, I will be doing 12 Codes for Metal Slug 3 (Speedfly Cheats has 8)
 
Last edited by Smoker1,
  • Like
Reactions: CrossOut

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
230
Trophies
1
XP
667
Country
Good news - actually got to make a code for Darusburst CS (Infinite Burst, can do others once i get through this roadblock)

Bad News - The pointers I got doesn't seem to work, I might try to search for 10000 or 100000 max offset but I might never find the thing.
 

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
Exactly. Dont expect them to share how they got the Codes though.

--------------------- MERGED ---------------------------

OK, yeah......I am going to look for Codes myself for Garou-Mark of the Wolves. All the Codes on Speedfly are....
Inf Time - Free Code

Inf Health/Super for 1P/2P - Paid Codes

Movement speed P1/P2 - VIP Codes.

Betting I could possibly find more and more interesting Codes.

EDIT - OK.........looks like I will only be able to add to it since there are not that many possible Cheats I could do for it.
What I always try to do is match as much of the MAME cheat list as possible.
@Yohoki - Is there a way to do a Button Modifier with the Right Joystick or the Right Screen Touch?

Got a Code I want, but if it is Enabled, and you Win the Round, it sticks right there. You cant move on from there. Got to Exit the Game.


EDIT==== Well, if I can, I will be doing 12 Codes for Metal Slug 3 (Speedfly Cheats has 8)
Different from mine?
 

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,047
Trophies
1
Location
California
XP
6,069
Country
United States
What I always try to do is match as much of the MAME cheat list as possible.

Different from mine?
Yeah, I am going off of MAME to see which Cheats to go for (if I can), then try to Calculate the possible Distance. Sometimes it works perfect, other times I have to look at nearest Addresses.
Speedfly Codes for Metal Slug 3 are all Assembly Codes. But they do not have all the ones Users would want. So I am just creating my own, and adding to the ones that are not Listed.

Oh, with that Mark of the Wolves Game, yeah....Not going to try that "Select Cartridge / NeoGeo Type" + BIOS Code. Did NOT work as I was hoping. LOL. Got the BIOS Menu in Japanese, and could not get into the Game. LOL
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,998
Trophies
1
XP
7,973
Country
Italy
You've been around for a while. I think that was the old combo from z04 or something. If you upgraded, but left the hotkeys.cfg file, it might have been left with the old combo. A lot of older posts mention that as the combo.


I looked at this game a while back. These arcade classics don't use pointers at all. It's all stored in static locations inside seg1. If you're on z06, you can find HP (or what ever) and save it's address. Then look at "browse memory" and hit up on the RStick. At the top you'll see "Seg0" and "Seg1" followed by some addresses. Use a hex calculator to take the HP Address minus the first address for Seg1 to get an offset. Then just use this format:
Code:
_V0 Inf HP
$B200 00000001 00000000
$0200 00OFFSET XXXXXXXX
I still have some codes in my db folder. I didn't make many codes, though. I mainly was helping some one else figure out how it worked, but I can't remember who asked me anymore. Since it uses seg1, this is only good on z05+ and FW 3.65+. It will not work on z05 for FW 3.60. Can't fix that, sorry.
Code:
# PCSE01113 (and probably PCSB01153)
# Samurai Shodown V Special

_V0 P1 Inf HP
$B200 00000001 00000000
$0200 002BBD64 000000FF

_V0 P2 Inf HP
$B200 00000001 00000000
$0200 002BBF74 000000FF

_V0 P1 1 HP
$B200 00000001 00000000
$0200 002BBD64 00000001

_V0 P2 1 HP
$B200 00000001 00000000
$0200 002BBF74 00000001

_V0 P1 Win counter At 2
$B200 00000001 00000000
$0200 002BBD85 00000002

_V0 P2 Win counter At 0
$B200 00000001 00000000
$0200 002BBF95 00000000

--------------------- MERGED ---------------------------


I assume you have your system language set to Italian? A lot of codes get messed up when system language is changed. Since this forum is mainly an English speaking forum, that means most of us make codes with the language set to english. Try setting language to english and see if that fixes them.
You've been around for a while. I think that was the old combo from z04 or something. If you upgraded, but left the hotkeys.cfg file, it might have been left with the old combo. A lot of older posts mention that as the combo.


I looked at this game a while back. These arcade classics don't use pointers at all. It's all stored in static locations inside seg1. If you're on z06, you can find HP (or what ever) and save it's address. Then look at "browse memory" and hit up on the RStick. At the top you'll see "Seg0" and "Seg1" followed by some addresses. Use a hex calculator to take the HP Address minus the first address for Seg1 to get an offset. Then just use this format:
Code:
_V0 Inf HP
$B200 00000001 00000000
$0200 00OFFSET XXXXXXXX
I still have some codes in my db folder. I didn't make many codes, though. I mainly was helping some one else figure out how it worked, but I can't remember who asked me anymore. Since it uses seg1, this is only good on z05+ and FW 3.65+. It will not work on z05 for FW 3.60. Can't fix that, sorry.
Code:
# PCSE01113 (and probably PCSB01153)
# Samurai Shodown V Special

_V0 P1 Inf HP
$B200 00000001 00000000
$0200 002BBD64 000000FF

_V0 P2 Inf HP
$B200 00000001 00000000
$0200 002BBF74 000000FF

_V0 P1 1 HP
$B200 00000001 00000000
$0200 002BBD64 00000001

_V0 P2 1 HP
$B200 00000001 00000000
$0200 002BBF74 00000001

_V0 P1 Win counter At 2
$B200 00000001 00000000
$0200 002BBD85 00000002

_V0 P2 Win counter At 0
$B200 00000001 00000000
$0200 002BBF95 00000000

--------------------- MERGED ---------------------------


I assume you have your system language set to Italian? A lot of codes get messed up when system language is changed. Since this forum is mainly an English speaking forum, that means most of us make codes with the language set to english. Try setting language to english and see if that fixes them.

Hi @Yohoki,i've change my system language on the PS Vita from italian to english,but more code continue don't work example: DariusBurst CS,all Super Robot Wars Z3!
 
Last edited by NeoGranzon,

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
O.O Damn, you guys got active all of a sudden. XD

That's exactly what I do with these types of games. Any time I make codes for Neo Geo or any arcade ports, I use Pusgy's MAME cheat archive.
Glad someone knew what this was. I was going to recommend it, but I couldn't figure out what it was called. Some of these old games even have the RAM completely mapped out, like Super Mario Bros... That'd make finding codes for ports like this super easy.

Sometimes it is a pain. Thing I dont get is, for the Switch, it is Static. With the Vita, you need a Pointer IF you can find it, or do the B200 method.
........Hhmmmm......I know Speedfly did "Garou-Mark of the Wolves", but I wonder if I can add some if needed. Not to mention, all of Speedfly's Codes are Assembly which is MUCH too Advanced for me.
I consider assembly codes cheating. Like, "I couldn't figure out how to make basic codes, so I hafta reprogram the game."
It makes no sense, but it makes me feel better about myself.
A lot of PC games also use assembler edits when using Cheat Engine. The reason they use it is because it can stop things like HP bars 'bouncing' when hit like normal codes cause. It's also possible to remake certain functions that just weren't possible before. It's much simpler to do on PC, though because the code isn't encrypted. As far as I know, the Speedfly guys use decompilers to do something similar.

I suspect they use PFStools to decrypt the game, which I know works because I did this with Catherine: Full Body for the english patch.
As for decompiling, I've tried Ghidrah, but it's ARM code is.... inconsistent and horrible even when it is working at it's best. I suspect they use IDA, but the free version does not decompile ARM code, and I don't feel like shelling out that much for the Pro version. If I can find a 'Trial' version, maybe I'll give it a go again, just to confirm.

@Yohoki - Is there a way to do a Button Modifier with the Right Joystick or the Right Screen Touch?

Got a Code I want, but if it is Enabled, and you Win the Round, it sticks right there. You cant move on from there. Got to Exit the Game.


EDIT==== Well, if I can, I will be doing 12 Codes for Metal Slug 3 (Speedfly Cheats has 8)
Not that I know of. The buttons are easy, they're digital and always either 1 or 0. But the sticks and Touchpads are arrays, closer to [0,0]-[255,255] . Would take quite a bit of programming to get that working, and I don't know if Finalcheat is going to add in something like that... He'd have to do hotspots with ranges instead of simple on/off checks.

But, you can do multiple buttons. For instance: L+R+Up
L = 100
R = 200
Up= 10
Total = 310

Hi @Yohoki,i've change my system language on the PS Vita from italian to english,but more code continue don't work example: DariusBurst CS,all Super Robot Wars Z3!
We need a bit more info. Dump type (NND, Vitamin, Mai) , Game Version, Region

--------------------- MERGED ---------------------------

So this particular Samurai Shodown game doesn't use pointers? Interesting. Pretty much all of them have since the first.
Unless... maybe the NeoGeo had that similar segmentation thing the Vita does. What makes us need the B#00 codes.
That could explain the appearance of the need to use a double pointer when making codes for previous/different hardware.
I know lee4 back in the PSP days had a kind of write up on such phenomenon, but it had to do with the PSP Neo Geo Station games and the offset (as in, what I would equate with a segment on the Vita) created by the emulator used in each of those games.
Based on my experience hacking codes for those, he may have abandoned his research, since it seemed not to be applicable to all of the Neo Geo Station games. Not all of them had the need for any kind of pointers at all. In fact, I've got codes for several of them on my blog.

That said, say another game requires the B#00 codes but DOES have a pointer... How difficult is that to do?

I wonder if the B200 thing works on The Last Blade 2 and/or the King of Fighters games.
I think all the NeoGeo ports use an emulator. That's why the B200 codes. I think seg0 is the emulator's code, and everything required for emulating the console's hardware, and seg1 is probably the virtual ROM/RAM and everything inside the actual cartridge. Since ROM/RAM is pretty static on these older carts, it's probably pretty static inside the Seg1.

That sounds about like what he's explaining there, at least.
 
  • Like
Reactions: Smoker1

stev88982

Active Member
Newcomer
Joined
Oct 3, 2019
Messages
27
Trophies
0
Age
28
XP
71
Country
United Kingdom
why do my final fantasy x not work 395 eu version cheats dont show up -_- i change brightness and naruto npc

--------------------- MERGED ---------------------------

# Title: Final Fantasy X HD Remastered
# ID: PCSB00395 and PCSE00293
# Region: EUR/USA
# Version: 1.00
# Type: NoNpDrm
# Created by tomberyx

_V0 Change Brightness
$0200 81FDC694 0000F001 # change 0000F00X 1-F
$0200 81FDC694 FF00F100 # change FF00FX00 1-F

_V0 Naruto Walk Player-NPC
$0200 81FDC6EC 00000001

_V0 Instand Fight
$A200 8262DD92 00000001

_V0 No random Fight
$0200 8262DD92 00000000

_V0 Always Chocobo(Note1)
$0200 82626B0C 00000001

_V0 Full Control Camera(Note2)
$0200 8262DDAC 00000001
$0200 8262DD9C 00000256
$A200 8262DD92 00000001

_V0 Play XX Character in Fight(Note3)
$0200 8201BD7C 02020202 # change 0x0x0x0x

0.Tidus
1.Yuna
2.Auron
3.Kimahri
4.Wakka
5.Lulu
6.Rikku
7.Seymor
8.Valfaris
9.Ifrit
A.Ixion
B.Shiva
C.Bahamut
D.Anima
E.Jojinbo
F.Mug
10.Dug
11.Rug
12.(Crash)


(Note 1) only in Chocobo-Area.

(Note 2)
You need a battle-fight to activate camera.
Turn code (ON-OFF-ON) to activate.

(Note 3)
You have to unlock character before you choose, otherwise you will get a crash.
why is not showing up on 395 can i have your psv file :)
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
@Yohoki , OK.........so it would look like.......

_V0 L-R-Up Drain CPU Energy
$C201 00000001 00000310
$B200 00000001 00000000
$0000 002B52B7 00000000

Look Proper?
Looks right to me. You might change it to undefined controller type, though. I know it works for vita controls, but I think it also detects pstv and ds3/4 when you set it to undefined.
Code:
_V0 L-R-Up Drain CPU Energy
$C201 00000000 00000310
$B200 00000001 00000000
$0000 002B52B7 00000000

why do my final fantasy x not work 395 eu version cheats dont show up -_- i change brightness and naruto npc

--------------------- MERGED ---------------------------


why is not showing up on 395 can i have your psv file :)
It's probably because this isn't set up as a .PSV yet... there's a bunch of comments in there that need removed. Here you go. Save it as PCSB00395.psv and put it in your DB folder.
Code:
# Title: Final Fantasy X HD Remastered
# ID: PCSB00395 and PCSE00293
# Region: EUR/USA
# Version: 1.00
# Type: NoNpDrm
# Created by tomberyx

_V0 Change Brightness
$0000 81FDC694 00000001 # change 0000F00X 1-F
$0000 81FDC695 000000F1 # change FF00FX00 1-F

_V0 Naruto Walk Player-NPC
$0200 81FDC6EC 00000001

_V0 Instant Fight
$A200 8262DD92 00000001

_V0 No Random Fights
$0200 8262DD92 00000000

_V0 Always Chocobo [Note1]
$0200 82626B0C 00000001

_V0 Full Control Camera [Note2]
$0200 8262DDAC 00000001
$0200 8262DD9C 00000256
$A200 8262DD92 00000001

_V0 Play XX Character in Fight [Note3]
$0200 8201BD7C 02020202 # change 0x0x0x0x
 
Last edited by Yohoki,
  • Like
Reactions: Smoker1

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,047
Trophies
1
Location
California
XP
6,069
Country
United States
OK, so here is....
Garou - Mark of the Wolves
PCSE00958
Version 1.02 (3.61)

_V0 Inf Time Normal
$B200 00000001 00000000
$0000 002BC1B9 00000090

_V0 1P Inf Health Normal
$B200 00000001 00000000
$0000 002B51B7 00000078

_V0 1P Inf P Power Normal
$B200 00000001 00000000
$0000 002B51E7 00000080

_V0 CPU has no Power
$B200 00000001 00000000
$0000 002B52E7 00000000

_V0 L-R-Up Drain CPU Energy
$C201 00000000 00000310
$B200 00000001 00000000
$0000 002B52B7 00000000

EDIT........
Damn. Guess I will have to do these over again. There is a 1.03 Update (3.65).
 
Last edited by Smoker1,

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,998
Trophies
1
XP
7,973
Country
Italy
@Yohoki,this is the info you're request:
DariusBurst CS(USA version 1.11)downloaded from PKGj with all DLC(redownloaded from NoPayStation V3)
Super Robot Wars Z3 Jigoku Hen(Japan version 1.02)format Mai.
Super Robot Wars Z3 Tengoku Hen(Japan version 1.02)format Mai
Super Robot Wars Z3 Rengoku Hen(Japan version 1.00)format vpk
On all this games the vitacheat codes don't work!
 

Yohoki

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
824
Trophies
0
Age
34
XP
1,213
Country
United States
@Yohoki,this is the info you're request:
DariusBurst CS(USA version 1.11)downloaded from PKGj with all DLC(redownloaded from NoPayStation V3)
Super Robot Wars Z3 Jigoku Hen(Japan version 1.02)format Mai.
Super Robot Wars Z3 Tengoku Hen(Japan version 1.02)format Mai
Super Robot Wars Z3 Rengoku Hen(Japan version 1.00)format vpk
On all this games the vitacheat codes don't work!
DariusBurst should work. Did you try using the 1.11 codes? They're commented out in the DB. I'm not sure if it's because they don't work or because they are for a different version. Try this:
Code:
# ID: PCSE00792
# Title: DARIUSBURST Chronicle Saviours
# Region: USA
# Version: 1.00/1.11
# Type: MAI5/NoNpDrm
# Code Author: dask
# Source: https://github.com/r0ah/vitacheat/blob/master/db/PCSE00792.psv
# Original Source: http://www.speedfly.cn/19478.html

_V0 God Mode//上帝模式 (v1.11)
$A100 8199A79E 0000BF00

_V0 Inf Power//无限能量 (v1.11)
$A200 81550CA0 0A61EDD0
$A200 81550CB0 0A62EDC0

_V0 Inf Life//无限生命 (v1.11)
$A100 81959040 00003800

_V0 More Score//更多得分 (v1.11)
$A100 81952FB8 0000BF00

_V0 Inf Shield//无限护罩 (v1.11)
$A100 8199A1B2 00001E1A

_V0 More Pts After buy//买卖后更多Pts (v1.11)
$A200 81EA9438 72D8F8C0

The MAI games, you may have to set the MAI Load Mode option to 5? I don't use MAI anymore so I can't remember, sorry.

If they still don't work, they'll probably just need remade. They were made by Dask on the Chinese site, and I don't think he ever gets on here. So someone here's just gonna have to remake them. You could always give it a go yourself, it's really not hard to make most of these. I would recommend making them on NND, though. Try giving it a go and you'll definitely find help here.
 

NeoGranzon

シュウ 「グラビトロンカノン 発射!」
Member
Joined
Aug 4, 2019
Messages
2,998
Trophies
1
XP
7,973
Country
Italy
DariusBurst should work. Did you try using the 1.11 codes? They're commented out in the DB. I'm not sure if it's because they don't work or because they are for a different version. Try this:
Code:
# ID: PCSE00792
# Title: DARIUSBURST Chronicle Saviours
# Region: USA
# Version: 1.00/1.11
# Type: MAI5/NoNpDrm
# Code Author: dask
# Source: https://github.com/r0ah/vitacheat/blob/master/db/PCSE00792.psv
# Original Source: http://www.speedfly.cn/19478.html

_V0 God Mode//上帝模式 (v1.11)
$A100 8199A79E 0000BF00

_V0 Inf Power//无限能量 (v1.11)
$A200 81550CA0 0A61EDD0
$A200 81550CB0 0A62EDC0

_V0 Inf Life//无限生命 (v1.11)
$A100 81959040 00003800

_V0 More Score//更多得分 (v1.11)
$A100 81952FB8 0000BF00

_V0 Inf Shield//无限护罩 (v1.11)
$A100 8199A1B2 00001E1A

_V0 More Pts After buy//买卖后更多Pts (v1.11)
$A200 81EA9438 72D8F8C0

The MAI games, you may have to set the MAI Load Mode option to 5? I don't use MAI anymore so I can't remember, sorry.

If they still don't work, they'll probably just need remade. They were made by Dask on the Chinese site, and I don't think he ever gets on here. So someone here's just gonna have to remake them. You could always give it a go yourself, it's really not hard to make most of these. I would recommend making them on NND, though. Try giving it a go and you'll definitely find help here.

This codes for DariusBurst CS(PCSE00792)is the same to use and situate in vitacheat z06 db folder and don't work.
 
Last edited by NeoGranzon,

eighthdayregret

fnerrrrrrrrrr!
Member
Joined
Sep 27, 2017
Messages
493
Trophies
0
Age
43
Website
eighthsregrets.blogspot.com
XP
837
Country
United States
Tried what I thought would be a simple game: Bucket Knight. Got a few purple addresses, but did not bother trying them...
Counterproductive.
I really wanna make codes for Mercenary Kings, but pointers are irritating. Mercenary Kings is the reason I started even messing with VitaCheat. I can find the stuff I wanna mess with easily, I just need to find the motivation to futz with the multiple dumps and trying codes.
I'm so damn lazy.

OK, so here is....
Garou - Mark of the Wolves
PCSE00958
Version 1.02 (3.61)

_V0 Inf Time Normal
$B200 00000001 00000000
$0000 002BC1B9 00000090

_V0 1P Inf Health Normal
$B200 00000001 00000000
$0000 002B51B7 00000078

_V0 1P Inf P Power Normal
$B200 00000001 00000000
$0000 002B51E7 00000080

_V0 CPU has no Power
$B200 00000001 00000000
$0000 002B52E7 00000000

_V0 L-R-Up Drain CPU Energy
$C201 00000000 00000310
$B200 00000001 00000000
$0000 002B52B7 00000000

EDIT........
Damn. Guess I will have to do these over again. There is a 1.03 Update (3.65).
I was messing with Garou after our discussion, and either I left off the 1 in 00000001 part of the B200 code, or they don't work. Just a head's up.
I love that game.
 
Last edited by eighthdayregret,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub:
  • Sheeba- @ Sheeba-:
    I can't wait to hack my 11.00 PS4 pro
    Sheeba- @ Sheeba-: I can't wait to hack my 11.00 PS4 pro