Fate-Grand-Order_Lua
Fate-Grand-Order_Lua copied to clipboard
Is there a way to increase the time or amount of continuous clicks on the auto gift exchange script?
Whenever I use auto gift exchange, continuous clicks stop just before finishing a roulette, so I would like to know if it is possible to either increase the time of continuous clicks or increase the amount of clicks before automatically stopping.
I apologize in advance I don't mean to deviate your question, but I was curious what are you running the Lua under? Is it Nox or a specific andriod device?
@cboldes my device is Xiaomi Mi 9T Pro
if you go into the _auto_gift_exchange.lua file, you can change line 26 to be whatever value you want. eg.
-- script local function spin() continueClick(SpinClick,480) end
to
-- script local function spin() continueClick(SpinClick,600) end