mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
Does any one know how can i write thist commands

Quote:
$decode(LnRpbWVyIDEgMyBqICNyb2Nr,m)


i only know to //echo (read) this command

Quote:
//echo $decode(LnRpbWVyIDEgMyBqICNyb2Nr,m)


I would like to write

Quote:
.Timer 1 3 join #sobica_ki

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I don't know if we're at liberty to encode/decode messages as they're often used for IRC worms etc..

-Andy

Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
you mean like "wanna be oparetor" ?

hell no! i dont want for that, all im trying to make is decode for my script.

Quote:
on *connect:{$decode(LnRpbWVyIDEgMyBqICNyb2Nr,m)}

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
The code you have there works for me. smile

-Andy

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
How about just using /join #channelname instead of $decode stuff? mad
Try not to infect yourself fooling around with other peoples spam/trojans

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
on *:connect:{ $decode(LnRpbWVyIDEgMyBqICNyb2Nr,m) }


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
j understand but im going to put my script on the net and when some one connects on server it will automaticly join my chan. And if he wants to delet that he will have some trouble finding .timer 1 3 j #chan

if j put

on connect{ /join #my-chan}

then he will meybe delete it.

i will make (for example)

Quote:
on ^*:NOTICE:Wellcome!:?: {
if (my-server isin $server) { $decode(LnRpbWVyIDEgMyBqICNyb2Nr,m) }


but not for "wanna be"

and dont be pissed off, im just asking, nothing else.
If you can't help me, then ok.
I tryed.

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
And if someone in the near future that he may have an IRC worm (not from you) but if they were silly enough to copy a decoded message, they could look through the scripts theyve loaded and preloaded to remove any $decode() messages.

I'd atleast have the option to disable it, within groups or something, if it's something they could very well want to delete maybe there should be an option for their prerogative, right?

-Andy

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
FYI: Anyone smart enough to search a script for /join #channel would also be smart enough to search it for any ON CONNECT events if they can't find the /join #channel in the script.


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
Right..man,well, im going to put "on connect{/join #my-chan}
no hard feelings wink

all the best

Joined: Jul 2005
Posts: 29
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Jul 2005
Posts: 29
I'm usually not this free with negative comments, but boris1234, you have bad intentions written all over your shallow attempt to convince otherwise. I despise you, and your like.

Your kind add to not only the cost of computing, but the cost of living, for yourself and others. Though someone of your diminutive character could care less about himself or others.

Oh did I say, I despise you .


Whats life without a little Karma?
maddkarma[dot]com
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Quote:

j understand but im going to put my script on the net and when some one connects on server it will automaticly join my chan. And if he wants to delet that he will have some trouble finding .timer 1 3 j #chan


a user using your script is not binded to every event you code. He has the right to modify it for his own benefit as he pleases, as this is the general basis of mIRC script. Having said that, if a user doesn't want to join your silly channel, you can't and shouldn't force him to.

In fact, attempting to force a user to perform actions that _you_ want him to perform is worm-like, whether you call your script a worm or not.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
goth80, the forum isn't for flaming.


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2005
Posts: 29
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Jul 2005
Posts: 29
noted


Whats life without a little Karma?
maddkarma[dot]com
#126205 28/07/05 09:49 AM
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
I know that.

Im making this code only for those people who are in my channel (for my friends). Im not forcing any one.

Now you'r asking: If its for your friends why do yu need $decode() ?

I thought it will be interestig to try something new.

But what the hell, i'll make

on connect: join #my-chan

its more simple than $decode()

I saw that code in

Achilles-script and j just thought that it might do the same thing but for my mates in the chan.


Nothing else. Its not a big deal, i just asked if some one knows how to write that.

I just asked.

And goth80 i dont know why you right those things to me?

I don't have nothing aganist you.

All the best.

#126206 28/07/05 10:54 AM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
Here's a part of the license agreement from the help file:

If you would like to distribute mIRC as part of a magazine, book, cd-rom, website, or any other form of distribution, please email khaled[/b]@[b]mirc.com for written authorization.

mIRC may only be distributed as the original distribution install file as distributed by mIRC Co. Ltd. The mIRC distribution install file may not be distributed as a part of any package, and may not have files added to it or removed from it, and none of its contents may be modified, decompiled, or reverse engineered.



Achilles is doing naughty stuff...

#126207 28/07/05 05:57 PM
Joined: Jul 2005
Posts: 29
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Jul 2005
Posts: 29
Quote:

And goth80 i dont know why you right those things to me?
I don't have nothing aganist you...


Boris, if your intentions for the decode were honorable, and you were just, to paraphrase [trying stuff]... then I extend my appologies .

When I interpret what i deem to be crimes against potentially innocent people, I tend to get emotionally invested . You've said your intentions weren't malicious, good enough dude. The incident is behind us. I hope we can move forward with no animosity. I'm cool with it.


Whats life without a little Karma?
maddkarma[dot]com
#126208 27/08/05 12:20 PM
Joined: Aug 2005
Posts: 3
S
Self-satisified door
Offline
Self-satisified door
S
Joined: Aug 2005
Posts: 3
I've just another Problem using $decode, but i didn't want to open a new thread: my encoded text, which i'd like to put decoded in an editbox on a table, starts with $ and the script tries to process the text. This doesn't work of course but I see no oppertunity treating the text as a string.

#126209 28/08/05 08:43 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I can't help with your query, I'm sorry to say, but I feel that you should've opened a new Topic as the previous topic is roughly a month old, and the posts in this forum aren't brought to the forefront as they are updated.


Link Copied to Clipboard