Тёмный

Counter Strike 2 External Bone ESP Hack in C# .NET! [ Tutorial ] 

swedz c#
Подписаться 11 тыс.
Просмотров 8 тыс.
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:
Today is the day, today we perform the bone Esp tutorial! 😱 We will literally go step by step, from nothing to a bone Esp program that draws lines between the different bone positions of the entities. You guys have asked for this tutorial for over 2 months and it's finally here! 🤗 We will combine our previous knowledge of cs 2 and c# to create this ImGui perfection and it's all thanks to you guys. Your support makes this happen! The
Key features 🔥
- Getting dumped offsets
- Coding the Bone Esp
- Testing the Bone Esp
🎉 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:45 Showcase
4:35 Tutorial starts here
5:28 Render class
6:25 Entity class
7:47 Main loop
8:08 Offsets
9:48 Entity loop
11:05 Reading bones
14:00 Read matrix
15:41 Renderer variables
16:13 ImGui Menu
17:05 Drawing bones
20:50 Testing results
[ Links 🖱️]
Become a member and use exclusive emotes/emojis!:
/ @swedishtwat
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

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@SwedishTwat
@SwedishTwat 7 месяцев назад
We will probably create a video that reduces the ESP flicker etc. So make sure to be subscribed and ready for when it drops
@GDTobys
@GDTobys 7 месяцев назад
20:00 for all who are lazy to write all fo that code: drawListPtr.AddLine(entity.bones2d[1], entity.bones2d[2], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[1], entity.bones2d[3], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[1], entity.bones2d[6], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[3], entity.bones2d[4], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[6], entity.bones2d[7], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[4], entity.bones2d[5], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[7], entity.bones2d[8], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[1], entity.bones2d[0], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[0], entity.bones2d[9], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[0], entity.bones2d[11], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[9], entity.bones2d[10], uintColor, currentBoneThickness); drawListPtr.AddLine(entity.bones2d[11], entity.bones2d[12], uintColor, currentBoneThickness); drawListPtr.AddCircleFilled(entity.bones2d[2], 3 + currentBoneThickness, uintColor);
@asovaaim
@asovaaim 7 месяцев назад
I am following you from Tunisia, keep it up my friend, I love you very much.
@SwedishTwat
@SwedishTwat 7 месяцев назад
@soldurall
@soldurall 7 месяцев назад
what a christmas gift
@XYZ_x7x1
@XYZ_x7x1 3 месяца назад
Idk if everyone is having the same problem but after I use it for some time it just closes any fixes?
@nitro6546
@nitro6546 2 месяца назад
hey i got through everything fine, no errors however there was no esp when using the menu. i updated the offsets already is there anything im missing thx
@KXWR-9yz
@KXWR-9yz 7 месяцев назад
very cool
@Darksideofmotivations
@Darksideofmotivations 7 месяцев назад
thaks mate ♥
@user-xj6nj6js1p
@user-xj6nj6js1p 7 месяцев назад
Hey swedz, just wondering if you could make an esp for roblox, just a change for the game but i think it will be harder to make an esp in roblox than it is in csgo.
@itrippy4206
@itrippy4206 4 месяца назад
swed da goat
@SwedishTwat
@SwedishTwat 4 месяца назад
you da goat 😎
@itrippy4206
@itrippy4206 4 месяца назад
@@SwedishTwat any way i can contact you?
@hsuehjajssh4973
@hsuehjajssh4973 7 месяцев назад
Bro thank you. you really code the wishes of the community
@mr-jhrox
@mr-jhrox 7 месяцев назад
holy cow ! thanks for christmas gift daddy swedzz
@SwedishTwat
@SwedishTwat 7 месяцев назад
@WzrterFX
@WzrterFX 7 месяцев назад
Cool =) Waiting for glow wallhack
@WzrterFX
@WzrterFX 6 месяцев назад
@@amboXD ye why not =)
@SuperTentons
@SuperTentons 7 месяцев назад
why Bons flashing
@maboz
@maboz 7 месяцев назад
i have an error when i try to read the bonematrix it says The type "System.Collections.Generic.List" can not be converted to "System.Collections.Generic.LinkedList" pls help me
@SwedishTwat
@SwedishTwat 7 месяцев назад
Use the generic List not any derived linkedlist 😉
@maboz
@maboz 7 месяцев назад
I got it tysm @@SwedishTwat
@xYzSh0w
@xYzSh0w 7 месяцев назад
Thank you friend, you are a super friend ❤
@reapersploits
@reapersploits 5 месяцев назад
I thought I followed everything properly but when I wrap it all up I still have 2 warnings. They say: "Non-nullable property 'bones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable" and "Non-nullable property 'bones2d' must contain a non-null value when exiting constructor. Consider declaring the property as nullable" Please help!
@sshady675
@sshady675 4 месяца назад
just ignore it
@tgare8861
@tgare8861 7 месяцев назад
thx for this Tutorial But how i get offsets for game use unreal engine like Entitylist all i see for game use unreal engine to get offsets they use Dumper i dont know what is Dumper
@DVSCD
@DVSCD 7 месяцев назад
Hello teacher, if I don't learn programming, I'm sure this source code will have the error "System.ArgumentException: Destination array was not long enough", I'm a java programmer starting to switch to C#, I find it quite good. easy to understand, but some things related to game memory I don't understand, the only thing I understand is your code :D, okay I hope next time if I finish any function I hope you can You can test it for everyone to see. If there is an error or crash somewhere in the code from start to finish, many new learners will not know why. Thank you for sharing useful information, wish you always have good health and develop good videos like this.
@SwedishTwat
@SwedishTwat 7 месяцев назад
Thank you for the comment! I tried to eliminate this issue by not allowing null lists and creating copies of the elements but it still manages to come through. There is a cheap way to fix this which is to have everything in a try catch statement, so if anyone else is having this issue then make sure to do that until we have a better esp version out on the channel!
@Flourish0x
@Flourish0x 5 месяцев назад
Man your so cool bro, I swear every good programmer who creates cheats is either racist, a pedo, or just a weirdo in general but your actually normal and communicate like a human being to people. Love you bro
@Brutal0420
@Brutal0420 4 месяца назад
did you ever make a video on how to stop the flickering?
@SwedishTwat
@SwedishTwat 4 месяца назад
The basic ESP vid covers how to code it properly to get rid of flickering, but I have not done a specific remake of this video yet.
@Brutal0420
@Brutal0420 4 месяца назад
cool thank you! keep up the good work@@SwedishTwat
@Kutila622
@Kutila622 4 месяца назад
Would be cool to show how to find the Index of the bones by adding first a number text on enemies. Because the funniest part for me is not to connect them but to write numbers and then making my boneconnection struct. Good video tho, but this is not complete bone tutorial :)
@SwedishTwat
@SwedishTwat 4 месяца назад
Absolutely fire video idea brother 😎, I must remember to do this when I have time for it💪
@CyclesRender
@CyclesRender 7 месяцев назад
very good tutorial! fov changer now please
@SwedishTwat
@SwedishTwat 7 месяцев назад
coming up! 👌
@X21B._.
@X21B._. 7 месяцев назад
Why does my esp not stick to the player and when I move my mouse it moves up and down
@GDTobys
@GDTobys 7 месяцев назад
mine too
@prodjadenl
@prodjadenl 6 месяцев назад
same
@NonsensGaming
@NonsensGaming 4 месяца назад
you idiots need to invert the y axis
@malmock
@malmock 12 дней назад
15:03
@DarkHvH2
@DarkHvH2 7 месяцев назад
Guide on c# when
@SwedishTwat
@SwedishTwat 7 месяцев назад
Don't know, but we need it
@DarkHvH2
@DarkHvH2 7 месяцев назад
@@SwedishTwatyes we do u iwll get over 1m views on the first part trust
@prodjadenl
@prodjadenl 6 месяцев назад
why does the espresso lag behind when i move my mouse?
@prodjadenl
@prodjadenl 6 месяцев назад
*esp lol
@iskandarzacfaronnn
@iskandarzacfaronnn 2 месяца назад
tf espresso
@babapoo439
@babapoo439 7 месяцев назад
do no recoil
@Darksideofmotivations
@Darksideofmotivations 7 месяцев назад
will skin changer come soon? ♥
@SwedishTwat
@SwedishTwat 7 месяцев назад
No idea🤭, but it's on the list
@Darksideofmotivations
@Darksideofmotivations 7 месяцев назад
helll we are waiting dude thakls@@SwedishTwat
@mracipayam
@mracipayam 7 месяцев назад
What about Valorant ?
@MateoSc-16
@MateoSc-16 7 месяцев назад
valroant is no where near as easy to code cheats on
@neduu77
@neduu77 4 месяца назад
Skid
@abdulrhmanalnaser3068
@abdulrhmanalnaser3068 7 месяцев назад
are you just making tutorials for c# ):? we need for c++ please
@neduu77
@neduu77 4 месяца назад
Skid
@tbz7992
@tbz7992 13 дней назад
there are thousands of c++ tutorials, i dont think we need more c++ tutorials for now..
@Zuggest-v8g
@Zuggest-v8g 7 месяцев назад
Degen cheaters
@hikariosu5736
@hikariosu5736 7 месяцев назад
womp womp nga
@YouFatassRS
@YouFatassRS 4 месяца назад
13:09
Далее
Китайка Шрек поймал Зайца😂😆
00:20
Советы на всё лето 4 @postworkllc
00:23
Counter Strike 2 is CRAZY
10:10
Просмотров 807 тыс.
CSGO aimbot head position tutorial 2022 [C#]
17:32
Просмотров 6 тыс.
HOW AIMBOTS WORK
8:36
Просмотров 980 тыс.
Learn Assembly for Game Hacking
15:17
Просмотров 25 тыс.
Silent Aim Hack Under 11 Minutes [ Tutorial ]
13:26
Просмотров 5 тыс.
Кс втроем 2 ( CS 2 )
15:45
Просмотров 691 тыс.
МИНИ-ИГРЫ В STANDOFF 2 #shorts
7:0:46
Просмотров 169 тыс.
На фейсконтроле 💂
9:41
Просмотров 718 тыс.