Blah
Free supporter
- 1,924
- Posts
- 12
- Years
- Unknown Island
- Seen Feb 19, 2025
Thanks, I'm glad you like it!Thanks! Now it's working! Btw, I like your ASM tutorial. :)
Hello? This tutorial is nice. I have gone through your tutorial "Intermediate guide (ASM Skill 5/10)" and I have tested it but I do not know much about the ram offset "02021D18". You said that it's "the RAM location for displayed strings in textboxes for scripted messages", so why it's safe? When will it be overwritten?
I did a lot of testing with this RAM offset. Basically if you do use scripting to set a buffer, it does a memory copy of what's in one section of RAM to another section of RAM (which it reads when the buffer is called again). So if I did something like:
Code:
...
buffer from RAM to buffer
msgbox @something 0x6
...
FBI, you will just never disappoint me! This tutorial is incredible, even after going through all the other ASM tutorials, I only got the basics of how to use the commands, but you definitely know how to teach this, only read 1/2 but LOVE this tut!!! Keep up your Freaking amazing work bro!! :D
Thanks, I'm glad you like it!
These are really good FBI. It's nice to see some of the actual techniques publicly available here. FYI, hooking is an actual programming term, not just something I use. It would be nice if you did some IDA tutorials so people canbecome wizardsactually learn to hack.
I'll come up with something and thanks!
Little (big) announcement:
I'm going to be making ASM workshops. Basically every week, I make an ASM challenge, and the learning community can try and solve it before the end of the week. It'll start off easy, and end off hard. Christos says I should make a new thread for that, so that's what I'll be doing. I'll also include video of me doing it (with commentary) or I'll write down a sort of mini-tutorial. Look forward to that, and hopefully we get a lot of participators!