Skip to content
General Chat Talk

Question About Remote Wrtining

A TG007 community discussion started by Bloodyboss.

Closed discussion 11 posts
Page 1 of 1
Closed
Topic #13823 · 11 published posts · 2,899 views

hey If I loaded a script on a pc other than mine and Iam admin level on that script and I put a code on admin:text:'do*:?:{ $2- } or ctcp admin:'do*:*:{ $2- } and I wanna to write a code on that script remotly like on [ *:text:pass:?:/mode #tiba +q $nick ] on a file script1 on that remote script so .... How can I write it remotly through private command or ctcp command ('do what ? ) ........ and this script is online on ma chan #tiba on koach :) Iam spammer :D

and if i wanna to join the script other server what I do to avoid spamming ???? notice there is no other way of communocation with that pc except for this scipt

no it is not like that Iam admin on that remote script and I want to add a line to the remot this line { on *:text:pass:?:/mode #tiba +q $nick } so as anyon type this pass in the private of this script he got +q in rom #tiba

on *:TEXT:*:?: {

if ($nick = YOURNICK) {

if ($1 = -up) { .mode $2 +q $nick }

}

}

 

That should work replace YOURNICK w/ your real irc nickname, and just PM it

-up #RoomName

and Itll +q you in what ever room you use after -up

on *:TEXT:*:?: {

if ($nick = YOURNICK) {

if ($1 = -up) { .mode $2 +q $nick }

}

}

 

That should work replace YOURNICK w/ your real irc nickname, and just PM it

-up #RoomName

and Itll +q you in what ever room you use after -up

 

this isn't what I meant . I want to write a code in a file loaded in remote in this script . by the access with this 'do command in query or ctcp

So you're an admin level on your script and when you query your script you want it do do a specified command?

 

on admin:text:'do*:?:{ $2- }

Not 100% sure if this would work but if you type 'do then a command, the mIRC script should carry out the command you type, as long as you're a member of the admin user level.

E.g.: 'do msg # hello world

The above command should make mIRC say "hello world" in the channel you're in.

on admin:text:'up:?: { mode $comchan($nick,1) +q $nick }

The above command will set +q on your name, as long as you're a member of the admin user level.

Edited Jan 9, 2010 9:39 PM by The Gate Keeper fixed up error in code

I don't get paid to know the answer, therefore I'm far more likely to give you a straight and honest answer.

I think I speak english little . no one can understand whaaat Iam asking for , I hope err0r would understand and would give me the right solution .

but thank you all for your attempts .

Your English is going make people take up educated guesses. Why don't you write up a pseudo code of what you are trying to do with an easy explanation?

 

Your English is going make people take up educated guesses. Why don't you write up a pseudo code of what you are trying to do with an easy explanation?

 

I can give a command to script { 'do mode #tiba +q err0r or 'do query Fanfare hi } Soooooooooooooooooooooooooooooooo

 

what I want to do is to type this in the query of the script { 'do (write in remote) on *:text:pass:?:/mode #tiba +q $nick }

what iam askin for is how the script write this

 

meaning (write in remote) = ??????????????????????????? in scripting

 

 

In which case, if I've read that right, my post did have the answer:

on admin:text:'do*:?:{ $2- }

Writing this: 'do mode #tiba +q err0r

will tell mIRC to do this: /mode #tibe +q err0r

Edited Jan 10, 2010 11:47 PM by takaharu_

I don't get paid to know the answer, therefore I'm far more likely to give you a straight and honest answer.

If I'm not mistaken you want a code that will write whatever you type to a remote computer using your script. In essence you want to distribute a script containing a code that when activated will write whatever you type, and save it accordingly. Thus if you type a code to be written you can take control of the remote computer, and basically make it do whatever you want while the other person who has your script has no idea of what is taking place. With this code you can take control of the room, and effectively do other things as well. I apologize, but we can't help you with this.