How Read The Entity List For Any Game, But Also Manage it | C# [ Tutorial ]

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 44

  • @hiep698
    @hiep698 ปีที่แล้ว +7

  • @takla2129
    @takla2129 3 หลายเดือนก่อน +1

    you're the best out there explaining these concepts all other videos are doesnt even bother explaining to beginners
    am looking forward to use that entityManager in every game thx

  • @KnockoutNico
    @KnockoutNico ปีที่แล้ว +1

    This is indeed helpfull if the Entitylist of the game is found.
    I am currently working on a tool to find any Games ViewMatrix. It only needs the enemy 3d position from the game. the user defines a rect around the entity and the tool searches the ENTIRE memory of the games main module for a possible 4x4 matrix that returns a point inside the rect. It can even bruteforce the Matrix's float values to be on different sports (like mixed row-major and column-major Matrix). The game I am trying that is "Generation Zero" as its a semi-singleplayer game without any good info material about Visual stuff

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      sheesh, I have had similar ideas but never went through with them 😅 But well done! I can just imagine how much use there is for that tool.

    • @KnockoutNico
      @KnockoutNico ปีที่แล้ว

      @@SwedishTwat true. Only downsides are the time it takes for the scanning and that it often returns trash values. Little bit of optimization still needed 😅

  • @EnigmaTheFiles
    @EnigmaTheFiles 26 วันที่ผ่านมา

    7:43 the npc is so scared like the player just shot him once and now hes just standing there and staring lmao

  • @coolexcs
    @coolexcs ปีที่แล้ว

    do you plan on doing "how to find animation calls functions" video (might sound pointless, but it might be useful if you develop a multiplayer mod for a SP game since I cant think of a different approach)

  • @HarunDanm.AfterEffects
    @HarunDanm.AfterEffects 7 หลายเดือนก่อน

    I am Turkish and my English is not perfect, but your videos are so good that I wish I could understand you. I wish you continued success.

  • @bon.cat11
    @bon.cat11 11 หลายเดือนก่อน

    I love your intros

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

      I love your comments❤

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

    Zlatopramen :D Nice video

  • @SophiaNhya
    @SophiaNhya ปีที่แล้ว +2

    Hey, Swedz, my friend, i'm here to ask you something, i'm creating my own aimbot based on everything i learned in your channel (i'm learning a lot, really.), and i'm almost finishing my first aimbot, i wanted to ask you, can you create a video about creating an aimbot that targets only certain parts of the player's character? (Hitboxes!)

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      yes we will create a video on that! And how we do that is by finding the coordinates of for example the head and use that instead.

    • @SophiaNhya
      @SophiaNhya ปีที่แล้ว

      I thought hitboxes would work for targetting the skeleton's parts ids, checking if it's visible and stuff (you can do a video on checking if invis too) etc @@SwedishTwat

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

      just use bone positions

  • @editanime7609
    @editanime7609 ปีที่แล้ว +1

    Always a nice video

  • @silme9417
    @silme9417 ปีที่แล้ว +2

    Are you gonna do lua injector soon?

  • @sadece1eren
    @sadece1eren ปีที่แล้ว +1

    thx for video

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      thanks for the comment brother🫡

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

    Are there any better methods to find the entity list? its pretty complicated in some games and i can't find much about this topic.

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

      fr

  • @Legex-gr2xk
    @Legex-gr2xk ปีที่แล้ว

    can you say how can i do a c# external undetected ?

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

    version of the game ?

  • @DarkHvH2
    @DarkHvH2 ปีที่แล้ว +1

    u baited me with the intro ,the world is asking for a darksouls cheat (if u change ur Y it changes all entitys its so wierd , if u freeze ur health it makes everything godmode encluding bosses and mobs)

    • @DarukoJP
      @DarukoJP ปีที่แล้ว

      Your script or pointer is accessing more than just your player so you ether need to do a compare in your script or have pointer just pointing to your player and nothing else.

    • @OWLyS
      @OWLyS ปีที่แล้ว

      Is exactly works like Missx said, you should make some practice with CE by finding pointers ecc, but there are a lot of ways to make a God Mode if you don't know how to nop the correct instruction
      You could just find your health values and then overwrites It with swed WriteFloat for example, or maybe if you are on UE4 you could easily find the engine value CanBeDamaged and you can change the value from 0 to 1 (true or false) to not get damaged, you can do the same with the entity collision (enemies Will not be able to even touch you)

  • @imLust
    @imLust ปีที่แล้ว

    what if it’s a game where you can’t damage entities ? how can i find the list

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      Then you find another attribute that you can find through filtering addresses😉 For example xyz coords by changing their position, and search lower/higher depending on the state of the entity

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

    can we use another code editor like visual studio?

  • @wjzw-du2bn
    @wjzw-du2bn ปีที่แล้ว +1

    Hello bud whats with your dc? I wanna ask u something:)

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      Working on fixing the discord 😅 but it should be in the description when it's fine

  • @_ber_6363
    @_ber_6363 ปีที่แล้ว

    Thanks for the tutorials mate. Btw consider fixing your discord link =)

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว +1

      does this link work? discord.gg/HqpKFxFAhM

    • @_ber_6363
      @_ber_6363 ปีที่แล้ว

      @@SwedishTwat It showed up a mom's basement for a second but i think discord is having a stroke right now because i can't log in at all right now. I'll try later :D

  • @moxy3783
    @moxy3783 ปีที่แล้ว

    Is bro ever gonna fix his discord link 😭

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      Does this link work? discord.gg/HqpKFxFAhM

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

      does your discord not work? link works but nothing happens when agreeing to the rules and im assuming that start here is a cannel to stop bots in wich you have to react to the comments, wich i did and nothing has happend@@SwedishTwat

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

    don't work :/ no errors but don't work :/ :(

    • @SD-Gamer
      @SD-Gamer 2 หลายเดือนก่อน

      Bro learn coding first 😂

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

      Fr​@@SD-Gamer

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

    Hack Brawlhalla(or you can't do that?)