Therapy-X? by me - Page 3
 

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

Therapy-X? by me

Started by ((UKSN))shad_dow, 29 June, 2004, 12:56:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tarot

hi shad_dow great script only
i have this syntax error

Syntax error: attempt to concat global `tmessagenotsent' (a nil value)
stack traceback:
   1:  function `VipDataArival' at line 1048 [file `Functions.lua']
   2:  function `DataArrival' at line 132 [file `Therapy-X?.lua']

what is that and not all the Right Click commands working kan you fix that thanks
Gothic Metal City
       

photoshop and 3D



(????H??v?????v?L????)

Hi try this right click scripts for Therapy-X? made by shad_dow


assert(dofile("Therapy/Therapy.Settings.ini"),"bots settings file  not found")


function NewUserConnected(user, data)

 if (user.iProfile) == 3 then UserCommands(user)
	elseif (user.iProfile) == 2 then VIPCommands(user)
	else UserCommands(user)
	user:SendData("<"..Bot..">  .....Enhanced Right Click Support for DC++ ... Enabled|")
end
end

function OpConnected(user, data)


              if (user.iProfile) == 0 then OwnerCommands(user)
	elseif (user.iProfile) == 1 then OpCommands(user)
	end
	user:SendData("<"..Bot..">  .....Enhanced Right Click Support for DC++... Enabled|")
end


function UserCommands(user)
 

user:SendData("$UserCommand 1 3 ???? User Commands ????\\Help$<%[mynick]> !help ||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Get My IP $<%[mynick]>  !myip||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\View Network $<%[mynick]>  !network||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\View Hub Rules$<%[mynick]> !rules||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Report a User$<%[mynick]> !report %[nick] %[line:Reason ]||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Show Reg/VIP/OPs/Master\\Master$<%[mynick]> !show Master||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Show Reg/VIP/OPs/Master\\Ops$<%[mynick]> !show Operator||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Show Reg/VIP/OPs/Master\\VIP$<%[mynick]> !show VIP||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Show Reg/VIP/OPs/Master\\REG$<%[mynick]> !show REG||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Register your nick$<%[mynick]> !regme %[line:create password ]||")
--user:SendData("$UserCommand 1 3 ???? User Commands ????\\Leave Away Message$<%[mynick]>  !away %[line:Away Message ]||")
--user:SendData("$UserCommand 1 3 ???? User Commands ????\\View hub news$<%[mynick]>  !Rnews||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\Get the time$<%[mynick]>  !time||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\View Hubjump$<%[mynick]> !hublist||")
--user:SendData("$UserCommand 1 3 ???? User Commands ????\\View Weblog $<%[mynick]>  !Rweblog||")
--user:SendData("$UserCommand 1 3 ???? User Commands ????\\Add  Website to Weblog$<%[mynick]> !Wweblog %[line:Website address ]||")
user:SendData("$UserCommand 1 3 ???? User Commands ????\\View DCfaq$<%[mynick]> !faq||")
--user:SendData("$UserCommand 1 3 ???? User Commands ????\\Bots info$<%[mynick]> !scriptinfo||")


end





function VIPCommands(user)

user:SendData("$UserCommand 1 3  ???? VIP Commands ????\\View Hub Info $<%[mynick]>  !hubinfo||") 
user:SendData("$UserCommand 1 3  ???? VIP Commands ????\\Leave User a Message$<%[mynick]> !offline %[nick] %[line:message]||")
--user:SendData("$UserCommand 1 3  ???? VIP Commands ????\\Kick Nick$<%[mynick]> !kick %[nick] %[line:Reason for kick?]|") 
--user:SendData("$UserCommand 1 3  ???? VIP Commands ????\\Add web url to weblog$<%[mynick]> !wweb %[line:message ]||")
--user:SendData("$UserCommand 1 3  ???? VIP Commands ????\\View weblog $<%[mynick]>  !redweb||") 
UserCommands(user)     
end


