CoMemory API

08/20/2006 11:50 azeazezar#16
how about

Code: Player.Chatlog;
Returns: String
Type: Read Property

Discription:
This property returns the chatlog of the player.

--------------------------------------------------------------------------------
Code: PlayerIinventory;
Returns: Array
Type: Read Property

Discription:
This property returns the inventory of the player.

--------------------------------------------------------------------------------
Code: Player.Equipment
Returns: Array
Type: Read Property

Discription:
This property returns the equipment of the player.

--------------------------------------------------------------------------------
Edit: added descriptions
08/21/2006 03:03 Peach#17
maybe u can define them more i mean more specific..
08/21/2006 05:11 tsu#18
Quote:
Originally posted by Peach@Aug 21 2006, 03:03
maybe u can define them more i mean more specific..
Whats have been said - the chatlog,
Stuff in inventory and equipment player is using :|
08/22/2006 10:02 Coksnuss#19
Quote:
Quote:
Quote:
Hi there,

I saw you program,\
the multitool or something.\
well i presume it is memory reading.
now i am making a memory read api.
so every programmer (who can have my api)
simply can do, for e.g. Player.HP(i) where i = client number.

Well, i want to finsih it soon, but i dont really have the time, to find all those addresses.

So i would like to ask, if i can have the address of the following things:
- PK Points
- Stamina
- Virtue Points

thanks!
- PK Points: 004FEFEC
- Stamina: 004FEFC4
- Virtue Points: 004FF018

Good Luck :bandit:
very much thanks,
of course you get credits.

*no comment*
08/22/2006 10:18 pimpstick#20
pimpstick rulz *bump*
08/22/2006 10:33 Peach#21
player equip dura?.. player equip count?.. so many of them -.-
08/23/2006 00:26 azeazezar#22
Code: Client.WindowHandle;
Returns: -
Type: Write Property

Discription:
In this property you write the window handle you want to read from.

--------------------------------------------------------------------------------

Code: Client.ProcesID;
Returns: -
Type: Write Property

Discription:
In this property you write the proces you want to read from.

--------------------------------------------------------------------------------

Code: Player.Server;
Returns:String
Type: Read and Write Property

Discription:
This property returns the server name of the selected window.
It is writeable, so you can change the server in what you like.(for making screenshots or somthin like that)

--------------------------------------------------------------------------------

Code: Player.InMine;
Returns: Boolean
Type: Read Property

Discription:
This property returns 1 if the player is in a mine, 0 if not in the mine.

--------------------------------------------------------------------------------

Code: Player.Mine()
Returns: -
Type: Function

Discription:
If you activate this function the players will start mining.

--------------------------------------------------------------------------------

Code: Client.Username;
Returns: String
Type: Read and Write Property

Discription:

This property returns the username of the selected window.

--------------------------------------------------------------------------------

Code: Client.Password;
Returns: String
Type: Write Property

Discription:

This property sets the password of the selected window.

--------------------------------------------------------------------------------

Code: Player.Sit()
Returns: -
Type: Function

Discription:
If you activate this function the players will sit.

--------------------------------------------------------------------------------

Edit: added some more idea's
08/23/2006 01:37 fuedone#23
Quote:
Originally posted by toreddo@Aug 18 2006, 14:53
ok, a while ago i started with making an API to read memory,
Actually now everybody with basic programming knowledge can make bots in VB.Net and C#.
Its an dll you import and you can use it, i added an help file so everybody can see the possibilities.
I hope people will post suggestions.

Im going on vacation tomorrow, so when im back i see the suggestions and finish it.
Happy Programming!

Edit: Err i mention, that the download didnt work lets try this. (YES it works)
finish plz!!!

=D


finally one made in vb.net ^_^

vb6 sux
08/23/2006 01:50 Peach#24
Quote:
Originally posted by azeazezar@Aug 23 2006, 07:26
Code: Client.WindowHandle;
Returns: -
Type: Write Property

Discription:
In this property you write the window handle you want to read from.

--------------------------------------------------------------------------------

Code: Client.ProcesID;
Returns: -
Type: Write Property

Discription:
In this property you write the proces you want to read from.

--------------------------------------------------------------------------------

Code: Player.Server;
Returns:String
Type: Read and Write Property

Discription:
This property returns the server name of the selected window.
It is writeable, so you can change the server in what you like.(for making screenshots or somthin like that)

--------------------------------------------------------------------------------

Code: Player.InMine;
Returns: Boolean
Type: Read Property

Discription:
This property returns 1 if the player is in a mine, 0 if not in the mine.

--------------------------------------------------------------------------------

Code: Player.Mine()
Returns: -
Type: Function

Discription:
If you activate this function the players will start mining.

--------------------------------------------------------------------------------

Code: Client.Username;
Returns: String
Type: Read and Write Property

Discription:

This property returns the username of the selected window.

--------------------------------------------------------------------------------

Code: Client.Password;
Returns: String
Type: Write Property

Discription:

This property sets the password of the selected window.

--------------------------------------------------------------------------------

Code: Player.Sit()
Returns: -
Type: Function

Discription:
If you activate this function the players will sit.

--------------------------------------------------------------------------------

Edit: added some more idea's
ahh gooodies
08/23/2006 01:50 Peach#25
Quote:
Originally posted by fuedone@Aug 23 2006, 08:37

finish plz!!!

=D


finally one made in vb.net ^_^

vb6 sux
i prefer c#.. its easy and better too
08/25/2006 04:35 fuedone#26
Quote:
Originally posted by Peach+Aug 23 2006, 01:50--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Peach @ Aug 23 2006, 01:50)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--fuedone@Aug 23 2006, 08:37

finish plz!!!

=D


finally one made in vb.net ^_^

vb6 sux
i prefer c#.. its easy and better too [/b][/quote]
nah i use C at work lol

vb.net is more fun cauz its almost not really programming =)
08/25/2006 05:22 ~Unknown~#27
mmm I cant wait till the dll is finished :)
08/27/2006 01:33 toreddo#28
@Cocksnuss
err sorry i dunno why but i thought your username was coconuts ill change it, in the release your deserved credits are under the right name.
My excuse again.

ok i saw many new suggestions, and im planning to implent that,
One thing what im not gonna implent is password, if you want that you have to memory-read by yourself.
08/27/2006 01:40 Coksnuss#29
Quote:
Originally posted by toreddo@Aug 27 2006, 01:33
@Cocksnuss
err sorry i dunno why but i thought your username was coconuts ill change it, in the release your deserved credits are under the right name.
My excuse again.

ok i saw many new suggestions, and im planning to implent that,
One thing what im not gonna implent is password, if you want that you have to memory-read by yourself.
Its Coksnuss not Cocksnuss... :P
08/27/2006 01:41 toreddo#30
Quote:
Originally posted by Coksnuss+Aug 27 2006, 01:40--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Coksnuss @ Aug 27 2006, 01:40)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--toreddo@Aug 27 2006, 01:33
@Cocksnuss
err sorry i dunno why but i thought your username was coconuts ill change it, in the release your deserved credits are under the right name.
My excuse again.

ok i saw many new suggestions, and im planning to implent that,
One thing what im not gonna implent is password, if you want that you have to memory-read by yourself.
Its Coksnuss not Cocksnuss... :P [/b][/quote]
rofl :P
Why did you take such hard name LOL :P