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.

Комментарии • 18

  • @megaturtle9547
    @megaturtle9547 3 года назад +7

    helpful tutorial from several years ago
    10/10

  • @виж
    @виж 9 месяцев назад +1

    Thanks!

  • @superdepressif6047
    @superdepressif6047 5 лет назад +2

    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

    • @sebastianparschauer8762
      @sebastianparschauer8762 5 лет назад +2

      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

    • @royaltyts4994
      @royaltyts4994 3 года назад

      I remember a video about changine the speed of Chromes Dyno game, it involves diving in it's HTML code And typing in functions.

  • @crissez
    @crissez Год назад

    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 ?

    • @patrickfinie4102
      @patrickfinie4102  Год назад

      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 (+ - = >

  • @semihylmaz3949
    @semihylmaz3949 4 месяца назад

    I don't have the GUI did you compile yourself? If not do you know the id of it in apt for debian 12

    • @semihylmaz3949
      @semihylmaz3949 4 месяца назад

      GUI is called "gameconqueror." just needed to sudo apt install gameconqueror

    • @patrickfinie4102
      @patrickfinie4102  4 месяца назад

      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.

    • @semihylmaz3949
      @semihylmaz3949 4 месяца назад

      @@patrickfinie4102 oh no it was just named seperatly as gameconqueror. sudo apt install gameconqueror fixed it

  • @moioyoyo848
    @moioyoyo848 4 года назад +1

    But how can i get the player position?

    • @patrickfinie4102
      @patrickfinie4102  4 года назад

      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.

    • @moioyoyo848
      @moioyoyo848 4 года назад

      @@patrickfinie4102 i found ugtrain but no gui

    • @patrickfinie4102
      @patrickfinie4102  4 года назад

      @@moioyoyo848 that is correct, there is no UI for ugtrain. It is unlikely to get one too.

  • @cadderley100
    @cadderley100 2 года назад

    How do you install game conqueror on the Steam Deck, anyone got any suggestions?

    • @patrickfinie4102
      @patrickfinie4102  2 года назад

      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.

  • @zeroxhunter826
    @zeroxhunter826 3 года назад

    thanks!