function OpCommands(user)
         
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Help$<%[mynick]> !help ||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\kick user\\Kick Nick$<%[mynick]> !kick %[nick] %[line:Reason for kick?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Kick user\\Kickban Nick$<%[mynick]> !kickban %[nick] %[line:Reason for kickban?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Kick user\\Kick By Rules$<%[mynick]> !Rkick %[nick] %[line:Rule 1 / 2/ 3 / 4/ 5?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Warn Nick$<%[mynick]> !warn %[nick] %[line:Reason for warnning?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Disconnect User$<%[mynick]> !drop %[nick]||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Timeban nick$<%[mynick]> !timeban %[line:bantime in mins] %[line:reason]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Ban user\\Nickban$<%[mynick]> !nickban %[nick]||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Ban user\\Ban IP$<%[mynick]> !banip %[line:IP to Ban?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Ban user\\Ban username$<%[mynick]> !ban %[nick] %[line:Reason for ban?]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Ban user\\Ban by rule$<%[mynick]> !Rban %[nick] %[line:Rule 1/2/3/4/5 etc]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Unban ip $<%[mynick]> !unban %[line:IP  to Unban? Is It OK?]|")
user:SendData("$UserCommand 2 6 ???? Op Commands ????\\Mute User\\Mute $<%[mynick]> !gag %[nick]|")
user:SendData("$UserCommand 2 6 ???? Op Commands ????\\Mute User\\UN-Mute user$<%[mynick]> !ungag %[nick]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\View logs\\View Kicks Log$<%[mynick]> !viewkicks ||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\View Logs\\View Warns$<%[mynick]> !viewwarns ||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\View user Visits $<%[mynick]> !visits %[nick]||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\User info\\advance User Info$<%[mynick]> !info %[nick]||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\User info\\User Info$<%[mynick]> !info %[nick]||")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Mass Message users$<%[mynick]> !mass %[line:message]||")    
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Clear Temp Bans$<%[mynick]> !clrtemp||")
user:SendData("$UserCommand 1 2 ???? Op Commands ????\\ make User Reg/VIP$<%[mynick]> !addreg %[nick] %[line:password for user] %[line:VIP / Reg]|")
--user:SendData("$UserCommand 1 2 ???? Op Commands ????\\Write New hub news$<%[mynick]> !Wnews %[line:Subject] %[line:message]|")
--user:SendData("$UserCommand 1 2 ???? Op Commands ????\\Delete Hub News$<%[mynick]> !delreguser %[nick]|")   
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Send Advert$<%[mynick]> !advert||") 
user:SendData("$UserCommand 1 2 ???? Op Commands ????\\Activate Redirect$<%[mynick]> !redirectpass %[line:password]|")
user:SendData("$UserCommand 1 2 ???? Op Commands ????\\Redirect User$<%[mynick]> !redirect  %[nick] %[line:address] %[line:Reason]|")
user:SendData("$UserCommand 1 3 ???? Op Commands ????\\Whois IP$<%[mynick]> !whois %[line:Users ip]||")
VIPCommands(user)			
                   
end


function OwnerCommands(user)
        
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\help$<%[mynick]> !help ||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Bot\\hide bot$<%[mynick]> !regbot||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Bot\\unhid bot$<%[mynick]> !unregbot||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Hub Settings\\change hubname$<%[mynick]> !chhubname %[line:new hub name ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Hub Settings\\change hub description$<%[mynick]> !chhubdesc %[line:new hub description ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Hub Settings\\change hub addy$<%[mynick]> !chhubred %[line:new hub address ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Hub Settings\\change hubs maxusers$<%[mynick]> !chmaxusers %[line:new hub name ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\Hub Settings\\change hubs minshare$<%[mynick]> !chshare %[line: Number ] %[line: unit is 0/Bytes 1/Kbytes 2/Mb 3/Gb  ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\de-reg user$<%[mynick]> !delreg %[nick]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\flood user$<%[mynick]> !flood %[nick] %[line:number of times ] %[line:reason ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\fake user in main$<%[mynick]> !fmain %[line:fake nick ] %[line:message ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\only dc++ clients allowed\\ON$<%[mynick]> !onlydc on||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\only dc++ clients allowed\\OFF$<%[mynick]> !onlydc off||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\check Bots Mem$<%[mynick]> !scriptmemcheck||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\ Logs\\save warns to warn log $<%[mynick]>  !savewarns||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\ Logs\\save kicks to kick log $<%[mynick]>  !savekicks||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\ Logs\\delete from kick log $<%[mynick]>  !delkicks||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\ Logs\\save kicks to kick log $<%[mynick]>  !savekicks||")
--user:SendData("$UserCommand 1 3 ???? Master Commands ????\\mass message ops$<%[mynick]> !massops %[line:message ]||")
--user:SendData("$UserCommand 1 3 ???? Master Commands ????\\add website to weblog$<%[mynick]> !wweb %[line:message ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\write to network file$<%[mynick]> !wnetwork %[line:cut and paste whole network in here ]||")
user:SendData("$UserCommand 1 3 ???? Master Commands ????\\write to rules file$<%[mynick]> !wrules %[line:cut and paste whole rules in here]||")
OpCommands(user)		
end


Hope it helps :)

((UKSN))shad_dow

#52
Hi All

To Tarot

hi mmm strage that 1 , only way i got that systex error , was after a Non Vip User tryed to chat via the pming VIP Chat , but rest assured am looking in to the problim now for u

To ????H??v?????v?L????

thank u for putting that right click up :D

To Rest

working hard to get website back online now ive fixed the HardWare :)
PS. Therapy-X V2.1 on its way :)

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

Dear All

Website and hub now back onLine :)

yours
shad
creator of Therapy-X? bot

Tarot

QuoteOriginally posted by ((UKSN))shad_dow
Hi All

To Tarot

hi mmm strage that 1 , only way i got that systex error , was after a Non Vip User tryed to chat via the pming VIP Chat , but rest assured am looking in to the problim now for u

To ????H??v?????v?L????

thank u for putting that right click up :D

To Rest

working hard to get website back online now ive fixed the HardWare :)
PS. Therapy-X V2.1 on its way :)


shad

i no the problem now i have name the Opchat vipchat so when a vip ore user try to contact the opchat than
i have the syntex error
Gothic Metal City
       

photoshop and 3D



(????H??v?????v?L????)

i also get this error when some one trys the vip chat


Syntax error: attempt to concat global `tmessagenotsent' (a nil value)
stack traceback:
   1:  function `VipDataArival' at line 1048 [file `Functions.lua']
   2:  function `DataArrival' at line 132 [file `Therapy-X?.lua']

((UKSN))shad_dow

OKi Doki

im looking in to this again ,

yours

shad
creator of Therapy-X? bot

(????H??v?????v?L????)

Hi i been running this gr8 script for a while, my problem is that the reg user data base is getting high.

it would be good to have a cleaner for all the old and un used accounts.

The other thing i would like is for the bot to not allow users to reg who put < and > in there nick and pass

Thanx HeavensDevil :)

((UKSN))shad_dow

hello all

to heveans devil

am looking in to ur request :)

to all

vip chat has been fixed for v2.1

copule of things to add and v2.1 will be relased this week

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

#############################################################################
 Therapy-X?   - Created by Shad_dow?, 7th may 2004               
  Current version  - V2.1

----- Thanx To -------

Beta Testers
HAWK,KEPP,NightLitch And Many More
Allso To Plop :)



WHAT IS IN THE Therapy-X ??
------------------------
Scripts Included But Un-Compiled

 auto/manual registered user cleaner if user hasn't been in the hub for x weeks made by plop
( Therapy-X/usercleaner2.lua )


FreshStuff v.3.4 -- original idea/script by chilla -- completely rewriten by plop
( Therapy-X-/Freshstuffv.3.4)


----- EveryThing Eles--------------
Anti adverts.
Mldc Mldonkey not wanted clients.
Only dc++ and odc++ Fixed
Fake check
HubList
Share/Slots/Hub Check (Built In To Hub)
Search for badfiles
Not wanted isps
Prefix change
MiniDc++ version
Redirect pass
GuestBook
Saves maxkicks into file
Saves Warning into file
Auto Load saved files
Self Registering -- Fixed By Hawk
Faq
Vips Kick (enable/disable)
Download/Search Blocks (enable/disable)



-------  Therapy-X History ------------

7/5/2004
v0.1 beta    Started from a Func-Bot script  Wrote by nErBoS
                                     
                                    Added Anti adverts
      Added Mldc Mldonkey not wanted clients.
      Added Only dc++ clients (on/off)
      Added Fake checker
      Added Hub Jump (Scripter Unknown)
      Added MiniShare checker
      Added MaxShare Checker
      Added MaxSlots checker
      Added MiniSlots checker
      Added Vip Share Checker

23/6/2004
      Added  badfiles Checker
      Added Not wanted isps Checker
      Added  Prefix Setting
      Added MiniDc++ version Checker
      Added WebLog
      Added Saves maxkicks into file
      Added Saves Warning into file
      Added Auto Load saved files
      Added Reg / VIP Chat
                                     
24/6/2004
            Added Search Hitlist - (Modifyed version of  SearchCount  V.1.3  by  c h i l l e r)
            Added MediaForce Killer - (Scipter Uknown)

25/6/2004                offical relase

 1/7/2004                                   Removed Badfiles cheacker as it's not full proof and takes 2 much resources
         fixed anti-ads (now addys can be pm to bot when using weblog command) with Great Help From Kepp.. thx m8
         added HubLog
                                                      Removed HubLog (due to some erros , be back soon)
         added PM-commands-to- Bot

?/7/2004   Fix A load Bugs -- realsed 0.01A
           Fixed More bugs -- reasled 0.01B

2/8/2004   Realsed V2 -- more fixs :)

24/8/2004 Realesd V2.1 to beta for testing -- add fixs / freshstuff and User Cleaner

------------------------------------------

Wanted Beta Testers  - PM Me for Deatails and Download Url

Will Reasle Public Relase as soon as i Get Bug Reports Back From Beta Testers

Beta Tester U will Be Contacted Shortly :) with Download Url :)

