Auto message
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Auto message

Started by MX-10, 12 December, 2003, 19:39:06

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MX-10

I need some script who displays auto message in the main chatt.Like This

Our Hubs:
Hub Name :
Hub Address:
Min Share:

Could it be if i would write +auto, and the bot would send the message to the main chat.

Sorry for bad spelling :(
From
MX-10
Iceland

turkiye

i Have For You A Bot That Automaticly Says The
Name
Adress
Min. Share

You can use PzoZyBoT 3.7 Click Here
 :D

SaintSinner

#2
here this is created by phatty
its if you want a automatic timed message
bot = "Reminder" 
mins = 360 
file = "MsgAll.txt" 

function Main() 
SetTimer(mins*60000) 
StartTimer() 
end 

function OnTimer() 
local handle = openfile(file, "r") 
if (handle ~= nil) then 
local line = read(handle) 
while line do 
SendToAll(bot,line) 
line = read(handle) 
end 
closefile(handle) 
end 
end


   


MX-10

what is the remaining time on it
From
MX-10
Iceland

MX-10

Thanks, This stuff works
From
MX-10
Iceland

SMF spam blocked by CleanTalk