hi, i was wondering if any1 got the latest memory pointer for hero online schlatterbot becuz i had a few friends who were familiar with cheat engine and they still can't figure out the code for it. any help would be great thank you
hero.exe + 005f347e offset1: 348 offset2: 2f
[Memory_Char]
Base=005F31AC
Health=NULL,570
Max_Health=NULL,580
Chi=NULL,574
Max_Chi=NULL,584
Injury=NULL,588
Name=Null,0
Base=005F31AC to Base=005f347e
Health=NULL,570
Health=NULL,348,2f
[Memory_Char] --> this is needed!
Base=Base adress for this section
Health=actual health
Max_Health=max. health of the char
Chi=actual chi
Max_Chi=max. chi of the char
Injury=actual injury
Name=not needed
Name_Base=the character name is a static address, just write the adress after "hero.exe + XXXXXX"
Key=never change this!!! Or the bot wont run anymore
[Memory_Pet] --> only needed if u use pets
Pet_Health=actual pet health
Pet_Max_Health=max. pet health
Pet_Hunger=act. pet hunger
Pet_Hunger_Base=static base adress for this section
Pet_called=not implemented
[Memory_Mob] --> this is needed!
Target_Base=static base adress of this section
Target=actual target hp
Target_Max=max. target hp
[Extended] --> add only this if u wanna use the teleport hack
Base=basic static of this section
TeleportX=not implemeted in epvp-version
TeleportY=not implemeted in epvp-version
TeleportZ=not implemeted in epvp-version
CoordX=not implemeted in epvp-version
CoordY=not implemeted in epvp-version
CoordZ=not implemeted in epvp-version
RotationX=not implemeted in epvp-version
RotationY=not implemeted in epvp-version
RotationZ=not implemeted in epvp-version
ViewX=search for float values, this is the view point X-Coord
ViewY=search for float values, this is the view point y-Coord
ViewZ=search for float values, this is the view point-z-Coord
BodyX=search for float values, this is the body point X-Coord
BodyY=search for float values, this is the body point y-Coord
BodyZ=search for float values, this is the body point z-Coord
[QuickSlot]
Offset=not implemented anymore...outsourced
[Inventory]-->only needed if u wanna teleport home if inv full
Inv_Base=base static of this section
Inv_occ=hard to find, max value is 114 and not 56 of the inventory
[Statistics]-->not really needed, only for statistics
Stat_Base=static base of this section
KillCount=actual kill count
Level=actual level
Exp_Act=actual experience
Exp_NLvl=experience next level
Exp_LastLvl=ecperience last level
Exp_Old=experience before u killed a mob
Mate you should upload a small pointer reader in autoit source file and upload it so new people can start learning.Quote:
if i find the time i am thinkin of writing a little autoit lib for helping hero developers in writing bots... but i must scan my old scources to see what would be possible....
but always u must have an actual ce pointer file.
But with this indruction u could use the old schlatterbot and there should be no problems... and i know that from other groups that are using my bot!