Damn I used to watch guided hacking a year ago and couldn't do much. After 5 minutes I already got the pointers working great video man it's quick and straight to the point.
Thanks, I was wondering if I should do my own trainers for games that doesnt really have em, now I know also how to add a small GUI for it to make it easier to use.
I know this is an example video, but for beginners I have a heads up, normally you wouldn't write a code nor cheat like this. In games alike Assault Cube sure you can find memory pointers but in bigger games we don't specifically find memory addresses, we change the assembly code of it.
This is so frustrating. I followed this exactly and I keep getting "An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll Input string was not in a correct format."
i know this is late, but for people getting 'value cannot be null error' make sure ur cpu /build settings are the right, i was getting that problem but when i set it to x64 it worked fine :)
@@th3Kun so- at the top, next to where it says 'debug' on visual studio, click on 'any cpu', change it to x64 where it it says any cpu on the popup list menu, you might have to then press a button where it says create New after that, choose x64, close, rebuild when you build it may be in x64 folder rather than debug, gl
Memory.dll x84 is not installing why telling you are trying this package into a project that target NETFramework Version=v4.5',the package does not contain assembly to compatible with framework. Please help me I want to learn this things please.
Hi, when i tried scan first value, i got few points, but when i change my HP in game and tried scan again, i dont got anything :( Any ideas? Or its game not possible to make memory cheat?
it might a different datatype that you are seeking, the health data type varies from game to game so make sure to try different type of searching or just "all data types" if you can't figure which one it is. If that doesn't work it might be a different sub-process that is holding your data.
@@SwedishTwat i think problem is in game, couse its adobe air game swaped to windows (idk how it work, but in folder with game i saw .sfw file), so it propably adobe air game emulated to .exe? And there is problem with memory id? Im looking about some tips for using cheat engine in adobe air games, but still not work (value * 8, or value - 1) Im tried search any other stats in this game, but everytime same situation :D
@@SwedishTwat o shit, i got it! But next question is something else, how to get memory of button? I got memory id of Health, but how to get memoryID button to open potions or something else?
just add more commas and the offsets to the address variable At least that's what I did and it seems to work fine Example: string healthAddress = "SickGame1337.exe+0x420,128,510,20,24,10,4BC,40"; After each comma is an offset that was in the cheat engine list, make sure you add them bottom to top
@@dripgotthatdrip easy give me your discord i will give you my function for reading or writing to multiple level pointers(or pointer with multiple offsets)
@@dripgotthatdrip I'm a little late but you literally just add more commas and the offsets to the address variable At least that's what I did and it seems to work fine Example: string healthAddress = "SickGame1337.exe+0x420,128,510,20,24,10,4BC,40"; After each comma is an offset that was in the cheat engine list, make sure you add them bottom to top
make sure to pick the 86x version and don't change the "prefer 32bit" checkbox. It should be checked in, however if it's a 64 bit games then uncheck it.
@Chizoba 667 you will be able, you just have to kill AC first, but not everything is client-sided[ so you wont be able to change it ] (i would say most things are server-sided these days XD)
can you make a tutorial on how to make a aimbot in c# and CE? ( det finns redan en på youtube men det är en 9 delar serie. tycker du förklarar mycket bättre. color / pixel aimbot skulle nog inte funka för spelet, det är gta sa och varje gubbe har olika skins
Det har varit många som vill ha en tutorial på aimbot i c# och jag skulle älskat att göra en video på det men sanningen är att jag har inte kunskaperna nog att skriva en bra objekt orienterad aimbot som skulle vara bra nog för en video/ video serie. I framtiden kan detta dock hända så vi får se, om jag fixar alla andra saker jag måste göra på sidan av så ska jag försöka läsa på mer.
find a writeable pitch/yaw of localplayer and then find entitylist with entity position offsets, then import entitylist in C# and browse through every entity and do a calculation on the closest entity and use another calculation to change pitch/yaw to closest entity position. this is easier said than done though and will probably take a few months if you're not experienced with game hacking. or just find a C# cheat repo on github for the game and copy the code for it and update offsets
Everybody uses assault cube because it works for almost all potato pcs out there and it's an easy game to start with. I have done some with different games but yeah you are right, should branch out more :) couldn't find a url but it's called "loneliness" by FIKSTER on wallpaper engine workshop
first
Damn I used to watch guided hacking a year ago and couldn't do much. After 5 minutes I already got the pointers working great video man it's quick and straight to the point.
ty bro, made it my mission to make it easy to get into c# game hacking and seeing comments like this warms my heart ❤️
This wasn't even the video I was looking for but it was made so well that I did this instead lmao, thanks for this video
I have been looking for a turoial that explains this. You have no idea how gratfull I am for oyu making this video. Thank you so much
Thanks, I was wondering if I should do my own trainers for games that doesnt really have em, now I know also how to add a small GUI for it to make it easier to use.
I know this is an example video, but for beginners I have a heads up, normally you wouldn't write a code nor cheat like this. In games alike Assault Cube sure you can find memory pointers but in bigger games we don't specifically find memory addresses, we change the assembly code of it.
keep it up man!
This is so frustrating. I followed this exactly and I keep getting "An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll
Input string was not in a correct format."
Thx you I wart for this Video Very long 🔥🔥
i know this is late, but for people getting 'value cannot be null error' make sure ur cpu /build settings are the right, i was getting that problem but when i set it to x64 it worked fine :)
better late than never 😎
Sorry if this is a dumb question but where exactly? Thanks.
@@th3Kun so- at the top, next to where it says 'debug' on visual studio, click on 'any cpu', change it to x64 where it it says any cpu on the popup list menu, you might have to then press a button where it says create New after that, choose x64, close, rebuild when you build it may be in x64 folder rather than debug, gl
what is the meaning "int" ? look 10:10
integer, whole number like 1 or 7 or 50
Please make more Videos like this
7:45
how do i do it with a minus?
In Assault Cube this works well but I am having difficulty with games like OpenTTD.
Recently found your channel and you have some great content bro. Anyway you could do a tutorial on c# and cheat engine on dbd? possibly a simple esp?
Thanks very nice and detailed
when i do a pointer scan twice it just gives me dlls is there a way i can just writemerrory to that?
if that say pointer paths 0 what can i do before anyone help me pls
Some tutorial for Visual C # 2010, I saw everything in the video but in the end I got 3 errors
is deleting the file extension PTR at the end optional? because i cant delete it on windows 11
Memory.dll x84 is not installing why telling you are trying this package into a project that target NETFramework Version=v4.5',the package does not contain assembly to compatible with framework. Please help me I want to learn this things please.
Dont use .Net Framework , just create a simple windows form. or u can try using x64
How can i read from a adress?
Hello, I wrote a code to write into memory but it seems like the addresses change each time I play the game 😢😢😢😢😢
Cheating is a whole world and what he gave us its only 0.5% so you need to search
@@Cod3rMax noted sir , كودين
@@rayanm2175 but as i saw the pointer never changes so maybe you arr soing something wrong
One question is there a difference when using Visual Studio 2019 instead of 2017? In almost every video I watched the version was 2017.
no
2019 has better features aka intellisense, use visual studio 2022
change
array of byte ???
Hi, when i tried scan first value, i got few points, but when i change my HP in game and tried scan again, i dont got anything :( Any ideas? Or its game not possible to make memory cheat?
it might a different datatype that you are seeking, the health data type varies from game to game so make sure to try different type of searching or just "all data types" if you can't figure which one it is. If that doesn't work it might be a different sub-process that is holding your data.
@@SwedishTwat i think problem is in game, couse its adobe air game swaped to windows (idk how it work, but in folder with game i saw .sfw file), so it propably adobe air game emulated to .exe? And there is problem with memory id? Im looking about some tips for using cheat engine in adobe air games, but still not work (value * 8, or value - 1)
Im tried search any other stats in this game, but everytime same situation :D
@@SwedishTwat o shit, i got it! But next question is something else, how to get memory of button? I got memory id of Health, but how to get memoryID button to open potions or something else?
why my pointer scan is null??
how to do this with multiple offsets?
just add more commas and the offsets to the address variable
At least that's what I did and it seems to work fine
Example:
string healthAddress = "SickGame1337.exe+0x420,128,510,20,24,10,4BC,40";
After each comma is an offset that was in the cheat engine list, make sure you add them bottom to top
Pls help, i make fly to game and this not work. With Cheat engine freeze all work pls help to fix it.
Please explain console I tried console kept getting errors
how do you do this with multiple offsets
nvm figured it out common sense smh
@@johnmares7310 How lol
@@dripgotthatdrip easy give me your discord i will give you my function for reading or writing to multiple level pointers(or pointer with multiple offsets)
@@tiptrcks3960 just drop it there
@@dripgotthatdrip I'm a little late but you literally just add more commas and the offsets to the address variable
At least that's what I did and it seems to work fine
Example:
string healthAddress = "SickGame1337.exe+0x420,128,510,20,24,10,4BC,40";
After each comma is an offset that was in the cheat engine list, make sure you add them bottom to top
when i found the static address i see like 5 or 6 offset should i take the first one where what i do
did you find it out?
Nice Video! 😁 but can you make a Video how to make an Aimbot or Esp thx in advance
Perhaps in the future when I am good at coding ;) still a scrub at the moment
how do i add onto the address so my ammo is 3 and i wanna add 1
what? can you explain in a different way, didn't get that
@@SwedishTwat So in c# adding onto an address, say the address was 034df and i wanna not set the address to a value i wanna add a value to that value
@@opticreece384 Then read the value and add whatever you wanted to that read value. 😉
@@SwedishTwat so what would i add onto this for example meme.ReadByte(textBox5.Text + 0.5);
whats the music in introduction
I believe is from donkey kong
How do i make assault cube windowed? please respond!
thank you for the tutorial though it was very fun to do along and seeing that it works
Good stuff 🙂 , still having problems with fullscreen?
can you help ? that type error format
make sure to pick the 86x version and don't change the "prefer 32bit" checkbox. It should be checked in, however if it's a 64 bit games then uncheck it.
@@SwedishTwat I do that for assualtcube
Would it not be better to use 64bits arch coz most games are 84bits nowadays
Hello, how do I add a number to an existing process?
Amazing tutorial, everything is awesome, just wish you would have had a different solution to it than the timer.
Like finding the function that removes 1 bullet and reverse engineer it.
It worksssssssssssssssssssssssssssss
x64 version not working.
make sure your cheat is the same architecture as your game, so your game might be x32
@@kaidenbid8442 I already figure it out with doing a class to use in the dll places but ty, bro.
i need help with workloads
Does this work for any game on steam?
@Chizoba 667 you will be able, you just have to kill AC first, but not everything is client-sided[ so you wont be able to change it ] (i would say most things are server-sided these days XD)
can you make a tutorial on how to make a aimbot in c# and CE? ( det finns redan en på youtube men det är en 9 delar serie. tycker du förklarar mycket bättre. color / pixel aimbot skulle nog inte funka för spelet, det är gta sa och varje gubbe har olika skins
Det har varit många som vill ha en tutorial på aimbot i c# och jag skulle älskat att göra en video på det men sanningen är att jag har inte kunskaperna nog att skriva en bra objekt orienterad aimbot som skulle vara bra nog för en video/ video serie. I framtiden kan detta dock hända så vi får se, om jag fixar alla andra saker jag måste göra på sidan av så ska jag försöka läsa på mer.
find a writeable pitch/yaw of localplayer and then find entitylist with entity position offsets, then import entitylist in C# and browse through every entity and do a calculation on the closest entity and use another calculation to change pitch/yaw to closest entity position. this is easier said than done though and will probably take a few months if you're not experienced with game hacking.
or just find a C# cheat repo on github for the game and copy the code for it and update offsets
Thx Man i create the hack but it doesn't work online?
Can you help..?!!
can you make a tutorial how to make a forza 5 mod menu?
yeah it doesnt work sorry dude. Its either memory.dll or something but you can even copy paste and it doesnt work. Thanks anyways.
Make sure to add the app manifest file and changing the privilege, try changing the bit type aswell
It works in the singleplayer model but not in the multiplayer model
why everyone use videos about this game
anyone can make about another game? xd
btw url background?
Everybody uses assault cube because it works for almost all potato pcs out there and it's an easy game to start with. I have done some with different games but yeah you are right, should branch out more :) couldn't find a url but it's called "loneliness" by FIKSTER on wallpaper engine workshop
Thx
Wow wtf C sharp looks really fun and more normal to use and easy to get
Eh, its not when starting from scratch, unless you know a different language then yeah its pretty easy
Time to make minesweeper hack
At last 🤤
@@SwedishTwat Yes ;)
11:11 my point xd
nice tor browser
of course
please help ;-;
Explain what the problem is
input string Was not correct format
please help me i almost give up :(
@@ardhenismuhammadaflah7818 same
@@ardhenismuhammadaflah7818 can u share your code so it might help us to review the code
last
it say System.OverflowException
oh no 😨