Glubsch
08-18-2009, 10:39 AM
Hi everyone,
this is my first post here. I have a "problem" and dont exactly know where to find a good solution. I think this forum is the best place to ask.
So to my problem: I have a java program that I want to "control" a bit. I just have knowledge about programming in Java and C# and I tried to simulate the operations I want to do in the program with messages. I can send them and simulate mouseclicks and so on and it is working BUT it is a very shabby solution. It would be great if there is a way to just work with the memory of the program to set parameters and so on. Something like a cheating-tool for the health-bar in a game but a bit more complex. For example now I must simulate 3 mouse clicks to do what I want in the program. I think I would need to set whole blocks of memory but I dont know where to find the correct blocks and I dont know if the same variable has the same memory address each time and so on.
So you see I dont see the light at the moment and need some help with this. If someone can lighten up some things that would be great.
Cheers Glubsch
By the way, I know my english isnt that good sometimes, please excuse me for this.
this is my first post here. I have a "problem" and dont exactly know where to find a good solution. I think this forum is the best place to ask.
So to my problem: I have a java program that I want to "control" a bit. I just have knowledge about programming in Java and C# and I tried to simulate the operations I want to do in the program with messages. I can send them and simulate mouseclicks and so on and it is working BUT it is a very shabby solution. It would be great if there is a way to just work with the memory of the program to set parameters and so on. Something like a cheating-tool for the health-bar in a game but a bit more complex. For example now I must simulate 3 mouse clicks to do what I want in the program. I think I would need to set whole blocks of memory but I dont know where to find the correct blocks and I dont know if the same variable has the same memory address each time and so on.
So you see I dont see the light at the moment and need some help with this. If someone can lighten up some things that would be great.
Cheers Glubsch
By the way, I know my english isnt that good sometimes, please excuse me for this.