Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cisoglow = math.random(1,3) -- put this inside wax's function
- function CisoGlow(i, r, g, b)
- if Cisoglow == 1 then
- return 1, 0x00000001, 255, 253, 222, 202, 0, 0, 0, 0
- end
- if Cisoglow == 2 then
- return 1, 0x00000001, 255, 253, 222, 211, 0, 0, 0, 0
- end
- if Cisoglow == 3 then
- return 1, 0x00000001, 255, 253, 222, 168, 0, 0, 0, 0
- end
- end
- tpt.graphics_func(CisoGlow, tpt.element('wax'))
- Disoglowr = math.random(0,255) -- put these 3 inside mwax's function
- Disoglowg = math.random(0,255)
- Disoglowb = math.random(0,255)
- function DisoGlow(i, r, g, b)
- return 1, 0x00000001, 255, Disoglowr, Disoglowg, Disoglowb, 0, 0, 0, 0
- end
- tpt.graphics_func(DisoGlow, tpt.element('mwax'))
- PemvGlow = math.random(1,3) -- put this in psts's function
- function PemvGlow(i, r, g, b)
- if PemvGlow == 1 then
- return 1, 0x00000001, 255, 0, 38, 9, 0, 0, 0, 0
- end
- if PemvGlow == 2 then
- return 1, 0x00000001, 255, 0, 37, 173, 0, 0, 0, 0
- end
- if PemvGlow == 3 then
- return 1, 0x00000001, 255, 0, 37, 244, 0, 0, 0, 0
- end
- end
- tpt.graphics_func(PemvGlow, tpt.element('psts'))
- Pisoglowr = math.random(0,1) -- put these 3 in anar's function
- Pisoglowg = math.random(110,160)
- Pisoglowb = math.random(130,135)
- function PisoGlow(i, r, g, b)
- return 1, 0x00000001, 255, Pisoglowr, Pisoglowg, Pisoglowb, 0, 0, 0, 0
- end
- tpt.graphics_func(PisoGlow, tpt.element('anar'))
- RumsGlow = math.random(1,7) -- put this inside boyl's function
- function RumsGlow(i, r, g, b)
- if RumsGlow == 1 then
- return 1, 0x00022000, 255, 254, 205, 166, 100, 255, 205, 166
- end
- if RumsGlow == 2 then
- return 1, 0x00022000, 255, 254, 42, 236, 100, 255, 42, 236
- end
- if RumsGlow == 3 then
- return 1, 0x00022000, 255, 254, 140, 122, 100, 255, 140, 122
- end
- if RumsGlow == 4 then
- return 1, 0x00022000, 255, 254, 243, 70, 100, 255, 243, 70
- end
- if RumsGlow == 5 then
- return 1, 0x00022000, 255, 254, 46, 147, 100, 255, 46, 147
- end
- if RumsGlow == 6 then
- return 1, 0x00022000, 255, 254, 167, 252, 100, 255, 167, 252
- end
- if RumsGlow == 7 then
- return 1, 0x00022000, 255, 254, 178, 50, 100, 255, 178, 50
- end
- end
- tpt.graphics_func(RumsGlow, tpt.element('boyl'))
Advertisement
Add Comment
Please, Sign In to add comment