@ (????H??v?????v?L????)  - User Cleaner Added :)

Yours
shad

Yours Shad
creator of Therapy-X? bot

Tarot

:D that is great news shad_dow :D
Gothic Metal City
       

photoshop and 3D



((UKSN))shad_dow

Thank u Tarot ,

like to try and keep ya all happy :)

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

#############################################################################
 Therapy-X?   - Created by Shad_dow?, 7th may 2004               
  Current version  - V2.1

WHAT IS IN THE Therapy-X ??
------------------------
Scripts Included But Un-Compiled

 auto/manual registered user cleaner if user hasn't been in the hub for x weeks made by plop

FreshStuff v.3.4 -- original idea/script by chilla -- completely rewriten by plop

Range Blaster by Phatty

----------------------------------
Thanks to all at the lua forum

extra thanks to plop, NightLitch,Typhoon,HAWK

plus 1000 thanks to my beta testers




----- EveryThing Eles--------------
Anti adverts.
Mldc Mldonkey not wanted clients.
Only dc++ and odc++ Fixed
Fake check
HubList
Share/Slots/Hub Check (Built In To Hub)
Search for badfiles
Not wanted isps
Prefix change
MiniDc++ version
Redirect pass
GuestBook
Saves maxkicks into file
Saves Warning into file
Auto Load saved files
Self Registering -- Fixed By Hawk
Faq
Vips Kick (enable/disable)
Vips Reg (enable/disable)
Download/Search Blocks (enable/disable)



