Advertisement
ShadowFox19961

Bitcoiner Free Shop Tab

Oct 8th, 2015
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. /*
  2. This script is not mine. It is from the game Bitcoiner. I just edited it to make the gold shop free.
  3. Paste the entire script into the web console to get everything free in the shop tab.
  4.  
  5. var pres = {
  6. mining0: {
  7. label: "Micro Mining Bonus",
  8. description: "Increase your BTC/s by 1%",
  9. cost: 0,
  10. prestige: 0,
  11. again: true,
  12. img: "pcb"
  13. },
  14. mining00: {
  15. label: "Mini Mining Bonus",
  16. description: "Increase your BTC/s by 10%",
  17. cost: 0,
  18. prestige: 0,
  19. again: true,
  20. img: "pcb"
  21. },
  22. mining000: {
  23. label: "Good Mining Bonus",
  24. description: "Increase your BTC/s by 100%",
  25. cost: 0,
  26. prestige: 0,
  27. again: true,
  28. img: "pcb"
  29. },
  30. mining0000: {
  31. label: "Big Mining Bonus",
  32. description: "Increase your BTC/s by 1000%",
  33. cost: 0,
  34. prestige: 0,
  35. again: true,
  36. img: "pcb"
  37. },
  38.  
  39. res00: {
  40. label: "Small Research Bonus",
  41. description: "Decrease Research time by 10%",
  42. cost: 0,
  43. prestige: 0,
  44. again: false,
  45. img: "res"
  46. },
  47. res20: {
  48. label: "Good Research Bonus",
  49. description: "Decrease Research time by 20%",
  50. cost: 0,
  51. prestige: 0,
  52. again: false,
  53. img: "res"
  54. },
  55. res30: {
  56. label: "Big Research Bonus",
  57. description: "Decrease Research time by 30%",
  58. cost: 0,
  59. prestige: 0,
  60. again: false,
  61. img: "res"
  62. },
  63. goldRes: {
  64. label: "Gold Digger",
  65. description: "Get 2 coins for every new research",
  66. cost: 0,
  67. prestige: 0,
  68. again: false,
  69. img: "res"
  70. },
  71.  
  72.  
  73. nightowl0: {
  74. label: "Night Gaming",
  75. description: "Get 00% of your BTC/s rate while being offline",
  76. cost: 0,
  77. prestige: 0,
  78. again: false,
  79. img: "night"
  80. },
  81. nightowl2: {
  82. label: "Night Owl",
  83. description: "Get additional 05% of your BTC/s rate while being offline",
  84. cost: 0,
  85. prestige: 0,
  86. again: false,
  87. img: "night"
  88. },
  89. nightowl3: {
  90. label: "Night Owl Sr.",
  91. description: "Get additional 25% of your BTC/s rate while being offline",
  92. cost: 0,
  93. prestige: 0,
  94. again: false,
  95. img: "night"
  96. },
  97. nightowl4: {
  98. label: "Nightly Build",
  99. description: "Get additional 50% of your BTC/s rate while being offline",
  100. cost: 0,
  101. prestige: 0,
  102. again: false,
  103. img: "night"
  104. },
  105.  
  106. fastforward: {
  107. label: "Fast Forward",
  108. description: "Fast forward long battles (max 25 seconds in the first round)",
  109. cost: 0,
  110. prestige: 0,
  111. again: false,
  112. img: "adventure"
  113. },
  114. freeMach: {
  115. label: "Mach Speed",
  116. description: "Get a free ATI Mach 64. Good for resets",
  117. cost: 0,
  118. prestige: 0,
  119. again: true,
  120. img: "mach"
  121. },
  122. kitty: {
  123. label: "Kitty",
  124. description: "Unlock a kitty as background. Activate with <i>kitty</i> in <span onclick='javascript:showCMD();' class='openCMD'>cmd</span>.",
  125. cost: 0,
  126. prestige: 0,
  127. again: false,
  128. img: "kitty"
  129. },
  130. changerateTime: {
  131. label: "Exchange API",
  132. description: "Decrease the refresh delay of the exchange rate",
  133. cost: 0,
  134. prestige: 0,
  135. again: false,
  136. img: "exchange"
  137. },
  138. changerateFall: {
  139. label: "Backhander",
  140. description: "Prevent BTC/USD exchange rate from falling too deep!",
  141. cost: 0,
  142. prestige: 0,
  143. again: false,
  144. img: "exchange"
  145. },
  146.  
  147. centermini: {
  148. label: "Parents Bedroom",
  149. description: "Place for 05 machines",
  150. cost: 0,
  151. prestige: 0,
  152. again: true,
  153. img: "center"
  154. },
  155. centersmall: {
  156. label: "Townhall",
  157. description: "Place for 200 machines",
  158. cost: 0,
  159. prestige: 0,
  160. again: true,
  161. img: "center"
  162. },
  163. centerbig: {
  164. label: "NSA Datacenter",
  165. description: "Place for 0000 machines",
  166. cost: 0,
  167. prestige: 0,
  168. again: true,
  169. img: "center"
  170. },
  171.  
  172. autosell: {
  173. label: "Lazy Selling",
  174. description: "Autoselling will use manual selling bonus",
  175. cost: 0,
  176. prestige: 0,
  177. again: false,
  178. img: "hdd"
  179. },
  180. hackingA: {
  181. label: "Hacking Level: Asian",
  182. description: "Multiply hacking money by ten (you need one research at least)",
  183. cost: 0,
  184. prestige: 0,
  185. again: false,
  186. img: "hdd"
  187. },
  188. randomMore: {
  189. label: "<b>Coin</b>cidence?",
  190. description: "Randoms have a 25% higher chance to show",
  191. cost: 0,
  192. prestige: 0,
  193. again: false,
  194. img: "hdd"
  195. },
  196. randomDouble: {
  197. label: "Doubletime",
  198. description: "Randoms stay twice as long",
  199. cost: 0,
  200. prestige: 0,
  201. again: false,
  202. img: "hdd"
  203. },
  204.  
  205. doubleMoney: {
  206. label: "Real Hustling",
  207. description: "Double your money instant",
  208. cost: 0,
  209. prestige: 0,
  210. again: true,
  211. img: "money"
  212. },
  213. moneyMini: {
  214. label: "Mini Money Bag",
  215. description: "Get "+bigNum(500)+" dollars. Good for resets",
  216. cost: 00,
  217. prestige: 0,
  218. again: true,
  219. img: "money"
  220. },
  221. moneySmall: {
  222. label: "Small Money Bag",
  223. description: "Get "+bigNum(20000)+" dollars. Good for resets",
  224. cost: 0,
  225. prestige: 0,
  226. again: true,
  227. img: "money"
  228. },
  229. moneyGood: {
  230. label: "Good Money Bag",
  231. description: "Get "+bigNum(000000)+" dollars. Good for resets",
  232. cost: 0,
  233. prestige: 0,
  234. again: true,
  235. img: "money"
  236. },
  237. moneyBig: {
  238. label: "Big Money Bag",
  239. description: "Get "+bigNum(600000)+" dollars. Good for resets",
  240. cost: 0,
  241. prestige: 0,
  242. again: true,
  243. img: "money"
  244. },
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement