🏠 Home 

Xat Plus Users

Hardcoded users modified for Xat Plus

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/scripts/418320/878170/Xat%20Plus%20Users.js

  1. var users = {
  2. "585435788": {
  3. "type": "color", // color, pawn, pawn2
  4. "reghide": true, // like reghide power
  5. "v": "y" // the color value
  6. },
  7. "400444434": {
  8. "type": "color",
  9. "v": "y",
  10. "effective": true, // overwrites the message pawn as well if true, This is the case by default.
  11. "persistent": true // keep the pawn color regardless of the pawn used in the list
  12. },
  13. "287773358": { // Shadez bot is here for demonstration purposes, because it's everywhere.
  14. "type": "pawn2", // pawn2 changes the pawn type
  15. "v": "p1bot" // examples: p1bot, p1emerald, p1pawn
  16. },
  17. "981989": {
  18. "type": "pawn2",
  19. "v": "p1emerald#y" // can also use color codes in pawn2 value
  20. }
  21. }