Tap-Titans-2-Progress-Bot
Tap-Titans-2-Progress-Bot copied to clipboard
TEMPORARY HACK / FIX
Ok. So I made a few changes and I tested it from start, and after prestige. I was able to click all 6 skills. Even with "just unlock" set to 0
Here is what I did. I edited the original script in notepad++ because its easier with line numbers. The number at the beginning of each line is the line where the change is.
681 : if #skillsUnlocked == 6 and #justUnlockSkills == 1 and #maxOutHeavenlyStrike == 0 712 : elseif #maxOutHeavenlyStrike == 1 and #skillCheckStepper == 2 and #lastSkillUnlocks == 6 817 : if #lastSkillUnlocks < 6 and #skillsUnlocked == 6 and #justUnlockSkills == 1 and #maxOutHeavenlyStrike == 1 821 : if #lastSkillUnlocks < 6 822 : #lastSkillUnlocks = #skillsUnlocked 823 : else 824 : #skillsUnlocked = 6 825 : endif Insert line at 282 : #skillCheckStepper = 0 Should look like : :afterPrestige #prestige = #prestige+1 #skillsUnlocked = 0 #time = 0 #seconds = 0 #secondsTotal = 0 #minutes = 0 #skillCheckStepper = 0 goto :init
try the development branch HS Siphon build as well
still don't unlock SC