Тёмный

Counter Strike 2 Basic External Name ESP in C# .NET! [ Tutorial ] 

swedz c#
Подписаться 11 тыс.
Просмотров 3,5 тыс.
50% 1

#swedz #csharp #cs2
More cs 2 videos on the way! And now because of the community request, we are using dumped offsets! 👨‍🎓
📺 Video Overview:
Waazzzzzup. I am back, with a big video. Today, you will learn how to create the name ESP feature in Counter Strike 2. This aspect, will read the name of the entity and then draw directly on to them on screen. A very fun an exciting project for you guys to do.
Key features 🔥
- Getting dumped offsets
- Reading the name
- Drawing the name
🎉 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.
🟥 Important 🟥
All tutorials featured on the Swedz C# channel are conducted with multiplayer functionality disabled, aiming to establish a secure research environment. It is crucial to note that these videos and accompanying source code are not intended for exploitation to gain unfair advantages. Viewers are strongly advised to consistently adhere to the terms of service of the respective games they are researching and testing.
[ Timestamps ⌚]
0:00 Introduction
1:37 Showcase
4:40 Tutorial starts
4:58 Offsets
5:30 Reading player name
6:18 GUI changes
6:40 Drawing name onto screen
7:40 Testing results
[ Links 🖱️]
Watch the basic ESP tutorial here!: • Counter Strike 2 Basic...
Become a member and use exclusive emotes/emojis!:
/ @swedishtwat
This tutorial
Subscribe to the channel: ru-vid.com/show-UC4et....
Discord : / discord
Dumped offsets, credits to a2x! github.com/a2x/cs2-dumper
[ Credits ✨]
you guys ❤️

Игры

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

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@NightfallChease
@NightfallChease 5 месяцев назад
Maybe a video about how to find viewmatrix stuff etc. and how to make a simple esp in other games. No source engine stuff
@poopdogg666
@poopdogg666 4 месяца назад
Older videos where swed explains viewmatrix show you how to find them, ive used his method on non source games
@the_la_path9679
@the_la_path9679 5 месяцев назад
amazing videos, keep up the good work!!
@EmiRDMRTS
@EmiRDMRTS 5 месяцев назад
thank you for your efforts and tutorials
@SwedishTwat
@SwedishTwat 5 месяцев назад
Thank you for your comment bro
@n0steeze
@n0steeze 5 месяцев назад
If you want to center the name all you have to do is (xPosition - (nameLength * 3.5f)). 3.5 works for the default font size of 14. I should also note this only works properly with the default ImGui font because the width of each character is equal. Most fonts use characters with different widths, such as this one. You can also add a drop shadow by rendering the text twice, render the shadow first by using black text with the x and y offset by +1, then render the white name over the black. Will make the text a lot more readable especially against a white/bright background.
@missevi313
@missevi313 5 месяцев назад
Nice video, i did this myself and mine turned out more complex because i also tried supporting acryllic characters and getting the full 128 characters, but yours look more clean. :)
@missevi313
@missevi313 5 месяцев назад
Also, you can try doing weapon name next (active), and use a csgo icon font, you can find some on uc, then use a weapon index to convert the id to name but i guess you already know how to do that
@fanfloppa7634
@fanfloppa7634 5 месяцев назад
Swedz always provides good content. Also could you maybe try a no recoil or no spread one, just because i saw some recoil and spread related addresses! thx
@prodjadenl
@prodjadenl 5 месяцев назад
if your going to combine all of these into a multicheat i might buy. keep up the vids❤
@mr-jhrox
@mr-jhrox 5 месяцев назад
my day gonna be much more sweett with your videeoo !!
@SwedishTwat
@SwedishTwat 5 месяцев назад
And my day is now better because of your comment
@v3nomous880
@v3nomous880 5 месяцев назад
video about skin/inventory changer with custom wear pattern stickers and so on?
@07FPS
@07FPS 3 месяца назад
Can you make a video for haw to make external board for games that run on emulators like ldplayer, and pointer scan does not work with these games that use libil2cpp?
@user-ko8ek8wf6l
@user-ko8ek8wf6l 4 месяца назад
Do programs, not games, have static pointer? And how to find it
@mayureshnehe142
@mayureshnehe142 5 месяцев назад
Hello Sir, How to get local player index if in CS2?
@GavinYT_
@GavinYT_ 5 месяцев назад
can you make a video about how to make an external ESP that can be used for any game?
@SwedishTwat
@SwedishTwat 4 месяца назад
we absolutely need one of those :)
@premium-ware
@premium-ware 4 месяца назад
Please do knife skinchabger
@ZephyrXNyx
@ZephyrXNyx Месяц назад
When I try to install the clickable transparent it' says version=0.0
@SwedishTwat
@SwedishTwat Месяц назад
huh, that's very odd. Try Restarting Visual Studio, other than that I don't have any suggestions 😕
@kolayscriptdersleri2
@kolayscriptdersleri2 2 месяца назад
Hello, are the player name materials of each game the same?
@SwedishTwat
@SwedishTwat 2 месяца назад
no
@kolayscriptdersleri2
@kolayscriptdersleri2 2 месяца назад
@@SwedishTwat So where can I find it, for example for goose goose duck?
@anl6037
@anl6037 5 месяцев назад
is skin changer possible with external cheats?
@Skyzz1_1
@Skyzz1_1 5 месяцев назад
yes it is
@mayureshnehe142
@mayureshnehe142 5 месяцев назад
Hello sir, I need assistance with calculating mouse movements for a local player in CS:2 using the dwClientstate and dwclientstate_viewangles offsets. However, CS:2 has replaced these offsets with different names. Could you please guide me on how to handle this issue?
@flightium8520
@flightium8520 5 месяцев назад
How did you get into game cheating/coding?
@SwedishTwat
@SwedishTwat 5 месяцев назад
I watched youtube videos on the topic 😎
@HouseOfBenchmark
@HouseOfBenchmark 3 месяца назад
why code on c#
@SwedishTwat
@SwedishTwat 3 месяца назад
dunno
@leiyin5512
@leiyin5512 5 месяцев назад
skin changer please!
@Skyzz1_1
@Skyzz1_1 5 месяцев назад
can you do a multi hack video show how to put cheats together like aimbot and esp also you should make a no recoil tutorial
@Kutila622
@Kutila622 5 месяцев назад
It's not that hard, you just need to write all the cheats in the same project ^^
@zethels
@zethels 2 месяца назад
Skinchanger
Далее
Это реально работает?!
00:33
Просмотров 2,5 млн
СМОТРИМ YOUTUBE В МАЙНКРАФТЕ
00:34
Просмотров 895 тыс.
Why The Windows Phone Failed
24:08
Просмотров 243 тыс.
Best Knife And Glove Combo UNDER $500
5:17
#CS2 hvh with gamesense.pub
4:48
Просмотров 17 тыс.
Silent Aim Hack Under 11 Minutes [ Tutorial ]
13:26
Просмотров 5 тыс.
МИНИ ИГРЫ В STANDOFF 2 #shorts
8:37:23
Просмотров 361 тыс.
😱ЭТО ЧТО РОФЛ КАКОЙ-ТО?
16:55
Просмотров 211 тыс.