How to make an Internal Assault Cube Aimbot/ESP | Entity List

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

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

  • @barclayiversen376
    @barclayiversen376 23 дня назад +1

    Great video!

  • @ayokodex
    @ayokodex Месяц назад +1

    Great tutorial ❤

  • @bigslim0464
    @bigslim0464 25 дней назад +1

    Silent aim tutorial(not for cs2 as usual, something else)

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

    could you please explain more about how and why it works for subtracting offset from bot deaths to bot kills dynamic address to find the static bot entity pointer? I have completed it and its working but just interested on how you got that to work - really really cool.

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

      We're assuming that the player and bot classes are structured the same in memory. If we find the offset/distance between the start of the player's class and their kills, we can use that same offset/distance to navigate memory for other entities, like bots. Since classes (or structs) in memory are stored contiguously, the order of variables in the class definition reflects their layout in memory. For example, if you have a class like class Player { int a; int b; int c; }, these variables a, b, and c will be stored sequentially in memory. Let me know if this answers your question!

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

    at @11:08 when i create a pointer it shows up and dosnt give me a dropdown can you help me please? I've watched the video like 5 times in a row to understand it and maybe do it correct if i have made an misstake but the list you have is very simmilar to mine so i dont think i have made an misstake.

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

      We might have different versions of ReClass. Yours might not show the dropdown for void pointers automatically. No worries! Just click the small loop symbol next to the pointer to change what it points to and in this case set the type to an array. Hope this helps!

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

      ​@@MrRipperoni thank you, you really helped me to continue!

  • @err0r-completion
    @err0r-completion 3 месяца назад

    at @9:48 when you mention you want an EDI register there because it implies its an array, can you explain that a little bit more please.

    • @MrRipperoni
      @MrRipperoni  3 месяца назад

      Certainly! When I mention using the EDI register for array access, it implies an array because the addressing mode [edi + eax*4] calculates the address of an element within a contiguous block of memory. EDI is the base address of the array. EAX is the index.*4 scales the index by the size of each element (4 bytes for pointers in x86).This pattern is the most common in x86 assembly for accessing elements in arrays. Hopefully that clears things up!

    • @err0r-completion
      @err0r-completion 3 месяца назад

      @@MrRipperoni thanks

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

    Would this work for something like CS2, or TF2, or Fortnite?

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

      For Fortnite will be easy detected by anti cheat for such games you must go in kernel cheating, TF2 CS2 imo detected
      Too

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

      For bypassing BattleEye (BE) or Easy Anti-Cheat (EAC) in Fortnite, you'll need to use kernel-level cheats. However, for VAC anti-cheat, it's a bit simpler since it's a user-mode anti-cheat, so you can get away with using an internal cheat. You'll still need to make some adjustments: mid-function hooking, encrypting strings, manually mapping the DLL, etc., and avoid writing directly to memory. Of course, there are additional measures you can take to make it safer, like using a kernel cheat, but there will always be a risk of detection.

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

      ​@@MrRipperoni How in the world would I get into kernel cheating lol

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

      @@DeXorPL How in the world would I get into kernel cheating lol