Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. var jackpotAI = {
  2. bot1: ["jGal | CSGOClicker.net", 1, "https://i.imgur.com/WTjn0MM.png"],
  3. bot2: ["exochase", 1, "https://i.imgur.com/za6Y17z.png"],
  4. bot3: ["S5E3", 1, "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/62/62001ac6b067182b65f92fa07797c630af64bb4a_full.jpg"],
  5. bot4: ["MR.BEATS", 2, "https://i.imgur.com/dIs0yE8.png"],
  6. bot5: ["CockCrusher19", 2, "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/03/03b0621515c85e256c20a8f169737430fa57281d_full.jpg"],
  7. bot6: ["Octane | n OU", 2, "https://i.imgur.com/P2hwwIE.png"],
  8. bot7: ["Moon Cricket Butler", 3, "https://i.imgur.com/qNsPKRH.png"],
  9. bot8: ["filsmick", 3, "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/c3/c31d18ad931fd685ca3af5700db6a461e10bcfe8_full.jpg"],
  10. bot9: ["Nino Triste", 3, "https://i.imgur.com/n1iHk8a.png"],
  11. bot10: ["Lucky", 4, "https://i.imgur.com/Dg7cI81.png"],
  12. bot11: ["seif.", 4, "https://i.imgur.com/gcieULF.png"],
  13. bot12: ["Plebeian", 4, "https://i.imgur.com/ZjMTocK.png"],
  14. bot13: ["buckETS | Trading", 5, "https://i.imgur.com/wSVK1bt.png"],
  15. bot14: ["banned", 5, "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/57/575daf48a20828cb6470193b7067d2782aa5ff0f_full.jpg"],
  16. bot15: ["Roflzilla", 5, "https://i.imgur.com/prnsggZ.png"],
  17. bot16: ["Jainxu", 6, "https://i.imgur.com/nwEsAGH.png"],
  18. bot17: ["Platinum (diff7)", 6, "https://i.imgur.com/BzuCWzL.png"],
  19. bot18: ["sp00ky gh0stman", 6, "https://i.imgur.com/ISxQyow.png"],
  20. bot19: ["storM", 7, "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/e5/e51667b64e8591b8428b4fc268fc826f21a982cf_full.jpg"],
  21. bot20: ["Earth", 8, "https://i.imgur.com/uwIoGpM.jpg"],
  22. bot21: ["UnderWater", 8, "https://i.imgur.com/7BTk8ig.jpg"],
  23. bot22: ["Morty", 8, "https://i.imgur.com/Skzow5x.jpg"],
  24. bot23: ["Doge", 8, "https://i.gyazo.com/c69e8efdccc0c9a03f69df5206a57d21.png"],
  25. bot24: ["MyBack", 8, "https://i.imgur.com/sDpf0y3.jpg"],
  26. bot25: ["Skittle", 8, "https://i.imgur.com/Zi9J6CJ.jpg"],
  27. bot26: ["SirRazor", 8, "https://i.imgur.com/4WA3vTU.jpg"],
  28. bot27: ["DennyB", 8, "https://i.imgur.com/VNE57CT.jpg"],
  29. bot28: ["Bio", 8, "https://i.imgur.com/acTRiBk.jpg"],
  30. bot29: ["Tiny", 8, "https://i.imgur.com/2aOas2H.jpg"],
  31. bot30: ["Toshiyuki", 8, "https://i.imgur.com/rNszEvF.jpg"],
  32. bot31: ["King of KFC Jamal", 9, "https://i.imgur.com/XhFlH2S.jpg"]
  33. };
  34.  
  35. var jackpotPots = {
  36. low: ["bot1", "bot2", "bot3", "bot4", "bot5", "bot6", "bot7", "bot8", "bot9"],
  37. medium: ["bot10", "bot11", "bot12", "bot13", "bot14", "bot15", "bot16", "bot17", "bot18", "bot19"],
  38. high: ["bot20", "bot21", "bot22", "bot23", "bot24", "bot25", "bot26", "bot27", "bot28", "bot29", "bot30", "bot31"]
  39. }
  40.  
  41.  
  42. //different version of difficulty
  43. var jackpotAiDifficulty1 = {
  44. 1: {
  45. freq: 0.20,
  46. milspec: 0.950,
  47. restricted: 0.975,
  48. classified: 0.998,
  49. covert: 0.999
  50. },
  51. 2: {
  52. freq: 0.30,
  53. milspec: 0.750,
  54. restricted: 0.900,
  55. classified: 0.998,
  56. covert: 0.999
  57. },
  58. 3: {
  59. freq: 0.35,
  60. milspec: 0.500,
  61. restricted: 0.600,
  62. classified: 0.950,
  63. covert: 0.999
  64. },
  65. 4: {
  66. freq: 0.40,
  67. milspec: 0.350,
  68. restricted: 0.500,
  69. classified: 0.950,
  70. covert: 0.999
  71. },
  72. 5: {
  73. freq: 0.50,
  74. milspec: 0.200,
  75. restricted: 0.400,
  76. classified: 0.600,
  77. covert: 0.800
  78. },
  79. 6: {
  80. freq: 0.05,
  81. milspec: 0.150,
  82. restricted: 0.200,
  83. classified: 0.950,
  84. covert: 0.400
  85. },
  86. 7: {
  87. freq: 0.05,
  88. milspec: 0.050,
  89. restricted: 0.150,
  90. classified: 0.950,
  91. covert: 0.350
  92. },
  93. 8: {
  94. freq: 0.05,
  95. milspec: 0.025,
  96. restricted: 0.090,
  97. classified: 0.350,
  98. covert: 0.250
  99. },
  100. 9: {
  101. freq: 0.05,
  102. milspec: 0.005,
  103. restricted: 0.010,
  104. classified: 0.015,
  105. covert: 0.050
  106. }
  107. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement