Advertisement
ShadowFox19961

Bitcoiner Mega Cash

Oct 8th, 2015
1,031
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. /*
  2. This script is not mine, it is from the idle game bitcoiner. I just edited it to get a lot of cash.
  3. Paste this entire thing into the console and buy 1 zuse to have it take effect.
  4.  
  5. var hardware = {
  6.  
  7. zuse: {
  8. label: "Zuse Z3 '41",
  9. description: "Developed by Konrad Zuse! You couldn't start any better.",
  10. btcs: 1.0e+200,
  11. cost: 0,
  12. multi: 0,
  13. hid: 0
  14. },
  15. intelc4004: {
  16. label: "Intel C4004 '70",
  17. description: "The new hightech 4-bit CPU. White ceramic plates and golden cap for free!",
  18. btcs: 0.0006,
  19. cost: 99,
  20. multi: 49000003,
  21. hid: 1
  22. },
  23. atimach64: {
  24. label: "ATI Mach 64 '91",
  25. description: "Using 2D-graphics for mining. Why not?",
  26. btcs: 0.0035,
  27. cost: 679.99,
  28. multi: 13000000,
  29. hid: 2
  30. },
  31. intelpentium2: {
  32. label: "Intel Pentium II '97",
  33. description: "Classy x86 CPU for people with 'special needs'. 233Mhz pure mining power.",
  34. btcs: 0.009,
  35. cost: 2300,
  36. multi: 9500220,
  37. hid: 3
  38. },
  39. amdathlonk7: {
  40. label: "AMD Athlon K7 '99",
  41. description: "Some say, it passed the 1-Ghz mark!",
  42. btcs: 0.0099,
  43. cost: 2700,
  44. multi: 10000220,
  45. hid: 4
  46. },
  47. dreidfxvodoo: {
  48. label: "3dfx Vodoo Graphics '96",
  49. description: "Using Glide for graphic-accelerated mining power.",
  50. btcs: 0.0452,
  51. cost: 14400,
  52. multi: 3000000,
  53. hid: 5
  54. },
  55. intelcore2duo: {
  56. label: "Intel Core 2 Duo '06",
  57. description: "Intel's 64-bit dual-core CPU. Unleash the beast.",
  58. btcs: 0.11,
  59. cost: 77900,
  60. multi: 1680000,
  61. hid: 6
  62. },
  63. intelxeonnehalem: {
  64. label: "Intel Xeon Nehalem '09",
  65. description: "Boost your mining power with nothing else than Intel's high-tech server CPU!",
  66. btcs: 0.52,
  67. cost: 331000,
  68. multi: 420000,
  69. hid: 7
  70. },
  71. amdbulldozer: {
  72. label: "AMD Bulldozer '11",
  73. description: "Boost your mining power with nothing else than AMD's... decent CPU!",
  74. btcs: 0.531,
  75. cost: 340000,
  76. multi: 440000,
  77. hid: 8
  78. },
  79. amd7990: {
  80. label: "AMD Radeon HD 7990 '12",
  81. description: "It's no waste of energy..really mom, trust me! I'm an engineer..",
  82. btcs: 10.0599,
  83. cost: 3495000,
  84. multi: 33900,
  85. hid: 9
  86. },
  87. usbasicminer: {
  88. label: "USB ASIC Miner x10 '12",
  89. description: "Optimized for mining. 10 times.",
  90. btcs: 125.203,
  91. cost: 169999900,
  92. multi: 2500,
  93. hid: 10
  94. },
  95. ibmroadrunner: {
  96. label: "IBM Roadrunner '08",
  97. description: "You should think about a new room, it's going to be confined in here..",
  98. btcs: 1370.132,
  99. cost: 3425099900,
  100. multi: 300,
  101. hid: 11
  102. },
  103. tianhe2: {
  104. label: "Tian-He '13",
  105. description: "You can't get anything better, can you?",
  106. btcs: 12999.4,
  107. cost: 99567894000,
  108. multi: 43,
  109. hid: 12
  110. },
  111. kimdotcom: {
  112. label: "Kim Dotcom '74",
  113. description: "Turns Cookies into BTC!",
  114. btcs: 125456,
  115. cost: 999999999999.99,
  116. multi: 10,
  117. hid: 13
  118. }
  119.  
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement