Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srgrr/catquesthack
Coin & XP Multiplier for Cat Quest
https://github.com/srgrr/catquesthack
cat-quest cheat cheats injection trainer
Last synced: about 2 months ago
JSON representation
Coin & XP Multiplier for Cat Quest
- Host: GitHub
- URL: https://github.com/srgrr/catquesthack
- Owner: srgrr
- Created: 2020-12-12T20:54:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T01:17:54.000Z (about 1 year ago)
- Last Synced: 2023-11-15T02:41:19.706Z (about 1 year ago)
- Topics: cat-quest, cheat, cheats, injection, trainer
- Language: C++
- Homepage: https://github.com/srgrr/CatQuestHack
- Size: 345 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CatQuestHack
![image](sample_img.jpg)
A console hack for the Cat Quest Game. It has the following features:
- Coin Multiplier (multiplies the value of the coins you pick by X, quest rewards are not affected)
- XP Multiplier (multiplies the value of the XP you get by X, quest rewards are not affected)
- Change the Coin value to whatever you want# How to use it
Start the cheat ONLY IF Cat Quest is already running. The cheat requires you to pick at least one coin or one xp ball to work.
Once its working you should read two messages on the console saying that code injections were succesful. Now you can use the following commands- set_coin_multiplier value
- set_xp_multiplier value
- set_coins valuewhich are pretty self-explanatory.
You cannot close and re-open the cheat during the same game session, it won't work. You should either keep playing the game without being able to modify the multipliers or the number of coins you have anymore, or close the game and open it again. Multipliers will still have effect even if the cheat has been closed.
# Additional comments
This is the first game cheat I ever made without using already existing libraries. All of the code is 100% mine, except for maybe some small copypastes dealing with Windows API. There are better libraries to do the same thing my code does, but feel free to use, copy and do whatever you want with it, but mention me if you do :)I wrote this because I always wanted to get into game hacking and I decided to jump in recently. Addresses and ASM codes were found with the help of Cheat Engine, as you may have guessed.
If you use this cheat and does not work in your machine, let me know. I would like to test it on other Windows machine, but I do not have more than one in my house.