Page 4 of 6

Re: CMUD/ZMUD Script Samples

Posted: 08 Apr 2011 20:34
by Alexi
Can someone post me some scripting that allows me to kill in game without being attentive and not get caught?

Thanks.

Re: CMUD/ZMUD Script Samples

Posted: 09 Apr 2011 01:24
by Earth
bromen wrote:This stuff looks like something I really need!!!

But pretend I'm 4 yrs old for a sec and gimme a bit more instruction where to put this code?

TY!

-b
Oh, in CMUD or ZMUD, just cut and paste it directly into the place you type your commands, simple as that.

Re: CMUD/ZMUD Script Samples

Posted: 09 Apr 2011 01:27
by Earth
Alexi wrote:Can someone post me some scripting that allows me to kill in game without being attentive and not get caught?

Thanks.
He he he, how about this?

Code: Select all

#trig {A * rat} {kill rat}
#trig {You killed*rat} {quit}
When you see the rat you will attack it, then once you killed it, you'll auto quit on the spot so you won't get caught for botting ;) :lol:

Re: CMUD/ZMUD Script Samples

Posted: 09 Apr 2011 05:15
by Cherek
Sorry Earth, your rat script is flawed, you cant quit so soon after killing a rat. :)

Re: CMUD/ZMUD Script Samples

Posted: 09 Apr 2011 08:23
by Booger
Cherek wrote:Sorry Earth, your rat script is flawed, you cant quit so soon after killing a rat. :)
Doh! It was a trap, Cherek! Earth "gave away" his "foolproof" bot script to get him deleted for botting once he used it. :twisted:

Re: CMUD/ZMUD Script Samples

Posted: 09 Apr 2011 19:52
by Cherek
Crap! Why didnt you tell me it was a trick in a private mail?! I never understand such things myself...

*sigh*

Re: CMUD/ZMUD Script Samples

Posted: 11 Apr 2011 18:12
by Earth
:lol:

You guys are on to me...Now we won't be able to catch the real botters! You give me no choice but to post another fool proof script!

Code: Select all

#trig {A * mouse} {kill mouse}
#trig {You killed*mouse} {#10 commune gorboth Delete me! I'm spamming you!  I'm a botter!}

Re: CMUD/ZMUD Script Samples

Posted: 11 Apr 2011 18:14
by Alexi
Earth wrote::lol:

You guys are on to me...Now we won't be able to catch the real botters! You give me no choice but to post another fool proof script!

Code: Select all

#trig {A * mouse} {kill mouse}
#trig {You killed*mouse} {#10 commune gorboth Delete me! I'm spamming you!  I'm a botter!}
:lol:

Re: CMUD/ZMUD Script Samples

Posted: 15 Apr 2011 07:11
by Bromen
Earth,

Is it a trigger alias or something else? I have the latest version of Cmud and the only thing I really ever needed was some sort of chat filter so I'm really hoping this can solve a ton of problems for me.

Thanks,

Bromen

Re: CMUD/ZMUD Script Samples

Posted: 18 Apr 2011 21:26
by Earth
bromen wrote:Earth,

Is it a trigger alias or something else? I have the latest version of Cmud and the only thing I really ever needed was some sort of chat filter so I'm really hoping this can solve a ton of problems for me.

Thanks,

Bromen
To use the CMUD version in the initial post of the form, all you have to do do is to save the code into an .xml file. Then from inside the trigger settings, just import the file. Doing so will give you the full functionality of the code available in my library currently.