Memory click

03/30/2010 14:49 SaM.ThE.MaN#1
Hey,
I would like to know how to click a certain button (Example Sit,Kneel,Bow, etc)
using memory,if it is possible could some one show me some an example with a script , +k for the one who can help,
thank you
03/30/2010 19:49 MasterFletch#2
Quote:
Originally Posted by SaM.ThE.MaN View Post
Hey,
I would like to know how to click a certain button (Example Sit,Kneel,Bow, etc)
using memory,if it is possible could some one show me some an example with a script , +k for the one who can help,
thank you
If you are specifically working with sit,kneel,bow, why not just bind them to hotkeys?

You probably know how to do CTRL+S or something similar with your scripts already :P
03/30/2010 21:52 SaM.ThE.MaN#3
i wanna start learning memory -.-
03/30/2010 22:50 MasterFletch#4
Quote:
Originally Posted by SaM.ThE.MaN View Post
i wanna start learning memory -.-
Do you know how to find the memory address and just need to learn the script for your program?

There is a guide I found on the forums that has to do with AutoIt and memory addresses.

Maybe it will help you.

[Only registered and activated users can see links. Click Here To Register...]
03/31/2010 08:41 SaM.ThE.MaN#5
Fletch becarefull,no double posting, 2nd of all i really appreciate you trying to help me,and you even searched for it thank you,but i already know all this stuff :D,i want to know if it is possible to use a certain Action using memory and if it is i would like to know how.
03/31/2010 08:45 MasterFletch#6
Quote:
Originally Posted by SaM.ThE.MaN View Post
Fletch becarefull,no double posting, 2nd of all i really appreciate you trying to help me,and you even searched for it thank you,but i already know all this stuff :D,i want to know if it is possible to use a certain Action using memory and if it is i would like to know how.
If you have done that guide, and know how to use memory addresses, and know how to find memory addresses, then what are you missing? x.x
03/31/2010 12:10 SaM.ThE.MaN#7
we can use Pixel address to click sit right,but its not good enough since all the actions got the same pixel color, i would like to know how to find memory addresses for actions,its not easy since.
03/31/2010 17:42 MasterFletch#8
Quote:
Originally Posted by SaM.ThE.MaN View Post
we can use Pixel address to click sit right,but its not good enough since all the actions got the same pixel color, i would like to know how to find memory addresses for actions,its not easy since.
So, you want to know how to find the memory address for sit.
I'll help you out a little, and get you in the right area, but you will have to find the rest of the values that you need to work with.

Open cheat engine and browse for memory addresses.

If you jump or run to a position, then your memory address value will be 0.

Other values are as follows:

Sitting - 250
Cool - 230
Angry - 160

These should be enough for you to change states, and find the address. The rest of it is up to you.
03/31/2010 20:28 legomans#9
ok funny that i was looking for the exact same thing, but when i change those addresses, it doesn't make me sit unless i have already done an action there. do you know why?
03/31/2010 21:52 MasterFletch#10
Quote:
Originally Posted by legomans View Post
ok funny that i was looking for the exact same thing, but when i change those addresses, it doesn't make me sit unless i have already done an action there. do you know why?
Because that isn't 100 percent of the work you need to do.

That is just your current action. Find what tells it that the current action is sit, lie, kneel, etc.. and then work with that memory address.

I was just giving you an easy memory address to find for you to work in the right area.