I made Cheat Engine in C# to hack Minecraft

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

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

  • @vycdev
    @vycdev  12 дней назад +41

    If you are not interested in the source code and only want to play around with the program that I made, I created a release on GitHub which you can find here.
    github.com/vycdev/MemHack/releases/tag/v1.0.0
    Just download the archive that says "MemHack_1.0.0_Win64.zip", unzip it, and run the exe. (You should probably run it in administrator mode to be sure)
    If you need additional help, you can join the discord server and ask around, me or someone else might be able to help you: discord.gg/nU63sFMcnX

    • @flatice
      @flatice 11 дней назад

      are you going to release a version for flatpak on linux

  • @peepeemeowmeow
    @peepeemeowmeow 11 дней назад +71

    I have recently been in a bit of a coding hiatus after a rough semester in Uni as well as burn out from my own projects but seeing this vid has slightly revived my hacking passion and I reckon Im gonna try make the same thing! This video is great man, super underated channel, loved it

    • @vycdev
      @vycdev  11 дней назад +7

      Awesome, I'm glad you liked it. You should join the discord server to share your progress :D

    • @eU_Yonaire
      @eU_Yonaire 9 дней назад

      I personally would recommend you to use C++ btw

  • @HiddenVue
    @HiddenVue 14 дней назад +146

    absurdly underrated

  • @PixelCraftPlay
    @PixelCraftPlay 10 дней назад +9

    joined the guys discord for support, realised the issue was my video drives being broken. guy was really nice.

  • @stuartdowning5628
    @stuartdowning5628 7 дней назад +3

    Well done! I would recommend looking into mapping memory to avoid making a copy of every address, look at the source for cheat engine and how its able to search through virtual memory efficiently

  • @superguy654
    @superguy654 10 дней назад +20

    The great thing about hacking minecraft is that you didnt get the actual diamond item addres. You got the address of the container where the item is held. This means as soon as you spawned in you couldve picked up blocks and got whatever address by doing the same thing. Then you can go down mine a diamond put it in the same slot as the other blocks then write any value to that container

    • @whtiequillBj
      @whtiequillBj 3 дня назад

      Is this specific to the Java version and how Java works? It sounds very memory safe.

    • @liriani
      @liriani День назад

      so you can use for example the first hot bar slot for multiplying items? is that what you mean?

    • @superguy654
      @superguy654 День назад +2

      @@liriani When scanning for "items" its not really the item's address you get back. You get back the container that the item is being held. it doesnt matter what item is in it (as long as youre trying to do some value modifications). So you can collect dirt, scan, collect, scan until you get to the point where you can modify the number of dirt held. then put any item in the same slot the dirt was in and you can modify that value without having to rescan

    • @liriani
      @liriani День назад +1

      @@superguy654 Yeah thats what i meant, thanks for the explanation😁

    • @superguy654
      @superguy654 День назад

      @ Not sure if its java specific. Try it out! Launch it on bedrock and hack away

  • @alexhiatt3374
    @alexhiatt3374 3 дня назад

    nice video, more concise than a lot of dedicated Win32 tutorials. well done

  • @ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴل

    new subscriber, so underrated

  • @Hevanafa
    @Hevanafa 9 дней назад +1

    The first time I heard the song at 4:34, it reminded me of something familiar because I've heard that song somewhere... and I was right, I heard that song on a Roblox game called Super Skyward Towers. I've played that game a while ago, which brings back the nostalgia including CE. Great video btw :D

  • @itzkxhu
    @itzkxhu 13 дней назад +9

    been working on my own copy aswell and youtube recommends me this gold of a video 🔥

  • @REALKaim
    @REALKaim 9 дней назад

    a REALLY underrated youtuber you earned my subscribe man keep it up

  • @kubi_scripts-hub
    @kubi_scripts-hub 11 дней назад +1

    good work, appreciate it! Work hard and u gonna be big yt,gl!

  • @Free_kitty0
    @Free_kitty0 12 дней назад +8

    What you could also do is get an item in your inventory and then mess around until you find the item ID, then you can change it to whatever you want!

  • @stroft2
    @stroft2 9 дней назад

    I love your style and I love your videos! Subbed.

  • @BOPShorts
    @BOPShorts 12 дней назад +3

    Good Video, you could also implement Pointer Scanning, which is important for writing your own cheats. Maybe you wanna do a Part 2?

    • @vycdev
      @vycdev  12 дней назад +1

      Thanks, I tried to do that the first time, but failed miserably. Then I realized I actually didn't need it for what I wanted to do, but thanks for the idea, I will consider it in the future

  • @RizqiKqkq
    @RizqiKqkq 8 дней назад

    Very informative. Thankyou for sharing this works dude

  • @piotrekxxx6571
    @piotrekxxx6571 8 дней назад

    nice, finally a good small creator

  • @GigiGde
    @GigiGde 8 дней назад +1

    Great Video! Does it works with other games too?

    • @vycdev
      @vycdev  8 дней назад

      Yes, it should work, as long as there are no anti-cheat features and you do everything right.

  • @adelin_hojda
    @adelin_hojda 14 дней назад +4

    Very good video. I have one suggestion: create a series to make a cheat on minecraft.

    • @vycdev
      @vycdev  14 дней назад +3

      Sounds interesting, I will add it to my list of ideas :D

  • @Vachan_notavailable
    @Vachan_notavailable 12 дней назад +10

    this is 1.12.2 one of minecraft’s most exploited version it’s no wonder changing memory stored by the game works modern versions defo fixes this

    • @vycdev
      @vycdev  12 дней назад +6

      Newer versions use a separate process that is hidden, to run the internal server. But the concept should still work. It will stop working if mojang decides to obfuscate values in the inventory. But even then, nobody can stop you from reverse engineering the game or any other program, and searching or changing values in the virtual memory.

    • @reabstraction
      @reabstraction 11 дней назад +5

      ​​@@vycdevcorrection:
      Minecraft Java Edition (modern versions) use a separate thread for the server
      But runs in the same Java runtime
      This is as opposed to older versions (pre-1.3.1) that have one thread
      With the mappings, which can be either the official MojMap or the community made Yarn, we can find things
      When using NeoForge or Fabric, we can then bytecode patch things with mixins
      It is trivially easy to make a hack client
      Thus duping diamonds client side is easy
      And will work on VANILLA servers
      PaperMC and Fabric fix the bug so the client can't dupe

    • @vycdev
      @vycdev  11 дней назад

      @reabstraction I see, I didn't know that. Thanks for clarifying

  • @klubuntu
    @klubuntu 13 дней назад

    Excellent video, and the best soundtrack 😎

  • @anixtzer6121
    @anixtzer6121 9 дней назад

    Underrated channel

  • @amhirmama
    @amhirmama 2 дня назад

    clicked on the video and prayed you had a download link for it and you did

  • @doziaress
    @doziaress 11 дней назад +2

    dude... that is so underrated!

  • @yurii_nonfake
    @yurii_nonfake 12 дней назад +1

    Great, so good and interesting!

  • @plashplash-fg6hd
    @plashplash-fg6hd 11 дней назад

    I wish there were more videos like this.

  • @ImnotAbelsuni34
    @ImnotAbelsuni34 12 дней назад

    Great video! I would enjoy a full series about this! +1 Sub! Also, if you ever run out of projects, then i would love to see you make a minecraft server in C# (or atleast one that can respond to pings from the minecraft client, even this is hard enough)

    • @vycdev
      @vycdev  12 дней назад

      Thanks, tbh making a simple mock minecraft server in C# sounds like a cool challenge :D

  • @sycamorality
    @sycamorality 8 дней назад

    oh this is SUPER cool. no longer will i have to either spend hours getting materials or crashing minecraft a hundred times to duplicate the materials for building in my own worlds

  • @alexutzerion
    @alexutzerion 12 дней назад +1

    Nice Video!

    • @nayskutzu
      @nayskutzu 10 дней назад

      Ma tu ce dracu cauți aici ma ca iți dau ban ip ;)

  • @DimDima09
    @DimDima09 14 дней назад +3

    Great video! Btw, why didnt you use Windows forms as a gui? just asking

    • @vycdev
      @vycdev  14 дней назад +1

      Thanks, I wanted to use Monogame with Imgui because I was going to use them in future projects as well, and I thought it was a good opportunity to try it. In fact I'm working on a cool game project right now that uses Imgui.

    • @DimDima09
      @DimDima09 13 дней назад

      @@vycdev Oh, god it! Good luck on your projects then!

  • @xulaxwtf
    @xulaxwtf 11 дней назад +9

    Im downloading this, its so useful since now you dont have to download CE and then clean the file so it wont dwonload random shit on your pc.
    Edit: I beg you to continue this its just a bit glitchy but it still works really well and its easy to use im subbing liking and doing everything i can for you to continue this. Also this is your most viewed video so part 2 will also get views surely.

    • @vycdev
      @vycdev  11 дней назад +3

      Thank you a lot, I see many people liked this so I might do a part 2 at some point for sure.

    • @xulaxwtf
      @xulaxwtf 11 дней назад +1

      @@vycdev Yes i am so happy right now, i will be waiting i put on all notifacations so i see the video!

    • @goisasuke5826
      @goisasuke5826 11 дней назад +1

      just uncheck them in the installer and it won't install anything

    • @xulaxwtf
      @xulaxwtf 10 дней назад

      @@goisasuke5826 On cheat engine you cant uncheck the boxes atleast not for me, also yes i dwonload it from the actual site.

    • @asdf30111
      @asdf30111 9 дней назад

      @@goisasuke5826 The only big warning I think should be given is never run multiplayer games or their launchers while using it.

  • @SadInfinite
    @SadInfinite 14 дней назад +1

    very good video !!!!!!!
    (you unlockeed a new subscriber !!!!)

  • @donik29111
    @donik29111 8 дней назад

    bro knows how to play minecraft :D great skills

  • @PndaDx
    @PndaDx 13 дней назад +1

    Subscribed as you deserve

  • @MarkStillPlays
    @MarkStillPlays 4 дня назад +1

    i made a street car cost 1b on gta online and sold it with cheatengine💀💀☠️

  • @zemepl
    @zemepl 14 дней назад +1

    Great vid! Btw, are you from Poland?

    • @vycdev
      @vycdev  14 дней назад

      @@zemepl Thanks, and nope, I am from Romania

    • @Matei_Owner
      @Matei_Owner 14 дней назад +1

      @@vycdev salut frate :))

    • @vycdev
      @vycdev  14 дней назад

      @Matei_Owner Salut, salut :))

    • @Francjatomarka
      @Francjatomarka 13 дней назад +1

      lol

  • @notlookme
    @notlookme 20 дней назад +2

    Very nice!

    • @vycdev
      @vycdev  20 дней назад

      Thanks!

  • @Mugames1
    @Mugames1 8 дней назад

    That's crazy, recreating a program.

  • @Zozonix14
    @Zozonix14 11 дней назад +1

    Underrated af

  • @renolololololo
    @renolololololo 11 дней назад

    Very interesting video, I think that you could create some sort of tutorial series related with game development

    • @vycdev
      @vycdev  11 дней назад

      I have a big video coming up, although it's not a tutorial, it will definitely be interesting.

  • @Vzqm1
    @Vzqm1 8 дней назад

    0:22 nohyper gameplay :o

  • @aravgdstinky
    @aravgdstinky 20 дней назад +3

    I remember when geometry dash hackers used cheat engine to speedhack the game and claim it was real

  • @varneee1
    @varneee1 8 дней назад

    this gave so much of memories lol

  • @ObsidianDog10
    @ObsidianDog10 14 дней назад +1

    recently i made a java program that for a very old version of minecraft that lets you change the values

    • @AndrieMC
      @AndrieMC 14 дней назад +1

      which cheat engine does better

    • @ObsidianDog10
      @ObsidianDog10 13 дней назад +1

      @@AndrieMC Not mine i not that for sure mine crashes alot

  • @janosobszidi6115
    @janosobszidi6115 10 дней назад +1

    readprocessmemory is quite slow, the nt version might be faster but u could take a alternative way of making a dll that u inject into
    the game and then u dont have to call any function :D

    • @vycdev
      @vycdev  10 дней назад

      Yea, that would work too, but I didn't want to limit it to only Minecraft, that was only an example :D

    • @janosobszidi6115
      @janosobszidi6115 9 дней назад

      you wouldn’t have to limit it to just one game, u could inject said dll into any process and the dll would just do the memory reading, and then relay the info back to ur external process thru maybe a text file? or something. cheat engine does this but with the speedhack, it injects a dll into any process and hooks some kind of time function it might be using

  • @az-harmuhamadnayif
    @az-harmuhamadnayif 12 дней назад

    Thank you for sharing sir, + 1 subscriber

  • @MrVicho13
    @MrVicho13 4 дня назад

    Using Avalonia for the UI could have been a better idea.

  • @afkrealquickbrb
    @afkrealquickbrb 10 дней назад +1

    ive tried to make a cheat engine 5 times using the same method and i didnt get close once

    • @vycdev
      @vycdev  10 дней назад

      Well, that's unfortunate. Maybe my code on github can help you. It took me a while to get it working, too.

  • @exarinhvh
    @exarinhvh 11 дней назад

    underrateddd 315th sub

  • @realTijabe
    @realTijabe 11 дней назад +7

    you should rename it to "I made my own Cheat Engine in C# so I could cheat in Minecraft" otherwise you are claiming you made THE cheat engine

    • @ggchung727
      @ggchung727 5 дней назад +1

      damn he did it, what was the original name?

    • @realTijabe
      @realTijabe 5 дней назад

      @@ggchung727 i think its still the same

    • @ggchung727
      @ggchung727 4 дня назад

      nvm i am dumb

    • @ggchung727
      @ggchung727 4 дня назад

      did not read the comment correctly

  • @kochambigos
    @kochambigos 13 дней назад +2

    good video im new subscriber now but is this project public to download?

    • @vycdev
      @vycdev  13 дней назад

      Yes, but you have to build it yourself.
      You can find the source code here:
      github.com/vycdev/MemHack

  • @ЕвгенийБерк-в6ч
    @ЕвгенийБерк-в6ч 6 дней назад

    The reason of him testing MC 1.12.2 is that after 1.13 MC remade memory alloc system. DO not even try to use this tool on modern versions of ANY game (especially multiplayer) , you will be permanently banned after attaching this "tool" not even scanning or changing values.

  • @OfficialJRVR
    @OfficialJRVR 10 дней назад

    UNDERRATED

  • @evidock
    @evidock 12 дней назад

    this is so cool, do you have any reccomendations on how to learn coding?

    • @vycdev
      @vycdev  12 дней назад

      Thanks, you're going to need to be a bit more specific. What do you want to learn, because the coding world is pretty vast. If you don't have a picture of what you want to end up doing, I suggest you should research that first, after that you can look into what are the requirements for your specific field of programming. For example if you do web development you're most surely going to learn JavaScript, but if you want game development you have a huge list of programming languages and tools to pick from. After that, if you are a complete beginner, you should watch some tutorials on how to do simple things, and learn the basic stuff first, like how to write a message, what are variables, loops, etc. And then you can get a bit into algorithms and start learning how to create more advanced programs.
      I hope this was useful, if you have anything more specific, I would be happy to answer.

    • @evidock
      @evidock 11 дней назад

      @@vycdev thank you, im a complete beginner and I wanna get into coding

  • @that_guy1211
    @that_guy1211 10 дней назад

    wait, if it's the windows API, that means you can use any programming language that has access to the windows API, which means this can also theoretically be done in Lua and Python...... Very interesting

    • @vycdev
      @vycdev  10 дней назад

      Indeed!

  • @sourcerer-150
    @sourcerer-150 12 дней назад +1

    underated

  • @Trufle-g7b
    @Trufle-g7b 11 дней назад +2

    Ok i have 3 questions, first does it work on every version or just one spesific one, second is it compatible with mods or do you need to download somthing to make cheat engin compatible with minecraft and lastly can you use it on server ( i highly dought that you can but you never know)?

    • @vycdev
      @vycdev  11 дней назад +1

      For now it works on older versions only because on newer versions the internal server is on a separate hidden process, and you wont be able to find the memory address for the inventory in the main window process. Also it's not limited to minecraft, you can use it on other programs as well just like Cheat Engine. Though, you could use
      You don't need extra stuff to make it compatible, it should work even if you have mods.
      And lastly, nope, you can't modify the memory of something that is not on your computer, and unless that server is on the same machine as yours, you wont be able to change it's memory.

    • @Trufle-g7b
      @Trufle-g7b 11 дней назад +2

      @vycdev ok thanks man really useful stuff. Thank you for responding so quickly. I hope this turns out good for you, keep up the great work 👍 👏

  • @Vexouile
    @Vexouile 14 дней назад +1

    good video, +1 subscriber for you ^^

    • @vycdev
      @vycdev  14 дней назад

      Thank you 🙏

  • @test-rj2vl
    @test-rj2vl 12 дней назад +1

    Next challenge: Write cheat engine in Javascript and use Electron for UI. 🤪
    Would be interesting to see you scan and modify float values with that lol.
    But good thing is that scripting support would come with very little effort as you simply have to make some native functions available to use in JS. And then the end user who only has exe and not the source code could very easily script complex cheats like change some value based on current time or recompute all values in given array with their own logic.

    • @vycdev
      @vycdev  12 дней назад

      Yea that would definitely be challenging. At the same time I could add lua support to the current implementation, although I'm not sure how hard that would be.

    • @test-rj2vl
      @test-rj2vl 12 дней назад

      @@vycdev JS idea was kind of trolling anyways. But lua script is not hard. Or at least it was not hard when I added it to my Diablo 2 hacks.

    • @vycdev
      @vycdev  12 дней назад

      I see, thanks

    • @tacotootuff
      @tacotootuff 8 дней назад

      @@vycdev Lua is one of those languages that is really easy to embed if you're looking for a scripting system. I personally added it to my CS2 cheat with almost no problems. Plus, there a lot of resources online now adays that can help you.

  • @billyhatcher643
    @billyhatcher643 10 дней назад +1

    this would be great for thoes who dont use creative mode at all

  • @NaamloosDev
    @NaamloosDev 10 дней назад +1

    Monogame with Imgui is a very weird choice for a UI imho

    • @vycdev
      @vycdev  10 дней назад

      I want to use monogame later for game development, so I thought I could use that to get some more experience

  • @kingrobot1909
    @kingrobot1909 13 дней назад

    Hi , nice vid .... Im a new subscriber.... 🎉

    • @kingrobot1909
      @kingrobot1909 13 дней назад

      1.
      What about buttons, for example, so you have a life display, where the life is shown with a bar .... How do you then know the exact number that you can then use in a program like Cheatengine etc
      2. Would this program also work with an emulator like Yuzu?
      I would be happy to receive an answer ;)
      You are doing it very well, keep it up ... :)

    • @vycdev
      @vycdev  13 дней назад +1

      1. Unless you have an exact number, I think it's pretty much impossible to find the value that you are looking for. Your best bet is to try going from full HP to 0 HP and search for that. But you also need to know what the value of full HP is. Then next time you are alive, you can try writing a value to the address you found previously. If that doesn't work, well, the next thing that comes to my mind is searching for a hack written by someone else specific for that game, or reverse engineering the game yourself and making one.
      2. It might work, as long as you have the right process and the game doesn't have other kind of anti cheat protections, (and it's not multiplayer) it should work in theory. But I would still recommend using Cheat Engine instead, since it's a lot more advanced than what I wrote.
      Also thanks a lot

  • @aqua-bery
    @aqua-bery 6 дней назад

    I'm still confused as to how a program can modify memory that is not assigned to it. Usually the OS kills the misbehaving process instantly

  • @rafrr
    @rafrr 12 дней назад +1

    nice idea11!!

  • @ROCKSMASHER
    @ROCKSMASHER 13 дней назад

    Underrated

  • @NotSnope
    @NotSnope 13 дней назад +2

    Does it work in Minecraft 1.21?

    • @NotSnope
      @NotSnope 13 дней назад +2

      (Great vid btw)

    • @vycdev
      @vycdev  13 дней назад +1

      Thanks, my app will most likely not work on that version because you can't select a specific process with it. But you can do that with Cheat Engine. Newer versions of Minecraft run the internal server on a separate process from the main window, and you need to find that process, which is why being able to select a specific process is required.

    • @NotSnope
      @NotSnope 13 дней назад +2

      @@vycdev alr, thx :)

  • @MrTomiCeZet
    @MrTomiCeZet 13 дней назад +1

    didnt understand anything (in the app) but very good video 😅

    • @vycdev
      @vycdev  13 дней назад

      Thank you! Do you think there is anything specific that I could've explained better?

    • @MrTomiCeZet
      @MrTomiCeZet 13 дней назад +1

      no, its explained too well 😄

    • @vycdev
      @vycdev  13 дней назад +1

      Ah makes sense, maybe I should've kept it simple and made a separate video to go more in depth. Thanks!

  • @Anri_gorgiladze
    @Anri_gorgiladze 11 дней назад +1

    will it work on new version of minecraft ?

    • @vycdev
      @vycdev  10 дней назад

      Not really, I probably need to add the ability to select an individual process instead of a window to the clone, to be able to do that, and even then I'm not 100% sure it will work if you select the right process.

  • @martingogaming
    @martingogaming 12 дней назад +1

    Very nice. I heard for cheat engine for reverse engineering csgo and cs2.

  • @leetrisk
    @leetrisk 9 дней назад

    DO NOT TRY USING THIS BASIC MEMORY EDITING ON ANY MODERN GAME WITH ANTICHEAT, first of all, you will have trouble even retreiving memory from games with anticheat, without kernel or some kind of bypass, but its also very easily detectable since its using the basic windows memory functions, this way of making a cheat is fine for older games, offline games etc, but any with any modern anticheat, you will either get nowhere, or get banned, just a warning guys

    • @tacotootuff
      @tacotootuff 8 дней назад

      Also, most games won't even allow you to launch with ANY reverse engineering programs, this includes CE, IDA, x64dbg.

    • @leetrisk
      @leetrisk 8 дней назад

      @@tacotootuff yes but it doesnt just detect any program with basic windows memory edit functions included, plenty of examples for this, with EAC/Battleeye etc, but what will happen is when u hook to process and try to receive memory you will get nothing, now depending on how much they want to stop you, you can be banned for simply hooking ur mem edit dll to a process- and the basic windows functions are easily detectable, no different than if u want to make a pixel aimbot- many anticheats will detect the basic windows mouse moving functions- whether you make the movement human like or not, which is why we would write a driver for it, same goes with bypassing anticheats, it requires a driver running at the kernel more often than not
      edit: also cheat engine is very simple to change the process names/strings and even the driver name etc- which does get past the game thinking u have cheat engine running, but its still detectable/bannable and doesnt always guarantee ur able to get memory or tamper with it

  • @mallun_yt
    @mallun_yt 9 дней назад

    can you use the cheat engine on servers in minecraft to potentioly have more items

  • @IkacRust_TrapBase
    @IkacRust_TrapBase 22 часа назад

    hey its asking me for windows number,where do i find that?

  • @ReactorCoreDev
    @ReactorCoreDev 10 дней назад

    you dont understand how powerful this is on a minecraft server and does it work on minecraft servers and does it work on fabric 1.21.4?

    • @vycdev
      @vycdev  10 дней назад

      It doesn't work on servers, only on local programs on your computer, but it's not limited to Minecraft, you can try other local games as well, or programs.

  • @NightmareRex6
    @NightmareRex6 20 дней назад +1

    makign the cheat engien for miencraft would been more usefull on consoles since allready can do it alt ways on pc i belive. i know theres alot on android but requires root. but great learnign experiance netherless.

  • @potatohater5599
    @potatohater5599 11 дней назад

    This is cool. Now do it in C++ just cause lol

    • @vycdev
      @vycdev  11 дней назад

      That would be a nice challenge, but I already took inspiration from Low Level Game Dev who basically did the same thing, but in C++. I myself don't do that much low level programming usually.
      You can find his video here if you are curious: ruclips.net/video/47xNiBMVSvU/видео.html

    • @jfkwasnoscope
      @jfkwasnoscope 8 дней назад

      If you're implying that using C++ would make this more difficult or more impressive: C# is a C based language just like C++ (the # got picked since it resembles four pluses aka C++++). Writing the exact same thing in C++ would make the whole thing much shorter since no foreign function references and manual structs would be needed and pretty much all of the functionality is based around the same Windows API. The only "difficulty" introduced with C++ would be a few manual memory frees.

  • @null774
    @null774 4 дня назад

    Very neat

  • @Vulturul333dfd-original
    @Vulturul333dfd-original 6 дней назад

    I still use it

  • @LuluEdits6555
    @LuluEdits6555 10 дней назад

    Any reason you didn't do it on mc 1.21? (The latest version)

  • @XERTIUS
    @XERTIUS 10 дней назад

    now the question is , does it work in multiplayer? like in hosted servers not like actualy multiplayer servers witht he anticheats and all i can already tell thats not gunna work but yeah does it work in hosted servers?

    • @vycdev
      @vycdev  10 дней назад

      Unless the server is running on that same machine, then you won't be able to change the memory of it.

  • @ACupOfChicory-g5c
    @ACupOfChicory-g5c 7 дней назад

    when on Mac??

  • @gttmone
    @gttmone 12 дней назад

    Looks like fivem uses the same gui library?

    • @vycdev
      @vycdev  12 дней назад +1

      Yea probably, ImGui is extremely popular, even Minecraft Bedrock uses it.
      You can check this list of apps that use it from the official imgui repository on github. github.com/ocornut/imgui/wiki/Software-using-dear-imgui

    • @vycdev
      @vycdev  12 дней назад +1

      You can even find GTA 6 on that list :D

    • @gttmone
      @gttmone 12 дней назад

      Leaked spoilers? 🤔😁

    • @vycdev
      @vycdev  12 дней назад

      Perhaps

  • @DeadlyDarkDex
    @DeadlyDarkDex 2 дня назад

    Is this cheat engine but basically undetected?

    • @vycdev
      @vycdev  2 дня назад

      I wouldn't say it's undetectable, the mechanism is basically the same so it's not hard to detect

  • @FintMC
    @FintMC 13 дней назад +1

    Ok, but can you do this on Linux?

    • @vycdev
      @vycdev  13 дней назад +1

      Probably, but I think that's enough material for another video. You could consider this as an exercise for the viewer though 😂

  • @mavibogurtlen3479
    @mavibogurtlen3479 13 дней назад +1

    does it work on any server or only singleplayer ?

    • @vycdev
      @vycdev  13 дней назад +1

      It's only on singleplayer. You would have to run the program on the same machine that the process you want to modify the memory of is on.

    • @mavibogurtlen3479
      @mavibogurtlen3479 13 дней назад +1

      @@vycdev bro you're the best cuz you just replied my message love you

  • @PirateJeff0
    @PirateJeff0 15 дней назад

    Great video, but any reason why you decided to use a older version of minecraft (1.12.2) instead of the latest release?

    • @vycdev
      @vycdev  15 дней назад

      Yes, when I tried on newer versions I couldn't get Cheat Engine to work, so I thought I should just try an older version, which worked, and I haven't looked back. I'm not entirely sure why Cheat Engine didn't work on newer versions, but it might be because the data for the inventory is stored and managed on a separate process from the main window of the game.

    • @Lightyboii
      @Lightyboii 14 дней назад +1

      ​@@vycdevYou're Absolutely right! The Newer Minecraft Versions, i think even 1.15 already has that, run the Internal Server on a Separate Process, which is hidden. It should just be another Java/Javaw Process. So you'd have to hook into that Process, but since it's a hidden window, your Program will never see it!
      Hope i was able to clear this up pretty well, since i've modded Minecraft before so i know some of this stuff just from research!

    • @VisualDestroyer
      @VisualDestroyer 8 дней назад

      @@vycdev Yes but i tried on 1.21.4 and your cheat works just as good! Thanks!

  • @buggyruy1
    @buggyruy1 14 дней назад

    you deserve more subs! +1 sub,tho i remaking this app in c

    • @buggyruy1
      @buggyruy1 14 дней назад

      as my rn progress it works most of the time

  • @StreetShopjava
    @StreetShopjava 6 дней назад

    make a cheat for Minecraft Bedrock Windows 10 in C#, please

  • @HarunTheLuaScripter
    @HarunTheLuaScripter 5 дней назад

    nice :)

  • @czarnyprod
    @czarnyprod 8 дней назад

    Could it work on a server?

  • @baodinh10
    @baodinh10 9 дней назад

    can it be done on server

  • @customgrow4292
    @customgrow4292 6 дней назад

    Does it work on bedrock ?

  • @HerikoVv
    @HerikoVv 8 дней назад

    Can i use it in online server (im playing on 1.21 version and it allows me to play on 1.12) will it work?

  • @alihene2225
    @alihene2225 20 дней назад +1

    based

  • @alexmcgee3538
    @alexmcgee3538 9 дней назад

    ești prea zeu

  • @terasel
    @terasel 5 дней назад

    I swear I heard your voice from somewhere before..? Are you that Minecraft RUclipsr that talks about math stuff with Giorno avatar?

    • @vycdev
      @vycdev  4 дня назад

      Nope, but now I'm actually curious who you are talking about :))

    • @terasel
      @terasel 4 дня назад +1

      @@vycdev Heppe is his channel, his videos are pretty interesting

  • @cinaxyt0
    @cinaxyt0 14 дней назад

    good job

  • @crotomaz
    @crotomaz 13 дней назад +1

    nice vid tho why 1.12 version :D

    • @vycdev
      @vycdev  13 дней назад +1

      Thanks, I explained it in another comment, basically in newer versions the internal server of minecraft runs on a different process, and you can't find and change values of your inventory unless you know the right process. So I just went with an older version since it was easier.

    • @crotomaz
      @crotomaz 13 дней назад +1

      @@vycdev ah yeah i forgot about that

  • @paul._.sstuff
    @paul._.sstuff 14 дней назад +1

    i subbed

  • @imboredXDreel
    @imboredXDreel 7 дней назад

    how does bro only have 800? 😭

  • @JoanKyr
    @JoanKyr 9 дней назад

    is it safe?

    • @vycdev
      @vycdev  9 дней назад

      It's safe, but if you want it for hacking, you're better off just using creative mode.

    • @JoanKyr
      @JoanKyr 9 дней назад

      @@vycdev thank you!