Brain-Master - Page 2
 

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

Brain-Master

Started by nErBoS, 04 March, 2004, 02:27:57

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nErBoS

Hi,

BeeR..

Use the last version of my bot that error is solved.

Best regards, nErBoS
--## nErBoS Spot ##--

BeeR

QuoteOriginally posted by nErBoS
Hi,

BeeR..

Use the last version of my bot that error is solved.

Best regards, nErBoS

Ok I'll try it..btw small nice script...
A cold BeeR is stunning !!

nErBoS

#27
Hi,

Brain-Master 1.0f

Notes:

-iDC++ (Italian DC) added to the Bot;
-Some organize on the code.


Best regards, nErBoS
--## nErBoS Spot ##--

nErBoS

#28
Hi,

Brain-Master v.: 1.1

Notes:

-New way to config Bot.



Version 1.1a:

-Correction in Config.exe;
-OpChat and VipChat from the Bot.

Version 1.1b:

-New command !offmsg records msg to offline users;
-New !hubinfo;
-Command !myip dissapeare and gave place to !myinfo.

Version 1.1c:

-Commands to add and remove registers avaible to all OPs;
-Script adapted to new oDc version.

Version 1.1d:

-Little correction on Ban (thanks to DorianG);
-New function added in Config.exe, you can configure the Anti-Pub and BadFiles table by the exe.



Version 1.1e:

-Correction of some Bugs;
-Added a nick checker because some characters create error in the script info database.

Version 1.1f:

-Correction OffLine Msg;
-RightClick with all Brain-Master commands.


Best regards, nErBoS
--## nErBoS Spot ##--

nErBoS

#29
Hi,

Brain-Master v.: 1.1g

Notes:

-ptDC v:1.0 blocked because of bugs;
-Little correction in OpChat and VipChat;
-Little correction in offline info.


Best regards, nErBoS
--## nErBoS Spot ##--

Psy-[A]

What about slot's cheker?

MinSlot's
MaxSlot's
slot/hub
max/hub
????

Psy-[A]

and one more thing

what about Prefix
if i want it to be + and noe !
can u do it 2?

D-J Valhala

Psy-[A] yes you can open the script from the script additor in the ptokax scroll down down down..... untill you see the commands section... now just change all the scripts profix from "!" to "+"
:)
My PsyIsrael Network
==================
--=[PsyIsrael DC Hub]=--
--=[PsyIsrael Website]=--
==================

Snooze

I were still having some problems with your VipChat.

I changed it to this to get it working ..

if (strsub(data,1,5+strlen(VipChat))=="$To: "..VipChat) then
		if (user.bOperator or user.iProfile == 3) then
			local s,e,talk = strfind(data, "$To:%s+%S+%s+From:%s+%S+%s+$<%S+>%s+(.+)")
			local aux,aux2,usr,profile
			for aux, profile in GetProfiles() do
				for aux2, usr in GetUsersByProfile(profile) do
					if (GetItemByName(usr) ~= nil and GetItemByName(usr).iProfile <= 3 and strlower(usr) ~= strlower(user.sName)) then
						SendToNick(usr, "$To: "..usr.." From: "..VipChat.." $<"..user.sName.."> "..talk)
						return
					end
				end	
			end
		else
			user:SendPM(Bot, da22)
		end
	end

**Snooze
- I just love lua !!

nErBoS

#34
Hi,

Snooze..

Stupid me doing user.iProfile == "VIP" should be the number 2 like in user.iProfile == 2. Tomorrow will be corrected. Thanks

Psy-[A] ....

About...
QuoteWhat about slot's cheker?

MinSlot's
MaxSlot's
slot/hub
max/hub
????
 

Don?t you have that in ptokax, why do it in the script ???

About..
Quoteand one more thing

what about Prefix
if i want it to be + and noe !
can u do it 2?

Yes good idea i will do that tomorrow.

Best regards, nErBoS
--## nErBoS Spot ##--

BeeR

Hello nErBoS :]

A request: Can you make a ISP-check?
A cold BeeR is stunning !!

nErBoS

Hi,

Beer...

Yes i can, just made the code now i am making to add the ips from the config.exe.

Best regards, nErBoS
--## nErBoS Spot ##--

nErBoS

#37
Hi,

Brain-Master v.: 1.1h

Notes:

-Correction on Vip-Chat (thanks Snooze);
-Added ISP Check, to be configured in Config.exe;
-New Language to Bot, German (thanks to [DE]Thypoon aka xfiles).


Best regards, nErBoS
--## nErBoS Spot ##--

xfiles

Oi nErBoS,

tudo bem?

Is it possible to build in a clock that shows the time to every full hour?
Something like this:

