Untitled - MARKUP 0.36 KB
                                
                                    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)
                                
                            

Paste Hosted With By Wklejamy.pl