Epic Fail & L2P addon!! Max. Fun garantueed! menu

Shout-Out

User Tag List

Page 6 of 10 FirstFirst ... 2345678910 LastLast
Results 76 to 90 of 137
  1. #76
    BRB TRiPPiN's Avatar Member
    Reputation
    5
    Join Date
    Aug 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stupid question guys but when I save these new ones in a file after I have saved them they turn into ?marks. How do I prevent this from happening?

    Epic Fail & L2P addon!! Max. Fun garantueed!
  2. #77
    haloboyvash's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering how to add these to a .lua like for example could anyone make one that says

    WTF

    and how to add it? That would be so great

  3. #78
    haloboyvash's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same thing happens to me, I edit the code and hit save but when I hit save it says you are about to save document in text only format, which will remove all formatting.

    How do I make it save correctly and not show up ???? when i try and post the message I made?

  4. #79
    Jozhua's Avatar Member
    Reputation
    5
    Join Date
    Mar 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice addon Ill try it soon

  5. #80
    Nayder's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    99
    Thanks G/R
    3/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Created this one for extc and other people

    function wtf(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█ ░▀▀█▀▀ ░█▀▀ ░ ░█",chan,nil,bla)
    SendChatMessage("░█░█░█ ░░░█ ░░░█▀▀ ░ ░▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀▀ ░░░▀ ░░░▀ ░░░ ░▀",chan,nil,bla)
    end

    SlashCmdList["WTF"] = wtf
    SLASH_WTF1 = "/wtf"

    save it in File.LUA where is addon installed.

  6. #81
    Nayder's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    99
    Thanks G/R
    3/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have bigger database , i like this addon so i decided to create my own small addon similliar to this one.If you would like have more pictures like this just ask me , i will give you or /create on task.

  7. #82
    BRB TRiPPiN's Avatar Member
    Reputation
    5
    Join Date
    Aug 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nayder View Post
    Created this one for extc and other people

    function wtf(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█ ░▀▀█▀▀ ░█▀▀ ░ ░█",chan,nil,bla)
    SendChatMessage("░█░█░█ ░░░█ ░░░█▀▀ ░ ░▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀▀ ░░░▀ ░░░▀ ░░░ ░▀",chan,nil,bla)
    end

    SlashCmdList["WTF"] = wtf
    SLASH_WTF1 = "/wtf"

    save it in File.LUA where is addon installed.
    Hey nayder I do appreciate you taking time to make this for me, but the problem is that when I copy/pasta it in to my LUA it turns everything to question marx .

    If you could it would be pro if you would upload your LUA with all of the badass ones.

    +REP for the help.

  8. #83
    Nayder's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    99
    Thanks G/R
    3/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is my download link : MEGAUPLOAD - The leading online storage and file delivery service for .lua with pictures.

    And here is download link : MEGAUPLOAD - The leading online storage and file delivery service for .toc file
    To get this work, put this 2 files into Folder named : Metalvaestor_pictures .. for example. Because i remaked this addon for my version.

    And there are only pictures for ones ,who dont want download it:
    function stfu(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀▀ ░▀▀█▀▀ ░█▀▀ ░█░█ ░█",chan,nil,bla)
    SendChatMessage("░▀▀▀█ ░░░█ ░░░█▀▀ ░█░█ ░▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀ ░░░▀ ░░░▀ ░░░▀▀▀ ░▀",chan,nil,bla)
    end

    SlashCmdList["STFU"] = stfu
    SLASH_STFU1 = "/stfu"

    function thx(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░▀▀█▀▀░█░░█░█░░░█",chan,nil,bla)
    SendChatMessage("░░░█░░░█▀▀█░▀▀█▀▀",chan,nil,bla)
    SendChatMessage("░░░█░░░█░░█░█▀▀▀█",chan,nil,bla)
    end

    SlashCmdList["THX"] = thx
    SLASH_THX1 = "/thx"

    function gt(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀▀░█░█░▀▀█▀▀░█▀▀░█▀█░█░",chan,nil,bla)
    SendChatMessage("░█░▀█░█░█░░░█░░░█▀▀░█░█░█░",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░▀▀▀░░░▀░░░▀▀▀░▀░▀▀▀░",chan,nil,bla)
    SendChatMessage("░▀▀█▀▀░█▀█░█▀▀▀ ░█",chan,nil,bla)
    SendChatMessage("░░░█░░░█▀█░█░▀█ ░▀",chan,nil,bla)
    SendChatMessage("░░░▀░░░▀░▀░▀▀▀▀ ░▀",chan,nil,bla)
    end

    SlashCmdList["GT"] = gt
    SLASH_GT1 = "/gt"

    function gay(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀▀░█▀█░█░░░█ ░█ ░█ ░█",chan,nil,bla)
    SendChatMessage("░█░▀█░█▀█░▀▀█▀▀ ░▀ ░▀ ░▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░▀░▀░░░▀░░ ░▀ ░▀ ░▀",chan,nil,bla)
    end

    SlashCmdList["GAY"] = gay
    SLASH_GAY1 = "/gay"

    function suck(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀▀░█░█░█▀▀░█░█░ ",chan,nil,bla)
    SendChatMessage("░▀▀▀█░█░█░█░░░█▀▀█",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░▀▀▀░▀▀▀░▀░░▀",chan,nil,bla)
    end

    SlashCmdList["SUCK"] = suck
    SLASH_SUCK1 = "/suck"

    function mvv(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█▀█░█▀▀░▀▀█▀▀░█▀█░█░░░░░░░░░░",chan,nil,bla)
    SendChatMessage("░█░▀░█░█▀▀░░░█░░░█▀█░█░░░░░░♥░░░",chan,nil,bla)
    SendChatMessage("░▀░░░▀░▀▀▀░░░▀░░░▀░▀░▀▀▀░░░░░░░░",chan,nil,bla)
    SendChatMessage("░█░█░█▀█░█▀▀░█▀▀▀░▀▀█▀▀░█▀█░█▀▀█ ",chan,nil,bla)
    SendChatMessage("░█░█░█▀█░█▀▀░▀▀▀█░░░█░░░█░█░█▀█▀ ",chan,nil,bla)
    SendChatMessage("░░▀░░▀░▀░▀▀▀░▀▀▀▀░░░▀░░░▀▀▀░▀░▀▀",chan,nil,bla)
    end

    SlashCmdList["MVV"] = mvv
    SLASH_MVV1 = "/mvv"

    function mv(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█▀█░█▀▀▀▀█▀▀█▀█░█░░",chan,nil,bla)
    SendChatMessage("░█░▀░█░█▀▀░░█░░█▀█░█░░",chan,nil,bla)
    SendChatMessage("░▀░░░▀░▀▀▀░░▀░░▀░▀░▀▀▀",chan,nil,bla)
    SendChatMessage("█░█░█▀█▀▀░█▀▀▀█▀█▀█░█▀▀█ ",chan,nil,bla)
    SendChatMessage("█░█░█▀█▀▀░▀▀█░█░█░█░█▀█▀ ",chan,nil,bla)
    SendChatMessage("░▀░░▀░▀▀▀░▀▀▀░▀░▀▀▀░▀░▀▀",chan,nil,bla)
    end

    SlashCmdList["MV"] = mv
    SLASH_MV1 = "/mv"

    function hacked(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░█░█▀█░█▀▀░█░█░░█▀▀░█▀█",chan,nil,bla)
    SendChatMessage("░█▀▀█░█▀█░█░░░█▀▀█░█▀▀░█░░█",chan,nil,bla)
    SendChatMessage("░▀░░▀░▀░▀░▀▀▀░▀░░▀░▀▀▀░▀▀▀",chan,nil,bla)
    end

    SlashCmdList["HACKED"] = hacked
    SLASH_HACKED1 = "/hacked"

    function by(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░░█░░░█",chan,nil,bla)
    SendChatMessage("░█▀▀█░▀▀█▀▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░░░▀░░",chan,nil,bla)
    end

    SlashCmdList["BY"] = by
    SLASH_BY1 = "/by"

    function gz(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀▀░▀▀▀█░",chan,nil,bla)
    SendChatMessage("░█░▀█░█▀▀▀░",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░▀▀▀▀░",chan,nil,bla)
    end

    SlashCmdList["GZ"] = gz
    SLASH_GZ1= "/gz"

    function noob(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░█░█▀█░█▀█░█▀█░",chan,nil,bla)
    SendChatMessage("░█░█░█░█░█░█░█░█▀▀█",chan,nil,bla)
    SendChatMessage("░▀░▀▀▀░▀▀▀░▀▀▀░▀▀▀▀",chan,nil,bla)
    end

    SlashCmdList["NOOB"] = noob
    SLASH_NOOB1 = "/noob"

    function ok(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░█░█░",chan,nil,bla)
    SendChatMessage("░█░█░█▀▀█",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀░░▀",chan,nil,bla)
    end

    SlashCmdList["OK"] = ok
    SLASH_OK1= "/ok"

    function win(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█░█░█▀█░█",chan,nil,bla)
    SendChatMessage("░█░█░█░█░█░█░█",chan,nil,bla)
    SendChatMessage("░▀▀▀▀▀░▀░▀░▀▀▀",chan,nil,bla)
    end

    SlashCmdList["WIN"] = win
    SLASH_WIN1 = "/win"

    function fail(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀░█▀█░█░█░░░",chan,nil,bla)
    SendChatMessage("░█▀▀░█▀█░█░█░░░",chan,nil,bla)
    SendChatMessage("░▀░░░▀░▀░▀░▀▀▀░",chan,nil,bla)
    end

    SlashCmdList["FAIL"] = fail
    SLASH_FAIL1 = "/fail"

    function loveu(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█▀█░█░█░█▀▀░",chan,nil,bla)
    SendChatMessage("░█░░░█░█░█░█░█▀▀░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀▀▀░░▀░░▀▀▀░",chan,nil,bla)
    SendChatMessage("░█░█░░█░",chan,nil,bla)
    SendChatMessage("░█░█░░▀░",chan,nil,bla)
    SendChatMessage("░▀▀▀░░▀░",chan,nil,bla)
    end

    SlashCmdList["LOVEU"] = loveu
    SLASH_LOVEU1 = "/loveu"

    function noc(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░█░█▀█░░█▀█░█▀█░█░█▀▀░",chan,nil,bla)
    SendChatMessage("░█░█░█░█░█░░█░█░█░█░█░█▀▀░",chan,nil,bla)
    SendChatMessage("░▀░▀▀▀░▀▀▀░░▀▀▀░▀░▀▀▀░▀▀▀░",chan,nil,bla)
    SendChatMessage("░█▀▀░█▀█░█▀▀█░█▀▀░█▀▀▀░",chan,nil,bla)
    SendChatMessage("░█░░░█▀█░█▀█▀░█▀▀░▀▀▀█░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀░▀░▀░▀▀░▀▀▀░▀▀▀▀░",chan,nil,bla)
    end

    SlashCmdList["NOC"] = noc
    SLASH_NOC1= "/noc"

    function emo(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀ ░█▀█▀█ ░█▀█",chan,nil,bla)
    SendChatMessage("░█▀▀ ░█░▀░█ ░█░█",chan,nil,bla)
    SendChatMessage("░▀▀▀ ░▀░░░▀ ░▀▀▀",chan,nil,bla)

    end

    SlashCmdList["EMO"] = emo
    SLASH_EMO1= "/emo"

    function gtfo(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    SendChatMessage("░█▀▀▀░▀▀█▀▀░█▀▀░█▀█",chan,nil,bla)
    SendChatMessage("░█░▀█░░░█░░░█▀▀░█░█",chan,nil,bla)
    SendChatMessage("░▀▀▀▀░░░▀░░░▀░░░▀▀▀",chan,nil,bla)
    end

    SlashCmdList["GTFO"] = gtfo
    SLASH_GTFO1= "/gtfo"

    function fu(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀░█░█░█",chan,nil,bla)
    SendChatMessage("░█▀▀░█░█░▀",chan,nil,bla)
    SendChatMessage("░▀░░░▀▀▀░▀",chan,nil,bla)
    end

    SlashCmdList["FU"] = fu
    SLASH_FU1= "/fu"

    function qq(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░░█▀█░░",chan,nil,bla)
    SendChatMessage("░█░█░░█░█░░",chan,nil,bla)
    SendChatMessage("░▀▀▀▌░▀▀▀▌░",chan,nil,bla)
    end

    SlashCmdList["QQ"] = qq
    SLASH_QQ1= "/qq"

    function omg(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀█░█▀█▀█░█▀▀▀░",chan,nil,bla)
    SendChatMessage("░█░█░█░█░█░█░▀█░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀░░░▀░▀▀▀▀░",chan,nil,bla)
    end

    SlashCmdList["OMG"] = omg
    SLASH_OMG1= "/omg"

    function facepalm(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀░█▀█░█▀▀░█▀▀░█▀█░█▀█░█░░░█▀█▀█",chan,nik,bla)
    SendChatMessage("░█▀▀░█▀█░█░░░█▀▀░█▀▀░█▀█░█░░░█░▀░█",chan,nik,bla)
    SendChatMessage("░▀░░░▀░▀░▀▀▀░▀▀▀░▀░░░▀░▀░▀▀▀░▀░░░▀",chan,nik,bla)
    end

    SlashCmdList["FACEPALM"] = facepalm
    SLASH_FACEPALM1= "/facepalm"

    function lal(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█▀█░█░░░",chan,nil,bla)
    SendChatMessage("░█░░░█░█░█░░░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀▀▀░▀▀▀░",chan,nil,bla)
    end


    SlashCmdList["LAL"] = lal
    SLASH_LAL1= "/lal"

    function l2p(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░▀▀█░█▀█░",chan,nil,bla)
    SendChatMessage("░█░░░█▀▀░█▀▀░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀▀▀░▀░░░",chan,nil,bla)
    end

    SlashCmdList["L2P"] = l2p
    SLASH_L2P1= "/l2p"

    function epicfail(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█▀▀░█▀█░█░█▀▀░",chan,nil,bla)
    SendChatMessage("░█▀▀░█▀▀░█░█░░░",chan,nil,bla)
    SendChatMessage("░▀▀▀░▀░░░▀░▀▀▀░",chan,nil,bla)
    SendChatMessage("░█▀▀░█▀█░█░█░░░",chan,nil,bla)
    SendChatMessage("░█▀▀░█▀█░█░█░░░",chan,nil,bla)
    SendChatMessage("░▀░░░▀░▀░▀░▀▀▀░",chan,nil,bla)
    end

    SlashCmdList["EPICFAIL"] = epicfail
    SLASH_EPICFAIL1= "/epicfail"

    function wtf(inhalt)
    local chan,bla = GetSendChannel(inhalt)
    if not chan and not bla then return end
    SendChatMessage("░█░░░█ ░▀▀█▀▀ ░█▀▀ ░ ░█",chan,nil,bla)
    SendChatMessage("░█░█░█ ░░░█ ░░░█▀▀ ░ ░▀",chan,nil,bla)
    SendChatMessage("░▀▀▀▀▀ ░░░▀ ░░░▀ ░░░ ░▀",chan,nil,bla)
    end

    SlashCmdList["WTF"] = wtf
    SLASH_WTF1 = "/wtf"

  9. #84
    BRB TRiPPiN's Avatar Member
    Reputation
    5
    Join Date
    Aug 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks a lot nayder.

  10. #85
    Nayder's Avatar Active Member
    Reputation
    15
    Join Date
    Mar 2008
    Posts
    99
    Thanks G/R
    3/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    np mate, all for people. if you would any other picture just ask me!

  11. #86
    Gash's Avatar Evil Elite Gash!
    Reputation
    341
    Join Date
    Apr 2007
    Posts
    677
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys

    thanks for adding new features, i will update them when ive got time. I was on vacation, thats why i didnt answer

    Gash
    VAH.

  12. #87
    Sneakylemons's Avatar Contributor
    Reputation
    121
    Join Date
    Aug 2008
    Posts
    605
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    local ChanTable = {
    	["whsiper"] = "WHISPER",
    	["w"] = "WHISPER",
    	["flüstern"] = "WHISPER",
    	["say"] = "SAY",
    	["sagen"] = "SAY",
    	["s"] = "SAY",
    	["yell"] = "YELL",
    	["schreien"] = "YELL",
    	["y"] = "YELL",
    	["emote"] = "EMOTE",
    	["e"] = "EMOTE",
    	["gilde"] = "GUILD",
    	["guild"] = "GUILD",
    	["g"] = "GUILD",
    	["party"] = "PARTY",
    	["gruppe"] = "PARTY",
    	["p"] = "PARTY",
    	["raid"] = "RAID",
    	["schlachtzug"] = "RAID",
    	["ra"] = "RAID",
    	["battleground"] = "BATTLEGROUND",
    	["bg"] = "BATTLEGROUND",
    	["handel"] = {"CHANNEL", "2"},
    	["allgemein"] = {"CHANNEL", "1"},
    	["1"] = {"CHANNEL", "1"},
    	["2"] = {"CHANNEL", "2"},
    	["3"] = {"CHANNEL", "3"},
    	["4"] = {"CHANNEL", "4"},
    	["5"] = {"CHANNEL", "5"},
    	["6"] = {"CHANNEL", "6"},
    	["7"] = {"CHANNEL", "7"},
    	["8"] = {"CHANNEL", "8"},
    	["9"] = {"CHANNEL", "9"},
    }
    
    local function GetSendChannel(inhalt)
    	if not inhalt or inhalt == "" then
    		return nil,nil
    	end
    	inhalt = string.lower(inhalt)
    	if ChanTable[inhalt] then
    		if type(ChanTable[inhalt])=="table" then
    			local chan = ChanTable[inhalt][1]
    			local bla = ChanTable[inhalt][2]
    			return chan,bla
    		else
    			local chan = ChanTable[inhalt]
    			return chan,inhalt
    		end
    	else
    		return "WHISPER",inhalt
    	end
    end
    
    function epicfail(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀▀ ░█▀█ ░█ ░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░█▀▀ ░█▀▀ ░█ ░█ ░░░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░",chan,nil,bla)
    	SendChatMessage("░█▀▀ ░█▀█ ░█ ░█ ░░░",chan,nil,bla)
    	SendChatMessage("░█▀▀ ░█▀█ ░█ ░█ ░░░",chan,nil,bla)
    	SendChatMessage("░▀ ░░░▀░▀ ░▀ ░▀▀▀ ░",chan,nil,bla)
    end
    
    function l2p(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█ ░░░▀▀█ ░█▀█ ░",chan,nil,bla)
    	SendChatMessage("░█ ░░░█▀▀ ░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░▀▀▀ ░▀ ░░░",chan,nil,bla)
    end
    
    function lawl(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█ ░░░█▀█ ░█ ░░░",chan,nil,bla)
    	SendChatMessage("░█ ░░░█░█ ░█ ░░░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░▀▀▀ ░▀▀▀ ░",chan,nil,bla)
    
    end
    
    function inorite(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█ ░█▀█ ░█▀█ ░█▀█ ░█ ░▀▀█▀▀ ░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░█ ░█░█ ░█░█ ░█▀▄ ░█ ░░░█ ░░░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░▀ ░▀░▀ ░▀▀▀ ░▀░▀ ░▀ ░░░▀ ░░░▀▀▀ ░",chan,nil,bla)
    
    end
    
    function wtf(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█░▄░█ ░▀▀█▀▀ ░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░█░█░█ ░░░█ ░░░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░░▀▀▀ ░░░░▀ ░░░▀ ░░░",chan,nil,bla)
    
    end
    
    function owned(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█ ░█░▄░█ ░█▀█ ░█▀▀ ░█▀▄░░",chan,nil,bla)
    	SendChatMessage("░█░█ ░█░█░█ ░█░█ ░█▀▀ ░█░█ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░░▀▀▀ ░░▀░▀ ░▀▀▀ ░▀▀ ░░",chan,nil,bla)
    
    end
    
    function lolumad(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█ ░░░█▀█ ░█ ░░░█░█ ░█▀█▀█ ░█▀█ ░█▀▄░░▀▀█ ░",chan,nil,bla)
    	SendChatMessage("░█ ░░░█░█ ░█ ░░░█░█ ░█░▀░█ ░█▀█ ░█░█ ░░█▀ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░▀▀▀ ░▀▀▀ ░▀▀▀ ░▀░░░▀ ░▀░▀ ░▀▀ ░░░▄ ░░",chan,nil,bla)
    
    end
    
    function stfu(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀▀ ░▀▀█▀▀ ░█▀▀ ░█░█░█",chan,nil,bla)
    	SendChatMessage("░▀▀█ ░░░█ ░░░█▀▀ ░█░█░▀",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░░░▀ ░░░▀ ░░░▀▀▀░▀",chan,nil,bla)
    
    end
    
    
    function facepalm(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀▀ ░█▀█ ░█▀▀ ░█▀▀ ░█▀█ ░█▀█ ░█ ░░░█▀█▀█",chan,nik,bla)
    	SendChatMessage("░█▀▀ ░█▀█ ░█ ░░░█▀▀ ░█▀▀ ░█▀█ ░█ ░░░█░▀░█",chan,nik,bla)
    	SendChatMessage("░▀ ░░░▀░▀ ░▀▀▀ ░▀▀▀ ░▀ ░░░▀░▀ ░▀▀▀ ░▀░░░▀",chan,nik,bla)
    
    end
    
    function omg(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█░█▀█▀█░█▀▀ ░",chan,nil,bla)
    	SendChatMessage("░█░█░█░█░█░█░▀█░",chan,nil,bla)
    	SendChatMessage("░▀▀▀░▀░░░▀░▀▀▀▀░",chan,nil,bla)
    
    end
    
    function omnomnomnom(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█ ░█▀█▀█ ░░█▀█ ░█▀█ ░█▀█▀█ ░░█▀█ ░█▀█ ░█▀█▀█ ░░█▀█ ░█▀█ ░█▀█▀█ ░",chan,nil,bla)
    	SendChatMessage("░█░█ ░█░█░█ ░░█░█ ░█░█ ░█░█░█ ░░█░█ ░█░█ ░█░█░█ ░░█░█ ░█░█ ░█░█░█ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░▀░░░▀ ░░▀░▀ ░▀▀▀ ░▀░░░▀ ░░▀░▀ ░▀▀▀ ░▀░░░▀ ░░▀░▀ ░▀▀▀ ░▀░░░▀ ░",chan,nil,bla)
    
    
    end
    
    function gtfo(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("█▀▀▀░▀▀█▀▀ ░█▀▀ ░█▀█░",chan,nil,bla)
    	SendChatMessage("█░▀█░░░█ ░░░█▀▀ ░█░█░",chan,nil,bla)
    	SendChatMessage("▀▀▀▀░░░▀ ░░░▀ ░░░▀▀▀░",chan,nil,bla)
    
    end
    
    function ohai(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█ ░░░█░█ ░█▀█ ░█ ░",chan,nil,bla)
    	SendChatMessage("░█░█ ░░░█▀█ ░█▀█ ░█ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░░░▀░▀ ░▀░▀ ░▀ ░",chan,nil,bla)
    
    end
    
    function orly(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█ ░░░█▀█ ░█ ░░█░█ ░▀▀█ ░",chan,nil,bla)
    	SendChatMessage("░█░█ ░░░█▀▄ ░█ ░░░█ ░░░█▀ ░",chan,nil,bla)
    	SendChatMessage("░▀▀▀ ░░░▀░▀ ░▀▀▀ ░▀ ░░░▄ ░░",chan,nil,bla)
    
    end
    
    
    function qq(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀█░░█▀█░░",chan,nil,bla)
    	SendChatMessage("░█░█░░█░█░░",chan,nil,bla)
    	SendChatMessage("░▀▀▀▌░▀▀▀▌░",chan,nil,bla)
    end
    
    function kthx(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█░█ ░▀▀█▀▀ ░█░█ ░█░█ ░",chan,nil,bla)
    	SendChatMessage("░██ ░░░░█ ░░░███ ░░█ ░░",chan,nil,bla)
    	SendChatMessage("░█░█ ░░░█ ░░░█░█ ░█░█ ░",chan,nil,bla)
    
    end
    
    function fu(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("░█▀▀ ░█░█░█",chan,nil,bla)
    	SendChatMessage("░█▀▀ ░█░█░▀",chan,nil,bla)
    	SendChatMessage("░▀ ░░░▀▀▀░▀",chan,nil,bla)
    end
    
    function gash(inhalt)
    	local chan,bla = GetSendChannel(inhalt)
    	if not chan and not bla then return end
    	SendChatMessage("I ♥ Gash ☺",chan,nil,bla)
    	SendChatMessage("I ♥ Gash ☺",chan,nil,bla)
    end
    
    SlashCmdList["EPICFAIL"] = epicfail
    SLASH_EPICFAIL1 = "/epicfail"
    
    SlashCmdList["L2P"] = l2p
    SLASH_L2P1 = "/l2p"
    
    SlashCmdList["LAWL"] = lawl
    SLASH_LAWL1= "/lawl"
    
    SlashCmdList["FACEPALM"] = facepalm
    SLASH_FACEPALM1= "/facepalm"
    
    SlashCmdList["OMG"] = omg
    SLASH_OMG1= "/omg"
    
    SlashCmdList["QQ"] = qq
    SLASH_QQ1= "/qq"
    
    SlashCmdList["FU"] = fu
    SLASH_FU1= "/fu"
    
    SlashCmdList["GASH"] = gash
    SLASH_GASH1= "/gash"
    
    SlashCmdList["LOLUMAD"] = lolumad
    SLASH_LOLUMAD1= "/lolumad"
    
    SlashCmdList["STFU"] = stfu
    SLASH_STFU1= "/stfu"
    
    SlashCmdList["KTHX"] = kthx
    SLASH_KTHX1= "/kthx"
    
    SlashCmdList["OWNED"] = owned
    SLASH_OWNED1= "/owned"
    
    SlashCmdList["OHAI"] = ohai
    SLASH_OHAI1= "/ohai"
    
    SlashCmdList["GTFO"] = gtfo
    SLASH_GTFO1= "/gtfo"
    
    SlashCmdList["ORLY"] = orly
    SLASH_ORLY1= "/orly"
    
    SlashCmdList["INORITE"] = inorite
    SLASH_INORITE1= "/inorite"
    
    SlashCmdList["OMNOMNOMNOM"] = omnomnomnom
    SLASH_OMNOMNOMNOM1= "/omnomnomnom"
    
    SlashCmdList["WTF"] = wtf
    SLASH_WTF1= "/wtf"
    Here is my updated version, some things I have added:

    WTF

    OM NOM NOM NOM

    INORITE

    O RLY?

    GTFO

    O HAI

    OWNED

    KTHX

    STFU!

    LOLUMAD?

  13. #88
    StolenLegacy's Avatar Member
    Reputation
    87
    Join Date
    Jun 2008
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should probably make all those functions local in order to minimize the possibility of collision with another addon's functions.

    Just replace all the
    function something
    with
    local function something
    Proud Member of the Federal Bureau of Moo

  14. #89
    DisturbingEffect's Avatar Contributor
    Reputation
    123
    Join Date
    Mar 2009
    Posts
    382
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm rofl got permanted muted for this /:

  15. #90
    Eilla's Avatar Member
    Reputation
    5
    Join Date
    Dec 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    niiiiiiiiiiiiiice

Page 6 of 10 FirstFirst ... 2345678910 LastLast

Similar Threads

  1. Epic Fail & L2P addon!! Max. Fun garantueed!
    By Gash in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 07-23-2009, 01:50 PM
  2. [Request] Epic Fail pictures. PLEASE!
    By Oickle in forum Art & Graphic Design
    Replies: 3
    Last Post: 10-04-2008, 01:10 PM
  3. [EPIC FAIL] hunter armory profile
    By Gilthoniel in forum World of Warcraft General
    Replies: 18
    Last Post: 06-09-2008, 08:33 PM
  4. [Epic/Fail] Blizz and Arena
    By Cheesy in forum Screenshot & Video Showoff
    Replies: 10
    Last Post: 02-27-2008, 03:17 AM
All times are GMT -5. The time now is 05:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search