function zeitAnzeige()
local sHour = date("%H")
local sMin = date("%M")
UhrZeit=("It is now " ..sHour.. ":" ..sMin.. " O'Clock in our hubs local timezone.  -= Germany & Austria =-")
if sMin=="00" then
SendToAll("-=RoboCop?=-", UhrZeit)
StopTimer()
local sSec = date("%S")
SetTimer(60*60*1000-sSec+5*1000)
StartTimer()
end
end

function OnTimer()
zeitAnzeige()
end

function Main()
SetTimer(57000)
StartTimer()
end


Keep up the good work m8

regards

nErBoS

Hi,

Well, user have the !time command that shows hour and Date, whats the objective ???

Best regards, nErBoS
--## nErBoS Spot ##--

nErBoS

#40
Hi,

Brain-Master v.: 1.1i

Notes:

-Update in the commands !hubinfo;
-Script translated to Spanish (thanks to Xan);
-Some correction in the code.


Best regards, nErBoS
--## nErBoS Spot ##--

nErBoS

Hi,

I am working on a new version of Brain-Master with lot modifications, here is a taste of one of them...



It will take some time because i am having a lot of work in universaty and the exams are arriving.

Best regards, nErBoS
--## nErBoS Spot ##--

MetalPriest

Cool very cool Nerbos..

I wonder if you can implant some secure script into next version blocks RIAA and like that..

of Brain-Master...???

Thanks !!

MetalPriest
   ?? ?.(*?.?( ?.??.??)?.?*).?? ?
    ???*?.?*???RoboCop???*.??.?*? ?
      ???*?.?Checks you here !!!.??.?*? ?
          (?.?* MetalSweden *?.?) ?.?)
 (?.?* metalsweden.servemp3.com *?.?)
             \'?.(*?.?( ?.? ?.??)?.?*).??

[PT]CableGuy

QuoteOriginally posted by MetalPriest
...next version blocks RIAA and like that...
I think it's best to use Peer-Guardian Software  , instead of a script.
It doesn't uses hub resources , only PC resources.
So...i think it's much better NOT using a script. :]

MetalPriest

#44
Yep,but this is better to have all in one then 1000 progs for it.

Must be another way to do this.. Maybe Nerbos have a id? for it..We waiting and see: :D  :D  :D

MetalPriest
   ?? ?.(*?.?( ?.??.??)?.?*).?? ?
    ???*?.?*???RoboCop???*.??.?*? ?
      ???*?.?Checks you here !!!.??.?*? ?
          (?.?* MetalSweden *?.?) ?.?)
 (?.?* metalsweden.servemp3.com *?.?)
             \'?.(*?.?( ?.? ?.??)?.?*).??

nErBoS

Hi,

I could add, but like Cable said using Peer Guardian instead of a script is better. I will add that option. But like i said my time is very few i am upgrading my Bot every weekend a little.

Best regards, nErBoS
--## nErBoS Spot ##--

BeeR

Hello again nErBoS..

2 requests 1 old and 1 new..

The old is:
ISP-check to check for valid prefixes in your nick like this: [BBB]nick or [Tele2]nick not ipnumber/range check

the new is:
to make it possible for me to have all my jokes and
important info to the users sent in a PM from that
textosfolder where rules and network files are or if you
make a new folder..

Best Regards  :P
A cold BeeR is stunning !!

nErBoS

Hi,

Have ended a complety re-write in the BOT, now i have to make him Multi-Translated again, then i can add your request. The first one i can add, the second i didn't understand very good. You want a command or a function to send PMs to a certain of users from a text ??

Best regards, nErBoS
--## nErBoS Spot ##--

Herodes

aah! nErBoS, could you make something for ppl that want to have a postfix instead of a prefix ?
 [xx]lalala    / prefix    
lalala[xx]        /postfix
It is said to be a bit  more frendly to the users .. :)
apart from being something less common ...
Then you could save those that don't want moglos or _search or even  _search_##   :D:D
No prob if you don't though, I can understand it can be made with a separate code snippet ..

BeeR

QuoteOriginally posted by nErBoS
Hi,

Have ended a complety re-write in the BOT, now i have to make him Multi-Translated again, then i can add your request. The first one i can add, the second i didn't understand very good. You want a command or a function to send PMs to a certain of users from a text ??

Best regards, nErBoS
Hi..
My request 2 was:
I have lots of jokes and info files (to read a infofile about codecs, a user can type !codecs in main)
If i put all these files in ptokax textfolder they will be shown in main when typing !filename but, if you can make it possible so they will be shown in a PM to a user
it will be great.. :]
A cold BeeR is stunning !!

SMF spam blocked by CleanTalk