-------  Therapy-X History ------------

7/5/2004
v0.1 beta    Started from a Func-Bot script  Wrote by nErBoS
                                     
                                    Added Anti adverts
      Added Mldc Mldonkey not wanted clients.
      Added Only dc++ clients (on/off)
      Added Fake checker
      Added Hub Jump (Scripter Unknown)
      Added MiniShare checker
      Added MaxShare Checker
      Added MaxSlots checker
      Added MiniSlots checker
      Added Vip Share Checker

23/6/2004
      Added  badfiles Checker
      Added Not wanted isps Checker
      Added  Prefix Setting
      Added MiniDc++ version Checker
      Added WebLog
      Added Saves maxkicks into file
      Added Saves Warning into file
      Added Auto Load saved files
      Added Reg / VIP Chat
                                     
24/6/2004
            Added Search Hitlist - (Modifyed version of  SearchCount  V.1.3  by  c h i l l e r)
            Added MediaForce Killer - (Scipter Uknown)

25/6/2004                offical relase

 1/7/2004                                   Removed Badfiles cheacker as it's not full proof and takes 2 much resources
         fixed anti-ads (now addys can be pm to bot when using weblog command) with Great Help From Kepp.. thx m8
         added HubLog
                                                      Removed HubLog (due to some erros , be back soon)
         added PM-commands-to- Bot

?/7/2004   Fix A load Bugs -- realsed 0.01A
           Fixed More bugs -- reasled 0.01B

2/8/2004   Realsed V2 -- more fixs :)

