Ascerr / Lua-Scripts

Rifbot lua scripts ctrl+f to search
7 stars 36 forks source link

send message on chat every10sec #33

Open essasito1234 opened 5 days ago

essasito1234 commented 5 days ago

i need a script for riftbot that says "certain message" every 10 secs or so i tried auto 10000 say 'im not botting, leave please" but the old school elf bot way doesnt work :D

Ascerr commented 5 days ago

Ok here is simple module:

Module.New("sayText", function(mod) Self.Say("im not botting, leave please") mod:Delay(10000) end)

niedz., 23 cze 2024 o 21:24 essasito1234 @.***> napisał(a):

i need a script for riftbot that says "certain message" every 10 secs or so i tried auto 10000 say 'im not botting, leave please" but the old school elf bot way doesnt work :D

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

essasito1234 commented 5 days ago

thank you boss, works fine :)