PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: Bollebus on 27 July, 2004, 17:12:54

Title: Script to ptokax
Post by: Bollebus on 27 July, 2004, 17:12:54
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
Title:
Post by: kepp on 27 July, 2004, 18:56:12
There are plenty of bots out, look in those sections and i know you'll find just what you need!!
Title:
Post by: D-J Valhala on 27 July, 2004, 19:16:18
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
Title:
Post by: Bollebus on 27 July, 2004, 19:29:01
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
Title:
Post by: Herodes on 27 July, 2004, 19:52:27
hmm ... there is this post (http://board.univ-angers.fr/action.php?action=getlastboard&threadid=2024) also .. :)
Title:
Post by: D-J Valhala on 27 July, 2004, 20:22:59
hehehe nice  8)
Title:
Post by: Bollebus on 27 July, 2004, 20:56:05
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
Title:
Post by: D-J Valhala on 28 July, 2004, 02:07:16
np dude  :D
Title:
Post by: ??????Hawk?????? on 28 July, 2004, 03:58:50





-- 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

Title:
Post by: Bollebus on 04 August, 2004, 13:50:49
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
Title:
Post by: plop on 04 August, 2004, 18:46:25
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