• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

add new macros to new tab ?

PyrooSorc

New Member
Joined
Apr 21, 2021
Messages
14
Reaction score
1
can someone lay me down some knowledge on how to add macros in anew tab ? i can add a tab i can add macros but i cant put macros in the tab i would like ..
 
Hello :)

hope it helps bro...

Lua:
-- add tab
local tab = addTab("Anti-Push")

macro(dropDelay, "Enable - Drop coin ", function ()
  antiPush()
end, tab) -- at the end add the name of the tab
 
Back
Top