@
jakeyray18
Thread Tools
Thread Tools
-
Nick0jenna BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
-
kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯBuilder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade
You start a do loop, but you don't end it. So it only does it once.
$${
IF(autousing);
LOG("&2[AutoFarm] &fStopped.");UNSET(autousing);STOP();ELSE;
LOG("&2[AutoFarm] &fStarted.");SET(autousing);DO;KEYDOWN(attack);KEYDOWN(forward);LOOP;ENDIF
}$$ -
Nick0jenna BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
still only walking not "attacking"
-
kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯBuilder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade
$${
IF(autousing);
LOG("&2[AutoFarm] &fStopped.");UNSET(autousing);STOP();ELSE;
LOG("&2[AutoFarm] &fStarted.");SET(autousing);DO;KEY(attack);KEY(forward);LOOP;ENDIF
}$$
You have to use KEY instead of KEYDOWN