AutoHotkey Memory Class

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

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

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

    Github link is in the description, if you run into any issues or have ideas feel free to create a new issue on the github or create a new discussion, for other issues you can message me on my public discord @ .Spawnova (dot prefix)
    Have fun! =D

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

    This is really cool. I subscribed because I saw your Autohotkey GUI's. I need to watch some more of your videos.

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

    Out of NOWHERE. Love your content man, helps with billing users at work even if the vids are geared towards gaming.

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

    I really liked the aob multithread feature, been using Kalamity's ahk memory class and is very slow singlethreaded.

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

    I see good AHK content, I subscribe

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

      That's pretty much my whole channel lol, thanks! =D

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

    Do you have a discord server by chance?

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

      I don't have a server specifically for ahk, but I do have a public discord account which is mostly for ahk @ .Spawnova

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

    Is the source for the ror2 overlay available? (doesn't need to be working)

    • @Spawnova
      @Spawnova  3 หลายเดือนก่อน +2

      Not at the moment, I'll try to clean it up and include it as an example in the github though tomorrow
      EDIT: Actually shoot, I forgot the reason I didn't really go over the source for those last 2 examples is because they use an additional ASM class that I need to merge with the memory class, but it will take a bit because it's somewhat complex, it might take more than a day to complete that, but I'm on it

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

      ​@@Spawnova I'm really interested in the part you are function hooking, thought you need to dll inject to be able to do that

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

      @@kolo1364 There are many ways to do things, I mostly write functions in asm then patch jumps to my own functions in memory, if you've ever used cheat engine assembler it's exactly the same thing