Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 12Sky2
You last visited: Today at 13:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



can't find auto pill address

Discussion on can't find auto pill address within the 12Sky2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
12sky's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 242
Received Thanks: 13
Exclamation can't find auto pill address

here is a SS of my codes, i browse the memory region and the auto pill address wouldn't work..
*already read this post*

12sky is offline  
Old 08/21/2011, 21:12   #2
 
Wazapoo's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 236
Received Thanks: 286
Try going few rows back and then just hold 1 to fill them all and look when auto pill appears to the used items list ingame.
Wazapoo is offline  
Old 08/21/2011, 23:14   #3
 
12sky's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 242
Received Thanks: 13
Quote:
Originally Posted by Wazapoo View Post
Try going few rows back and then just hold 1 to fill them all and look when auto pill appears to the used items list ingame.
got it, any ways to heal up to 100%?
12sky is offline  
Old 08/21/2011, 23:57   #4
 
AfterBurn 2.0's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 541
Received Thanks: 271
Quote:
Originally Posted by 12sky View Post
got it, any ways to heal up to 100%?
Look at Mega's TuT Here. Hope that helps
AfterBurn 2.0 is offline  
Old 08/23/2011, 22:11   #5
 
elite*gold: 0
Join Date: Jan 2010
Posts: 21
Received Thanks: 3
How did u find auto pill HP and MP address?
azureknights91 is offline  
Old 08/24/2011, 01:28   #6
 
12sky's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 242
Received Thanks: 13
Quote:
Originally Posted by azureknights91 View Post
How did u find auto pill HP and MP address?
hp and mp adress is always near the autopill adress
12sky is offline  
Thanks
1 User
Old 08/24/2011, 02:32   #7
 
AfterBurn 2.0's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 541
Received Thanks: 271
Quote:
Originally Posted by 12sky View Post
hp and mp adress is always near the autopill adress
Find the Auto Pill addy then hp is + 4 Bytes and mp is + 4 bytes after hp.

So it should look like this (( Auto Pill Addy >> 01 00 00 00 01 00 00 00 01 00 00 00
Second 01 is hp third 01 is mp

Hope that helps.
AfterBurn 2.0 is offline  
Thanks
1 User
Old 08/24/2011, 03:00   #8
 
elite*gold: 0
Join Date: Jan 2010
Posts: 21
Received Thanks: 3
thank you so much, now I'm going to try to work auto buff.
azureknights91 is offline  
Old 08/24/2011, 08:20   #9

 
Mega Byte's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,776
Received Thanks: 1,003
struct Game_AutoPill
{
unsigned int Days;
unsigned int HP; // Precent as 0 1 2 3 4 5
unsigned int CHI; // Precent as 0 1 2 3 4 5
};

Game_AutoPill * AutoPill = (Game_AutoPill*)0xTheAddress;
// In your hack loop
AutoPill->Days=1;

// Where you need to set it
AutoPill->HP=0x0A; // Providing you modified the ASM code for the CMP to be 0A rather than 05. Then the precentage can be up to 100% rather than 50%.
AutoPill->CHI=0x0A;



For auto buffing skill use is around same range.
It has the level of the skill used I belive. Its near move speed hack and attack speed hack??
Anyway if its not set call the game function to use the skill providing there is enough chi and that the skill exists.
Mega Byte is offline  
Old 08/24/2011, 09:04   #10
 
12sky's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 242
Received Thanks: 13
Quote:
Originally Posted by Mega Byte View Post
struct Game_AutoPill
{
unsigned int Days;
unsigned int HP; // Precent as 0 1 2 3 4 5
unsigned int CHI; // Precent as 0 1 2 3 4 5
};

Game_AutoPill * AutoPill = (Game_AutoPill*)0xTheAddress;
// In your hack loop
AutoPill->Days=1;

// Where you need to set it
AutoPill->HP=0x0A; // Providing you modified the ASM code for the CMP to be 0A rather than 05. Then the precentage can be up to 100% rather than 50%.
AutoPill->CHI=0x0A;




For auto buffing skill use is around same range.
It has the level of the skill used I belive. Its near move speed hack and attack speed hack??
Anyway if its not set call the game function to use the skill providing there is enough chi and that the skill exists.
what script is this ? C++??
12sky is offline  
Old 08/24/2011, 13:25   #11
 
AfterBurn 2.0's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 541
Received Thanks: 271
Quote:
Originally Posted by 12sky View Post
what script is this ? C++??
Yes
AfterBurn 2.0 is offline  
Old 02/27/2012, 01:44   #12


 
elite*gold: 15
Join Date: May 2009
Posts: 67
Received Thanks: 8
Quote:
Originally Posted by 12sky View Post
got it, any ways to heal up to 100%?
Yes.
Jed961 is offline  
Old 03/06/2012, 21:19   #13
 
elite*gold: 0
Join Date: Feb 2012
Posts: 45
Received Thanks: 21
By Zakira !

011BAF30 = Move Speed

011BAFEC = Map hack ( Infinite Soso etc.. )

011BAD7C = Auto pill (value "1")

011BAD80 = HP (value"5")

011BAD84 = MP (value"5")

All with "4byte"

Give me a thancks , and i need attack speed please
zakira80080 is offline  
Reply


Similar Threads Similar Threads
How do I find pet pill and auto buff addresses
04/13/2010 - 12Sky2 - 3 Replies
hey ppl really need help figuring out how to find pet pill and auto buff addresses can some1 plz plz plz plz plz help me........ thank you :handsdown::handsdown::handsdown::handsdown::hand sdown::handsdown::handsdown::handsdown::handsdown: :handsdown::handsdown::handsdown:
Auto Pill
04/10/2010 - 12Sky2 - 5 Replies
Im a novice at CE i do expect to get better but for now can any1 tell me how to auto pill on ts2 aeria?
any only auto pill?
01/17/2010 - 12Sky2 - 1 Replies
hi anyone has an programm for only auto pill =P i really dont want to hack but i need auto pill using pills per hand destroy all fun .... for the 12sky2.com client
how to find da ingame auto pill address ?
12/10/2009 - 12Sky2 - 3 Replies
how to find da ingame auto pill address ??:confused:
How to find address for auto-pot?
09/27/2009 - Dekaron - 1 Replies
I need address of auto-pot for Dekaron Sea. I tried array of bytes from other posts but nothing is working. How do i find this address? where to start? i wanna learn.



All times are GMT +2. The time now is 13:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.