Modified / Stealth CE (updated 20.jun.2024) available on my Patreon page - www.patreon.com/posts/83102226 Need high speed anonymous VPN? = torguard.net/aff.php?aff=3961 (use TSP30 code for 30% lifetime discount) How to rename cheat engine (old simple method) = ruclips.net/video/zq9OHgRBBzY/видео.html NOTE - if some games crash/close after first scan, then as @Astrashastra pointed out, go into edit - settings - scan settings and tick the box "don't store the temporary scanfiles in the windows tempdir" and choose a different location, i suggest choosing different drive from where your OS is installed on.
@@Sethioz Hey there i had a Doubt, so i was trying the car speed hack in cyberpunk 2077, i have the fitgirl version 2.1 of the game. Now i follow the exact same steps which you do, unknown initial value, increased value, decreased value etc. However after finishing the process i am left 10-20 results, and when i change the value of those addresses they keep reverting back. Also it seems that they represent the value shown by the car speedometer, which means they are the display value. Any tips on how to scan differently, as whenever i do the process, i never get the actual value, as you get in your video, so what am i doing wrong?
For those having issues while compiling, try deleting the current version of lazarus you may have and installing lazarus version 2.2.2. I had a similar issue and doing this fixed it for me
@@michaelibrahim3085 mines compiled but when I go to the bin I don’t have all the extra DLL files so when I try to run it nothing happens I get an error
Nice, I made it work 1st time try. I have used Notepad++ plugin to edit the ANSI string. Also for the game I made this "Stealthy" Cheat Engine, It required me to restart the PC for it to start after compiling the modified CE code. Thanks pal !
requiring restart makes no sense, unless you messing about with kernel tools and those need to be made stealth aswell as almos tall anti-cheats have it blacklisted.
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here. If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring; If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), ''); If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt " Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), '')); The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. - This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
It seems that the compiler is having trouble recognizing the function ExtractFileNameWithoutExt. This function is not a built-in function in Delphi, but you can implement it easily as follows: function ExtractFileNameWithoutExt(const FileName: string): string; begin Result := ChangeFileExt(ExtractFileName(FileName), ''); end; Add this function to your code, and the error should disappear. Make sure to declare this function before its usage, at the beginning of the file or in a separate section for function declarations. I hope this solves your issue. If you need further assistance, feel free to ask.
@@BestRUclips_Clips. This worked for me. Did you put the function in a different part of the code? A higher part and outside the scope of other functions?
begin {$ifdef windows} if (counter = 0) or (secondsSinceLastShowAd > 120) then begin GetWindowThreadProcessId(GetForegroundWindow, pid); if (counter = 0) or (GetCurrentProcessId = pid) then //only show the ad when the foreground window is ce or if it's the first ad begin if visible and browserisvalid then begin inc(counter); // สร้าง URL โดยใช้ฟังก์ชัน ExtractFileNameWithoutExt url := getbase + '?cewidth=' + IntToStr(ClientWidth) + '&ceheight=' + IntToStr(ClientHeight) + '&fn=' + ExtractFileNameWithoutExt(application.Name) + '&counter=' + IntToStr(counter) + getoptionalstring; browser.Navigate(url); // นำทางไปยัง URL ที่สร้างขึ้น end; secondsSinceLastShowAd := 0; // รีเซ็ตตัวนับเวลาที่แสดงโฆษณา end; end; {$endif} end;
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here. If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring; If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), ''); If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt " Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), '')); The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. - This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
So i got it all done and when i go to run the program as you did it says that this app cant run on my pc im on windows 11 everything worked through it for setting up the program but for some reason i cant run it any help would be greatly appreciated
I used bing copilot lol but it worked so here's the code: url := getbase + '?cewidth=' + IntToStr(ClientWidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
everything works like it's suppose to but when i run the game i get the error: error while opening this process. it works fine in other games / programs.
most likely cuz retard devs are using some kernel shit, you shouldn't play games that mess on kernel level. games have no business running in kernel level, it's most autistic thing i have seen devs do. kernel games don't detect cheats any better, they do this for spying purposes, they have access to all of your private info, including this comment. this is how they know what tools people use for hacking aswell. only way to bypass this is to run part of ce in kernel level aswell, but you have to compile the driver for that. otherwise ce has kernel tools, but they're all obsolete and detected, only way is custom compile driver aswell.
i did every single step i even tried with the vmprotect but as soon as i try to open already changed named cheat engine it crashes and go to desktop 2024
Successfully compiled but when attempting to run the x86_64-SSE4...exe file (as administrator), there is just the loading circle on my mouse for about 15 seconds and nothing opens, fh5 or not
@@Sethioz so now i tried everything with chat gpt and all of that and it works! but when i open the game and that i wanted to use it and i go to memory view it shows me only Question marks and when i want to change a value it shows me only white like when i open the "new chat gpt"
@@Sethioz and i tested it in other games it changes in that case the amount of the numbers but so it looks the way you want it but when you close the game and go in it again there is there are the old numbers and some of the games dettect it right away that i testet erliear
@@Sethioz Hey there i had a Doubt, so i was trying the car speed hack in cyberpunk 2077, i have the fitgirl version 2.1 of the game. Now i follow the exact same steps which you do, unknown initial value, increased value, decreased value etc. However after finishing the process i am left 10-20 results, and when i change the value of those addresses they keep reverting back. Also it seems that they represent the value shown by the car speedometer, which means they are the display value. Any tips on how to scan differently, as whenever i do the process, i never get the actual value, as you get in your video, so what am i doing wrong?
@@Astrashastra what was the fix? i get same issue on some versions, not sure what is causing it. i'm thinking some setting in CE itself, since i'm using same ce source and settings, but some versions crash after first scan. some others have said they get same issue aswell.
@@Sethioz well all I did was go to the CE settings, then in "scan settings", i selected the "don't store the temporary scanfiles in windows tempdir" option, and just below that there's a option to create a folder to store those files. Before doing this the game crashed after the first scan, but after this it didn't.
@@Astrashastra bah .. i totally forgot that and overlooked it, ofc games would scan default temp folder .. i don't get why it was selected / not selected in some of my versions, that's odd. all other settings in my custom CE carried over as CE stores settings in same place, regardless of the naming process. thanks for pointing it out.
what are you on about? it's a tutorial how to make it. i only uploaded the already renamed version to patreon and you're whining? tell me again, why should i be your slave and do free work? are you going to pay for my living? if not, then stfu you ungrateful squeezy lemon
@@ferzyy_ Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here. If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring; If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), ''); If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt " Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), '')); The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. - This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
probably, why don't you just test? pubg uses battleye and it's free2play, but remember that battleye is spyware and it sniffs your hardware IDs and other personal info, so you might wanna use a different PC for that or try installing it in virtual machine, but not sure if you can run games in vm. it means that if you get banned, then you might also get banned from all other games that use battleye, but for sure you won't be able to make new account on same pc without changing HWID's and such. back in the day i used sandboxie and it bypassed battleye's checks
@@Sethioz Im looking to cheat on a very old game purely for my own pleasure on a private server. Games called Last Chaos. Issue is even with a modified cheat engine, if I use speed hack, it
@@Sethioz While Im at it I dont want to just take info, you prob already know but it could make a good video if not done already: Disable driver signature, restart pc from settings, troubleshooting, start up options... 7) disable driver... blablbalbla and loading a driver so its kernal cheat engine... (after placing driver files in CE folder... ANyways, the probability you already know that is pretty higgh but it could make an interesting video. Thanks again for your content
Sethioz, mine didn't work. Its crashing. Specially for you if u didnt understand. I launch my modified Cheat Engine, and it doesn't launch. Like NOPDE Engine.
@@edvakingnull6629 you probably used more than 11 characters while replacing the name "cheatengine", do it again but keep the new name of the same character size.
Hello Sethioz, i think your tutorial worked, but not for me. I did everything.. Can you send me the spoofed version of the cheat engine with link? Please respond
"install" is automated process designed for idiots who don't know how to manually place files and make registry entries, you don't need to "install" anything if you know where and how to place files and registry entries. install often includes garbage you don't need, like nvidia bloats with their garbage and fills your pc with shit you don't need (background services, telemetry ..etc). this is why i rarely install things, i don't want useless trash in my pc that just eats space. like ubiSH!T client, all they do is UPDATE UPDATE UPDATE ... what is there to fucking update? 200mb update .. FOR WHAT??? it's a fucking client that launches games, there is NOTHING to update! ce is no better, they stick all this trash and garbage in it that is not needed. i'm not installing it on my main pc, i only do it via VM as i'm not a sheep like most people, i don't want this nonsense trash in my pc.
@@mxrcysolutions never heard of fivem game, but its explained on video. learn to watch videos with sound turned on and learn to watch more then 30 seconds
quite sure gta 5 doesn't have battleye. i've used god mode, infinite ammo, flight ..etc. don't touch online money tho, they have server-side check that bans you even if cheater joins session and drops bags of money on you (happened to me and my friend, we both got 30 day ban cuz someone dropped money on us).
... honestly this generation of people makes me sick. you have extremely powerful tool in your disposal and you don't know how to even use it. chatgpt is easy, you give it as much info as you possibly can and tell it what your goal is. in this case, tell it that you are compiling ce from source using lazarus, tell it which options you're using and paste the error you're getting. it's really that simple.
obviously you didn't follow all the steps. what is it with ppl and their itching? are you unable to watch the whole video with sound on? if answer is yes, then you have some loose or missing screws in your brain. solution is: get screws
yeah this issue is happening after using the Hex editor, and I am still trying to fix it apparently the Hex editor is messing up some checksums or digital signatures after you save it since I have triple-checked what he did exactly and the way he is using the editor still haven't found a solution, let me know if you figured something out and it is not because you don't know how to follow the steps in the video
it's permission issue, you need to run CE in kernel mode. maybe i make a tutorial at some point, this was just a simple "fix" to bypass those annoying games that instantly close when you open any tool.
check what anti-cheat game uses, also some games might use "dummy" .exe. i don't remember from head, but one game had .dll running along side which held all the memory. some games also use anti-cheat that blocks memory, you need to disable it or use some kernel tools to gain access to it.
apperently you did not or maybe you're on win11 and it detects some change in program, win11 is designed to prevent people from using modified software. stay away from win11. however if you're on 10, then obviously you did something wrong. talk yourself thru what you did and did not do, even i make dumb mistakes sometimes. don't assume that something is correct, start from scratch and re-check everything. it shouldn't be win11 issue, but it's possibility.
the bytes for the new name need to be the exact same in length and have the spaces in the exact same place to. basically when replacing the "cheat engine" name you need something 5 chars long for the first word then a space then another word 6 chars long. for example: "cheat engine" - "cheez engine"
Very good video and very understandable, but unfortunately although I have done all the steps as in the video, this error occurs as soon as I try to start the modified program: This app cannot be run on the PC Please contact the software publisher to find a suitable version for your PC. Can anyone tell me how to fix the problem?
@@Sethioz Good idea, but unfortunately I can't do it because of my job. Otherwise I would have switched to Ubuntu a long time ago. But I now know what the problem was, I used the program xvi32 to give the program a different name than the original name, but unfortunately my new name was longer than the original cheat engine name, so the program didn't work anymore.
try different version of ce source. i started having same issue and i have no idea why. it worked fine at start, but then it does same. my old version still works fine. i suspect it might be some setting in lazarus. find and delete all lazarus settings / configs and try again with clean CE source. i don't have motivation to test it further at this point. it's probably something simple. i googled for it and someone said something about foundlist, not sure if they refer to source code files or phrase in source.
Now, "bypass" and "undetected" are somewhat related terms but not the same. In normal circumstances to bypass a system, restriction or security measure. Something that has been instead avoided or overwritten. When something has remained ignored for a length of time without being found. It means that the action has successfully taken place without monitored or detected by any monitoring/detection system. Some bypassing turns into being undetected - i.e. a person might bypass something, but they successfully hide the fact that they are doing so (until it is too late, and say for example there are indications afterwards); not all bypassing leads to being undetected - someone does X knowing you will know he did X or because what he leaves shows he has been there).
after scanning? that sounds more like issue with windows or something else. i did notice that veh debugger isn't working on my custom version, not sure what the issue is, but fh5 has debug protection anyways. maybe one day if i have motivation i might make another video regarding debugger, but i doubt. it took me close to 5 years to finally get this video done ..
@@Sethioz Yeah, I can successfully perform scans in Cheat Engine and see results, but shortly after the scan completes, Forza Horizon 5 crashes. Thanks to you, Just being able to have Cheat Engine open is a step in the right direction. I'm going to download your version and see if my game still crashes.
@@duracell_99 In Cheat Engine settings, Navigate to the "Scan Settings' tab, Check the box where it says "Don't store the temporary files in the windows tempdir', Choose another place to store them, I just created a new folder. You'll be able to scan without crashing.
@@xoshawty idk if this will work or not for you, but it did for me so, go to the CE settings, then "scan settings" in that select the option "don't store the temporary scanfiles in windows tempdir" and below that there's a option to create a folder to store those files. Before doing this, forza crashed after the first scan but after it didn't.
Ok, i do all, my Cheat engine is working, thanks. BUT ! when i use " Find out what accesses this adress (F5) " every game is crashing because they detect something ... idk how to bypass this. Maybe a tutorial for this ? Thanks for videos.
that's cuz debugger is much more intrusive and some games can detect when you attach a debugger, that's completely different. it isn't detecting cheat engine, it detects presence of a debugger. CE has kernel level debugger, which might work, but you have to mess around in BIOS and you probably end up crashing your PC multiple times before you get it right.
i am having this error at start. 'unit' expected but 'mmmunit' found. can't go past that. chatgpt says to add stuff but doesn't work. Edit: ok, i just removed mmm and it got beyond the first line. I saw what was in your first line of code and there was no mmm. chatgpt sometime make situation unnecessarily complicated. Edit: Ok, it is finally done. I made this with a twist. replaced SethX with Methx everywhere and added a pic meth in programme image. I changed name in case it is added to blacklisted program name. Also you can load default image in program image window, it gives lazarus program image . Thanks a lot!! for the this tutorial.
I rarely dislike vidoes, maybe once every 500 videos or so, but this one managed to get it. This is not a critique on you, just this video, it's not done well and I think you're aware of it, the guide is not followable just telling us to ChatGPT it, just link the folder so we can avoid the hassle entirely, did you ever wonder why cheat engine comes basically complete and doesn't tell you to make the code yourself? I'm sure if I spent an hour trying I could get it working but quite frankly its not worth and I have better things to do with my time. Just maybe pull down this video and revise it, you and I know it needs to be redone properly, please do better.
only people who have problems following this step by step tutorial, are people who have no common sense. congrats, you are one of them. go get brain. chatGPT is able to fix almost all programmings errors, but you're too dumb to use it. this is what happens when technology evolves, while humans devolve. you need a new brain, one that has IQ over 50
Lol yeah.. Until I saw his replies, I think he has real life problems or Bipolar maybe ? Ehh.. I already compiled CE my own way but just wanted to see different methods..' Edit: Yeaaah.. I think he has problems.. Good luck with your life man..
So you know that there is errors, and you don't even post the code. when you clearly know that it's not fully shown in the video Why bro? Some of us here following the tutorial, trying to learn and you are pushing us to go to subscribe to your patron. So we can get the final version from that. What a shame.
Worst part is I'm fairly sure he could've just linked a google drive link to the folder he used without having to deal with changing all the code and using lazarus. If you're going to make a step-by-step guide rather than just giving the solution, at least make it followable.
@@OPCertainty exactly bro and if you go down there and the comments you will see him replying to someone said that he if you couldn't follow tutorial delete your PC, like come on man you don't even show the code
@@devilhunter8752 i showed you how to optain the code, if you're unabel to follow this, you don't deserve it. use your brain instead of whining. i'm sick of dumb people who roll their eyes and want EVERYTHING for FREE handed to them on silver platter. how about you become my patron and copy the code from there? why should i be your slave and do free work? i'm sick of people like you .. either pay me or do it yourself.
@@Sethioz Are you **** kidding me man you didn't show the code Don't play dumb. you simply said you asked GBT to edit it for you, but you didn't show us the actual code. You keep talking to everyone like they are stupider than you or anything. like that when you yourself asked AI to help you modify the **** code. If you're gonna keep talking to people like that, **** you.
i think CE's source has been messed up, you should ask on CE forum if DarkByte made any changes to source since i made this video. i had same issue few days ago, i complied a new version and game crashed 10 seconds after i made first scan. can't bother with it atm, but quite sure it's because he has changed something in source code. either ask on CE forums or try older source. like 7.4 or even earlier.
hello, could you explain how you asked the AI chatgpt do it for you? i am too lazy to do it myself and i am new to this meaning i dont know any of this HAHAHA
i don't use google drive and you're a liar, that "file" is already on patreon, if you was gonna support me, you'd support me and download the "file" via patreon. i'm sick of you freeloaders, all you do is DEMAND. what about me? why should i give my work for free? how about you give me free house, free food, free internet, free computer upgrades? how about that?
learn to use chatgpt moran or you too dumb for copy pasting? you literally copy old line into chatgpt and ask it to fix it and then copy and paste the one chatgpt gives. WOW sounds like rocket science, i'm sure even Elon couldn't do it! it's so hard, just give up on computers.
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here. If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring; If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), ''); If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt " Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), '')); The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. - This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
Modified / Stealth CE (updated 20.jun.2024) available on my Patreon page - www.patreon.com/posts/83102226
Need high speed anonymous VPN? = torguard.net/aff.php?aff=3961 (use TSP30 code for 30% lifetime discount)
How to rename cheat engine (old simple method) = ruclips.net/video/zq9OHgRBBzY/видео.html
NOTE - if some games crash/close after first scan, then as @Astrashastra pointed out, go into edit - settings - scan settings and tick the box "don't store the temporary scanfiles in the windows tempdir" and choose a different location, i suggest choosing different drive from where your OS is installed on.
ayy thanks for the guide i was confused why some games were detecting it instantly even tho i used the old tutorials
yeah some devs are adding more complex detection methods, don't expect this to last too long, maybe 2-5 years until devs start patching stuff.
thats a pretty long time I'm still searching for a better method to solve this annoying problem. :]
@@Sethioz
@@Sethioz Hey there i had a Doubt, so i was trying the car speed hack in cyberpunk 2077, i have the fitgirl version 2.1 of the game. Now i follow the exact same steps which you do, unknown initial value, increased value, decreased value etc. However after finishing the process i am left 10-20 results, and when i change the value of those addresses they keep reverting back. Also it seems that they represent the value shown by the car speedometer, which means they are the display value. Any tips on how to scan differently, as whenever i do the process, i never get the actual value, as you get in your video, so what am i doing wrong?
@@Ambient99939You're alone with this one😭🙏
For those having issues while compiling, try deleting the current version of lazarus you may have and installing lazarus version 2.2.2. I had a similar issue and doing this fixed it for me
Appreciate you, fam
This fixed it for me as well, you can see at the top of his window he is using 3.2.2
@@michaelibrahim3085 mines compiled but when I go to the bin I don’t have all the extra DLL files so when I try to run it nothing happens I get an error
Nice, I made it work 1st time try. I have used Notepad++ plugin to edit the ANSI string.
Also for the game I made this "Stealthy" Cheat Engine, It required me to restart the PC for it to start after compiling the modified CE code.
Thanks pal !
requiring restart makes no sense, unless you messing about with kernel tools and those need to be made stealth aswell as almos tall anti-cheats have it blacklisted.
@@Sethioz You're such a nice guy
Thanks dude, it works! btw never would've found this video if you hadn't commented on the other video so tysm.
thank you dude fr been wondering how to fix the errors for a while i appreciate it earned a sub
Mine worked for about a hour then now won’t find any value
X2 😢
its still saying get filename from lua
6:06 what is the code?
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here.
If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " -
Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), '');
If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt "
Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), ''));
The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. -
This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
It seems that the compiler is having trouble recognizing the function ExtractFileNameWithoutExt. This function is not a built-in function in Delphi, but you can implement it easily as follows:
function ExtractFileNameWithoutExt(const FileName: string): string;
begin
Result := ChangeFileExt(ExtractFileName(FileName), '');
end;
Add this function to your code, and the error should disappear. Make sure to declare this function before its usage, at the beginning of the file or in a separate section for function declarations. I hope this solves your issue. If you need further assistance, feel free to ask.
@@aztrooi bro it dosent work
@@BestRUclips_Clips. This worked for me.
Did you put the function in a different part of the code? A higher part and outside the scope of other functions?
begin
{$ifdef windows}
if (counter = 0) or (secondsSinceLastShowAd > 120) then
begin
GetWindowThreadProcessId(GetForegroundWindow, pid);
if (counter = 0) or (GetCurrentProcessId = pid) then //only show the ad when the foreground window is ce or if it's the first ad
begin
if visible and browserisvalid then
begin
inc(counter);
// สร้าง URL โดยใช้ฟังก์ชัน ExtractFileNameWithoutExt
url := getbase + '?cewidth=' + IntToStr(ClientWidth) +
'&ceheight=' + IntToStr(ClientHeight) +
'&fn=' + ExtractFileNameWithoutExt(application.Name) +
'&counter=' + IntToStr(counter) +
getoptionalstring;
browser.Navigate(url); // นำทางไปยัง URL ที่สร้างขึ้น
end;
secondsSinceLastShowAd := 0; // รีเซ็ตตัวนับเวลาที่แสดงโฆษณา
end;
end;
{$endif}
end;
what's the code bro please? the one you searched in chatgpt
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here.
If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " -
Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), '');
If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt "
Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), ''));
The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. -
This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
So i got it all done and when i go to run the program as you did it says that this app cant run on my pc im on windows 11 everything worked through it for setting up the program but for some reason i cant run it any help would be greatly appreciated
dont use windows 11, try windows 10, i got many error on win 11
what is the line of code u use?
url := getbase + 'cewidth=' + IntToStr(ClientWidth) + '&ceheight=' + IntToStr(ClientHeight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '');
browser.Navigate(url);
can you please post the 2 lines you got from chatgpt so we can copy and paste them ?
I used bing copilot lol but it worked so here's the code: url := getbase + '?cewidth=' + IntToStr(ClientWidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
everything works like it's suppose to but when i run the game i get the error: error while opening this process.
it works fine in other games / programs.
most likely cuz retard devs are using some kernel shit, you shouldn't play games that mess on kernel level. games have no business running in kernel level, it's most autistic thing i have seen devs do.
kernel games don't detect cheats any better, they do this for spying purposes, they have access to all of your private info, including this comment. this is how they know what tools people use for hacking aswell.
only way to bypass this is to run part of ce in kernel level aswell, but you have to compile the driver for that. otherwise ce has kernel tools, but they're all obsolete and detected, only way is custom compile driver aswell.
i did every single step i even tried with the vmprotect but as soon as i try to open already changed named cheat engine it crashes and go to desktop
2024
Successfully compiled but when attempting to run the x86_64-SSE4...exe file (as administrator), there is just the loading circle on my mouse for about 15 seconds and nothing opens, fh5 or not
what do i do at in the minute 6:19 where you copy paste something from chat gpt what do i type in there
in the table row 194, 195 please help im stuck right know i dont know what to do
just type what i pasted ...
@@Sethioz so now i tried everything with chat gpt and all of that and it works! but when i open the game and that i wanted to use it and i go to memory view it shows me only Question marks and when i want to change a value it shows me only white like when i open the "new chat gpt"
@@Sethioz and i tested it in other games it changes in that case the amount of the numbers but so it looks the way you want it but when you close the game and go in it again there is there are the old numbers and some of the games dettect it right away that i testet erliear
@@Sethioz Hey there i had a Doubt, so i was trying the car speed hack in cyberpunk 2077, i have the fitgirl version 2.1 of the game. Now i follow the exact same steps which you do, unknown initial value, increased value, decreased value etc. However after finishing the process i am left 10-20 results, and when i change the value of those addresses they keep reverting back. Also it seems that they represent the value shown by the car speedometer, which means they are the display value. Any tips on how to scan differently, as whenever i do the process, i never get the actual value, as you get in your video, so what am i doing wrong?
says error everytime, at 6:10, can someone help me with the code please?
Thnx bro, didn't work the first time since I used more than 11 words to replace cheatengine. But got it the next time.
Also after the first scan somehow forza detects it. Any advice on how I can fix that?
Nvm found the fix.
@@Astrashastra what was the fix? i get same issue on some versions, not sure what is causing it. i'm thinking some setting in CE itself, since i'm using same ce source and settings, but some versions crash after first scan.
some others have said they get same issue aswell.
@@Sethioz well all I did was go to the CE settings, then in "scan settings", i selected the "don't store the temporary scanfiles in windows tempdir" option, and just below that there's a option to create a folder to store those files. Before doing this the game crashed after the first scan, but after this it didn't.
@@Astrashastra bah .. i totally forgot that and overlooked it, ofc games would scan default temp folder .. i don't get why it was selected / not selected in some of my versions, that's odd. all other settings in my custom CE carried over as CE stores settings in same place, regardless of the naming process. thanks for pointing it out.
it requires some lua53-64.dll file, where do i get it? followed every step and everything went good
Is it possible to download a modified cheat engine so that I don't have to go through all these steps?
Do not waste your time on this video, because in the end you will get nothing unless you subscribe to his patreon
what are you on about? it's a tutorial how to make it. i only uploaded the already renamed version to patreon and you're whining?
tell me again, why should i be your slave and do free work? are you going to pay for my living? if not, then stfu you ungrateful squeezy lemon
@@Sethiozdamn 💀
@@makstherandomuploader658bro was violated
@@Sethiozhell na
@@Sethioz Don't waste your time bud lol
Hello, I always get an error every minute 5:50, please tell me what the solution is, or can you share the code
??? i literally explained everything about it and code + compiled version are on my patreon.
@@Sethioz How do I get the code if your Patreon is locked, hilarious
@@ferzyy_ how do i get food if all food is locked in stores?
@@ferzyy_ Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here.
If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " -
Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), '');
If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt "
Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), ''));
The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. -
This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
@@Sethioz hahahaha good one mate
In BF1, Doesn't detect the CE Custom, but i can't find any value and can't use any cheat table. "module not found: bf1.exe"
I don't understand English and I need help with the error at minute 5:57
don't get into computer stuff if you don't understand english. computers run on english, if you want to learn computer science, learn english first.
@@Sethioz would still appreciate the help tho idk how you got your code with chatgpt, been looking for suggestions oh the errors shown at 6:00
@@Sethioz why you being such a prick ot eveyone man
Would this work as a game that uses battleye anticheat?
probably, why don't you just test? pubg uses battleye and it's free2play, but remember that battleye is spyware and it sniffs your hardware IDs and other personal info, so you might wanna use a different PC for that or try installing it in virtual machine, but not sure if you can run games in vm. it means that if you get banned, then you might also get banned from all other games that use battleye, but for sure you won't be able to make new account on same pc without changing HWID's and such. back in the day i used sandboxie and it bypassed battleye's checks
@@Sethioz And do you know a method that still avoids battleye and allows me to put a dll in the game without being banned?
Bro, I can't find the exe cheat engine edited path, I'm already gone to lib folder and nth, where's the exe files?
are you talking about source? it doesn't have exe files ... it's a SOURCE code, not a ready program. did you even watch the video?
After using the
nvm fixe was like
@@SkyFlick2024-pr3ts quite sure i mentioned this on video. always replace with same amount of characters or you risk breaking the program
@@Sethioz Im looking to cheat on a very old game purely for my own pleasure on a private server. Games called Last Chaos. Issue is even with a modified cheat engine, if I use speed hack, it
@@Sethioz While Im at it I dont want to just take info, you prob already know but it could make a good video if not done already: Disable driver signature, restart pc from settings, troubleshooting, start up options... 7) disable driver... blablbalbla and loading a driver so its kernal cheat engine... (after placing driver files in CE folder... ANyways, the probability you already know that is pretty higgh but it could make an interesting video. Thanks again for your content
Sethioz, mine didn't work. Its crashing.
Specially for you if u didnt understand.
I launch my modified Cheat Engine, and it doesn't launch. Like NOPDE Engine.
congrats, you don't know how to follow a tutorial. give up, delete your computer.
@@Sethioz i followed bro
@@Sethioz Lol Anyway, do you know if Forza's Anti cheat detects terminals? Or anyone who's tested.
если какать не шаришь то и тут не получится xD все работает, только что сделал, ключевая штука hexeditor
Bro crashing out 😭😭😂 this dude funny ash
yo dude, i already had a custom engine, but game crashes while scanning vor value. Any fix or advice?
i've already explained this and "fix" is on patreon
is there a website where we can download it? i hate editing codes
i hate freeloaders
please help for change code in video 6:04 thx
I know myself I’ve done every, like EVERY step of this video correct, and it says “this app cannot drive on your pc” have any ideas?
no idea what apps and driving you on about, but apperently you missed something, cuz it works for me and many others.
@@Sethioz it’s alright, I found a other way
@@MsLuie How did you solve it? I have the same problem
@@edvakingnull6629 you probably used more than 11 characters while replacing the name "cheatengine", do it again but keep the new name of the same character size.
@@Astrashastra Thank you bro that solved it
Hello Sethioz, i think your tutorial worked, but not for me. I did everything.. Can you send me the spoofed version of the cheat engine with link? Please respond
it does say driver error, you are missing the driver, try reinstalling etc
"install" is automated process designed for idiots who don't know how to manually place files and make registry entries, you don't need to "install" anything if you know where and how to place files and registry entries.
install often includes garbage you don't need, like nvidia bloats with their garbage and fills your pc with shit you don't need (background services, telemetry ..etc). this is why i rarely install things, i don't want useless trash in my pc that just eats space.
like ubiSH!T client, all they do is UPDATE UPDATE UPDATE ... what is there to fucking update? 200mb update .. FOR WHAT??? it's a fucking client that launches games, there is NOTHING to update!
ce is no better, they stick all this trash and garbage in it that is not needed. i'm not installing it on my main pc, i only do it via VM as i'm not a sheep like most people, i don't want this nonsense trash in my pc.
@@Sethioz Fivem still detects it if u attach the process with all debuggers
@@mxrcysolutions never heard of fivem game, but its explained on video. learn to watch videos with sound turned on and learn to watch more then 30 seconds
i managed to compile the program but it refuses to open, i encountered one extra bug than you
me too.. äpp cant run on your pc,,,
did u find a solution?
@@jafaralshammaa yeah got it, just do not use XVI instead use HxD hex editor will solve the issue you're facing. cheers
can have the code that fix the compile error?
Yeah, I think forza 5 has this patched, because it crashes when I open FH5, but, really good tutorial !
Where is the description for lazaros??
Hello Sethioz, The DBK32 driver that we renamed early is not loading. I get the error message.
Can you help me, it wont open on the compiler application thing
yo it gives me the " can't open this software on your pc"
same here
a bit useless if you don’t provide the line you get from chat gpt, I’m stuck at this point :(
not my problem that you're too dumb to use chatgpt
@@Sethioz its not all the same
url := getbase + '?cewidth=' + Inttostr(clientwidth) + '&ceheight=' + Inttostr(clientheight) + '&fn=' + ExtractFileExt(ExtractFileNameWithoutExt(Application.ExeName) + '&counter=' + Inttostr(counter) + Getoptionalstring);
just copy pasta the line that you get the error into chatgpt and tell it to fix it.
Thanks bro it worked😄😄😄
Thank you! I did it right the first time. I don't understand the types who write you up for help. you're the best.
it's cuz most people don't pay attention to what they're doing, then they start blaming everyone except themselves
You forgot to mention that rename should be the same lengths or changing with hex editor will corrupt the exe file.
quite sure i mentioned it
if I did this steps can I bypass battleye (gtav) ?
quite sure gta 5 doesn't have battleye. i've used god mode, infinite ammo, flight ..etc. don't touch online money tho, they have server-side check that bans you even if cheater joins session and drops bags of money on you (happened to me and my friend, we both got 30 day ban cuz someone dropped money on us).
could u tell how u asked chat gpt because when i ask it gives me diffrent results
... honestly this generation of people makes me sick. you have extremely powerful tool in your disposal and you don't know how to even use it.
chatgpt is easy, you give it as much info as you possibly can and tell it what your goal is.
in this case, tell it that you are compiling ce from source using lazarus, tell it which options you're using and paste the error you're getting. it's really that simple.
@@Sethioz Oh my god the cringe is immense...
It's like you're trying to act like some movie character & like you know "Cool stuff" but man...
🤣🤣🤣🤣🤣🤣
@@Sethioz jeez man he just asked a question lmfaoo
symbol lookup error,what can i do if memory view does not even charge,processor is not able to pick one,what's the solution for that?
it still says chea engine 7.5 when I open it. and I followed all the steps
obviously you didn't follow all the steps. what is it with ppl and their itching? are you unable to watch the whole video with sound on? if answer is yes, then you have some loose or missing screws in your brain. solution is: get screws
After i used XVI32 the "script" didnt open it shows "This app cant executed on this Pc" does someone know why?
obviously because you don't know how to follow the steps shown on the video
@@Sethioz ok if u say so
yeah this issue is happening after using the Hex editor, and I am still trying to fix it apparently the Hex editor is messing up some checksums or digital signatures after you save it since I have triple-checked what he did exactly and the way he is using the editor still haven't found a solution, let me know if you figured something out
and it is not because you don't know how to follow the steps in the video
yeah got it, just do not use XVI instead use HxD hex editor will solve the issue you're facing. cheers
same thing, did you solve it?
now can you show how to scan the memory of easy anticheat and battleye games cause this method wont scan them.
it's permission issue, you need to run CE in kernel mode. maybe i make a tutorial at some point, this was just a simple "fix" to bypass those annoying games that instantly close when you open any tool.
@@Sethioz how to dump for Horizon forbidden west
Thank you for ur code
It worked for me, but the only problem is that it doesn't find any value in the game im trying to play
check what anti-cheat game uses, also some games might use "dummy" .exe. i don't remember from head, but one game had .dll running along side which held all the memory. some games also use anti-cheat that blocks memory, you need to disable it or use some kernel tools to gain access to it.
Help us create cheats for age of mythology retold
where is the code4 from chat gpt? it got cut off in ur video
it's a tutorial, you follow it, it means you use chatgpt to solve the errors, if you want copy pasted stuff, then it's on my patreon.
After using the hex editor as you did exactly I get the error this app can’t run on your pc
apperently you did not or maybe you're on win11 and it detects some change in program, win11 is designed to prevent people from using modified software. stay away from win11.
however if you're on 10, then obviously you did something wrong.
talk yourself thru what you did and did not do, even i make dumb mistakes sometimes. don't assume that something is correct, start from scratch and re-check everything.
it shouldn't be win11 issue, but it's possibility.
the bytes for the new name need to be the exact same in length and have the spaces in the exact same place to. basically when replacing the "cheat engine" name you need something 5 chars long for the first word then a space then another word 6 chars long. for example: "cheat engine" - "cheez engine"
this app can't run on your pc, how do I fix this? this happened after replacing xvi32 or hxd editor
you fix it by following the video ... clearly you did something wrong
cheatengine = 11 characters, while replacing "cheatengine" in hex editor, add whatever name you're adding of the same size.
Very good video and very understandable, but unfortunately although I have done all the steps as in the video, this error occurs as soon as I try to start the modified program:
This app cannot be run on the PC
Please contact the software publisher to find a suitable version for your PC.
Can anyone tell me how to fix the problem?
uninstall spyware named win 11
@@Sethioz Good idea, but unfortunately I can't do it because of my job. Otherwise I would have switched to Ubuntu a long time ago. But I now know what the problem was, I used the program xvi32 to give the program a different name than the original name, but unfortunately my new name was longer than the original cheat engine name, so the program didn't work anymore.
The game does not not crash when you open CE directly, but as soon as you want to check for a value it closes...
try different version of ce source. i started having same issue and i have no idea why. it worked fine at start, but then it does same. my old version still works fine.
i suspect it might be some setting in lazarus. find and delete all lazarus settings / configs and try again with clean CE source.
i don't have motivation to test it further at this point. it's probably something simple.
i googled for it and someone said something about foundlist, not sure if they refer to source code files or phrase in source.
@@Sethioz what version of CE was your old one
Bro Erorr line How to Code
didin't work because im not an absolute computer nerd fr
It doesn't require much anything to follow a simple tutorial made by someone smart
pls how we can speed hack dofus i can
t
do you know if this works on be or other kernel acs?
Can you just share a few renamed compiled cheatengines?
already have, they're on my patreon
Can i buy ur version ?
at 6;03 can someone tell me what he did there?
Will I be able to run custom visual mods with the anti-cheat?
It's not Bypass, It's Undetected CE
it's same thing .. it bypasses the anti damper protection by going "under the radar"
@@Sethioz no, bypass mean "kill the anti" not hiding
Now, "bypass" and "undetected" are somewhat related terms but not the same.
In normal circumstances to bypass a system, restriction or security measure. Something that has been instead avoided or overwritten.
When something has remained ignored for a length of time without being found. It means that the action has successfully taken place without monitored or detected by any monitoring/detection system.
Some bypassing turns into being undetected - i.e. a person might bypass something, but they successfully hide the fact that they are doing so (until it is too late, and say for example there are indications afterwards); not all bypassing leads to being undetected - someone does X knowing you will know he did X or because what he leaves shows he has been there).
after the first scan, the game crashed.
itchy itchy itchtard learn to read info instead of whining like a bag
@@Sethioz What a d1ck
it says cant find a version for your pc, contact software publshier in the end, is there anything i could do?
Probably you do something wrong.
Appreciate the video. After scanning Forza 5 still crashes, Any help?
after scanning? that sounds more like issue with windows or something else.
i did notice that veh debugger isn't working on my custom version, not sure what the issue is, but fh5 has debug protection anyways. maybe one day if i have motivation i might make another video regarding debugger, but i doubt. it took me close to 5 years to finally get this video done ..
@@Sethioz Yeah, I can successfully perform scans in Cheat Engine and see results, but shortly after the scan completes, Forza Horizon 5 crashes. Thanks to you, Just being able to have Cheat Engine open is a step in the right direction. I'm going to download your version and see if my game still crashes.
@@xoshawty same here. any success ?
@@duracell_99 In Cheat Engine settings, Navigate to the "Scan Settings' tab, Check the box where it says "Don't store the temporary files in the windows tempdir', Choose another place to store them, I just created a new folder. You'll be able to scan without crashing.
@@xoshawty idk if this will work or not for you, but it did for me so, go to the CE settings, then "scan settings" in that select the option "don't store the temporary scanfiles in windows tempdir" and below that there's a option to create a folder to store those files. Before doing this, forza crashed after the first scan but after it didn't.
does this work on console
lol...
Can I use this for wheelspins??
does this work for EAC?
???? EAC doesn't close in presence of cheat engine or other tools.
@@Sethioz Sir, Offline game like Horizon Forbidden West
how to do that make video .
@@Sethioz yes it does
Ok, i do all, my Cheat engine is working, thanks. BUT ! when i use " Find out what accesses this adress (F5) " every game is crashing because they detect something ... idk how to bypass this. Maybe a tutorial for this ? Thanks for videos.
that's cuz debugger is much more intrusive and some games can detect when you attach a debugger, that's completely different. it isn't detecting cheat engine, it detects presence of a debugger.
CE has kernel level debugger, which might work, but you have to mess around in BIOS and you probably end up crashing your PC multiple times before you get it right.
use dse patcher
Great video man. So doing this makes it a higher chance to be able to hack in games?
I feel like dude just changed the drivers
i am having this error at start. 'unit' expected but 'mmmunit' found. can't go past that. chatgpt says to add stuff but doesn't work.
Edit: ok, i just removed mmm and it got beyond the first line. I saw what was in your first line of code and there was no mmm. chatgpt sometime make situation unnecessarily complicated.
Edit: Ok, it is finally done. I made this with a twist. replaced SethX with Methx everywhere and added a pic meth in programme image. I changed name in case it is added to blacklisted program name.
Also you can load default image in program image window, it gives lazarus program image .
Thanks a lot!! for the this tutorial.
i can´t open it now done exactly what u did
bro it still crashed for me
I dont know how to make those things, it would be a pleasure to just download that ''stealth engine'' from you 😒😒
look at description and pinned comment ^^
@@Sethioz expensive asf!
Thanks a lot
if you can try this out for 3on3 freestyle and see your ce bypass that i'll gladly become a patreon
bratan can u show chatgpt codes cause i got same problem.
if you're too lazy to use chatgpt yourself, everything is available on my patreon
Cesupport line 194 Fix
url := getbase + '?cewidth=' + IntToStr(ClientWidth) + '&ceheight=' + IntToStr(ClientHeight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
frmSaveSnapshotsUnit line 261 fix
f := ChangeFileExt(ExtractFileName(savedialog1.Filename), '');
LuaVirtualStringTree line 955 Fix comment the $else line and the luaclass line
LuaHandler line 14944 fix
lua_pushstring(L, ExtractFileName(Lua_ToString(L, 1)));
Don’t give this dirty bastard money
@@Sethiozyoure such a useless prick lmao
@@Sethiozliterally deleting every comment w the code so you can try and pawn more patreon subs, fucking pathetic
I rarely dislike vidoes, maybe once every 500 videos or so, but this one managed to get it. This is not a critique on you, just this video, it's not done well and I think you're aware of it, the guide is not followable just telling us to ChatGPT it, just link the folder so we can avoid the hassle entirely, did you ever wonder why cheat engine comes basically complete and doesn't tell you to make the code yourself? I'm sure if I spent an hour trying I could get it working but quite frankly its not worth and I have better things to do with my time. Just maybe pull down this video and revise it, you and I know it needs to be redone properly, please do better.
only people who have problems following this step by step tutorial, are people who have no common sense.
congrats, you are one of them. go get brain. chatGPT is able to fix almost all programmings errors, but you're too dumb to use it.
this is what happens when technology evolves, while humans devolve. you need a new brain, one that has IQ over 50
Lol yeah.. Until I saw his replies, I think he has real life problems or Bipolar maybe ?
Ehh.. I already compiled CE my own way but just wanted to see different methods..'
Edit: Yeaaah.. I think he has problems.. Good luck with your life man..
seems like the newest update detected this.
Thanks you bro that really help me😄😄
So you know that there is errors, and you don't even post the code. when you clearly know that it's not fully shown in the video Why bro? Some of us here following the tutorial, trying to learn and you are pushing us to go to subscribe to your patron. So we can get the final version from that. What a shame.
Worst part is I'm fairly sure he could've just linked a google drive link to the folder he used without having to deal with changing all the code and using lazarus. If you're going to make a step-by-step guide rather than just giving the solution, at least make it followable.
@@OPCertainty exactly bro and if you go down there and the comments you will see him replying to someone said that he if you couldn't follow tutorial delete your PC, like come on man you don't even show the code
@@devilhunter8752 i showed you how to optain the code, if you're unabel to follow this, you don't deserve it. use your brain instead of whining. i'm sick of dumb people who roll their eyes and want EVERYTHING for FREE handed to them on silver platter. how about you become my patron and copy the code from there? why should i be your slave and do free work? i'm sick of people like you .. either pay me or do it yourself.
@@OPCertainty do it yourself then. everyone is big with their mouth, but i dont see you making any tutorial you nag.
@@Sethioz Are you **** kidding me man you didn't show the code Don't play dumb. you simply said you asked GBT to edit it for you, but you didn't show us the actual code. You keep talking to everyone like they are stupider than you or anything. like that when you yourself asked AI to help you modify the **** code. If you're gonna keep talking to people like that, **** you.
Game still detected it. what the fuck
Then you did it wrong
@@ruttunen00 I didnt, I fixed it though. dont remember how
how to find on chat gpt
... FACEPALM 1000x. ppl just getting dumber by day. give them A.I. but they're too dumb to use it ...
after scan fh5 is crashing
i think CE's source has been messed up, you should ask on CE forum if DarkByte made any changes to source since i made this video.
i had same issue few days ago, i complied a new version and game crashed 10 seconds after i made first scan.
can't bother with it atm, but quite sure it's because he has changed something in source code. either ask on CE forums or try older source. like 7.4 or even earlier.
pls make a finish product, so we need not to edit
i'm not your slave. do it yourself
Let me know if u can bypass EAC, i need help about that, i can sub ur patreon acc
Crazy how Roblox still detects it lmao
hello, could you explain how you asked the AI chatgpt do it for you? i am too lazy to do it myself and i am new to this meaning i dont know any of this HAHAHA
Hey man love your videos! can you please please share the file in a google drive? I will be a patreon if you share it.
i don't use google drive and you're a liar, that "file" is already on patreon, if you was gonna support me, you'd support me and download the "file" via patreon. i'm sick of you freeloaders, all you do is DEMAND. what about me? why should i give my work for free?
how about you give me free house, free food, free internet, free computer upgrades? how about that?
So at 6:13... he doesn't show the fix... so the whole tutorial is useless...? Nice.
All. Try this: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ExtractFileName(ChangeFileExt(Application.ExeName, '')) + '&counter=' + IntToStr(counter) + getoptionalstring; browser.Navigate(url);
learn to use chatgpt moran or you too dumb for copy pasting? you literally copy old line into chatgpt and ask it to fix it and then copy and paste the one chatgpt gives.
WOW sounds like rocket science, i'm sure even Elon couldn't do it! it's so hard, just give up on computers.
@@Sethioz classy. Watch your video back. You can’t see the full code.
Don’t get salty. I posted the code for you. You’re welcome my friend
Chatgpt not always right and tou didnt show the full code@@Sethioz
chatgpt cant fix it
fix what? you gonna have to be a lot more specific than "it". there are lot of things on this video
@@Sethioz the only time you referred to chatgpt was when you were fixing the code snippets
@@abenex2175 Sir, Offline game like Horizon Forbidden West
how to do that make video .
Seriously don't understand how it's so hard for everyone to get this straight.. I'll send you the lines of code I used to fix my errors. Like he said in other comments it's a simple ChatGPT lookup but still people insist on begging for help pestering him. I'll also copy & paste this to other comments so they'll understand. Don't know if it'll work for you, but here.
If you get this error: " cesupport.pas(194,115) Error: Identifier not found "ExtractFileNameWithoutExt " - Use this line of code instead: url := getbase + '?cewidth=' + IntToStr(clientwidth) + '&ceheight=' + IntToStr(clientheight) + '&fn=' + ChangeFileExt(ExtractFileName(Application.ExeName), '') + '&counter=' + IntToStr(counter) + getoptionalstring;
If you get this error (for the next) : " frmSaveSnapshotsUnit.pas(261,8) Error: Identifier not found "ExtractFileNameWithoutExt " -
Use this line of code instead: f := ChangeFileExt(ExtractFileName(savedialog1.FileName), '');
If you get this error (for the next) : " LuaHandler.pas(14944,23) Error: Identifier not found "ExtractFileNameWithoutExt "
Use this line of code instead: lua_pushstring(L, ChangeFileExt(ExtractFileName(Lua_ToString(L,1)), ''));
The Lua errors are told in the video. Simply put a " // " at the start of the 2 lines of code at 954 and 955. -
This is my current point in the video: 8:20 (so please don't ask for more help if needed after this I don't know myself since I'm not there)
@@abenex2175 if you did it right up until there you shouldnt have got the error cause ididnt