Trevin

Hacking Simulator!

Jul 16th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. Let's make a game!
  2. -Hacking Simulator 2016
  3. -by ...
  4. -created on 7/16/2016
  5. -last updated on 7/16/2016
  6. -version Very Early InDev 1.1
  7.  
  8. // Don't look in here.
  9. // I mean it!
  10. // You really hate me, don't you?
  11. // You noob.
  12.  
  13. Settings :
  14. -prices increase by 115%
  15. -selling gives back 30%
  16. -resources are visible by default
  17. -clickables are visible by default
  18. -buildings are visible by default
  19. -upgrades are hidden by default
  20. -show log
  21. -custom stylesheet : http://pastebin.com/8f61QReY
  22. -background : https://i.imgur.com/EDsyvAQ.png
  23. -text color : #fff
  24. -fonts : Inconsolata
  25. -boxes : main (resources, clickables); store (upgrades,buildings); stats (achievements)
  26.  
  27. Resources :
  28. *SmallBugs
  29. named Small Bugs
  30. image : https://i.imgur.com/0IihWZ6.png
  31.  
  32. Clickables :
  33. *AttackComputer
  34. gives 1 SmallBugs
  35. named Attack Computer
  36. visible
  37. image : https://i.imgur.com/OAaAZOI.png
  38.  
  39.  
  40. Buildings:
  41.  
  42. *ComputerHacking
  43. "It gives people 50xb of viruses."
  44. costs 50 SmallBugs
  45. gives .05 SmallBugs
  46. visible
  47. show 0 digits
  48. image : http://i.imgur.com/ACnI6k5.png
  49.  
  50. *MakeMicroscopicVirus
  51. "It gives people 500xb of viruses."
  52. costs 300 SmallBugs
  53. gives .5 SmallBugs
  54. visible
  55. show 0 digits
  56. image : http://i.imgur.com/ACnI6k5.png
  57.  
  58. *MakeMicroscopicWorm
  59. "It gives people 3yb of viruses."
  60. costs 1000 SmallBugs
  61. gives 3 SmallBugs
  62. visible
  63. show 0 digits
  64. image : http://i.imgur.com/ACnI6k5.png
  65.  
  66. *MakeMicroscopicTrojan
  67. "It gives people 10yb of viruses."
  68. costs 5000 SmallBugs
  69. gives 10 SmallBugs
  70. visible
  71. show 0 digits
  72. image : http://i.imgur.com/ACnI6k5.png
  73.  
  74. *MakeMicroscopicAdWare
  75. "It gives people 25yb of viruses."
  76. costs 50000 SmallBugs
  77. gives 25 SmallBugs
  78. visible
  79. show 0 digits
  80. image : http://i.imgur.com/ACnI6k5.png
  81.  
  82. Upgrades:
  83.  
  84. *StartingUpgrade1
  85. -"The faster you type, the quicker computers get destroyed."
  86. -costs 30 SmallBugs
  87. -unlocks at 15 SmallBugs
  88. -multiplies efficiency of AttackComputer by 200%
  89. -multiplies efficiency of ComputerHacking by 200%
  90. -named Slighty Faster Typing
  91. -image : https://i.imgur.com/OAaAZOI.png
  92.  
  93. *StartingUpgrade2
  94. -"Increase your words per minute to tell your computer to infect others."
  95. -costs 100 SmallBugs
  96. -unlocks at 50 SmallBugs
  97. -multiplies efficiency of AttackComputer by 200%
  98. -multiplies efficiency of ComputerHacking by 200%
  99. -named Faster Typing
  100. -image : https://i.imgur.com/OAaAZOI.png
  101.  
  102. *StartingUpgrade3
  103. -"Looks like you've got the hang of this! I'll leave you to figure out the rest. Good luck! Anyways, why not learn a bit more about attacking computers. This upgrade gives you a boost."
  104. -costs 1000 SmallBugs
  105. -unlocks at 1000 SmallBugs
  106. -multiplies efficiency of AttackComputer by 250%
  107. -multiplies efficiency of ComputerHacking by 250%
  108. -named Preparations
  109. -image : https://i.imgur.com/OAaAZOI.png
  110.  
  111. *ClickingUpgrade1
  112. -"It says 0.4. Looks like the decimals worked! Still, you're so slow with typing..."
  113. -costs 2500 SmallBugs
  114. -unlocks at 1500 SmallBugs
  115. -multiplies efficiency of AttackComputer by 250%
  116. -named WPM Calculation
  117. -image : https://i.imgur.com/OAaAZOI.png
  118.  
  119. *ComputerHackingUpgrade1
  120. -"Hacking faster makes more bits get destroyed from computers."
  121. -costs 200 SmallBugs
  122. -unlocks at 1 ComputerHacking
  123. -multiplies efficiency of ComputerHacking by 200%
  124. -named Faster Hacking
  125. -image : https://i.imgur.com/OAaAZOI.png
Add Comment
Please, Sign In to add comment