TiM?TrAV?lleRs.timed.mass.msg
 

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

TiM?TrAV?lleRs.timed.mass.msg

Started by SomeShine, 25 March, 2004, 21:48:07

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SomeShine

Here is a script that i got some help to make from a friend.. so ive named the script after him, cause he did almost everything.
This Scripts sends a mass message to all users every 30 mins (can be changed to whatever you like) and the botname can also bechanged
__________________________________________________________________________________________
BotName = "TH-Girl"

sek = 1000
min = sek*60
hour = min*60
days = hour*24

time = 30*min

function Main()
   SetTimer(time)
   StartTimer()
end


function OnTimer()
   local sec = clock()
   local days = floor(sec/86400)
   local hrs = floor((sec-(days*86400))/3600)
   local min = floor((sec-(days*86400)-(hrs*3600))/60)
   sec = floor(sec-(days*86400)-(hrs*3600)-(min*60))
        SendPmToAll(".")
   SendPmToAll("?================================================================?")
   SendPmToAll("To Register At This Hub PM SomeShine With Username And Password")        
   SendPmToAll("?================================================================?")  
        SendPmToAll(".")
end

oblivion

:D i will check it
.:::\'][\'  r  ?  ?  ?  ?    :: ][  ?  ?  ?  r  ?  ?  r  ?  \'][\'  ?  ?::::.    



hub address::     oblivion.servebeer.com


the hub

plop

you can remove this part as it's not used.
local sec = clock()
local days = floor(sec/86400)
local hrs = floor((sec-(days*86400))/3600)
local min = floor((sec-(days*86400)-(hrs*3600))/60)
sec = floor(sec-(days*86400)-(hrs*3600)-(min*60))
plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

TiMeTrAVelleR

Btw  i just changed the script   to needs  from somshine

oke  plop  will do that  thanks

plop

QuoteOriginally posted by T?M??r?V?ll?R
Btw  i just changed the script   to needs  from somshine

oke  plop  will do that  thanks
i know. lol

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

SMF spam blocked by CleanTalk