indik 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # indik
  2. if cheatStatusBars = 1:
  3. i = 2
  4. else
  5. i = 3
  6. end
  7. if Enable_statfsize > 0 and Enable_statfsize < i:i = Enable_statfsize
  8. a = ARGS[1]
  9. a1 = ARGS[2]
  10. if $ARGS[0] = '1':
  11. if Enable_Android = 1:
  12. if a >= 65:
  13. $ind = '<font color="green"><<a1>></font>'
  14. elseif a >= 35:
  15. $ind = '<font color="blue"><<a1>></font>'
  16. else
  17. $ind = '<font color="red"><<a1>></font>'
  18. end
  19. else
  20. if a >= 100:
  21. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████████████████ </font><<a1>></font>'
  22. elseif a >= 95:
  23. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████████████████_ </font><<a1>></font>'
  24. elseif a >= 90:
  25. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████████████████__ </font><<a1>></font>'
  26. elseif a >= 85:
  27. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████████████████___ </font><<a1>></font>'
  28. elseif a >= 80:
  29. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████████████____ </font><<a1>></font>'
  30. elseif a >= 75:
  31. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████████████_____ </font><<a1>></font>'
  32. elseif a >= 70:
  33. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████████████______ </font><<a1>></font>'
  34. elseif a >= 65:
  35. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████████████_______ </font><<a1>></font>'
  36. elseif a >= 60:
  37. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████████████________ </font><<a1>></font>'
  38. elseif a >= 55:
  39. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███████████_________ </font><<a1>></font>'
  40. elseif a >= 50:
  41. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ██████████__________ </font><<a1>></font>'
  42. elseif a >= 45:
  43. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> █████████___________ </font><<a1>></font>'
  44. elseif a >= 40:
  45. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████████____________ </font><<a1>></font>'
  46. elseif a >= 35:
  47. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███████_____________ </font><<a1>></font>'
  48. elseif a >= 30:
  49. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██████______________ </font><<a1>></font>'
  50. elseif a >= 25:
  51. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █████_______________ </font><<a1>></font>'
  52. elseif a >= 20:
  53. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ████________________ </font><<a1>></font>'
  54. elseif a >= 15:
  55. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ███_________________ </font><<a1>></font>'
  56. elseif a >= 10:
  57. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██__________________ </font><<a1>></font>'
  58. elseif a >= 5:
  59. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █___________________ </font><<a1>></font>'
  60. elseif a >= 1:
  61. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ▓___________________ </font><<a1>></font>'
  62. elseif a <= 0 :
  63. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ____________________ </font><<a1>></font>'
  64. end
  65. end
  66. end
  67. if $ARGS[0] = '2':
  68. if Enable_Android = 1:
  69. if a >= 85:
  70. $ind = '<font color="red"><<a1>></font>'
  71. elseif a >= 65:
  72. $ind = '<font color="orange"><<a1>></font>'
  73. elseif a >= 45:
  74. $ind = '<font color="yellow"><<a1>></font>'
  75. elseif a >= 25:
  76. $ind = '<font color="green"><<a1>></font>'
  77. else
  78. $ind = '<font color="blue"><<a1>></font>'
  79. end
  80. else
  81. if a >= 100:
  82. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ████████████████████ </font></font>'
  83. elseif a >= 95:
  84. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ███████████████████_ </font></font>'
  85. elseif a >= 90:
  86. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██████████████████__ </font></font>'
  87. elseif a >= 85:
  88. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █████████████████___ </font></font>'
  89. elseif a >= 80:
  90. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ████████████████____ </font></font>'
  91. elseif a >= 75:
  92. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ███████████████_____ </font></font>'
  93. elseif a >= 70:
  94. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ██████████████______ </font></font>'
  95. elseif a >= 65:
  96. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> █████████████_______ </font></font>'
  97. elseif a >= 60:
  98. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ████████████________ </font></font>'
  99. elseif a >= 55:
  100. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ███████████_________ </font></font>'
  101. elseif a >= 50:
  102. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ██████████__________ </font></font>'
  103. elseif a >= 45:
  104. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> █████████___________ </font></font>'
  105. elseif a >= 40:
  106. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████____________ </font></font>'
  107. elseif a >= 35:
  108. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████_____________ </font></font>'
  109. elseif a >= 30:
  110. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████______________ </font></font>'
  111. elseif a >= 25:
  112. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████_______________ </font></font>'
  113. elseif a >= 20:
  114. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████________________ </font></font>'
  115. elseif a >= 15:
  116. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███_________________ </font></font>'
  117. elseif a >= 10:
  118. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ██__________________ </font></font>'
  119. elseif a >= 5:
  120. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> █___________________ </font></font>'
  121. elseif a >= 1:
  122. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ▓___________________ </font></font>'
  123. elseif a <= 0 :
  124. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ____________________ </font></font>'
  125. end
  126. end
  127. end
  128. --- indik ---------------------------------