What would we be doing without you.
Your Tools works like a charm!! How do you even code these O_o
But if I were you, I'd put a more... gentle alarm ^^
I wanna be honest it made me jump.
@pyramidensurfer Don't you think that someday you'll be able to export the level geometry one day? Or even... show hitboxes or invisible walls?
I cannot try it rn but I know it was good... Because... @pyramidensurfer
That would all be quite hard. But I'm taking a computer graphics class at uni at the moment, so I guess nothing is impossible 😉
I'll change the alarm tool, so you can put a custom sound in.
@pyramidensurfer How did you learn to do these things/coding?
I took my first, basic programming course when I was around 11. I've been teaching myself for a long time after that and now I'm an IT-Student since about 2 and a half years ago.
I'm very interested. May you give source code of your xxl trainers? Would be cool 😃
Does some work with that coding exist?
If yes, then you can easly get it and have a looooot of money, huehue!
@GreenBudgie The code of most trainers is a pretty big mess, because I tried a few other things in them. I guess I could give you the very first one, which was written in C# (later ones were C++). But it's basically just a bunch of ReadProcessMemory and WriteProcessMemory instructions. The actual work is plowing through the games assembler code and finding the right instructions.
Can you link some tutorials about it if any?