If the video example doesn't work for you @2:30 remove the HWND or paste this into your code: overlayHWND = CreateWindowExW(WS_EX_TOPMOST | WS_EX_TRANSPARENT | WS_EX_LAYERED, overlayTitle, overlayTitle, WS_POPUP, 1, 1, width, height, nullptr, nullptr, hInstance, nullptr);
@georgei24804 жыл бұрын
Mate, I don't know how your channel isn't bigger. your videos are fantastic and tons of fun to watch.
@requestfx55854 жыл бұрын
Very nice tutorial! There is actually a way to draw in fullscreen do some research ( I tested it for csgo fullscreen worked fine)
@casualgamer17914 жыл бұрын
Thanks for the correction and code! Can confirm working overlay in fullscreen for cs:go. For anyone reading this and wondering how: use SetWindowPos with HWND_TOPMOST in your main loop
@steamhearteyes4 жыл бұрын
definitely my favorite game hacking related channel, love all your content, keep it up
@casualgamer17914 жыл бұрын
thank you :) will do
@tigas4d49 ай бұрын
Founds this channel way too late, as i already sorta finished a similar project to this(but i used wpf and c#), the only issue that im having is that my game performance is affected by this by a little.. i see an increase of frametimes of around 1-3ms and i was wondering if anyone that has done something like this has gotten this same issue? im kinda struggling to find if i can even do anything to mitigate this issue...
@prout-j1u14 күн бұрын
pls explain how od you go in that yellow screen at 6:04 it been 2 days im searching pls pls
@gabriellane80533 жыл бұрын
LOVE this video, I learned a lot and you saved me so many headaches!
@adamantitehawk6 ай бұрын
I found this video trying to figure out a way to make a program that triggers a transparent overlay so that way I could then make a black hole effect that consumes the whole screen before playing an animation. I'm not sure how yet how effective this video will be for me but it's a step in the right direction.
@TheGorganne3 жыл бұрын
Is using PeekMessage rather than GetMessage a good idea ? like this it can't block the position update, somme issue are resolve and there is no more latence with the position of the window and the position of the overlay
@GrandNecro Жыл бұрын
5:24 which video are you refering to?
@rdv11054 жыл бұрын
Alternatively, it could be possible for you use GDI+ as it won't require any additional setup like adding the libraries to the project if you're on windows. Also, great video!
@casualgamer17914 жыл бұрын
Interesting! Performance is worse tho right? Would not be a big deal when only drawing menus i guess
@ajinkyax3 жыл бұрын
thanks for the video. What is D11 equivalent for IDirect3D9Ex* & IDirect3DDevice9Ex* ?
@casualgamer17913 жыл бұрын
The closest thing would be ID3D11Device* I think. Not an expert tho
@uliveulearnandregret Жыл бұрын
I'm getting 4 warnings on line 78 for Paint(); that targethwnd, height, width, params are not initialized, and the overlay isn't showing anything
@alieeeeennnnnn4 жыл бұрын
Very good video! I definitely learnt a lot of stuff from it.
@jeremysingh1130 Жыл бұрын
Could this be combined with maybe printscreen and image recognition in order to determine elements to feed to be overlayed? Thnx, great channel.
@spinbot09 Жыл бұрын
1 question can i make it so the window doesnt target any window so it targets my whole screen insted of the application?
@DixieAndMixie4 жыл бұрын
Why paint.render() drops ~30fps in my game? Pls help,thx/
@cviiiiiiiiiiii4 жыл бұрын
Remember to use a Sleep()
@DixieAndMixie4 жыл бұрын
@@cviiiiiiiiiiii I am surprised. Thank you. I solved the problem but in a different way
@iurabatca24163 жыл бұрын
Hello it's me again So I was a complete new scrub to C++ and i actually got really hard into it and with your great explaining i got to do some really nice easy programs
@casualgamer17913 жыл бұрын
Glad to hear that :)
@imxtwinky2 жыл бұрын
is it possible to fix the drawing delay somehow? If you move the window, the text moving is delayed quite a bit.
@crapyguy12344 жыл бұрын
Keep up the good work, best game hacking channel I've seen in a while.
@crackthegameCPP Жыл бұрын
awesome but it dont work for full screen for some reason.. any help??
@jwjw4336 Жыл бұрын
lwa_colorkey kills fps for some reason. Any alternative to making a window transparent?
@Sykcin424 жыл бұрын
Im trying to make an ESP-only hack for cod mw/warzone. Would i use an external overlay since an internal one would latch onto the game itself, potentially setting up a red flag to get me banned more easily?
@unbracedbooch39904 жыл бұрын
External is easier to detect
@s_e_t_z32482 жыл бұрын
@@unbracedbooch3990 depends on what you are doing with external.
@shrekonketlol23772 жыл бұрын
@@s_e_t_z3248 well on some games you can literally disable AC with internal. all just depends on driver
@s_e_t_z32482 жыл бұрын
@@shrekonketlol2377 yea, if you are crazy with making drivers then external can be nice for basic features but internal can be harder and more in depth but allows for more. all in the coder.
@shrekonketlol23772 жыл бұрын
@@s_e_t_z3248 personally I hate making drivers and they require a lot of effort
@Nioxs4 жыл бұрын
Please show how to create a simple box esp by just reading memory
@01hope01-z6i2 ай бұрын
yo can you do a imgui external overlay tutorial for like every game?
@itzzgingerr12283 жыл бұрын
is there a way to create a program within the window that could be controlled by a hot key?
@breachbase Жыл бұрын
How would you render imgui on this overlay?
@FusselTeddy07073 жыл бұрын
Hey, I'm a total newcomer to coding. How could I diplay an overlay with a small table in the top right of my screen? It needs 3 columns and 8 rows.
@casualgamer17913 жыл бұрын
did you watch and understand the video?
@friendlybear59243 жыл бұрын
@@casualgamer1791 He didnt
@VirtualMatterTails3 жыл бұрын
have to spend a lot of time learning this Ooof
@casualgamer17913 жыл бұрын
would be boring if it was easy :D
@julianomoraes42072 жыл бұрын
Hii CasualGamer, here it is not working in full screen, only in windowed mode, could you help me?
@casualgamer17912 жыл бұрын
Jup that is a downside of external overlay. Pretty sure I mentioned that in the video
@madladdan2 жыл бұрын
Why won't it work for fullscreen? Is there a way around it?
@InfoGamerz4 жыл бұрын
@CasualGamer Will this work with DX12?
@casualgamer17914 жыл бұрын
You would have to adapt parts
@Brite133 жыл бұрын
@@casualgamer1791 what parts would you need to adapt/change?
@jacksniffer12523 жыл бұрын
at 6:05 How do i access That part?
@prout-j1u14 күн бұрын
do you know now ?
@3ddan1482 жыл бұрын
well, there is about 1/4 second showing you adding a else argument idk what its for or where it goes but it must be important
@ayasemiya24754 жыл бұрын
Hey there , as I know the project from UC it got a bad performance . Did you try to fix it ?
@casualgamer17914 жыл бұрын
I did not implement all the drawing functions (actually i only implemented DrawText). Did not experience performance issues with that one so had no reason to try and optimize it. If you spot issues in my code please let me know!
@angusstraford63952 жыл бұрын
how do i make an overlay that doesnt need the game to be windowed?
@wranglermz2 жыл бұрын
thats impossible but an alternative is to just play in borderless windowed
@Quarkss Жыл бұрын
anyone have a source example of esp with dx12? the d3d9 shit is so irrelevant now and essentially none of it is transferable to dx12.
@zzz43532 жыл бұрын
I need help making an external esp for a browser game respond if u can help
@Kasirgaci4 жыл бұрын
Bro can you give me a menu only had esp option with attaching a key feature please ?
@Makotom4 жыл бұрын
This is the best channel for game hacking❣️
@SoftBreadSoft3 жыл бұрын
Casual gamer Pro grammer
@Little87Dragon Жыл бұрын
Why is the video faster than the voice???
@yourfriend30543 жыл бұрын
you didn't explain or show what a initialization function is
@phuongthaocao32652 жыл бұрын
how to insert image same text?
@jackschneider86311 ай бұрын
doesnt the fact it doesnt work in fullscreen kind of defeat the purpose tho?
@GoldbergToastyBred9 ай бұрын
" Very nice tutorial! There is actually a way to draw in fullscreen do some research ( I tested it for csgo fullscreen worked fine) " " Thanks for the correction and code! Can confirm working overlay in fullscreen for cs:go. For anyone reading this and wondering how: use SetWindowPos with HWND_TOPMOST in your main loop "
@erfdsw4 жыл бұрын
great video and great accent, but will this work for a 64bit game?
@casualgamer17914 жыл бұрын
Sure. The overlay does not care about the game
@luawastaken4 жыл бұрын
Do you have a Discord Server by any chance? Your tutorials are awesome!
@casualgamer17914 жыл бұрын
discord.gg/CRMQq4F and ty :)
@agentamme Жыл бұрын
i dont have that templete if u can give it to me i would really appricate it
@GoldbergToastyBred Жыл бұрын
theres download link for code in the descprition
@coinTraderAn4 жыл бұрын
windows10 not work...d3d9 overlay, right?
@casualgamer17914 жыл бұрын
yes d3d9 but it does work on windows 10
@codenamenomadman60344 жыл бұрын
Can we use packget from WPE PRO to c#
@casualgamer17914 жыл бұрын
that is way outside of my expertise
@Rose-tl4tk4 жыл бұрын
Nice video and explanation
@shine85094 жыл бұрын
Resources Link i can't download
@casualgamer17914 жыл бұрын
That link is not my code. Its just additional stuff. If you want to download it anyway you have to create a UC Account first
@shine85094 жыл бұрын
@@casualgamer1791 Thank but #include file not found xd
@FinlinCheats4 жыл бұрын
Hey I play undertale a lot and enjoy your tutorials...could you teach us in a vid how to code hacks...maybe gui's for undertale?
@wasaychishti56233 жыл бұрын
Is their any way to use it on Androi?
@user-kv4wg7im4t3 жыл бұрын
Does it work for full screen games?
@casualgamer17913 жыл бұрын
Depends. Google HWND_TOPMOST
@giacomoarienti4 жыл бұрын
I was waiting for it
@henrikvarga17892 жыл бұрын
what about dx11 games? :D
@ytzzn2 жыл бұрын
It works on dx11 :)
@PolrFlar32 жыл бұрын
@@ytzzn does it work for dx12?
@ytzzn2 жыл бұрын
@@PolrFlar3 Haven't tested yet
@Neotokio19792 жыл бұрын
Great job 👏
@hundowayve4 жыл бұрын
Hey whenever you get around to it can u please make a part 2 for esp and or a menu
@prestongarvey22854 жыл бұрын
WHat does it mean exited iwth code 0
@casualgamer17914 жыл бұрын
Exited with code 0 usualy means there was no error
@prestongarvey22854 жыл бұрын
@@casualgamer1791 any idea on why I the overlay didn’t work then?
@casualgamer17914 жыл бұрын
@@prestongarvey2285 with the information provided the possibilities are pretty much infinite. I recommend you join the discord and post your issue in request help including all the information you can provide
@prestongarvey22854 жыл бұрын
@@casualgamer1791 what’s the link?
@casualgamer17914 жыл бұрын
discord.gg/CRMQq4F
@dissdissor2434 жыл бұрын
If you know IDA and how to find offsets in their please make a video about it
@casualgamer17914 жыл бұрын
will do, probably not soon tho
@x-x13293 жыл бұрын
Does it work in dx12?
@casualgamer17913 жыл бұрын
it does not matter if the game is dx12, it that is your question
@bug19492 жыл бұрын
para un principiante se vuelve confuso en la parte de crear una clase, se acabo para mi en ese momento no te tentendi, la traduccion no es buena :( muy rapido todo
@Nioxs4 жыл бұрын
Btw the code you linked doesn't work...
@casualgamer17914 жыл бұрын
How so? Which error do you get?
@Nioxs4 жыл бұрын
@@casualgamer1791 Its instantly terminates
@joelmaminski3 жыл бұрын
@@Nioxs That's because your target window is not opened or the name is not correct
@armaalertnews7811 Жыл бұрын
@@joelmaminski how do I set the target window?
@anonymousk58994 жыл бұрын
Can you make Overlay Window
@casualgamer17914 жыл бұрын
That's what I do in this video no?
@ZorinAndreyEvg4 жыл бұрын
Can you make Overlay Window with video, or ather game?
@ZorinAndreyEvg4 жыл бұрын
How createwindow c++ ***.mp4 overlay game
@cviiiiiiiiiiii4 жыл бұрын
WHITE VISUAL STUDIO THEME.
@airidasrom5833 жыл бұрын
fking rewrote it about 3-4 times , watched video in slow mo and it still doesnt work.. wtf is this shit ? it fking draws me nothing , i commented a lot of times no one responds.. ofc deleted comments cause no one responded...
@casualgamer17913 жыл бұрын
First thing to do is figure out what exactly does not work. Debug the code: for instance breakpoint and step through each function or coment out most parts untill you have a bare bones working project then start adding things back in and check if they perform as they should Edit: you can also join the discord to get help :)
@airidasrom5833 жыл бұрын
@@casualgamer1791 sorry for that before comment , i got mad... the problem is the text isnt appearing , im changing background numbers in that place where it says // set black background , and then appears black background , but if i leave it at 0 . nothing is appearing there are no errors nothing , as i sayd i watched you video even in slow-mo i rewrote everything .. and nothing is working
@hacubemehh26383 жыл бұрын
is there a way to make this work with minecraft to find ores?
@friendlybear59243 жыл бұрын
Just download an xray texture pack or download a hacked client
@hacubemehh26383 жыл бұрын
@@friendlybear5924 i want an overlay not a hacked client or shitty texture pack
@Mapkiin4 жыл бұрын
So I followed the whole tutorial and wrote the exact same code as you in the video... My end result was that the overlay text would not show up at all. I then copied the code from the description and now the overlay text is displayed but the background is not transparent. So I just get a great big black rectangle with the overlay text over the top.
@Mapkiin4 жыл бұрын
If you could just address the black background / not transparent then that'd be great
@iem46442 жыл бұрын
What app is he using
@Gneey2Smooth Жыл бұрын
holy shit could you speed the video up any more please
@byparix4194 жыл бұрын
great video
@anonymousk58994 жыл бұрын
I want you to create a menu esp with IMGUI
@GoldbergToastyBred Жыл бұрын
dude wtf why is it so fast :sob:
@Yes.Im.Mr.Anderson3 жыл бұрын
Eyes burn!
@faisalhere94674 жыл бұрын
Keep it up!
@3ddan1482 жыл бұрын
like this editing style is insanely jumpy and makes it very hard to follow what your doing, expecially when your jumping all over editing/repurposing existing code. think you could atleast show the line numbers? like im 45 mins into the first 5 mins trying to follow your jump cuts, going frame by frame in some cases...
@CarrotGamingYT11 ай бұрын
Same issue 😢
@hacubemehh26384 жыл бұрын
If I streamed on discord and used the game window would it show the esp
@casualgamer17914 жыл бұрын
Hmm probably not
@shinimizu14784 жыл бұрын
keep it up
@hundowayve4 жыл бұрын
ayyyye
@casualgamer17914 жыл бұрын
hey :) took a while but here it is ^^
@animekizi48973 жыл бұрын
please minecraft version
@ดูบอลสดๆ-ญ8ฅ4 жыл бұрын
Do you hire warz overlay cheating?
@casualgamer17914 жыл бұрын
I do not understand the question
@tokka23644 жыл бұрын
topmost flag detected in some EAC/BE games
@harliepole48623 жыл бұрын
This Bro?
@casualgamer17913 жыл бұрын
Yes ^^ Do you want to creat internal or external hack? What does the game use for rendering? (dx9/dx11/opengl?)
@felixgarcia79053 жыл бұрын
Man kann nur fast nicht merken, dass du deutsch bist XD
@BluescreenDev3 жыл бұрын
Hört man echt raus xd
@pvpworld2 жыл бұрын
There's no method to do this for a full screen game?