24/8/2004 Realesd V2.1 to beta for testing -- add fixs / freshstuff and User Cleaner


Therapy-V2.1 Download
creator of Therapy-X? bot

((UKSN))shad_dow

Dear ALL

Dont Worry Im Still Alive , just got some family/personal probs to deal with @ mo ,

Still working towards Therapy-X V2.2  ,all so mega repsect to hub owners using my bot

respeact to all the scripters including HAWK,PLOP,NIGHTLITCH,TYPHOON and Many More

Il Be Back FULL TIME Very SOON :)

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

Dear All

Therapy-X v2.2XS (Xtra Security) now in Dev Stage :)

so any ideas for this relase welcome :)

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

Dear All

i know some of wondering where i got to with Therapy-X 2.2 well i having to painfuly write it as its to big in small files which makes things complicated abit , all so since ive used a few scripts from other scripts, some of them have wished that i Dont Compile them in to therapy ,I have respected these scripters wishes so now therapy-X will have a addon folder where i will but there scripts uncompiled and have found a way to use them in therapy with only a few lines of code :)  Hopefully this will solve some issues with most scripters ,as soon as i relase therapy-x 2.2 i will realse a examlpe script showing how to do this :)

thank u to all here @ the forums ,il be full scripting asap but for now i will do as much as i can in the time i have free :)

yours

Shad
creator of Therapy-X? bot

((UKSN))shad_dow

Dear all

getting back slowly , due to hosting probs etc , the therapy-x website is now being host by HAWK (cheers m8 ) @ New Therapy-x Website

still working on lastes script and other suff so should be back pretty soon

urs

shad
creator of Therapy-X? bot

((UKSN))shad_dow

**** Therapy-X V3 NOW IN DEV DEBUG VERSION***

dear All

i know been along time since V2.1 relased , just updateing u with
that V3 is now in dev debug stage ,

V3 update

fix small bugs
added more security
added on/off switchs for each security feture
added --Echo 1.0 --by Mutor The Ugly

to do
a few more fetures to add for users
tidying up of code
mem used to lower

hopefully wont be to long till a degbug beta relase , so if ur a hub owner/scripter intressed in testing ,pm here @ the forum

will be back full time scripting by the 10th of Nov 2004

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

#68
dear all

well here it is  Therapy-X Version 3 (Dev)  

plz download and run in a test hub ,as i am not responcible for lost of users in ur public hubs ,

hopefully there aint many bugs , if u find 1 plz report em to me here

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

dear all

lastest update on V3 ... dont run the above post script cos its too buggy (sorry about that)

V3 so far

opitimised it (less debug stuff  in it)

added Addons Folder for furture scripts to be added (this way scripter can now tell me if they dont wont there scripts compelled with therapy)

making new GUI too

Thankx to all beta testers

special thx to Hawk ,Mutor ,plop, herodes,Kepp and NightLitch for all there support on my Q`s with LUA

Keep Ptokax Alive PPl :)

yours

shad
creator of Therapy-X? bot

((UKSN))shad_dow

#70
dear all

download Therapy-X V3 (beta) from here

hope u enjoy it  
plz report any bugs

ypurs shad
creator of Therapy-X? bot

((UKSN))shad_dow

#71
dear all

heres the link to Therapy-X V3.0a FIXED relase .... Download Here


happy xmas and il see u all some time in january  

hope fully with new version of therapy-x

yours

shad
creator of Therapy-X? bot

MAKAVELI-2PAC

This script don't work by me :(

I simply put it in PtokaX Scripts folder and start hub but look's like script won't work. I enter the hub and i only have commands avilable from PtokaX, but one more thing is strange i don't have any Syntax error in PtokaX   8o .

If somone know the answer what could be wrong please tell me.

Cya
Only God Can Judge Me !!!!!

n1ck

any chance of giving us a NON compiled version?
dcuk.direct-connect.co.uk

**compiled bots are like what microsoft is to open source!**

((UKSN))shad_dow

#74
Good Morning All

@MAKAVELI-2PAC

Ok ive fixed the commands bug , so  now all commands wok
Download Here

@n1ck

maybe some day in furture m8


@ALL

the settings file in now in the folder called Therapy-x




yours

shad
creator of Therapy-X? bot

SMF spam blocked by CleanTalk