It is currently Thu Jun 20, 2013 5:11 am



Reply to topic  [ 4 posts ] 
How to talk like... 
Author Message
Member
User avatar

Joined: Wed Jan 30, 2008 1:10 am
Posts: 1143
Post How to talk like...
Mag:
/run local o=SendChatMessage function SendChatMessage(m,w,...) return o("so nerdy ".. m .. " kids bro",w,...) end

Lulu:
/run local o=SendChatMessage function SendChatMessage(m,w,...) return o("sup ".. m .. " dawg",w,...) end

Scooby:
/run local o=SendChatMessage function SendChatMessage(m,w,...) return o(m .. " mate",w,...) end

AV/Gossip/Csi/Willz:
/run local o=SendChatMessage function SendChatMessage(m,...) return o(m:gsub("l", "r"):gsub("L", "R"), ...) end

_________________
Another life saved by some girl on girl action. - Dr. House


Fri Jan 23, 2009 12:55 am
Profile
Member
User avatar

Joined: Wed Jan 30, 2008 1:10 am
Posts: 1143
Post Re: How to talk like...
Advanced Mag script:
/run local o,c,r=SendChatMessage,{"dude","bro","kid","sooooo nerdy","nerd"},math.random function SendChatMessage(m,...) return o(m:gsub(" ",function() return r()>.75 and " "..c[r(1,#c)].." " or " "end),...) end

_________________
Another life saved by some girl on girl action. - Dr. House


Last edited by Kameril on Fri Jan 23, 2009 1:40 am, edited 1 time in total.



Fri Jan 23, 2009 1:36 am
Profile
Haley's Lady Friend
User avatar

Joined: Tue Jan 29, 2008 10:16 pm
Posts: 586
Location: Your mother
Post Re: How to talk like...
/run local o,c,r=SendChatMessage,{"dude","bro","kid","sooooo"},math.random function SendChatMessage(m,...) return o(m:gsub(" ",function() return r()>.75 and " "..c[r(1,#c)].." " or " "end),...) end


Fri Jan 23, 2009 1:36 am
Profile
The Beasticon From The Easticon
User avatar

Joined: Tue Jan 29, 2008 10:16 pm
Posts: 292
Post Re: How to talk like...
/run local f,t=CreateFrame"Frame",0 f:SetScript("OnUpdate", function(s,e) t=t-e if t < 0 then t=math.random(30,400) SendChatMessage("does anyone know if the ice stone melted?", "guild") end end)

posting for kam

_________________
Image


Thu Feb 12, 2009 1:53 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.