Тёмный

How Read The Entity List For Any Game, But Also Manage it | C# [ Tutorial ] 

swedz c#
Подписаться 11 тыс.
Просмотров 16 тыс.
0% 0

#swedz #csharp #gamehacking
Learn how to combine cheat engine and C# to read your first entity list! 🫡
📺 Video Overview:
Can you believe it? Christmas is only a week away, nah but welcome back, my favorite viewers for another tutorial. In today's video we will learn how to read any entity list through the power of C# and inheritance. You will have at the end, a very powerful project that can be applied to any game out there. This is because we have applied principles that allows us to only code a little bit of the new logic while re-using the overall structure. By following this tutorial you will save hours of time making trainers, and also make better trainers. But remember to read the terms of agreement/usage for your game so that you aren't breaking them! 😉
Key features 🔥
- Finding the Local-player
- Finding the Entity-list
- Reading the Local-player
- Reading the Entity-list
🎉 Subscribe and Stay Tuned:
Don't miss out on future tutorials and programming tips! Subscribe to our channel and hit the notification bell to stay updated with our latest content.
🙌 Have Questions or Feedback?
We're here to help! Drop your questions and thoughts in the comments section below. Let's learn, code, and innovate together.
Follow along with our easy-to-understand instructions and take your game hacking and memory manipulation skills to the next level. Whether you're interested in game development or just want to enhance your gaming experience, this tutorial has something for everyone.
[ Timestamps ⌚]
0:00 Introduction
1:26 Showcase
2:57 Tutorial starts here
3:39 Finding the localplayer
6:27 Finding the entitylist
11:26 Creating new project
12:20 Entity class
12:50 Entity manager class
14:45 Unique assault cube manager
17:30 Reading the entitylist
18:35 Example of usage
19:30 Testing results
22:07 Adding more features to entity
23:00 Adding more features to entity manager
[ Links 🖱️]
Access the code directly with my coffee page!:
www.buymeacoffee.com/Swedz
Become a member and use exclusive emotes/emojis!:
/ @swedishtwat
Subscribe to the channel: ru-vid.com/show-UC4et....
Discord : / discord
Previous video: • ESP/Wallhack Overlay i...
[ Credits ✨]
you guys ❤️

