ITS A RATALIKA GAME THATS ALL.
Its very hard to find stable codes for Ratalika games.
Some codes only work after you have jumped 2 times and all codes are based on the first character. The game speed code should be 99.9% stable. I would be interested to know which cides don't work for you?
ITS A RATALIKA GAME THATS ALL.
Its very hard to find stable codes for Ratalika games.
Some codes only work after you have jumped 2 times and all codes are based on the first character. The game speed code should be 99.9% stable. I would be interested to know which cides don't work for you?
I think I should keep my hands off Ratalika games. Getting stable codes here is a real art. I will mark this game off the list as "experimental codes".
does anyone have cheats for berserk and the band of hawk pcse 01034? there are cheats, but they don't work with vitacheat z06 3.65, only with Vitacheat z03
Dear code fans !
Now the time has come for me to say goodbye.
I had a lot of fun making codes for the Vita.
I have learned a lot but also suffered how to make stable codes. Some of them are good and some of them are a pain in the ass, but that's ok, nobody is perfect, not even Donald's wife.
I have updated my cheat base and will post in the next 2 weeks everything that is not yet completely done, it would be a shame if I would delete everything.
Have fun cheating .
Dear code fans !
Now the time has come for me to say goodbye.
I had a lot of fun making codes for the Vita.
I have learned a lot but also suffered how to make stable codes. Some of them are good and some of them are a pain in the ass, but that's ok, nobody is perfect, not even Donald's wife.
I have updated my cheat base and will post in the next 2 weeks everything that is not yet completely done, it would be a shame if I would delete everything.
Have fun cheating .
Thank you. The site will always remember your contribution. Feel free if it's your time to come back!
Post automatically merged:
For those who have a 'good idea' like me, I may suggest you attempt trying something else.
We should first explain what's the 'good idea'
For the sake of making ARM code cheats, I've studied a lot. Including x64/ARM assembly, reverse engineering, etc. Even spent 150 bucks for a site called guided hacking just to learn advanced reverse engineering. If you willing me to have a talk about my learning experience, I have to confess it's hard. Harder than most of the programming skills. Similar to finding exploits which also acquires a huge amount of boring time and advanced skills. But somehow it's also interesting in some ways which makes it not looked that hard so far.
Since Vita3k has released some stable version(which is an in-progress emulator for Playstation Vita) I used my spare time to give it a try. I was astonished it supports a lot of games, including my favorite games. 'Why not give it a try?' I said to myself. Hours ago I downloaded it and try the games.
One game which I was working on called Gakusen Toshi Asterisk Phoenix War, it has no offsets for HP, Training status, MP etc. So it's nearly impossible to find the assembly code so called ARM code in its bin file(which can be considered as exe file for Windows, ELF file for Linux). Saying more accurately, we can't find the assembly code without a built-in debugger.
Once again a huge shout to some genius who would be able to make a acceptable debugger for PS vita.
Back to our lines. I, hours ago, was trying to use debugger on Windows straightly find the assembly code on Vita3k and turn it into vita-usable code. This is what I called it 'a good idea'. Vita3k runs well and only bugged acceptable times. 80/100 for my experience but that's not what we're going to talk here.
The first few steps were extremely successful, I found the assembly code for HP and found out what kind of program is it using for processing HP. Both the MP and friend status were also found. The whole steps took me less than five minutes. Now it's the time to conquer it, what an easy-pi**y. I thought to myself, finding some special offsets and search it in the bin file in IDA Pro.
After several attempts somehow, I still cannot locate the right code. 'What a shame.' I thought, throwing my minds behind and start copy pasting all possible results at once(more than a thousand lines) to test it dumbly.
What comes next is boring time and unfortunate failures.
I start trying find some easier code such as money codes. What I saw next astonished me.
A 3-line mov/cmp/bl ARM code in the bin file was converted to unreadable 10+ lines in the same game on Vita3k.
What's also unfortunate, the offsets in Vita3k's game's assembly code was COMPLETELY USELESS. At least 95% useless. I remembered that in a research, averagely it needs 9 times of spec to run an emulator of the original machine. Which at here, means 9 times junk codes(actually they were useful codes just not readable and valuable for human) fulfilled the game.
I may keep on giving it a try on how to transfer emulators' assembly code into Vita's codes but I have to confess there were not much hope. Hope folks won't waste their time trying these impossible things unless you're really good at them.
At last once again thanks to Tomberyx who may contributes the most in this thread. See you next time!
Dear code fans !
Now the time has come for me to say goodbye.
I had a lot of fun making codes for the Vita.
I have learned a lot but also suffered how to make stable codes. Some of them are good and some of them are a pain in the ass, but that's ok, nobody is perfect, not even Donald's wife.
I have updated my cheat base and will post in the next 2 weeks everything that is not yet completely done, it would be a shame if I would delete everything.
Have fun cheating .
Thanks for everything you have done here. I wish you good luck with whatever you decide to do next either in this forum or in your own personal life. This thread and forum certainly won't be the same without you.
Thank you. The site will always remember your contribution. Feel free if it's your time to come back!
Post automatically merged:
For those who have a 'good idea' like me, I may suggest you attempt trying something else.
We should first explain what's the 'good idea'
For the sake of making ARM code cheats, I've studied a lot. Including x64/ARM assembly, reverse engineering, etc. Even spent 150 bucks for a site called guided hacking just to learn advanced reverse engineering. If you willing me to have a talk about my learning experience, I have to confess it's hard. Harder than most of the programming skills. Similar to finding exploits which also acquires a huge amount of boring time and advanced skills. But somehow it's also interesting in some ways which makes it not looked that hard so far.
Since Vita3k has released some stable version(which is an in-progress emulator for Playstation Vita) I used my spare time to give it a try. I was astonished it supports a lot of games, including my favorite games. 'Why not give it a try?' I said to myself. Hours ago I downloaded it and try the games.
One game which I was working on called Gakusen Toshi Asterisk Phoenix War, it has no offsets for HP, Training status, MP etc. So it's nearly impossible to find the assembly code so called ARM code in its bin file(which can be considered as exe file for Windows, ELF file for Linux). Saying more accurately, we can't find the assembly code without a built-in debugger.
Once again a huge shout to some genius who would be able to make a acceptable debugger for PS vita.
Back to our lines. I, hours ago, was trying to use debugger on Windows straightly find the assembly code on Vita3k and turn it into vita-usable code. This is what I called it 'a good idea'. Vita3k runs well and only bugged acceptable times. 80/100 for my experience but that's not what we're going to talk here.
The first few steps were extremely successful, I found the assembly code for HP and found out what kind of program is it using for processing HP. Both the MP and friend status were also found. The whole steps took me less than five minutes. Now it's the time to conquer it, what an easy-pi**y. I thought to myself, finding some special offsets and search it in the bin file in IDA Pro.
After several attempts somehow, I still cannot locate the right code. 'What a shame.' I thought, throwing my minds behind and start copy pasting all possible results at once(more than a thousand lines) to test it dumbly.
What comes next is boring time and unfortunate failures.
I start trying find some easier code such as money codes. What I saw next astonished me.
A 3-line mov/cmp/bl ARM code in the bin file was converted to unreadable 10+ lines in the same game on Vita3k.
What's also unfortunate, the offsets in Vita3k's game's assembly code was COMPLETELY USELESS. At least 95% useless. I remembered that in a research, averagely it needs 9 times of spec to run an emulator of the original machine. Which at here, means 9 times junk codes(actually they were useful codes just not readable and valuable for human) fulfilled the game.
I may keep on giving it a try on how to transfer emulators' assembly code into Vita's codes but I have to confess there were not much hope. Hope folks won't waste their time trying these impossible things unless you're really good at them.
At last once again thanks to Tomberyx who may contributes the most in this thread. See you next time!
I believe that with time Vita3K will take the place of PSvita keeping that in mind wouldn't it just be easier to add a "cheat generator" to Vita3K as in several other emulators? I believe it doesn't have it yet because the devs are focusing on compatibility at the moment and only after it's stable maybe they'll add other features.
Hi everyone, I found really sad that at the end nothing was done on Jak and Daxter Trilogy. There's any chance someone can help providing a few cheats for the trilogy?
Hi everyone, I found really sad that at the end nothing was done on Jak and Daxter Trilogy. There's any chance someone can help providing a few cheats for the trilogy?
I still have several games (+- 15) with codes which I have not fully tested, all the codes are very dusty but many of them work quite well. Your game is also included all 3 parts (you can use Collection Codes it also will work). I will post everything here if possible, also FFX as well as a little gift
Thank you. The site will always remember your contribution. Feel free if it's your time to come back!
Post automatically merged:
For those who have a 'good idea' like me, I may suggest you attempt trying something else.
We should first explain what's the 'good idea'
For the sake of making ARM code cheats, I've studied a lot. Including x64/ARM assembly, reverse engineering, etc. Even spent 150 bucks for a site called guided hacking just to learn advanced reverse engineering. If you willing me to have a talk about my learning experience, I have to confess it's hard. Harder than most of the programming skills. Similar to finding exploits which also acquires a huge amount of boring time and advanced skills. But somehow it's also interesting in some ways which makes it not looked that hard so far.
Since Vita3k has released some stable version(which is an in-progress emulator for Playstation Vita) I used my spare time to give it a try. I was astonished it supports a lot of games, including my favorite games. 'Why not give it a try?' I said to myself. Hours ago I downloaded it and try the games.
One game which I was working on called Gakusen Toshi Asterisk Phoenix War, it has no offsets for HP, Training status, MP etc. So it's nearly impossible to find the assembly code so called ARM code in its bin file(which can be considered as exe file for Windows, ELF file for Linux). Saying more accurately, we can't find the assembly code without a built-in debugger.
Once again a huge shout to some genius who would be able to make a acceptable debugger for PS vita.
Back to our lines. I, hours ago, was trying to use debugger on Windows straightly find the assembly code on Vita3k and turn it into vita-usable code. This is what I called it 'a good idea'. Vita3k runs well and only bugged acceptable times. 80/100 for my experience but that's not what we're going to talk here.
The first few steps were extremely successful, I found the assembly code for HP and found out what kind of program is it using for processing HP. Both the MP and friend status were also found. The whole steps took me less than five minutes. Now it's the time to conquer it, what an easy-pi**y. I thought to myself, finding some special offsets and search it in the bin file in IDA Pro.
After several attempts somehow, I still cannot locate the right code. 'What a shame.' I thought, throwing my minds behind and start copy pasting all possible results at once(more than a thousand lines) to test it dumbly.
What comes next is boring time and unfortunate failures.
I start trying find some easier code such as money codes. What I saw next astonished me.
A 3-line mov/cmp/bl ARM code in the bin file was converted to unreadable 10+ lines in the same game on Vita3k.
What's also unfortunate, the offsets in Vita3k's game's assembly code was COMPLETELY USELESS. At least 95% useless. I remembered that in a research, averagely it needs 9 times of spec to run an emulator of the original machine. Which at here, means 9 times junk codes(actually they were useful codes just not readable and valuable for human) fulfilled the game.
I may keep on giving it a try on how to transfer emulators' assembly code into Vita's codes but I have to confess there were not much hope. Hope folks won't waste their time trying these impossible things unless you're really good at them.
At last once again thanks to Tomberyx who may contributes the most in this thread. See you next time!
I am very enthusiastic about the way you analyse and compare the whole thing in order to reach your goal. Only in this way is it possible to learn new ways and conquer unknown territories.
Keep it up as long as you still have fun with it, you're doing great.
I am very curious what your final result will be. You are probably the only one to attack the core and that is very brave, I have only scratched on the right surface (B200 Yohoki) but it was enough for many games.
Solve the riddle, we all count on you
I think I should keep my hands off Ratalika games. Getting stable codes here is a real art. I will mark this game off the list as "experimental codes".
Last month we got confirmation of a new model of Switch 2 to better comply with upcoming EU regulations. With the legislation set to come into effect in February of...
Ocarina of Time is back in style as the upcoming Switch 2 remake looms on the horizon. But what's a fan of the game to do over the next few months? If you've been...
Tired of waiting for Game Freak to bring Pokemon Emerald to modern platforms? We've got you covered with a brand new port in the works. Currently available on GitHub...
For fans of Sinnoh, the pickings are slim. If you want the best experience you're left deciding between the updated region in Platinum, or the somewhat controversial...
If you've been waiting for an excuse to replay Super Mario Sunshine and happen to have up to nine friends, do I have some good news for you. Released earlier today...
The Switch 2 has been out for a year now, but you shouldn't count the original system out yet! Released a few days ago, popular PS2 emulator NetherSX2 has found its...
Hot on the heels of their NetherSX2 port, @Nagaa is back with another hugely anticipated release: a Switch port of the popular Wii U emulator Cemu. We've got more...
The Pokemon series is known for its vast assortment of spin off titles, with the majority being well-received. We've had an assortment of Mystery Dungeon titles, a...
Right on the heels of a NetherSX2 port, the Switch once again proves it's still got some life left in it as 3DS emulation graces the system. Promising mostly...
The golden age of emulation on the Switch continues as a native Dolphin port was released by @Nagaa earlier today. Included in this port, we're looking at cover art...
Last month we got confirmation of a new model of Switch 2 to better comply with upcoming EU regulations. With the legislation set to come into effect in February of...
Ocarina of Time is back in style as the upcoming Switch 2 remake looms on the horizon. But what's a fan of the game to do over the next few months? If you've been...
Tired of waiting for Game Freak to bring Pokemon Emerald to modern platforms? We've got you covered with a brand new port in the works. Currently available on GitHub...
Amidst news of layoffs and cancellations in the wake of Xbox's larger changes, Bethesda has today come out with a statement discussing their active projects. In this...
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
Announced today during the Octopath Traveler 8th Anniversary live stream, it's been confirmed that both the first game and its sequel will be launching on the Switch...
For fans of Sinnoh, the pickings are slim. If you want the best experience you're left deciding between the updated region in Platinum, or the somewhat controversial...
In this time of everything costing more a year after it's released, it's nice to see some things sticking to the old ways. Capcom have today announced that the latest...
If you've been waiting for an excuse to replay Super Mario Sunshine and happen to have up to nine friends, do I have some good news for you. Released earlier today...
Hoenn to the ROM hacking scene is like Kanto to the official games. It's everywhere. At this point you've probably played through Pokemon Emerald with a party of...