CasualGamer
CasualGamer
  • 35
  • 952 847
Game Hack Menu
Create Game Hack Menu using ImGui
- Music: The Morning Comes by Alchemorph
- Code: github.com/CasualCoder91/ImGui-DX11
- Community Discord: discord.gg/SXEhWXV6dv
Resources:
- DX11 Knooowledge: www.directxtutorial.com/Lesson.aspx?lessonid=11-4-3
- UC Thread for menu designs: www.unknowncheats.me/forum/counterstrike-global-offensive/183111-menu-showcase-thread.html
- ImGui Renderer (draw shapes): www.unknowncheats.me/forum/d3d-tutorials-and-source/198625-rendering-imgui.html
มุมมอง: 14 563

วีดีโอ

I AM DONE
มุมมอง 7K2 ปีที่แล้ว
Presentation of my Master Thesis - Music: The Morning Comes by Alchemorph - Community Discord: discord.gg/SXEhWXV6dv
How To Fly Hack like a Pro.
มุมมอง 5K2 ปีที่แล้ว
How To Fly Hack like a Pro. The focus of the video is how to get the right vectors. How to read and write memory is a prerequisite! - Support the channel: www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE&source=url - Music: Kaleidoscope by Alchemorph - Code: github.com/CasualCoder91/Crysis2Helper - Community Discord: discord.gg/SXEhWXV6dv Resources: - UC Thread on flyi...
FLY HACK Sneak Preview ^^
มุมมอง 2.2K2 ปีที่แล้ว
¯\_(ツ)_/¯ Tutorial coming soon
How To Hook DirectX 11
มุมมอง 20K2 ปีที่แล้ว
We learn how to hook DirectX 11 by using the "Dummy Device Method". - Music: Alchemorph - Memories - Community Discord: discord.gg/SXEhWXV6dv Resources: - Code: github.com/CasualCoder91/DX11Hook - direct3d 11 Tut: www.braynzarsoft.net/viewtutorial/q16390-3-initializing-direct3d-11 - DXGI_FORMAT_R8G8B8A8_UNORM: stackoverflow.com/questions/41528409/supported-texture-formats-in-direct3d9 - CreateD...
When in doubt, zoom out
มุมมอง 1.6K3 ปีที่แล้ว
Unusual video for me I know. I really hope it does help some of You :3 This rule developed for me over a long time. It may sound like very obvious advice but at least I find myself not following it way to often and regretting it. - Music: Alchemorph - Deep Water - Community Discord: discord.gg/SXEhWXV6dv Resources: - Stock videos: pixabay.com/
How to hook functions (MinHook, x86 and x64)
มุมมอง 46K3 ปีที่แล้ว
We learn how to use the MinHook library to hook/detour functions in x86 and x64 - Music: Alchemorph - Memories - Code: github.com/CasualCoder91/MinHook-Tutorial - Community Discord: discord.gg/SXEhWXV6dv Resources: - MinHook: github.com/TsudaKageyu/minhook - Help from Fyrahh and tomsa ;)
PatternScan FASTER! (Boyer-Moore-Horspool algorithm)
มุมมอง 5K3 ปีที่แล้ว
A fast pattern scanner using the Boyer-Moore-Horspool algorithm. - Music: Alchemorph - The Morning Comes - Code: github.com/CasualCoder91/PatternScannerBMH - Community Discord: discord.gg/SXEhWXV6dv Resources: - Algo: github.com/learn-more/findpattern-bench/blob/master/patterns/mrexodia_horspool.h - String to Bytes: github.com/apeape/trainer/blob/master/trainer/SigScan.cs (Function: SigToByte) ...
Hooking DirectInput C++
มุมมอง 11K3 ปีที่แล้ว
We are Hooking DirectInput with C . With this we can block data, redirect it to a menu such as ImGui or even simulate input. - Support the channel: www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE&source=url - Music: Kaleidoscope by Alchemorph - Code: github.com/CasualCoder91/DirectInputYT - Community Discord: discord.gg/SXEhWXV6dv Resources: - GH Tutorial on Simulatin...
This is NOT how to hack PUBG
มุมมอง 4.8K4 ปีที่แล้ว
A end of the year video. Thank you so much for sticking around, the feedback and good times on discord :) Music: Uknwun - Distance - Community Discord: discord.gg/SXEhWXV6dv
Game Hacking Library [C++]
มุมมอง 10K4 ปีที่แล้ว
A Game Hacking Library for both internal and external hacks. This project is still ongoing. Feedback is always welcome. Download here: github.com/CasualCoder91/CasualLibrary/releases Documentation: github.com/CasualCoder91/CasualLibrary Contributors: Alien: github.com/AlienTheBetrayer tomsa: th-cam.com/channels/ZeJCOjlC7PiDhGhxM-8vmQ.html C3x0r (pronounced Caesar): www.c3x0r.com/ Support the ch...
Capture Window with OpenCV in C++
มุมมอง 19K4 ปีที่แล้ว
Capturing a window with OpenCV allows us to get the data we need in real time. This time I went a bit more into the theory, how you like this change. Support the channel: - www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE Music: - Alchemorph - The Morning Comes Links: - Code: github.com/CasualCoder91/ZumaOpenCVBot - Community Discord: discord.gg/SXEhWXV6dv Resources: -...
Object Detection using HSV Color Space [C++/OpenCV]
มุมมอง 19K4 ปีที่แล้ว
We detect objects positions and their colors using OpenCV. Support the channel: - www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE Music: - Alchemorph - The Morning Comes Links: - Gimp2OpenCV: gist.github.com/akashjobanputra/fd90aa23ca22b703bad6886f3e9a7d24 - Code: pastebin.com/yFYMTFpt - Community Discord: discord.gg/SXEhWXV6dv
C++ OpenCV Setup for Visual Studio 2019
มุมมอง 30K4 ปีที่แล้ว
C OpenCV including external modules have to be built from source but if you only need the core modules the setup is easy. Next time we will use OpenCV to do some pattern matching and more. Support the channel: - www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE Music: - Alchemorph - Staying Home Links: - Prebuilt OpenCV: github.com/opencv/opencv/releases - Cmake: cmake....
[Showcase] Hypnotic Color Bot In Action ... Yes I finally did it ^^
มุมมอง 3.2K4 ปีที่แล้ว
I can not stop watching ^^ Tutorial coming soon! Support the channel: - www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJTLJVZSJT6VE Music: th-cam.com/video/Ya3XufguZMY/w-d-xo.html - Community Discord: discord.gg/SXEhWXV6dv
How To Make An ESP Hack - Part 3: Drawing Rectangles
มุมมอง 34K4 ปีที่แล้ว
How To Make An ESP Hack - Part 3: Drawing Rectangles
How To Make An ESP Hack - Part 2: World To Screen
มุมมอง 39K4 ปีที่แล้ว
How To Make An ESP Hack - Part 2: World To Screen
How To Make An ESP Hack - Part 1: Entity List
มุมมอง 213K4 ปีที่แล้ว
How To Make An ESP Hack - Part 1: Entity List
External Overlay in C++ | Works For ANY Game
มุมมอง 59K4 ปีที่แล้ว
External Overlay in C | Works For ANY Game
Simulate Keyboard In Games | C++ Game Hacking
มุมมอง 19K4 ปีที่แล้ว
Simulate Keyboard In Games | C Game Hacking
500 Subscribers! | Discord Server Announcement
มุมมอง 5634 ปีที่แล้ว
500 Subscribers! | Discord Server Announcement
Hooking DirectX9
มุมมอง 37K4 ปีที่แล้ว
Hooking DirectX9
Pixel Bot in C++ Tutorial | T - Rex Game (2/2)
มุมมอง 6K4 ปีที่แล้ว
Pixel Bot in C Tutorial | T - Rex Game (2/2)
Pixel Bot in C++ Tutorial | T - Rex Game (1/2)
มุมมอง 25K4 ปีที่แล้ว
Pixel Bot in C Tutorial | T - Rex Game (1/2)
How To Make A DLL Injector C++
มุมมอง 29K5 ปีที่แล้ว
How To Make A DLL Injector C
Console Progress Bar C++ | Game Hacking UI Project
มุมมอง 17K5 ปีที่แล้ว
Console Progress Bar C | Game Hacking UI Project
Hacking Terraria in C++ | (3/3) | Player Base Pointer, Ghost Mode & Teleport Hack
มุมมอง 10K5 ปีที่แล้ว
Hacking Terraria in C | (3/3) | Player Base Pointer, Ghost Mode & Teleport Hack
Hacking Terraria in C++ | (2/3) | Internal Signature Scanning
มุมมอง 13K5 ปีที่แล้ว
Hacking Terraria in C | (2/3) | Internal Signature Scanning
Hacking Terraria in C++ | (1/3) | Self unloading DLL
มุมมอง 18K5 ปีที่แล้ว
Hacking Terraria in C | (1/3) | Self unloading DLL
Pattern Scanning in C++ | Game Hacking Tutorial
มุมมอง 38K5 ปีที่แล้ว
Pattern Scanning in C | Game Hacking Tutorial

