Advertisement
Leo_Verto

You've been ethod

Jun 10th, 2013
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.50 KB | None | 0 0
  1. ---------------------------------------------
  2. --                                         --
  3. -- Based on the gif by madmonkeythedreamer --
  4. --                                         --
  5. --   Quickly thrown together at midnight   --
  6. --             by Leo Verto                --
  7. --                                         --
  8. ---------------------------------------------
  9.  
  10. term.clear()
  11. term.setCursorPos(1,1)
  12.  
  13. ethod = [[
  14.                     ```````````                
  15.       @ @ @@@ @ @ @ @ @ @@@   @@@ @@@ @@@ @ @  
  16.       @ @ @ @ @ @ @ @ @ @     @ @ @   @   @@@  
  17.       @@@ @ @ @ @   @ @ @@@   @@@ @@@ @@@ @@@  
  18.        @  @ @ @ @   @ @ @     @ @ @   @   @ @  
  19.        @  @@@ @@@    @  @@@   @@@ @@@ @@@ @ @  
  20.            ````+++++++++++++++++++++````      
  21.           ``+#++++##+;;++++++#;;'++#+++```    
  22.        ```+++++++++'::'''''++;;'++#+++````    
  23.         ```++++.....###@@';:##:....:+++````    
  24.       ````++++.....###@@';:##:....:+++#````  
  25.        ```+++++.....#++''+++++:....:++++++``  
  26.       ````##++#.....++#;;+++++:....:##+##+````
  27.       ````+++++.....#++;;+++++:....:+++++#````
  28.       ``+++#+#+:++++++++++++;;+++++;+++++++```
  29.       ``+++++#+:++++++++++++;;+++++'+++++#+```
  30.    ```++++###+:+++++:.+++++,,#++++;+++++++#```
  31.    ```++++++++:++###  +++++``##+++;++++++++```
  32.    ```++++++#+:++###  +++++``@#+++;+++++++#```
  33.    ```+###++++++++++++....`;;++++++++++++++```
  34.    ```+#+##+#+++++++++.....;;++++++++++++#+```
  35.    ```++##+++++++++;;;.....;;++++'``...##++```
  36.     ```##+++++++++++..........++++'``.`.+###```
  37.    ```+++++'+++++++..........++++'``...'##+```
  38.     ```++`     ``.`................```.`.###```
  39.     `##########.....................`.`..+##```
  40.     `##########:.....``.`......`.........'#````
  41.    ###########,``:: `````....;;;;.......##```
  42.    +##########;``;;;'.......:;;;:.......++```
  43.     +##########'``;;;;;;....;;;;;........++```
  44.    ###########+` ;;;;;;;;##;;;;;.......;+````
  45.    ############``';;;;:'+#+:::;;`......++``  
  46.    @###########`+;;::::#+++;::;;.......````  
  47.     ###########++;;::;;:;#+:::;;.```.:'````  
  48.      ##########@++;;::::###':::;;######````    
  49.     ####+,```++#+';::;;;:#';::;;#####````    
  50.           @@@@ @@@@ @@ @@ @@@@ @@ @@@
  51.           @@    @@  @@ @@ @  @  @ @  @
  52.           @@@@  @@  @@@@@ @  @    @  @
  53.           @@    @@  @@ @@ @  @    @  @
  54.           @@@@  @@  @@ @@ @@@@    @@@    
  55.                   ```````````                
  56.  
  57. ]]
  58.  
  59. for i=0, #ethod do
  60.  if ethod:sub(i,i) == '\n' then
  61.    sleep(0.3)
  62.  end
  63.  write(ethod:sub(i,i))
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement