Тёмный

Make Ur Own Cheat-Trainer in c# [2021] 

swedz c#
Подписаться 10 тыс.
Просмотров 33 тыс.
50% 1

#trainer #memory.dll #csharp
Been a while! Today I present to you guys a new tutorial on how to write an easy trainer in c# using cheat engine and memory.dll 😎 I've made a similar video on this but many people have had problems with it since it's outdated now and didn't have commentary.
[READ ME IMPORTANT 📢]
Messing around with the games memory might get you banned and I am not responsible. You are doing this at your own risk and no one elses. Comments claiming this video got them banned will be ignored because of the statement above.
[LINKS 📎]
Cheat engine (be careful downloading): www.cheatengine.org/
Visualstudio : visualstudio.microsoft.com/do...
Assault Cube : assault.cubers.net/
PasteBin (code) : pastebin.com/s1cAAADj
[INFO ABOUT THE VIDEO 📄]
The video goes first through attaching cheat engine to assault cube and finding out the address of the pistols ammo. Second thing is that we do a pointerscan for that address and choose a valid pointer. This will be used later so we write it down.
After this we proceed to start writing the trainer, first adding memory.dll then setting up some basics like finding the process and obtaining the process id from it. If the process is active we'll open it up and start writing to it. I forget to add an if statement to check whether we have checked "unlimited ammo" or not so I fix it quickly. For the loop we use a timer which every tick writes to the address. Memory.dll has a FreezeValue() method which you can use if a loop isn't your 1st choice.
[HOW TO SUPPORT 🥰]
Commenting and giving a like supports me as a creator and is always appreciated.
Become a member and use exclusive emotes/emojis! :
/ @swedishtwat
[TIMESTAMPS]
0:00 Introduction
1:05 Assault cube
2:00 Pointerscan
4:51 Creating new project
6:00 Memory.dll
8:08 Open process
9:40 Timer (writing to the memory here)
10:44 Testing trainer
11:54 Ending

Игры

Опубликовано:

 