Игры

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

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@hiep698
@hiep698 9 месяцев назад
@SwedishTwat
@SwedishTwat 9 месяцев назад
ayy
@mr-jhrox
@mr-jhrox 9 месяцев назад
thx for video
@SwedishTwat
@SwedishTwat 9 месяцев назад
thanks for the comment brother🫡
@editanime7609
@editanime7609 9 месяцев назад
Always a nice video
@SwedishTwat
@SwedishTwat 9 месяцев назад
@bon.cat11
@bon.cat11 8 месяцев назад
I love your intros
@SwedishTwat
@SwedishTwat 8 месяцев назад
I love your comments❤
@KnockoutNico
@KnockoutNico 9 месяцев назад
This is indeed helpfull if the Entitylist of the game is found. I am currently working on a tool to find any Games ViewMatrix. It only needs the enemy 3d position from the game. the user defines a rect around the entity and the tool searches the ENTIRE memory of the games main module for a possible 4x4 matrix that returns a point inside the rect. It can even bruteforce the Matrix's float values to be on different sports (like mixed row-major and column-major Matrix). The game I am trying that is "Generation Zero" as its a semi-singleplayer game without any good info material about Visual stuff
@SwedishTwat
@SwedishTwat 9 месяцев назад
sheesh, I have had similar ideas but never went through with them 😅 But well done! I can just imagine how much use there is for that tool.
@KnockoutNico
@KnockoutNico 9 месяцев назад
@@SwedishTwat true. Only downsides are the time it takes for the scanning and that it often returns trash values. Little bit of optimization still needed 😅
@coolexcs
@coolexcs 9 месяцев назад
do you plan on doing "how to find animation calls functions" video (might sound pointless, but it might be useful if you develop a multiplayer mod for a SP game since I cant think of a different approach)
@Legex-gr2xk
@Legex-gr2xk 8 месяцев назад
can you say how can i do a c# external undetected ?
@SophiaNhya
@SophiaNhya 9 месяцев назад
Hey, Swedz, my friend, i'm here to ask you something, i'm creating my own aimbot based on everything i learned in your channel (i'm learning a lot, really.), and i'm almost finishing my first aimbot, i wanted to ask you, can you create a video about creating an aimbot that targets only certain parts of the player's character? (Hitboxes!)
@SwedishTwat
@SwedishTwat 9 месяцев назад
yes we will create a video on that! And how we do that is by finding the coordinates of for example the head and use that instead.
@SophiaNhya
@SophiaNhya 9 месяцев назад
I thought hitboxes would work for targetting the skeleton's parts ids, checking if it's visible and stuff (you can do a video on checking if invis too) etc @@SwedishTwat
@WildRebelx87
@WildRebelx87 6 месяцев назад
just use bone positions
@enigma2792
@enigma2792 8 месяцев назад
Are there any better methods to find the entity list? its pretty complicated in some games and i can't find much about this topic.
@ravenxxt
@ravenxxt 2 месяца назад
fr
@_ber_6363
@_ber_6363 9 месяцев назад
Thanks for the tutorials mate. Btw consider fixing your discord link =)
@SwedishTwat
@SwedishTwat 9 месяцев назад
does this link work? discord.gg/HqpKFxFAhM
@_ber_6363
@_ber_6363 9 месяцев назад
@@SwedishTwat It showed up a mom's basement for a second but i think discord is having a stroke right now because i can't log in at all right now. I'll try later :D
@imLust
@imLust 8 месяцев назад
what if it’s a game where you can’t damage entities ? how can i find the list
@SwedishTwat
@SwedishTwat 8 месяцев назад
Then you find another attribute that you can find through filtering addresses😉 For example xyz coords by changing their position, and search lower/higher depending on the state of the entity
@silme9417
@silme9417 9 месяцев назад
Are you gonna do lua injector soon?
@SwedishTwat
@SwedishTwat 9 месяцев назад
no
@logo5116
@logo5116 2 месяца назад
When i tried it the offset wasnt F8, it was EC
@doriann_
@doriann_ 2 дня назад
Same
@HarunDanmAEP
@HarunDanmAEP 4 месяца назад
I am Turkish and my English is not perfect, but your videos are so good that I wish I could understand you. I wish you continued success.
@DarkHvH2
@DarkHvH2 9 месяцев назад
u baited me with the intro ,the world is asking for a darksouls cheat (if u change ur Y it changes all entitys its so wierd , if u freeze ur health it makes everything godmode encluding bosses and mobs)
@DarukoJP
@DarukoJP 9 месяцев назад
Your script or pointer is accessing more than just your player so you ether need to do a compare in your script or have pointer just pointing to your player and nothing else.
@OWLyS
@OWLyS 8 месяцев назад
Is exactly works like Missx said, you should make some practice with CE by finding pointers ecc, but there are a lot of ways to make a God Mode if you don't know how to nop the correct instruction You could just find your health values and then overwrites It with swed WriteFloat for example, or maybe if you are on UE4 you could easily find the engine value CanBeDamaged and you can change the value from 0 to 1 (true or false) to not get damaged, you can do the same with the entity collision (enemies Will not be able to even touch you)
@wjzw-du2bn
@wjzw-du2bn 9 месяцев назад
Hello bud whats with your dc? I wanna ask u something:)
@SwedishTwat
@SwedishTwat 9 месяцев назад
Working on fixing the discord 😅 but it should be in the description when it's fine
@ikeraginaga10000
@ikeraginaga10000 2 месяца назад
can we use another code editor like visual studio?
@har3nz
@har3nz 5 месяцев назад
don't work :/ no errors but don't work :/ :(
@forbiddenbox
@forbiddenbox 2 месяца назад
Hack Brawlhalla(or you can't do that?)
@moxy3783
@moxy3783 9 месяцев назад
Is bro ever gonna fix his discord link 😭
@SwedishTwat
@SwedishTwat 9 месяцев назад
Does this link work? discord.gg/HqpKFxFAhM
@BXSSMANN
@BXSSMANN 6 месяцев назад
does your discord not work? link works but nothing happens when agreeing to the rules and im assuming that start here is a cannel to stop bots in wich you have to react to the comments, wich i did and nothing has happend@@SwedishTwat
Далее
HOW AIMBOTS WORK
8:36
Просмотров 979 тыс.
Symmetrical face⁉️🤔 #beauty
00:15
Просмотров 2,3 млн
Schoolboy - Часть 2
00:12
Просмотров 4,3 млн
Learning C# In A Week... Otherwise I Fail University
9:04
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 699 тыс.
Cheat Engine for Idiots
10:48
Просмотров 1,2 млн
20 Advanced Coding Tips For Big Unity Projects
22:23
Просмотров 171 тыс.
How to ACTUALLY get into Gamedev
14:01
Просмотров 709 тыс.
Learn Assembly for Game Hacking
15:17
Просмотров 24 тыс.