kd2bwzgen

Superhot

Oct 31st, 2016
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local sh = elements.allocate("kd2bwz","suph")
  2. tpt.message_box("Identifier",sh)
  3. elements.property(sh,"Name","SUPH")
  4. elements.property(sh,"Description","Superhot. Possibly the hottest material in the game.")
  5. elements.property(sh,"Temperature",10000000)
  6. elements.property(sh,"MenuVisible",1)
  7. elements.property(sh,"Colour",0xFF0000)
  8. elements.property(sh,"MenuSection",elements.SC_SPECIAL)
  9. function stayHot()
  10. elements.property(sh,"Temperature",10000000)
  11. end
  12. elements.property(sh,"Update",stayHot)
Advertisement
Add Comment
Please, Sign In to add comment