Jump to content

Autoit Ingame Commands


Recommended Posts

I was wondering if anyone knows a way for autoit to pickup ingame commands. Like an example would be if someone types {Enter}/quit{Enter}, it would do the quit function

Only way I thought of doing this was to use keylogger but I was wondering if anyone else know of another way.

Is it possible to just have a textbox pop up infront of the game screen when certain key is pressed so whatever is typed in textbox after being submitted would do the command?

Link to comment
Share on other sites

Hmm forgot about the InputBox thanks for the help but will the inputbox pop out infront of the game screen? Also is there a way just to have the box itself instead of the whole little window that pops up in InputBox function?

Link to comment
Share on other sites

well you could make a gui which isnt hard

and you could just have a spot to enter text and a button or you could put a combo box in with a list of available commands and allow it to be edited for other commands to be typed in

and you can set one thing the name escapes me right now just look in help file under GuiCreate and you can set it to be ontop of all over windows

Link to comment
Share on other sites

It'd be far more efficient if you hooked the in-game function that reads console text via DLL and exporting it.

AutoIt can do read/write mem via Smoke_N's (forgot how to case his name) UDF's but it's messy.

Edited by gamepin126
Link to comment
Share on other sites

It'd be far more efficient if you hooked the in-game function that reads console text via DLL and exported it.

AutoIt can do read/write mem via Smoke_N's (forgot how to case his name) UDF's but it's messy.

Huh what do you mean? How would I accomplish it?

Link to comment
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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...