first change line 11
Code:
AutoDefineRepButton:=true; //Metti "true" per la modalità automatica, "false" per la manuale
from true to false
then take the colour of the rep button with the colorpicker that looks then like this
Color Picked: 2644878 at (1344, 567)
now go to line 32
Code:
//Rep Button User Define (Not needed if you have set AutoDefineRepButton to true)
repx:=0;
repy:=0;
change repx to the first number you get from colorpicker for me it is 1344
and repy to the second number 567
dont fill in my numbers or it doesnt work anyway i hope you understand my description