ความคิดเห็น

  • @princetn
    @princetn 17 ชั่วโมงที่ผ่านมา

    Very nice tuts. How do you do this for call of duty? it has ricochet anticheat. Does injection work on mw2?

  • @petealwayslovesu
    @petealwayslovesu 9 วันที่ผ่านมา

    how to use the left right up and down keys?

  • @ah-lx9xi
    @ah-lx9xi 10 วันที่ผ่านมา

    Interesting but can you detect an object much as someone's face in live video and issue a message indicating location of detected face? Example message " location of this face is to the right" or "straight ahead", ... Thanks in advance.

  • @petealwayslovesu
    @petealwayslovesu 10 วันที่ผ่านมา

    dwModuleBaseAddress = (DWORD)ModuleEntry32.modBaseAddr; cast from 'BYTE*' {aka 'unsigned char*'} to 'DWORD' {aka 'long unsigned int'} loses precision [-fpermissive]

  • @prout-j1u
    @prout-j1u 19 วันที่ผ่านมา

    pls explain how od you go in that yellow screen at 6:04 it been 2 days im searching pls pls

  • @StefanoMerinoDeRui
    @StefanoMerinoDeRui หลายเดือนก่อน

    why visual studio? WHY. i was coding in vscode and now i have to code in visual studio? why do they make it like this. If someone knows how to do it in vscode would be apreciated. I was able to compile the .lib files, but because they need another libraries that vs include idk how to import them in vscode.

  • @jackadam01
    @jackadam01 หลายเดือนก่อน

    I hope you are alright

  • @blul1ghtz
    @blul1ghtz หลายเดือนก่อน

    code doesn't work no more

  • @amanali6064
    @amanali6064 หลายเดือนก่อน

    still live?

  • @blul1ghtz
    @blul1ghtz หลายเดือนก่อน

    in the for loop why is it required to add the last offset value AFTER doing all but the last array offset in a for loop?

  • @equiaux
    @equiaux 2 หลายเดือนก่อน

    As A CS graduate, i understood it

  • @Ko0_Official
    @Ko0_Official 2 หลายเดือนก่อน

    I have a somewhat dumb question. I did setup it up correctly and it does work perfectly fine, but the ImGui menu or whichever thing that I want to draw is only showing when I enable a console. AllocConsole( ); and then ::ShowWindow. Now, when I decided to stop using a console, the menu doesn't pop-up anymore although everything is completely working. There is no problem with the injection, and the flow of the code.

  • @user-uh8kd9kj7r
    @user-uh8kd9kj7r 2 หลายเดือนก่อน

    hard to find cheats for old games. make me a esp for cod4 i'd pay

  • @executioner3226
    @executioner3226 2 หลายเดือนก่อน

    But games now not accepted cheat engine to be working while the game is running. So how to find the HEX ?

  • @Blazyned
    @Blazyned 2 หลายเดือนก่อน

    aw

  • @hodayfa000h
    @hodayfa000h 2 หลายเดือนก่อน

    *sigh* time to learn direct3d... i already know opengl so that is a plus

  • @hodayfa000h
    @hodayfa000h 2 หลายเดือนก่อน

    It is cool and all but now i am scared, how will i learn these different drawing methods that change for everygame?

  • @hodayfa000h
    @hodayfa000h 2 หลายเดือนก่อน

    isn't camera yaw arccos(z/r)? from the spherical coordinates, so why arcsin(z)? i mean technically works i guess if for 2d... i honestly have 0 idea also wth are curved projection sufaces? why isn't prespective divide neccesary? is it for all games?

  • @skyflizz-production
    @skyflizz-production 2 หลายเดือนก่อน

    Super tutoriel, merci

  • @logarithmmm
    @logarithmmm 2 หลายเดือนก่อน

    HRESULT result = pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, d3dparams.hDeviceWindow, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dparams, &pDevice); this part is what fails for me, the dll is able to be injected and all but nothing is shown

  • @hodayfa000h
    @hodayfa000h 2 หลายเดือนก่อน

    those were some sick beats at the start

  • @01hope01-z6i
    @01hope01-z6i 3 หลายเดือนก่อน

    yo can you do a imgui external overlay tutorial for like every game?

  • @creazsiagaming
    @creazsiagaming 3 หลายเดือนก่อน

    is there a possible way to create a dll plug in for game with that code ?

  • @gwihsanz431
    @gwihsanz431 3 หลายเดือนก่อน

    wtf am i watch

  • @eyeteyteras1717
    @eyeteyteras1717 3 หลายเดือนก่อน

    can you use this on PUBG pc

  • @tomifilep1
    @tomifilep1 3 หลายเดือนก่อน

    Or we can check with a process hacker app inside a targeted app threads

  • @opt1mummm619
    @opt1mummm619 4 หลายเดือนก่อน

    peak content! Keep it up, pal!

  • @LucasVinicius-j5q
    @LucasVinicius-j5q 4 หลายเดือนก่อน

    This is external?

  • @downhillfan8331
    @downhillfan8331 5 หลายเดือนก่อน

    Ihr armseeligen Cheater!!! 😡👊🤮

  • @NoelynPermites
    @NoelynPermites 5 หลายเดือนก่อน

    can work on knives out pc ?

  • @julianomoraes4207
    @julianomoraes4207 5 หลายเดือนก่อน

    Help me, follow the entire process and step by step, but I can't lock the keyboard, only the mouse. help me please.

  • @ImPablo90210
    @ImPablo90210 5 หลายเดือนก่อน

    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.

  • @blandon93
    @blandon93 5 หลายเดือนก่อน

    Bro in Godot it registers input, but still does nothing. If I bind KP_1 to press KP_7, in the game it does not react unless you press KP_7 on the keyboard.

  • @devvvysantos6661
    @devvvysantos6661 5 หลายเดือนก่อน

    So what makes a personal really expensive cheat so much better than a mass produced one?

    • @durrrrburger
      @durrrrburger 4 หลายเดือนก่อน

      harder for anticheat to detect because its not everywhere and usually made better

  • @dkkogmaw1311
    @dkkogmaw1311 5 หลายเดือนก่อน

    cant we create a typedef function pointer type and cast the pointer we got from the sigscan to the typedef and call it ?

    • @BZ-nb2rh
      @BZ-nb2rh 13 วันที่ผ่านมา

      yes im also interested if this is possible because all of this is soo complicated and doesnt apply to every game

  • @ibty3041
    @ibty3041 5 หลายเดือนก่อน

    error: cast from 'BYTE*' {aka 'unsigned char*'} to 'DWORD' {aka 'long unsigned int'} loses precision [-fpermissive] 19 | dwModuleBaseAddress = (DWORD)ModuleEntry32.modBaseAddr;

    • @ibty3041
      @ibty3041 5 หลายเดือนก่อน

      help pls

  • @WanBloodStrike
    @WanBloodStrike 5 หลายเดือนก่อน

    😵 ‍💫😵 ‍💫😵 ‍💫 I'm just a beginner so I'm confused when I see it

  • @begbarros
    @begbarros 6 หลายเดือนก่อน

    Nice tut…what’s the difference of hooking dinput methods and just calling GetAsyncKeyState in the main loop?

  • @Neoxa7
    @Neoxa7 6 หลายเดือนก่อน

    I have made my own library for game hacking If anyone wants consider replying

  • @Watermelon_cat815
    @Watermelon_cat815 6 หลายเดือนก่อน

    can you make this for fnf

  • @kintarooe1714
    @kintarooe1714 6 หลายเดือนก่อน

    may i request like 5 minutes of your time to help me out. answer here and let's see ^^. thansk in any case.

  • @jamesking2439
    @jamesking2439 6 หลายเดือนก่อน

    Your videos have had such a huge influence on me as a programmer. They're the reason I learned C++ and got into hacking/modding.

  • @adamantitehawk
    @adamantitehawk 6 หลายเดือนก่อน

    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.

  • @kidyoru-clipz7703
    @kidyoru-clipz7703 7 หลายเดือนก่อน

    how would player base findin work in an online game?!?!

  • @canalred3609
    @canalred3609 7 หลายเดือนก่อน

    how to call gamefuction with external Cheat?

  • @PubgGamer-sz1in
    @PubgGamer-sz1in 7 หลายเดือนก่อน

    Unfortunately the code is giving me an erro "unresolved symblo external_Direct3DCreat9@4 and D3DXCreateFontA@48. I don't know why and I did everything correctly.Can someone help me here. Am actually a begginer but that much. Actually this video is the only video that explains everything very well for beginners. Anyways thumbs up my friend

    • @logarithmmm
      @logarithmmm 2 หลายเดือนก่อน

      you might be compiling under x64 instead of x86, I had this error and it went away so lmk if it helps. I did manage to get everything to compile but sadly it's not displaying anything with the game I'm running

  • @JyotismanHazarika-
    @JyotismanHazarika- 7 หลายเดือนก่อน

    Sir can you provide me paid hack of free fire । I will be pay you money

  • @Hira_fra
    @Hira_fra 7 หลายเดือนก่อน

    so hard..

  • @WhyNotSwanzizz
    @WhyNotSwanzizz 7 หลายเดือนก่อน

    Nah I dont undertstand what are you saying 1 word

  • @arthur-rz6rd
    @arthur-rz6rd 8 หลายเดือนก่อน

    where is the video for creating a overlay