1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Guro's Christmas Giveaway HOHOHUE

Discussion in 'Old Events/Giveaways/Contests' started by Guro, Nov 21, 2014.

  1. SharkT

    SharkT Arsonist

    Messages:
    52
    Marry Christmas scrubs
     
  2. Juaro

    Juaro Haxor Staff Alumni Tester

    Messages:
    122
    but what if i don't want to marry?
    I'm too young!
    You can't tell me what to do!
    You're not my real dad! And even he couldn't make me marry christmas scrubs!
    I'M RUNNING AWAY AND NEVER COMING BACK!
     
  3. SharkT

    SharkT Arsonist

    Messages:
    52
    Youre g
    YOURE GOING TO MARRY @franek123 AND THATS BASTA. GOD TEENAGERS. YOU NEED HAVE BABIES SO I CAN( I Mean we cough) CAN GET RICH.




    scrub
     
  4. franek123

    franek123 The architect of the royal castle. Donator Tester

    Messages:
    514
    COME ON Mr.Sharkt! SHES DAMN UGLY
     
  5. SharkT

    SharkT Arsonist

    Messages:
    52
    She is, but damn she got nice tits. You gotta accept on that
     
  6. Kisaki

    Kisaki Shipwright

    Messages:
    3
    Bacon is delicious
     
  7. mcrifel

    mcrifel Haxor Staff Alumni Tester
    1. MIST

    Messages:
    582
  8. TheUnknown

    TheUnknown Shipwright

    Messages:
    17
  9. Hella

    Hella The Nightmare of Hair Global Moderator Donator Tester

    Messages:
    1,655
    Crank open a bottle of Australian spider-based wine substitute, light some of those wallaby scented candles, and feel the romance.
     
  10. Vandenn

    Vandenn Catapult Fodder

    Messages:
    7
    22 days to Christmas on my side of the globe! :)
     
  11. Huntrom

    Huntrom Bison Rider

    Messages:
    60
    Winning this giveaway...
    [​IMG]
     
  12. Wasky

    Wasky Catapult Fodder

    Messages:
    2
    Cold morning with a cup of coffee is not so cold. :3
     
    Guro, Huntrom and FuzzyBlueBaron like this.
  13. fifciox

    fifciox Shipwright

    Messages:
    2
    Happy Christams everyone!


    //EDIT by Furai: Fixed your link.
     
    Last edited by a moderator: Dec 4, 2014
  14. dayleaf

    dayleaf Haxor
    1. The Thieves Guild

    Messages:
    255
    *No shit i won twice* :smug:
    @Guro in the winner list im there twice, ya should fix that, btw thanks for the code, my friend is enjoying it very much, he also says thanks...
     
    Guro likes this.
  15. Dialmen

    Dialmen Bison Rider

    Messages:
    27
    Hey, I'm here with a new code I made in lua 6 months ago.
    Code:
    messeger = {""}
    users=0
    local banneds = {"+Hispano"}
    badwords = {"puto","cabron","mamon","perra","hijo de puta"}
    
    tfm.exec.disableAutoShaman(true)
    tfm.exec.disableAutoTimeLeft(true)
    tfm.exec.newGame('<C><P Ca="" /><Z><S><S L="800" o="0" H="400" X="400" Y="200" T="12" P="0,0,0.3,0.2,0,0,0,0" /></S><D><DS Y="-32" X="729" /></D><O /></Z></C>')
    
    function eventNewGame()
            tfm.exec.disableAutoNewGame(true)
            tfm.exec.setUIMapName("")
            tfm.exec.setUIShamanName("")
            tfm.exec.disableAfkDeath(true)
            tfm.exec.disableAutoTimeLeft(true)
    end
    
    ui.addTextArea(1,"<font size='15'><p align='center'>Power: [<font color='#50F7FF'>//////</font>] </p></font>",name,675,125,100,100,0,0,100)
    ui.addTextArea(3,"<font size='11' color='#229D41'>Nick:</font><N> <br><font color='#229D41'>Channel:</font><N>  #"..tfm.get.room.name:sub(3).."</font><br><br><a href='event:irc'>Start</a>",name,50,50,300,300,0,0,100)
    
    function eventLoop()
            ui.addTextArea(0,"<font size='15'><p align='center'>"..os.date().."</p></font>",name,675,50,100,100,0,0,100)
    end
    
    function eventChatCommand (name,command)
            if (command:sub(0,1) == "t") then
                if (command:sub(0,3) == badwords) then
                    print(name.." ha sido baneado")
                end
                if isBanned(name) then
                else
                table.insert(messeger,1,messeger[1].."<font color='#229D41'>["..name.."]<N> "..command:sub(3).."<BR>")
                ui.updateTextArea(2,"<font color='#D8D135'>[Topic]<N> Welcome to #"..tfm.get.room.name:sub(3).." channel.<BR><font size='11'>"..messeger[1].."</font>",nil)
                end
            end
    end
    
    system.disableChatCommandDisplay("t",true)
    
    function eventTextAreaCallback(textAreaId,name, callback)
            if (callback=="irc") then
                users=users+1
                ui.removeTextArea(3,name)
                table.insert(messeger,1,messeger[1].."<font color='#5FBAF1'>> "..name.." joined in the room.</font><BR>")
                ui.addTextArea(4,"<p align='center'><font size='11' color='#229D41'>Users:</font><N> "..users.."</p>",name,350,50,300,300,0,0,100)
                ui.addTextArea(2,"<font color='#D8D135'>[Topic]<N> Welcome to #"..tfm.get.room.name:sub(3).." channel.<BR><font size='11'>"..messeger[1].."</font>",name,50,50,300,300,0,0,100)
                ui.updateTextArea(4,"<p align='center'><font size='11' color='#229D41'>Users:</font><N> "..users.."</p><br>",nil)
                ui.updateTextArea(2,"<font color='#D8D135'>[Topic]<N> Welcome to #"..tfm.get.room.name:sub(3).." channel.<BR><font size='11'>"..messeger[1].."</font>",nil)
            end
    end
    
    function isBanned (playerName)
            for _,bannedName in pairs(banneds) do
                if playerName == bannedName then return true end
            end
            return false
    end
    Only works in Transformice, because in that game, players can make a minigame but in her clan rooms. And the badwords didn't working, idk the reason :/
     
    Guro likes this.
  16. Blackjack

    Blackjack Horde Gibber

    Messages:
    2
    A code for my friend would be great!
     
  17. ThE_HeRo

    ThE_HeRo Bison Rider

    Messages:
    136
    ',:| < I made Blackjacks' profile picture.
     
  18. Blackjack

    Blackjack Horde Gibber

    Messages:
    2
  19. Vandenn

    Vandenn Catapult Fodder

    Messages:
    7
    I think we're all looking forward to 2015. :)
     
  20. Blue_Tiger

    Blue_Tiger Bison Rider Tester

    Messages:
    899