Jump to content

Reading values from programs with scripts

Pofi
Go to solution Solved by manikyath,

if those programs have an API you can hook into - thats all okay. (openhardwaremonitor has hooks that can be used by for example rainmeter)

 

otherwise... you're gonna have to delve into the territory that many game bot developers walk into, which i'm not gonna touch, at all.

Hello,

 

Any idea if there's some way to read in values directly from programs and use them in a script as a variable. For example stats from an end game screen or gpu temperature from speedfan or hwinfo?

Link to comment
Share on other sites

Link to post
Share on other sites

if those programs have an API you can hook into - thats all okay. (openhardwaremonitor has hooks that can be used by for example rainmeter)

 

otherwise... you're gonna have to delve into the territory that many game bot developers walk into, which i'm not gonna touch, at all.

Link to comment
Share on other sites

Link to post
Share on other sites

Possible? Yes.

 

The problem is that unless the softwares gives you an API you are gonna have to read values from memory like Cheat Engine does and that could and probably will become pretty complex.

Link to comment
Share on other sites

Link to post
Share on other sites

So if a program doesn't have an API and I tried to do everything by reading memory values - is there any guarantee that the objects im reading will be stored in the same memory location every time i run the program, or will they just be random every single time?

Link to comment
Share on other sites

Link to post
Share on other sites

@manikyath

Huge thanks for the openhardwaremonitor - it can run a server with all the values written out and I'm sure I can read the values from there fairly easily, thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×