just add this code:
player.setSkillLvl(skillID, LeveltoBoost);
skillID is the id of the skill you want to boost.
LeveltoBoost is the level you want to boost to.
Example: player.setSkillLvl(3,99);
to boost your hitpoints level to 99.
or to boost your hitpoints level just 3 levels higher than it would be:
player.setSkillLvl(3, player.skillLvl[3]+3);



