DanielGalrito

Radioactive function

Jul 14th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.15 KB | None | 0 0
  1. Cisoglow = math.random(1,3) -- put this inside wax's function
  2.  
  3.  
  4. function CisoGlow(i, r, g, b)
  5. if Cisoglow == 1 then
  6.     return 1, 0x00000001, 255, 253, 222, 202, 0, 0, 0, 0
  7. end
  8. if Cisoglow == 2 then
  9.     return 1, 0x00000001, 255, 253, 222, 211, 0, 0, 0, 0
  10. end
  11. if Cisoglow == 3 then
  12.     return 1, 0x00000001, 255, 253, 222, 168, 0, 0, 0, 0
  13. end
  14. end
  15. tpt.graphics_func(CisoGlow, tpt.element('wax'))
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Disoglowr = math.random(0,255) -- put these 3 inside mwax's function
  22. Disoglowg = math.random(0,255)
  23. Disoglowb = math.random(0,255)
  24.  
  25.  
  26. function DisoGlow(i, r, g, b)
  27.     return 1, 0x00000001, 255, Disoglowr, Disoglowg, Disoglowb, 0, 0, 0, 0
  28. end
  29. tpt.graphics_func(DisoGlow, tpt.element('mwax'))
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. PemvGlow = math.random(1,3) -- put this in psts's function
  37.  
  38.  
  39. function PemvGlow(i, r, g, b)
  40. if PemvGlow == 1 then
  41.     return 1, 0x00000001, 255, 0, 38, 9, 0, 0, 0, 0
  42. end
  43. if PemvGlow == 2 then
  44.     return 1, 0x00000001, 255, 0, 37, 173, 0, 0, 0, 0
  45. end
  46. if PemvGlow == 3 then
  47.     return 1, 0x00000001, 255, 0, 37, 244, 0, 0, 0, 0
  48. end
  49. end
  50. tpt.graphics_func(PemvGlow, tpt.element('psts'))
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Pisoglowr = math.random(0,1) -- put these 3 in anar's function
  57. Pisoglowg = math.random(110,160)
  58. Pisoglowb = math.random(130,135)
  59.  
  60.  
  61. function PisoGlow(i, r, g, b)
  62.     return 1, 0x00000001, 255, Pisoglowr, Pisoglowg, Pisoglowb, 0, 0, 0, 0
  63. end
  64. tpt.graphics_func(PisoGlow, tpt.element('anar'))
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RumsGlow = math.random(1,7) -- put this inside boyl's function
  71.  
  72.  
  73. function RumsGlow(i, r, g, b)
  74. if RumsGlow == 1 then
  75.     return 1, 0x00022000, 255, 254, 205, 166, 100, 255, 205, 166
  76. end
  77. if RumsGlow == 2 then
  78.     return 1, 0x00022000, 255, 254, 42, 236, 100, 255, 42, 236
  79. end
  80. if RumsGlow == 3 then
  81.     return 1, 0x00022000, 255, 254, 140, 122, 100, 255, 140, 122
  82. end
  83. if RumsGlow == 4 then
  84.     return 1, 0x00022000, 255, 254, 243, 70, 100, 255, 243, 70
  85. end
  86. if RumsGlow == 5 then
  87.     return 1, 0x00022000, 255, 254, 46, 147, 100, 255, 46, 147
  88. end
  89. if RumsGlow == 6 then
  90.     return 1, 0x00022000, 255, 254, 167, 252, 100, 255, 167, 252
  91. end
  92. if RumsGlow == 7 then
  93.     return 1, 0x00022000, 255, 254, 178, 50, 100, 255, 178, 50
  94. end
  95. end
  96. tpt.graphics_func(RumsGlow, tpt.element('boyl'))
Advertisement
Add Comment
Please, Sign In to add comment