actually it has, on caliburst source code u have the function neededs to use the bag item and the autorute function too, what u need to do for update that code is search where is using the item so u can find the function that control the bag usage in the game (the one that get called each time that u use some item on the bag). Then after that, if u find the right one, u will know the address for the use of item in the bag.
with the autorute thing i never put the hands on there so i dont know much about that, but is the same method as the bag item. good luck updating the bot.
PD: To fix the patern of the memory updater is find the bytes before that the function get called and then update the patern with that bytes so the auto updater will search for those bytes and catch the address of the function.