Gameconqueror tutorial using SuperTux2
HTML-код
- Опубликовано: 7 фев 2025
- In this video i will show you how to scan for known values in Gameconqueror, a memory scanning and manipulation tool for linux. Similar to Cheat Engine on Windows.
PSA: Do not use this program to cheat on online games. there are several reasons why it wont work and why you shouldnt.
1. The memory addresses you are looking for are usualy held on the host machine, not the client or your local one.
2. You'd need access to the host server to manipulate the memory addresses and doing so might be a crime in your local
3. You may trigger some anticheat tool and get banned.
4. cheating on online games is morally reprehensible. Dont ****ing do it.
If you liked this tutorial Video please think about donating at either liberapay.com/... or paypal.me/mirppc. Any contributions will go a long way in making more and better quality tutorials.
Link to scanmem source code: github.com/sca...
If you like this video and want to see more please support me on liberapay.com/... or at PayPal.me/mirppc . Every little bit helps me make better content.
helpful tutorial from several years ago
10/10
Thanks!
Thanks for the beginner tutorial. Do you know if it's possible to cheat on unknown values, an example would be how to change the movement speed of your character, you might guess it's zero when you're not moving, but otherwise it's hard to tell
That information is stored in another object. Speed is usually a temporary thing calculated at runtime. The SuperTux is a moving object (github.com/SuperTux/supertux/blob/6f21cf696307e263b504e83ecd8a6ec995f1b544/src/supertux/moving_object.hpp) having an xy-vector for current location. I tried to hack the y-value to fly over the holes on the ground but it did not work. Then the SuperTux died mid-air above the hole. Hacking coins, bonus, and bullets in the PlayerStatus object with ugtrain is the best I have: github.com/ugtrain/ugtrain/blob/master/examples/incomplete/supertux64.conf
I remember a video about changine the speed of Chromes Dyno game, it involves diving in it's HTML code And typing in functions.
Hey thank you so much for this video, but if i have in a game the value like 0000400 what i type in the scan ? I need to tap the 0 or just the numbers ?
So if i where to do a scan for a value of 400 i would do the initial search for 400, Then the next time i know the value changes i enter what the value is, lets say it went up, now 500.
There are switches that can be used for values you dont fully know but are able to tell when they change (+ - = >
I don't have the GUI did you compile yourself? If not do you know the id of it in apt for debian 12
GUI is called "gameconqueror." just needed to sudo apt install gameconqueror
You are right. I think the UI has been depreciated as i havent gotten it to work in ages. PINCE however did have a functioning UI. Check that project out. It still uses libscanmem.
@@patrickfinie4102 oh no it was just named seperatly as gameconqueror. sudo apt install gameconqueror fixed it
But how can i get the player position?
It might be possible using floating values or signed. Sadly this is beyond the scope of this simple guide and there are far better places to get an answer. I'd point you to some but i need to check if there is any conflict between YT's terms and the terms of the site/group(s) i would link to.
Thanks for the comment none the less.
@@patrickfinie4102 i found ugtrain but no gui
@@moioyoyo848 that is correct, there is no UI for ugtrain. It is unlikely to get one too.
How do you install game conqueror on the Steam Deck, anyone got any suggestions?
I do not have a steam deck but it uses an immutable system so you would need to work around that. Scanmem and Game Conqueror will not work as a flatpak due to the containerized nature. As for more specific i cannot answer that nor will i condone using scanmem/Game Conqueror with steam. This is a quick way to get VAC banned there if you are not careful. I would appreciate it if this conversation ends here. Thank you.
thanks!