External additional handy features.
-
gamax92
Deuce
-
- Posts: 17
- Joined: Sat Dec 15, 2012 5:18 pm
This is a library of functions I use in my AoS tools.
Documentation is included in the Library.
With this library you can do things like:
Code: Select allOpen the chatbox and close it.
Open the map and close it.
Write text to the chatbox.
Get lines of text from the chat
Check what the player is doing
and more.
Requires
Memory Functions by Gamax92
Download Source
[url=aos://1379434439:31887]

[/url]
-
sgreenden
Green Master Race
-
- Posts: 78
- Joined: Sat Jan 26, 2013 1:48 pm
What is an ace of spades library and what is autohotkey?
-
learn_more
Coder
-
- Posts: 891
- Joined: Sun Mar 24, 2013 9:59 pm
sgreenden wrote:What is an ace of spades library and what is autohotkey?
if you need to ask this, it's of no use to you.
-
Jdrew
Mapper
-
- Posts: 4808
- Joined: Tue Oct 30, 2012 10:48 pm
- Location: America
sgreenden wrote:What is an ace of spades library and what is autohotkey?
How should I explain this..
-
learn_more
Coder
-
- Posts: 891
- Joined: Sun Mar 24, 2013 9:59 pm
some stuff you might find usefull:
Code: Select all0x86204 = xresolution
0x86aac = yresolution
0x13B1F10 = player name
0x13CFD34 = current game state:
0 - User is choosing name
1 - Loading
2 - Choosing team
3 - Choosing weapon
4 - Ingame
0x13CFCE0 = teamname & color (first 12 bytes name, last 4 color, for 2 or 3 teams
char* TeamName( int team )
{
return (char*)(offsets.teamname + (team & 3) * 16);
}
Color TeamColor( int team )
{
return *(Color*)(offsets.teamname + 12 + (team & 3) * 16);
}
Who is online
Users browsing this forum: No registered users and 1 guest