Advertisement
ShadowFox19961

Bitcoiner Free Research

Oct 8th, 2015
822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. /*
  2. This script is not mine. It is from the game Bitcoiner. I just edited it to make the research free.
  3. Paste the entire script into the web console to get everything free in the research tab.
  4.  
  5. var res = {
  6. center: {
  7. "1": {
  8. label: "Research Center",
  9. description: "Improvments for your virtual life.",
  10. cost: 0,
  11. time: 0,
  12. level: 0
  13. },
  14. "2": {
  15. label: "Quality assurance",
  16. description: "Further upgrades",
  17. time: 0,
  18. cost: 0,
  19. level: 0
  20. },
  21. "3": {
  22. label: "final release",
  23. description: "Last research center upgrade",
  24. time: 0,
  25. cost: 0,
  26. level: 0
  27. },
  28. "4": {
  29. label: "Gyro Gearloose",
  30. description: "He could find even more...",
  31. time: 0,
  32. cost: 0,
  33. level: 0
  34. },
  35. "5": {
  36. label: "Little Helper",
  37. description: "The true reason. Maybe new upgrades. Who knows!",
  38. time: 0,
  39. cost: 0,
  40. level: 0
  41. },
  42. "6": {
  43. label: "The Blue Box",
  44. description: "Just a blue box.",
  45. time: 0,
  46. cost: 0,
  47. level: 0
  48. },
  49. "7": {
  50. label: "TARDIS",
  51. description: "Ask The Doctor for help. Doctor? Doctor Who?",
  52. time: 0,
  53. cost: 0,
  54. level: 0
  55. },
  56. "8": {
  57. label: "Deep Thought",
  58. description: "Could take time..",
  59. time: 0,
  60. cost: 0,
  61. level: 0
  62. }
  63. },
  64. //getBuildFactor();
  65. buildCost: {
  66. "1": {
  67. label: "PSU Efficiency 70+",
  68. description: "Reduces machine costs by 1%",
  69. time: 0,
  70. cost: 0,
  71. level: 0
  72. },
  73. "2": {
  74. label: "PSU Efficiency 80+",
  75. description: "Reduces machine costs by additional 2%. Eco!",
  76. time: 0,
  77. cost: 0,
  78. level: 0
  79. },
  80. "3": {
  81. label: "PSU Efficiency 95+",
  82. description: "Reduces machine costs by additional 5%",
  83. time: 0,
  84. cost: 0,
  85. level: 0
  86. },
  87. "4": {
  88. label: "PSU Efficiency 100",
  89. description: "Reduces machine costs by additional 8%",
  90. time: 0,
  91. cost: 0,
  92. level: 0
  93. },
  94. "5": {
  95. label: "PSU Efficiency Level: Over 9000",
  96. description: "Reduces machine costs by additional 10%",
  97. time: 0,
  98. cost: 0,
  99. level: 0
  100. },
  101. "6": {
  102. label: "Quantum PSU",
  103. description: "Reduces machine costs by additional 12%. Pure Energy.",
  104. time: 0,
  105. cost: 0,
  106. level: 0
  107. },
  108. "7": {
  109. label: "Cookie PSU",
  110. description: "Reduces machine costs by additional 15%. Kim, is that you?",
  111. time: 0,
  112. cost: 0,
  113. level: 0
  114. },
  115. "8": {
  116. label: "Tardis PSU",
  117. description: "Reduces machine costs by additional 18%. Energy from everywhere?",
  118. time: 0,
  119. cost: 0,
  120. level: 0
  121. },
  122. "9": {
  123. label: "LC Power PSU",
  124. description: "Reduces machine costs by additional 25%. Quality for everyone",
  125. time: 0,
  126. cost: 0,
  127. level: 0
  128. }
  129.  
  130. },
  131. //getRoomSize();
  132. moreSpace: {
  133. "0": {
  134. label: "Your room",
  135. description: "",
  136. time: 0,
  137. cost: 0,
  138. level: 0
  139. },
  140. "1": {
  141. label: "Dark Basement",
  142. description: "Mommy does not like the new place for your rigs...",
  143. time: 0,
  144. cost: 0,
  145. level: 0
  146. },
  147. "2": {
  148. label: "Daddy's Garage",
  149. description: "More space for your rigs. Daddy approves.",
  150. time: 0,
  151. cost: 0,
  152. level: 0
  153. },
  154. "3": {
  155. label: "Own Apartment",
  156. description: "After 30 years you leave your old home. Mommy approves.",
  157. time: 0,
  158. cost: 0,
  159. level: 0
  160. },
  161. "4": {
  162. label: "Old Hangar",
  163. description: "You 'rent' an old hangar.",
  164. time: 0,
  165. cost: 0,
  166. level: 0
  167. },
  168. "5": {
  169. label: "Datacenter",
  170. description: "This should be enough room for everything.",
  171. time: 0,
  172. cost: 0,
  173. level: 0
  174. },
  175. "6": {
  176. label: "Old Home",
  177. description: "Daddy allowed you to come back, if you bake cookies for your mom.",
  178. time: 0,
  179. cost: 0,
  180. level: 0
  181. },
  182. "7": {
  183. label: "TARDIS Room",
  184. description: "It's bigger on the inside!",
  185. time: 0,
  186. cost: 0,
  187. level: 0
  188. },
  189. "8": {
  190. label: "Planet Earth",
  191. description: "Made from Deep Thought.",
  192. time: 0,
  193. cost: 0,
  194. level: 0
  195. },
  196. "9": {
  197. label: "Cookieverse",
  198. description: "There should be place between the cookies.",
  199. time: 0,
  200. cost: 0,
  201. level: 0
  202. }
  203.  
  204. },
  205. //getRandomStatus();
  206. randomEvent: {
  207. "1": {
  208. label: "Asynchronous functions",
  209. description: "Maybe something will appear..",
  210. time: 0,
  211. cost: 0,
  212. level: 0
  213. },
  214. "2": {
  215. label: "Callback Functions",
  216. description: "Double the money you get for hustling",
  217. time: 0,
  218. cost: 0,
  219. level: 0
  220. },
  221. "3": {
  222. label: "Interval functions",
  223. description: "More machines from anonymous donors",
  224. time: 0,
  225. cost: 0,
  226. level: 0
  227. },
  228. "4": {
  229. label: "Callback Functions",
  230. description: "More money for hustling!",
  231. time: 0,
  232. cost: 0,
  233. level: 0
  234. },
  235. "5": {
  236. label: "Blue Functions",
  237. description: "More money for hustling..much more",
  238. time: 0,
  239. cost: 0,
  240. level: 0
  241. },
  242. "6": {
  243. label: "TARDIS Functions ",
  244. description: "More money for hustling - some say, over x30",
  245. time: 0,
  246. cost: 0,
  247. level: 0
  248. },
  249. "7": {
  250. label: "TARDIS Functions 9000",
  251. description: "More money for hustling. Really.",
  252. time: 0,
  253. cost: 0,
  254. level: 0
  255. },
  256. "8": {
  257. label: "Standard Functions",
  258. description: "HUSTLER",
  259. time: 0,
  260. cost: 0,
  261. level: 0
  262. }
  263.  
  264. },
  265. //getBTCsFactor();
  266. btcMulti: {
  267. "1": {
  268. label: "Overclocking",
  269. description: "Multiplies BTC/s by 10%",
  270. time: 0,
  271. cost: 0,
  272. level: 0
  273. },
  274. "2": {
  275. label: "Overclocking: Free Multi",
  276. description: "Multiplies BTC/s by 50%",
  277. time: 0,
  278. cost: 0,
  279. level: 0
  280. },
  281. "3": {
  282. label: "Redesigned CPU Architecture",
  283. description: "Multiplies BTC/s by 100%",
  284. time: 0,
  285. cost: 0,
  286. level: 0
  287. },
  288. "4": {
  289. label: "Golden Cookies For Kim",
  290. description: "Multiplies BTC/s by 300%",
  291. time: 0,
  292. cost: 0,
  293. level: 0
  294. },
  295. "5": {
  296. label: "Buy Some Government Support",
  297. description: "Multiplies BTC/s further",
  298. time: 0,
  299. cost: 0,
  300. level: 0
  301. },
  302. "6": {
  303. label: "Just...Inventions",
  304. description: "Multiplies BTC/s further",
  305. time: 0,
  306. cost: 0,
  307. level: 0
  308. },
  309. "7": {
  310. label: "Dell Computer",
  311. description: "Multiplies BTC/s further",
  312. time: 0,
  313. cost: 0,
  314. level: 0
  315. },
  316. "8": {
  317. label: "TARDIS Computer",
  318. description: "Multiplies BTC/s further",
  319. time: 0,
  320. cost: 0,
  321. level: 0
  322. },
  323. "9": {
  324. label: "TARDIS Companion",
  325. description: "Multiplies BTC/s further + Multiplies BTC/s over time",
  326. time: 0,
  327. cost: 0,
  328. level: 0
  329. },
  330. "10": {
  331. label: "42",
  332. description: "Multiplies BTC/s further",
  333. time: 0,
  334. cost: 0,
  335. level: 0
  336. }
  337.  
  338. },
  339. //getBegFactor()
  340. hackmoney: {
  341. "1": {
  342. label: "Your Mining Rig As A Botnet",
  343. description: "Gain 1x of your BTC/s computing speed as money through clicking",
  344. time: 0,
  345. cost: 0,
  346. level: 0
  347. },
  348. "2": {
  349. label: "New Software",
  350. description: "Gain 10x of your BTC/s computing speed as money through clicking",
  351. time: 0,
  352. cost: 0,
  353. level: 0
  354. },
  355. "3": {
  356. label: "FBI Connections",
  357. description: "Gain 20x of your BTC/s computing speed as money through clicking",
  358. time: 0,
  359. cost: 0,
  360. level: 0
  361. },
  362. "4": {
  363. label: "Your Rig As A Botnet",
  364. description: "Gain 40x of your BTC/s computing speed as money through clicking",
  365. time: 0,
  366. cost: 0,
  367. level: 0
  368. },
  369. "5": {
  370. label: "Worldwide Botnet",
  371. description: "Gain 99x of your BTC/s computing speed as money through clicking",
  372. time: 0,
  373. cost: 0,
  374. level: 0
  375. },
  376. "6": {
  377. label: "Universe Botnet",
  378. description: "Gain 199x of your BTC/s computing speed as money through clicking",
  379. time: 0,
  380. cost: 0,
  381. level: 0
  382. },
  383. "7": {
  384. label: "TARDIS Clicker",
  385. description: "Gain 390x of your BTC/s computing speed as money through clicking with time travelling",
  386. time: 0,
  387. cost: 0,
  388. level: 0
  389. },
  390. "8": {
  391. label: "Deep Clicker",
  392. description: "Gain 888x of your BTC/s computing speed as money through clicking with time travelling",
  393. time: 0,
  394. cost: 0,
  395. level: 0
  396. }
  397.  
  398. },
  399. //getSellFactor()
  400. sellrate: {
  401. "1": {
  402. label: "Money On My Mind",
  403. description: "Increase your sell percentage to 110%",
  404. time: 0,
  405. cost: 0,
  406. level: 0
  407. },
  408. "2": {
  409. label: "Summer Sale",
  410. description: "Increase your sell percentage to 150%",
  411. time: 0,
  412. cost: 0,
  413. level: 0
  414. },
  415. "3": {
  416. label: "Merchant",
  417. description: "Increase your sell percentage to 200%",
  418. time: 0,
  419. cost: 0,
  420. level: 0
  421. },
  422. "4": {
  423. label: "Provision",
  424. description: "Increase your sell percentage to 300%",
  425. time: 0,
  426. cost: 0,
  427. level: 0
  428. },
  429. "5": {
  430. label: "Top Seller",
  431. description: "Increase your sell percentage to 500%",
  432. time: 0,
  433. cost: 0,
  434. level: 0
  435. },
  436. "6": {
  437. label: "Monopol",
  438. description: "Increase your sell percentage to 3,000%",
  439. time: 0,
  440. cost: 0,
  441. level: 0
  442. },
  443. "7": {
  444. label: "Tardis Selling",
  445. description: "Increase your sell percentage to 7,500%",
  446. time: 0,
  447. cost: 0,
  448. level: 0
  449. },
  450. "8": {
  451. label: "Quite Large..",
  452. description: "Increase your sell percentage to 30,000%",
  453. time: 0,
  454. cost: 0,
  455. level: 0
  456. },
  457. "9": {
  458. label: "Deep Selling",
  459. description: "Increase your sell percentage to 75,000%",
  460. time: 0,
  461. cost: 0,
  462. level: 0
  463. },
  464. "10": {
  465. label: "Big Money",
  466. description: "Increasing selling bonus with increasing money made (endgame)",
  467. time: 0,
  468. cost: 0,
  469. level: 0
  470. }
  471.  
  472. },
  473. //getHardwareMulti();
  474. hardwaremulti: {
  475. "1": {
  476. label: "Softwarecenter v1",
  477. description: "Upgrades your whole hardware rig (better base BTC/s)",
  478. time: 0,
  479. cost: 0,
  480. level: 0
  481. },
  482. "2": {
  483. label: "Softwarcenter v1.1",
  484. description: "Upgrades your whole hardware rig (better base BTC/s)",
  485. time: 0,
  486. cost: 0,
  487. level: 0
  488. },
  489. "3": {
  490. label: "Softwarcenter: Raise Of A Nation",
  491. description: "Upgrades your whole hardware rig (better base BTC/s)",
  492. time: 0,
  493. cost: 0,
  494. level: 0
  495. },
  496. "4": {
  497. label: "The Bright Day",
  498. description: "Upgrades your whole hardware rig (better base BTC/s)",
  499. time: 0,
  500. cost: 0,
  501. level: 0
  502. },
  503. "5": {
  504. label: "Carpe Diem",
  505. description: "Upgrades your whole hardware rig (better base BTC/s)",
  506. time: 0,
  507. cost: 0,
  508. level: 0
  509. },
  510. "6": {
  511. label: "Eureka!",
  512. description: "Upgrades your whole hardware rig (better base BTC/s)",
  513. time: 0,
  514. cost: 0,
  515. level: 0
  516. },
  517. "7": {
  518. label: "Deep Heart",
  519. description: "Upgrades your whole hardware rig (better base BTC/s)",
  520. time: 0,
  521. cost: 0,
  522. level: 0
  523. }
  524. }
  525. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement