rnrsimon12

Diep.io Color Changing Kit

Mar 12th, 2017
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. input.execute("net_replace_color AnyNumberHere 5544391");
  2.  
  3. Numbers at the end of the code are "Decimal Color Codes" (Visit Here To Convert Colors To Decimal Codes: https://www.mathsisfun.com/hexadecimal-decimal-colors.html). Replace those numbers with the decimal code you want. OR, you can put a normal HEX color by putting 0x at the beginning of the hex color code.
  4.  
  5. Replace "AnyNumberHere" with object ID codes. (Object ID Codes: 1 = Barrel Color,
  6. 2 = Tank Body Color,
  7. 3 = Blue team,
  8. 4 = Red team,
  9. 5 = Purple team,
  10. 6 = Green team,
  11. 7 = Brown team (Removed)
  12. 8 = Squares,
  13. 9 = Triangles (Also defender's body color),
  14. 10 = Pentagons (Alphas aswell),
  15. 11 = All Crashers,
  16. 12 = Bosses bullets (Arena closer bullets aswell, I think...)
  17. 13 = Scoreboard fill colors,
  18. 14 = Maze walls,
  19. 15 = Enemy body color and bullets.)
  20. ---------------------------------------------------------------------------------------------------------------------------------------
  21. input.execute("ren_background_color Decimal/HexColorCode")
  22. input.execute("ren_border_color Decimal/HexColorCode")
  23.  
  24. ren_background_color = Color of the background
  25. ren_border_color = Color of the area outside of the map
  26. ---------------------------------------------------------------------------------------------------------------------------------------
  27. For those who want to paste into the ingame console, here you go.
  28.  
  29. net_replace_color AnyNumberHere 0xHexCode
  30. ren_background_color AnyNumberHere 0xHexCode
  31. ren_border_color AnyNumberHere 0xHexCode
Advertisement
Add Comment
Please, Sign In to add comment