11 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 112   
@ProfessionalClosetCheater
@ProfessionalClosetCheater 3 года назад
first
@borki2144
@borki2144 2 года назад
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.
@SwedishTwat
@SwedishTwat 2 года назад
ty bro, made it my mission to make it easy to get into c# game hacking and seeing comments like this warms my heart ❤️
@Break.
@Break. Год назад
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
@ProCook703
@ProCook703 Год назад
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
@lucaslindgren3237
@lucaslindgren3237 3 года назад
keep it up man!
@anonymoussirproxx6886
@anonymoussirproxx6886 3 года назад
Thx you I wart for this Video Very long 🔥🔥
@DrCareBearFIN
@DrCareBearFIN Год назад
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.
@Sergefr
@Sergefr 2 года назад
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?
@killaxx2213
@killaxx2213 3 года назад
Thanks very nice and detailed
@pemifo260
@pemifo260 11 месяцев назад
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.
@menschperson2146
@menschperson2146 3 года назад
Please make more Videos like this
@leetrisk
@leetrisk 2 года назад
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 :)
@SwedishTwat
@SwedishTwat 2 года назад
better late than never 😎
@th3Kun
@th3Kun 2 года назад
Sorry if this is a dumb question but where exactly? Thanks.
@leetrisk
@leetrisk 2 года назад
@@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
@anonymoussirproxx6886
@anonymoussirproxx6886 3 года назад
Nice Video! 😁 but can you make a Video how to make an Aimbot or Esp thx in advance
@SwedishTwat
@SwedishTwat 3 года назад
Perhaps in the future when I am good at coding ;) still a scrub at the moment
@Haunted-Halls
@Haunted-Halls 2 года назад
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."
@pluhiann
@pluhiann 2 года назад
when i do a pointer scan twice it just gives me dlls is there a way i can just writemerrory to that?
@BusinessWolf1
@BusinessWolf1 2 года назад
Amazing tutorial, everything is awesome, just wish you would have had a different solution to it than the timer.
@ME-Four-Twelve
@ME-Four-Twelve 2 года назад
Like finding the function that removes 1 bullet and reverse engineer it.
@Kim-uu8fc
@Kim-uu8fc Год назад
In Assault Cube this works well but I am having difficulty with games like OpenTTD.
@menschperson2146
@menschperson2146 3 года назад
One question is there a difference when using Visual Studio 2019 instead of 2017? In almost every video I watched the version was 2017.
@_Admin
@_Admin 2 года назад
no
@user-kp8dt4ei4l
@user-kp8dt4ei4l Год назад
2019 has better features aka intellisense, use visual studio 2022
@TheBarretNL
@TheBarretNL 3 года назад
Would it not be better to use 64bits arch coz most games are 84bits nowadays
@AnonymityIsImportant
@AnonymityIsImportant 3 года назад
Hello, how do I add a number to an existing process?
@Gannon777
@Gannon777 3 года назад
It worksssssssssssssssssssssssssssss
@zJhery
@zJhery 2 года назад
Some tutorial for Visual C # 2010, I saw everything in the video but in the end I got 3 errors
@AnonymityIsImportant
@AnonymityIsImportant 3 года назад
Pls help, i make fly to game and this not work. With Cheat engine freeze all work pls help to fix it.
@ageofhackers2
@ageofhackers2 2 месяца назад
if that say pointer paths 0 what can i do before anyone help me pls
@canerkarakuzu3924
@canerkarakuzu3924 3 года назад
Thx
@shreeshind8388
@shreeshind8388 3 года назад
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.
@cynswiftgamecheats4270
@cynswiftgamecheats4270 3 года назад
Dont use .Net Framework , just create a simple windows form. or u can try using x64
@Mathewx1111
@Mathewx1111 3 года назад
Please explain console I tried console kept getting errors
@oDxee
@oDxee 2 года назад
when i found the static address i see like 5 or 6 offset should i take the first one where what i do
@henkiespenkie4414
@henkiespenkie4414 Год назад
did you find it out?
@WekoIG
@WekoIG 3 года назад
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
@SwedishTwat
@SwedishTwat 3 года назад
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.
@disepii
@disepii 3 года назад
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
@zperuanito1988
@zperuanito1988 2 года назад
change array of byte ???
@naseembreeka
@naseembreeka 2 года назад
Thx Man i create the hack but it doesn't work online? Can you help..?!!
@Felsvideos
@Felsvideos 3 года назад
i have a tiny problem i am stuck in the pointer scanner everytime i scan it and search with the address it dosen't show anything it just shows the offset thing but no results even tho during the scan it says that it has found plenty of results and my game won't open i have to launch it again is this a some sort of anticheat or am i just having some bugs? edit: at the very last second when it shows the results it changes to 0 i don't know what to do
@SwedishTwat
@SwedishTwat 3 года назад
Depends, I have had the same problem which resolved once I re-downloaded cheat engine or reseted my pc. Or it might be the game (if you are using a different game of course)
@Felsvideos
@Felsvideos 3 года назад
@@SwedishTwat yeah it was a diffrent game but thx gonna try downloading it again
@antivanced2382
@antivanced2382 3 года назад
why my pointer scan is null??
@Christopher--N
@Christopher--N 9 месяцев назад
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?
@SwedishTwat
@SwedishTwat 9 месяцев назад
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.
@Christopher--N
@Christopher--N 9 месяцев назад
​@@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
@Christopher--N
@Christopher--N 9 месяцев назад
@@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?
@blxssedopps-6866
@blxssedopps-6866 2 года назад
can you make a tutorial how to make a forza 5 mod menu?
@ProCook703
@ProCook703 Год назад
How can i read from a adress?
@TakeLs1
@TakeLs1 Год назад
7:45 how do i do it with a minus?
@helpchild6699
@helpchild6699 2 года назад
Does this work for any game on steam?
@Crosbyte
@Crosbyte Год назад
@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)
@beasty4283
@beasty4283 3 года назад
i need help with workloads
@rayanm2175
@rayanm2175 Год назад
Hello, I wrote a code to write into memory but it seems like the addresses change each time I play the game 😢😢😢😢😢
@Cod3rMax
@Cod3rMax Год назад
Cheating is a whole world and what he gave us its only 0.5% so you need to search
@rayanm2175
@rayanm2175 Год назад
@@Cod3rMax noted sir , كودين
@Cod3rMax
@Cod3rMax Год назад
@@rayanm2175 but as i saw the pointer never changes so maybe you arr soing something wrong
@luukee_
@luukee_ 2 года назад
11:11 my point xd
@skallet
@skallet 2 года назад
whats the music in introduction
@rueggieperaza6556
@rueggieperaza6556 2 года назад
I believe is from donkey kong
@grrini9895
@grrini9895 3 года назад
can you help ? that type error format
@SwedishTwat
@SwedishTwat 3 года назад
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.
@grrini9895
@grrini9895 3 года назад
@@SwedishTwat I do that for assualtcube
@henkiespenkie4414
@henkiespenkie4414 Год назад
how to do this with multiple offsets?
@CocoPopEater
@CocoPopEater Год назад
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
@johnmares7310
@johnmares7310 2 года назад
how do you do this with multiple offsets
@johnmares7310
@johnmares7310 2 года назад
nvm figured it out common sense smh
@dripgotthatdrip
@dripgotthatdrip 2 года назад
@@johnmares7310 How lol
@tiptrcks3960
@tiptrcks3960 2 года назад
@@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)
@henkiespenkie4414
@henkiespenkie4414 Год назад
@@tiptrcks3960 just drop it there
@CocoPopEater
@CocoPopEater Год назад
@@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
@EXCLUSIVELY_JAH
@EXCLUSIVELY_JAH 2 года назад
How do i make assault cube windowed? please respond!
@EXCLUSIVELY_JAH
@EXCLUSIVELY_JAH 2 года назад
thank you for the tutorial though it was very fun to do along and seeing that it works
@SwedishTwat
@SwedishTwat 2 года назад
Good stuff 🙂 , still having problems with fullscreen?
@opticreece384
@opticreece384 3 года назад
how do i add onto the address so my ammo is 3 and i wanna add 1
@SwedishTwat
@SwedishTwat 3 года назад
what? can you explain in a different way, didn't get that
@opticreece384
@opticreece384 3 года назад
@@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
@SwedishTwat
@SwedishTwat 3 года назад
@@opticreece384 Then read the value and add whatever you wanted to that read value. 😉
@opticreece384
@opticreece384 3 года назад
@@SwedishTwat so what would i add onto this for example meme.ReadByte(textBox5.Text + 0.5);
@JohnWick-hx7bc
@JohnWick-hx7bc Год назад
Wow wtf C sharp looks really fun and more normal to use and easy to get
@user-kp8dt4ei4l
@user-kp8dt4ei4l Год назад
Eh, its not when starting from scratch, unless you know a different language then yeah its pretty easy
@RGBA
@RGBA 3 года назад
nice tor browser
@SwedishTwat
@SwedishTwat 3 года назад
of course
@hotdogz2366
@hotdogz2366 3 года назад
Time to make minesweeper hack
@SwedishTwat
@SwedishTwat 3 года назад
At last 🤤
@hotdogz2366
@hotdogz2366 3 года назад
@@SwedishTwat Yes ;)
@souzagiovany3935
@souzagiovany3935 3 года назад
x64 version not working.
@kaidenbid8442
@kaidenbid8442 2 года назад
make sure your cheat is the same architecture as your game, so your game might be x32
@souzagiovany3935
@souzagiovany3935 2 года назад
@@kaidenbid8442 I already figure it out with doing a class to use in the dll places but ty, bro.
@hentaipie8403
@hentaipie8403 2 года назад
It works in the singleplayer model but not in the multiplayer model
@sepremz
@sepremz 3 года назад
why everyone use videos about this game anyone can make about another game? xd btw url background?
@SwedishTwat
@SwedishTwat 3 года назад
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
@TSGGaming7803
@TSGGaming7803 2 года назад
last
@wishmasterxr
@wishmasterxr 3 года назад
yeah it doesnt work sorry dude. Its either memory.dll or something but you can even copy paste and it doesnt work. Thanks anyways.
@SwedishTwat
@SwedishTwat 3 года назад
Make sure to add the app manifest file and changing the privilege, try changing the bit type aswell
@user-qi6or4tz9c
@user-qi6or4tz9c 3 года назад
please help ;-;
@SwedishTwat
@SwedishTwat 3 года назад
Explain what the problem is
@ardhenismuhammadaflah7818
@ardhenismuhammadaflah7818 3 года назад
input string Was not correct format
@ardhenismuhammadaflah7818
@ardhenismuhammadaflah7818 3 года назад
please help me i almost give up :(
@Geekeh
@Geekeh 3 года назад
@@ardhenismuhammadaflah7818 same
@tiptrcks3960
@tiptrcks3960 3 года назад
@@ardhenismuhammadaflah7818 can u share your code so it might help us to review the code
@AurelOnYT
@AurelOnYT 8 месяцев назад
it say System.OverflowException
@SwedishTwat
@SwedishTwat 8 месяцев назад
oh no 😨
Далее
How to make your own Fly hack in c#
24:06
Просмотров 17 тыс.
A Love Letter to The Source Engine
18:32
Просмотров 501 тыс.
Try not to Laugh Game!
00:38
Просмотров 4,6 млн
5 Years of Making Games in Unity!
13:27
Просмотров 2,3 млн
GoldenEye 007 is a mess... | MVG
11:09
Просмотров 487 тыс.
Making a game cheat trainer from scratch in C#
52:13
Просмотров 74 тыс.
3 Months of Game Programming in 20 Minutes
20:32
Просмотров 594 тыс.
Auto Assembler in Cheat Engine! [2021]
12:14
Просмотров 20 тыс.
de_prime - How Far from the Source can it get?
11:07
Просмотров 517 тыс.
How to make your first memory hacking c#
14:17
Просмотров 42 тыс.
The Loneliness of Source
12:06
Просмотров 275 тыс.
Hacking any Game with Python and Cheat Engine
14:14
Просмотров 44 тыс.
ПЕРВАЯ КИТАЙСКАЯ ААА-ИГРА
22:26
Просмотров 124 тыс.