 |
|
 |
|
Advanced

Group: Elite Members
Posts: 89
Joined: 20-February 09
Member No.: 843,883
|
|
 |
|
 |

|
Add these scripts to an object and it will spam for you
Super ChatSpammer/IM Spammer code This is comprised of several scripts. Just make a small object, compile scripts, throw 'em inside and attach it.
type /105 <name here> to set the object name to the person to spoof (ex: /105 Philip Linden)
type /106 <message to shout> (ex: /106 loldongs lets go!)
type /107 <message to say> (same syntax as above)
type /108 <avatar key to IM> <message to IM them with>
default { state_entry() { llListen(105,"",llGetOwner(),""); } listen(integer channel, string name, key id, string message) { llSetObjectName(message); } }
|