How To Make An ESP Hack - Part 2: World To Screen

  Рет қаралды 38,118

CasualGamer

4 жыл бұрын

We learn how to make an ESP hack in C++.
In this part we learn how to convert the entity coordinates (3D) into screen coordinates (2D) using a world to screen function.
Support the channel:
- www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE&source=url
Additional Info:
- Music: The Morning Comes by Alchemorph
- Community Discord: discord.gg/SXEhWXV6dv
- More math: guidedhacking.com/threads/world2screen-direct3d-and-opengl-worldtoscreen-functions.8044/
Similar series I recommend watching:
- kzbin.info/www/bejne/n2mmn2qcrsmBi6M

Пікірлер: 47
@luki6893
@luki6893 3 жыл бұрын
Been watching this video for weeks understanding those math and finally got my first ESP ty😘
@casualgamer1791
@casualgamer1791 3 жыл бұрын
Great job!
@Vazzible_gaming
@Vazzible_gaming Жыл бұрын
From what I found is In the case of the "Halo" game series, the inclusion of a curved projection surface can be attributed to the in-universe lore and technology known as the "Warthog" vehicle's windshield. The Warthog is a versatile ground vehicle used by the human forces in the Halo games, and it features a curved windshield that provides a panoramic view for the occupants. This curved windshield design is a key visual element of the vehicle and has become iconic within the Halo franchise.
@hodayfa000h
@hodayfa000h 4 күн бұрын
honestly i don't see how this is difficult at all, seems super easy to me, you just gotta understand the math
@Xenial.-
@Xenial.- 4 жыл бұрын
Nj been here since 300 subs your doing well and great tutorials/walk through's
@ImPablo90210
@ImPablo90210 2 ай бұрын
Re-watching this video for the sixth time because my English and math knowledge is limited 💀 Anyway, thank you for your good explanation, patience, and dedication.
@alieeeeennnnnn
@alieeeeennnnnn 4 жыл бұрын
Some high intelligence math going on here... Great!
@casualgamer1791
@casualgamer1791 4 жыл бұрын
too much math. next time back to coding
@Leansippa
@Leansippa 4 жыл бұрын
@@casualgamer1791 my brain is fucking fried
@itf_ph3r0x41
@itf_ph3r0x41 2 жыл бұрын
This math is actually pretty basic. But I would still suggest learning about matrices and affine coordinate transformations, maybe even a little bit about the quaternion rotation representation. Believe me it isn't that complicated and when you learn it you will truly understand how 3d programs work...
@casualgamer1791
@casualgamer1791 2 жыл бұрын
While this is factual, may I suggest to refrain from using "actually pretty basic" or similar. It does not help anyone, least of all you. No offense :)
@あまね-y6t
@あまね-y6t 4 жыл бұрын
2:48 Oh I was sooo confused and wondering which angle we're looking at the figure from! But I finally found that "now Z instead of Y" text upper left corner. Everyone watch out! lol
@code8563
@code8563 4 жыл бұрын
Ahh i have already gone through all of these shit when i was studying virtual reality during my engineering course
@casualgamer1791
@casualgamer1791 4 жыл бұрын
did i make any mistakes? What I still don`t understand 100% is why i can just use the relative angle as the screen coordinate ... should it not be tan(relyaw)/tan(fov) instead of relyaw/fow...
@code8563
@code8563 4 жыл бұрын
yup it should be tan of the angles otherwise relyaw will not be capped from -1 to 1
@PumpiPie
@PumpiPie 4 жыл бұрын
Nice tut :D
@poiau7412
@poiau7412 2 жыл бұрын
this shit was like rocket science to me 2 years ago
@dutiot2326
@dutiot2326 3 жыл бұрын
My brain it burns.
@kidscast5842
@kidscast5842 3 жыл бұрын
How does one figure out this information, such as the math and the game graphic api in relation to that?
@casualgamer1791
@casualgamer1791 3 жыл бұрын
Lots of research (stackoverflow, unknown cheats, guided hacking, ...) and lots of trial and error both on paper and in code. Videos may give the impression that I just know all this stuff but behind most videos is a lot of research
@kidscast5842
@kidscast5842 3 жыл бұрын
CasualGamer cheers m8, I always wondered how the experts just seem to figure these things out lol.
@Monkeydjum
@Monkeydjum 2 жыл бұрын
Bro can you make tutorial esp for game pointblank zepetto? I have hook endscene undetected from anticheat CB(cheatbloker), but i dont have esp 😭
@mabelstevens1398
@mabelstevens1398 3 жыл бұрын
CN we make this in android games?
@الحمدلله-ط4ح3ل
@الحمدلله-ط4ح3ل 4 жыл бұрын
hi bro my english is bad but i try hard to understand you becuse i like programing and my dream is learning progamming i dont know you but i like you keep going im hungry to learn more sir
@casualgamer1791
@casualgamer1791 4 жыл бұрын
Thank you for the kind words :)
@obitouchiha6896
@obitouchiha6896 3 жыл бұрын
I have some question about [-2Π,2Π]. atan's range is [-2/Π,2/Π] ,then the relyaw's range should be [-Π,Π] ,why it's [-2Π,2Π]
@casualgamer1791
@casualgamer1791 3 жыл бұрын
atan2 != atan. atan2 has a range of [-Π,Π]. See: www.cplusplus.com/reference/cmath/atan2/
@Rose-tl4tk
@Rose-tl4tk 4 жыл бұрын
Great explanation
@casualgamer1791
@casualgamer1791 4 жыл бұрын
Thanks very glad to hear that :) it was particularly hard this time to try and find the right way to present the information
@saudgl
@saudgl 2 жыл бұрын
I watched the whole video I understood zero 😂.
@TukeShark
@TukeShark 4 жыл бұрын
This is high tech
@casualgamer1791
@casualgamer1791 4 жыл бұрын
that was quick ^^
@gmodzyt6989
@gmodzyt6989 4 жыл бұрын
nice
@P0K0
@P0K0 4 жыл бұрын
😲😲😲😲math 😵😵😵
@GamingPrinceYT_
@GamingPrinceYT_ 2 жыл бұрын
😂😂😂🤭
@P0K0
@P0K0 2 жыл бұрын
@@GamingPrinceYT_ well, as you can see it's a old comment , now I'm good at math
@rimenahi
@rimenahi Жыл бұрын
bro grinded 🤭🤫💀💀
@jamesjaveluna
@jamesjaveluna 4 жыл бұрын
Is there English in here? I only see chinese
@xyzehvh7817
@xyzehvh7817 4 жыл бұрын
Hey, nice vid! Also it would be cool to make an hwid spoofer to bypass hardware bans in several games like rust, apex legends and anticheats like Faceit
@gow9476
@gow9476 2 жыл бұрын
Gonna watch some organic chemistry tutor cause I skipped math.
@antoniocs8873
@antoniocs8873 4 жыл бұрын
It's a Y not a J in Yaw,
@casualgamer1791
@casualgamer1791 4 жыл бұрын
Oh crap. Did i write it wrong somewhere? Thanks for the correction
@antoniocs8873
@antoniocs8873 4 жыл бұрын
@@casualgamer1791 No no, it was just the way you pronounced it. Google: define yaw, and you'll be able to hear how it sounds.
@casualgamer1791
@casualgamer1791 4 жыл бұрын
@@antoniocs8873 oh ^^ thanks!
@justforfun7590
@justforfun7590 2 жыл бұрын
Dafa ho
@kxhu
@kxhu 6 ай бұрын
there will be alot of meth
@gwihsanz431
@gwihsanz431 Ай бұрын
wtf am i watch
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56
ТИПИЧНОЕ ПОВЕДЕНИЕ МАМЫ
00:21
SIDELNIKOVVV
Рет қаралды 1,6 МЛН
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 116 МЛН