Advertisement
Unlocker001_TFM

Untitled

Mar 2nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. tfm.exec.disableAfkDeath(true)
  2. tfm.exec.disableAutoNewGame(true)
  3. tfm.exec.disableAutoShaman(true)
  4. tfm.exec.disablePhysicalConsumables(true)
  5.  
  6.  
  7. tfm.exec.addPhysicObject(1,400,200,{type=12, height=400, width=800, angle=0,color='0x271E17', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false})
  8. tfm.exec.addPhysicObject(2,400,250,{type=12, height=60, width=250, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false})
  9. tfm.exec.addPhysicObject(3,335,320,{type=12, height=60, width=120, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false})
  10. tfm.exec.addPhysicObject(4,465,320,{type=12, height=60, width=120, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false})
  11. ui.addTextArea(1,"<font size='40'><font color='#C4C8C9'><a href='event:Play'> Play", name, 360, 175, 100, 100, 0x0, nil, 1)
  12. ui.addTextArea(2,"<font size='30'><font color='#C4C8C9'><a href='event:about'> about", name, 275, 295, 100, 100, 0x0, nil, 1)
  13. ui.addTextArea(3,"<font size='30'><font color='#C4C8C9'><a href='event:skins'> skins", name, 420, 295, 100, 100, 0x0, nil, 1)
  14. ui.addTextArea(4,"<font size='80'><font color='#C4C8C9'><font='Impact'><p align='center'>Micecraft", name, 150, 50, 500, 200, 0x0, nil)
  15.  
  16.  
  17.  
  18.  
  19. function eventTextAreaCallback(id,name,callback)
  20. if callback=="skins" then
  21. ui.addTextArea(5,"<font color='#C4C8C9'>", name, 420, 295, 100, 100, 0x0, nil, 1)
  22. ui.addTextArea(1,"<font size='30'><font color='#C4C8C9'><a href='event:Return'>Return to menu", name, 300, 350, 500, 100, 0x="", name, 1)
  23. ui.addTextArea(2,"<font size='30'><font color='#C4C8C9'>Steve", name, 200, 100, 100, 100, 0x0, name, 1)
  24. ui.addTextArea(3,"<font size='30'><font color='#C4C8C9'> Alex", name, 500, 100, 100, 100, 0x0, name, 1)
  25. ui.addTextArea(4,"<font size='80'><font color='#C4C8C9'><font='Impact'><p align='center'>Skins", name, 150, 20, 500, 200, 0x0, name)
  26. end
  27. if callback=="Return" then
  28. tfm.exec.addPhysicObject(1,400,200,{type=12, height=400, width=800, angle=0,color='0x271E17', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false},name)
  29. tfm.exec.addPhysicObject(2,400,250,{type=12, height=60, width=250, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false},name)
  30. tfm.exec.addPhysicObject(3,335,320,{type=12, height=60, width=120, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false},name)
  31. tfm.exec.addPhysicObject(4,465,320,{type=12, height=60, width=120, angle=0,color='0x71716F', friction=8, restitution=0, dynamic=false,foreground=true,miceCollision=false},name)
  32. ui.addTextArea(1,"<font size='40'><font color='#C4C8C9'><a href='event:Play'> Play", nil, 360, 175, 100, 100, 0x0, name, 1)
  33. ui.addTextArea(2,"<font size='30'><font color='#C4C8C9'><a href='event:about'> about", nil, 275, 295, 100, 100, 0x0, name, 1)
  34. ui.addTextArea(3,"<font size='30'><font color='#C4C8C9'><a href='event:skins'> skins", nil, 420, 295, 100, 100, 0x0, name, 1)
  35. ui.addTextArea(4,"<font size='80'><font color='#C4C8C9'><font='Impact'><p align='center'>Micecraft", name, 150, 50, 500, 200, 0x0, name)
  36. end
  37. end
  38.  
  39. ui.addTextArea(666,"<font size='9'><font color='#C4C8C9'>version 1.0.0", nil, 730, 375, 150, 50, 0x0, nil, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement