try this one bind "F1" "current_combat_difficulty 3" this is for auto.lua if u use it Code: if keyDown_Press(0x22)~=0 then --press pagedown print("Hero difficulty enabled!") cmd("current_combat_difficulty 3") end GL