HOW TO MAKE THE PERFECT CHEAT UI IN C# - EP2

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 27

  • @Ninkjeboi
    @Ninkjeboi  2 роки тому +5

    2x speed doesn't look that bad lul

  • @シークレットエージェント-e3z

    The rust music in combination with your voice is so soothing. Love your series because they are always so relaxing to watch and helpful for aspiring coders

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому

      Thank you so much, very kind of you! ❤️

  • @pexel8004
    @pexel8004 2 роки тому +1

    pnldescripiton is not in a context says it and it doesnt work can you help me?

  • @EclipseExternal
    @EclipseExternal 2 роки тому

    lessgo

  • @luvecho7108
    @luvecho7108 2 роки тому

    so at 14:07 i am stuck, it keep saying "Error CS0246 The type or namespace name 'GUI' could not be found""

  • @latexavier2462
    @latexavier2462 2 роки тому

    Hey, i keep getting “An object reference is required for the non-static field, method, or property ‘Control.Controls’ and ‘Control.Tag’ any way to fix?

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому

      Could you send a screenshot to me via discord?

  • @Loxzy69
    @Loxzy69 2 роки тому

    what happend to C++ hacking?

  • @istoyoutube
    @istoyoutube 2 роки тому

    waitin fot ep3....

  • @PYRO-REX
    @PYRO-REX 2 роки тому

    i get a Error 12:32 I normally enter the name Loader.Controls.Add(childForm); but its say Severity Code Description Project File Line Suppression state
    Error CS0120 The non-static field, method, or property 'Control.Controls' requires an object reference. Loaderexe 25 Active

  • @Gneey2Smooth
    @Gneey2Smooth 2 роки тому

    please make a subscription limit

  • @Jackischristian
    @Jackischristian 6 місяців тому

    it says childform isnt a type

  • @legexmodzz5743
    @legexmodzz5743 2 роки тому

    24:59

  • @Jayden0161
    @Jayden0161 9 місяців тому

    Wat ben jij slim zeg😮 ngl

  • @audi8008
    @audi8008 2 роки тому

    23:07

  • @z_tock
    @z_tock 2 роки тому

    do you remember me in vortex

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому

      I see hundreds of people in my dm everyday, unfortunately I’m not sure which vortex you are as I had several people contact me with that name 😅

    • @z_tock
      @z_tock 2 роки тому

      oh ok

    • @z_tock
      @z_tock 2 роки тому

      @@Ninkjeboi I was here since like 1k subs

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому

      @@z_tock ❤️❤️

  • @altinzi4561
    @altinzi4561 2 роки тому

    1question does this aimbot work for osu?

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому +1

      It’s pretty obviously that an aimbot made for csgo won’t work in osu…

  • @YumaBkz99
    @YumaBkz99 2 роки тому

    give me, sc just imgui :}

  • @ov3rd0se
    @ov3rd0se 2 роки тому

    I made my CSGO button if I press it, it will directly take me to the menu
    Here is the code:
    private void btnCSGO_Click(object sender, EventArgs e)
    {
    GUI.Games.CSGO CSGOGUI = new GUI.Games.CSGO();
    CSGOGUI.Show();
    this.Hide();
    }
    I skipped the part with the startGame function.

    • @Ninkjeboi
      @Ninkjeboi  2 роки тому +2

      You could also do that. I made that function, because I wanted 1 button to open a menu according to the selected game.