Counter Strike 2 Simple External FOV Changer in C# .NET! [ Tutorial ]

Поділитися
Вставка
  • Опубліковано 29 тра 2024
  • #swedz #csharp #cs2
    And the Counter Strike 2 videos are back! And now because of the community request, we are using dumped offsets! 🕵️‍♀️
    📺 Video Overview:
    Hello everyone, another day, victory for the OG. Today we will learn how to make a very simple FOV changer for Counter Strike 2! With this beautiful ImGui FOV-changer you can dynamically set the FOV based on your preference. But, since we are external it takes up a bit much CPU power. But it's still a cool project non the less. The FOV changer does bug a bit and it shouldn't be thought of a solution, rather a fun testing project. 😉
    Key features 🔥
    - Getting dumped offsets
    - Coding the FOV changer
    - Testing the FOV changer
    🎉 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:32 Showcase
    4:40 Code begins here
    5:55 ImGui menu
    6:28 Main class
    7:00 Offsets
    7:48 FOV changer loop
    9:15 Setting new FOV
    9:57 Testing results
    [ Links 🖱️]
    Become a member and use exclusive emotes/emojis!:
    / @swedishtwat
    Subscribe to the channel: ua-cam.com/channels/4et.html....
    Discord : / discord
    Dumped offsets, credits to a2x! github.com/a2x/cs2-dumper
    [ Credits ✨]
    you guys ❤️
  • Ігри

КОМЕНТАРІ • 39

  • @codyfox2199
    @codyfox2199 3 місяці тому +1

    So far I've tried 3 of your tutorials. 1 of 3 are working properly but i cant stop watching and learning. Thanks man. This one worked!

  • @biskecode
    @biskecode 4 місяці тому +3

    Combine all the external tricks, glow esp, bone esp and all the features you made in this series in a single project and code in the same Imgui menu in a 2-hour video 😜

  • @Devostated
    @Devostated 4 місяці тому +2

    Love your videos. I'd love to see something like finding out what weapons each entity holds. I'd also love to get the bones of those weapons aswell, but that should be too individual and is my own thing to figure out.

    • @SwedishTwat
      @SwedishTwat  4 місяці тому +2

      weapon bones 😳, sounds interesting! We will probably cover the weapon entities in the future, so make sure to be subscribed 😎

    • @Devostated
      @Devostated 4 місяці тому +1

      @@SwedishTwat Awesome to hear! Yeah my plan is to record animations from demos and port them into 3D softwares. It's called AGR (Advancedfx Game Recording). My "boss" (not actual boss) made that for CSGO, TF2, CSS etc. but he is retiring, so I'm planning to learn quite some to beable to maintain his projects in future.

  • @CyclesRender
    @CyclesRender 4 місяці тому

    Yo thx you so much by make my request

  • @Tub356
    @Tub356 Місяць тому

    why doesn't the script work? I copied every letter you wrote. I launch CS 2, the “fov change” window opens, but the slider doesn’t do anything

  • @Weird_and_Wacky_
    @Weird_and_Wacky_ 3 місяці тому

    I did everything you did with new offsets but i just doesnt change the fov when i try to change it

  • @mohammedasem6603
    @mohammedasem6603 4 місяці тому

    We need a playlist for what is AoB and how to use it and change some value with out get base address like change signature I hope you make some videos like this with c#

  • @hxrrygt
    @hxrrygt 4 місяці тому

    can you please make a video on how to make themes and use them for c# imgui

  • @Kre1zzz
    @Kre1zzz Місяць тому

    can you write on c++?

  • @Darksideofmotivations
    @Darksideofmotivations 4 місяці тому

    sorry for bothering will u show us how to make aim-lock?

  • @agge_udud
    @agge_udud 4 місяці тому

    Please make a tut on hitsound program

  • @DexHapy
    @DexHapy 4 місяці тому

    would love to see another skin changer video

  • @WzrterFX
    @WzrterFX 4 місяці тому

    Waiting how to change viewmodel = )
    Nice video

  • @mesho7otpupg335
    @mesho7otpupg335 4 місяці тому

    hello bro can you help me plz for read Memroy adrres the value change every
    1sec

  • @Dat09real
    @Dat09real 4 місяці тому

    Best 💖💖

  • @Jay-lr6en
    @Jay-lr6en 4 місяці тому

    hey man, i bought your External Aimbot for cs 2 but i have no idea how to change the hotkey and cant find anything that work yet! hope you can help me!

    • @dotnet9830
      @dotnet9830 4 місяці тому +2

      maybe watch his video 😂?

    • @Jay-lr6en
      @Jay-lr6en 4 місяці тому

      @@dotnet9830 ive got a line that says mouse 5 or 4, you can find more on microsofts docs
      // under virtual key codes.. but no microsofts docs with virtual keycode i watch the video more then once XD

    • @SwedishTwat
      @SwedishTwat  4 місяці тому

      You can change the hotkey by changing the HOTKEY constant value to whatever preferred key you might want😉 Here is the virtual key codes, the "value" is what the constant should be given. learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
      For example if you want to use the spacebar (as an example) the "value" is 0x20, and the Constant is "VK_SPACEBAR" . This would mean we change hotkey line to "const int HOTKEY = 0x20;"

  • @babapoo439
    @babapoo439 4 місяці тому

    maybe try a different game it would be interesting. but i still love your videos i put all of the external cheats that you made and put it in a menu

  • @Darksideofmotivations
    @Darksideofmotivations 4 місяці тому

    perfect

  • @user-ii4fb7ie3i
    @user-ii4fb7ie3i 3 місяці тому

    hi I have an error it doesn't launch yet I coded everything correctly

  • @22b0oz
    @22b0oz 4 місяці тому

    the gui is really small can I get help

    • @SwedishTwat
      @SwedishTwat  4 місяці тому

      test dragging the bottom right corner, it should be resizable 🙂

  • @DarkHvH2
    @DarkHvH2 4 місяці тому

    C# GUIDE MEN :d

  • @Twitch_T2x2
    @Twitch_T2x2 3 місяці тому

    theme name?

    • @SwedishTwat
      @SwedishTwat  3 місяці тому +1

      Yonce I think :)

    • @Twitch_T2x2
      @Twitch_T2x2 3 місяці тому

      @@SwedishTwat thanks for answer, looks like yes its yonce but for example in "using (packet)" i dont have pink highlights like urs

  • @Tlunap
    @Tlunap 2 місяці тому

    No working 😢

  • @aypz9290
    @aypz9290 4 місяці тому

    Csgo again xD

  • @mr-jhrox
    @mr-jhrox 4 місяці тому +1

    UwU