Hi everyone
i have change software from Y.hub to Ptokax
but im missing +command in ptokax
iknow at i have !network in Ptokak but i wont to have more ! ....
and i wont have a finnish lua script who i can write
!command in main
some one here have a script ?
// Bolle
AND
some one who have or can maka a skript who send a mass mess every hour to all people
//Bolle
There are plenty of bots out, look in those sections and i know you'll find just what you need!!
1st of all... Wellcome to the best hub soft mate :D
you can use...
=============================
"Robocop" (By Optimus) Get It From Here... http://members.home.nl/jakootstra/RCv8.0b.rar
=============================
"Brain-Master" (By nErBoS) Get It From Here...
http://www.tudonosso.tv/forum_files/Brain-Master_2.0.zip
=============================
"Thor" (By NightLitch) Get It From Here...
http://swenorth.myftp.org/network/nightlitch/download/THOR.1.5.rar
=============================
hope i hellpd :D
OK
Thanks Dude :))
//Bolle
QuoteOriginally posted by D-J Valhala
1st of all... Wellcome to the best hub soft mate :D
you can use...
=============================
"Robocop" (By Optimus) Get It From Here... http://members.home.nl/jakootstra/RCv8.0b.rar
=============================
"Brain-Master" (By nErBoS) Get It From Here...
http://www.tudonosso.tv/forum_files/Brain-Master_2.0.zip
=============================
"Thor" (By NightLitch) Get It From Here...
http://swenorth.myftp.org/network/nightlitch/download/THOR.1.5.rar
=============================
hope i hellpd :D
hmm ... there is this post (http://board.univ-angers.fr/action.php?action=getlastboard&threadid=2024) also .. :)
hehehe nice 8)
i have rorbo 8 but i han not find somewere there i can fix so a mass mess send every hour
and the !command
//bolle
QuoteOriginally posted by Bollebus
Hi everyone
i have change software from Y.hub to Ptokax
but im missing +command in ptokax
iknow at i have !network in Ptokak but i wont to have more ! ....
and i wont have a finnish lua script who i can write
!command in main
some one here have a script ?
// Bolle
AND
some one who have or can maka a skript who send a mass mess every hour to all people
//Bolle
np dude :D
-- timed mass message from text by ??????Hawk??????
-- create a massmessage.txt file in the scripts directory
-- containing your message
SendEvery = 2 ---- time in hrs
textfile = "massmessage.txt"
bot = "Mass_Message"
hrs = 1000 * 60 * 60 * SendEvery
function Main()
SetTimer(hrs)
StartTimer()
end
function OnTimer()
massMessageToAll()
end
function massMessageToAll()
local handle = openfile(textfile, "r")
if (handle ~= nil) then
local line = read(handle)
Temptimerfile = "\r\n"
while line do
Temptimerfile = Temptimerfile.."\r\n"..line
line = read(handle)
end
SendPmToAll(bot, Temptimerfile)
closefile(handle)
end
end
HI
the script is perfeck but i vill not send it in main
i wont the script send a pm to everyone
but i worthless to edit lua script so i need help there
im running Ptokac soft whit robocop 8
and i thankz f?r the script
//Bolle
search for my texter 4.x.
it can show endless amount's of text files, linked 2 userlevels.
you can decide where it should show and 2 who/when.
plop