Advertisement
Guest User

Disco

a guest
Mar 28th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. input.set_convar("ren_stroke_soft_color_intensity", -10);
  2.  
  3. input.set_convar("ren_background_color", 0);
  4.  
  5. input.set_convar("ren_border_color_alpha", 1);
  6.  
  7. input.set_convar("ren_solid_background", true);
  8.  
  9. input.execute("ren_minimap_background_color 3289650");
  10.  
  11. input.execute("ren_border_color 0x0f0f0f");
  12.  
  13. input.execute("net_replace_colors 986895 986895 4375 4375 1310720 590867 4634 857344 1315840 1508870 3350 1443095 1315840 28496 1315860 1310720 1445891 855309 0");
  14.  
  15. input.execute("ui_replace_colors 0x440088 0x000088 0x004444 0x008800 0x448800 0x888800 0x884400 0x880000");
  16.  
  17. document.timer = 1, setInterval(function(){document.timer = (document.timer + 2) % 100; input.execute("net_replace_color 2 " + document.timer + 100000); },100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement