Hello There, Guest! Register

Commands Left/Right village switch for hotkey use
#1
the two scripts below will help quickly move between villages 
just enter the script into your quickbar and set a hotkey. keys are much faster than click click click





Village Right
Code:
javascript:const buttons = document.querySelectorAll('.icon.header.arr_right');
buttons.forEach(button => button.click());

Village Left
Code:
javascript:const leftButtons = document.querySelectorAll('.icon.header.arr_left');
leftButtons.forEach(button => button.click());

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)
Current time: 27-12-2024, 02:30