can some1 help me
 

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

can some1 help me

Started by raz, 29 October, 2003, 22:31:39

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

raz

i need a script whcih does !boom, !cannabis etc. i really need it. if some1 has it can dey post it. thanks. :D

pHaTTy

sure Gekko does that :P
Resistance is futile!

raz

yes phatty, how r u? how was linux?  i don't want a bot i want a script. sorry if i didn't make dat clear in the post b4  :D

raz

isn't there any1 who has the !boom etc  script. i really need it. i would appreciate if soem1 can post it on here. :D

raz

phatty can u help me. as u have it in ur bot can u make a seperate 1 for me.safe. :D

pHaTTy

But all itis is a bot thats reading text files, and atm im very bissy with Gekko, extrememly sorry, i wud if i had the time, and after i finish some stuff on my bot, i have a CV to write brrrrrrrrrrrrrrrr
Resistance is futile!

raz

safe anyway. maybe soem1 else can do it. :D

TiMeTrAVelleR

Here a simpel tekstfile reader  

--ShowInfo v1.0 by latinmusic == poweroperator 18/04/2003
--Based on TrickerBot 2 by ?Ptaczek?
--Based on a few lines of DirtyBot made by Dirty Finger
--This script read several files from a table and display them to a single user when he type the appropiate command...
--The directory --> Files <-- must exist inside of PtokaX Script Directory...
--The files --> rules.txt, net.txt, logo.txt and news.txt <-- must exist inside Files Directory...
--Enjoy
BotName = "?The.ButleR"
Files = {  
["!boom"] = "Files/boom.txt",
["?news"] = "Files/news.txt",
["?rarfile"] = "Files/rarfile.txt",
["?regler"] = "Files/regler.txt",
["?winrar"] = "Files/winrar.txt",
["?rippdvd"] = "Files/rippdvd.txt",
["?opfun"] = "Files/opfun.txt",
["!faq"] = "Files/faq.txt",
["?dvd2vcd"] = "Files/dvd2vcd.txt",
["?rules"] = "Files/Rules.txt", --If you're using DirtyBot, don't uncomment this line
}
function Main()
end
function DataArrival(user, data)
if( strsub(data, 1, 1) == "<" ) then
s,e,msg = strfind(data, "%b<> ([ -z]*)")
for key, value in Files do
if( strfind( strlower(msg), key) ) then
txtToShow, x = gsub(value, "%b[]", user.sName)
SendToAll( data )
Show(user, TheFile)
return 1
end
end
end
end
function Show(user, TheFile)
readfrom(txtToShow, "r")
local message = ""
while 1 do
local line = read()
if line == nil then break
else
message = message..line.."\r\n"
end
end
user:SendPM(BotName, message)
readfrom()
return 1;
end



TiM

[ES]latinmusic

8o
I have losted the old backup for this one!. Thanks for posting it here again  :))

raz

thanks time traveller. i really needed it. :D

SMF spam blocked by CleanTalk