
Untitled
Guest 165 10th May, 2024
macro(500, "Auto Haste", nil, function()
if not hasHaste() and storage.autoHasteText:len() > 0 then
if saySpell(storage.autoHasteText) then
delay(5000)
end
end
end)
addTextEdit("autoHasteText", storage.autoHasteText or "chakra feet", function(widget, text)
storage.autoHasteText = text
end)
To share this paste please copy this url and send to your friends
RAW Paste Data