How to make an Internal Assault Cube Aimbot/ESP | ImGui Settings Menu

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 9

  • @MrRipperoni
    @MrRipperoni  15 часов назад

    There is a bug in the code for the loadColor function that I didn't notice until the next video. It should be
    const rapidjson::Value& colorTree = parentTree[name.c_str()]; //so we actually get the child tree of the colors
    if (colorTree.HasMember("r") && colorTree["r"].IsFloat()) color->Value.x = colorTree["r"].GetFloat(); //and for the rest as well
    On another note, this code works on the current directory of the game, but depending on your game installation, you might need extra permissions to write or save in that directory. Because of this, some of you may run into issues. To fix this, you can either change the directory it writes to, like a shared folder such as appdata or localappdata, or simply run the game as admin.
    Hope this helps anyone running into issues!

  • @EdwardSnovvden
    @EdwardSnovvden 2 месяца назад +1

    do the next lesson work with memory - no recoil, jump, speed, ammo, health
    🙏🙏

  • @jorezzy94_
    @jorezzy94_ 2 месяца назад

    how did get your vs color theme by a chance if you dont mind sharing? And def got a new subscriber on the same path as to learn to reverse, code and hack as well... Keep up the good work

    • @jorezzy94_
      @jorezzy94_ 2 месяца назад

      Also i see in the video you use GH injector, been contemplating on subbing to them, is it worth paying the fee to learn everything from that site?

    • @MrRipperoni
      @MrRipperoni  Месяц назад

      Sorry for the delay, but here's the VS theme I use: Night Owl(marketplace.visualstudio.com/items?itemName=sdras.night-owl). As for Guided Hacking (GH), last time I checked, they're moving away from hacking content and are more focused on the cybersecurity side now. They still have good resources, but the community is now only writable by them, so it's not as active as it used to be. However, you can always build the GH Injector from source if needed.

  • @ts0ra354
    @ts0ra354 2 месяца назад

    deserve a like

  • @DeQuest_
    @DeQuest_ 2 месяца назад

    Hey bro i just want to say a little thing i did a esp but in the game think like esp is looking like a frame and it is have a pivot point on edge and we rotate it 90 degress anyone can help me

  • @skunny-p1m
    @skunny-p1m 2 месяца назад

    when are you going to upload it to github?