Link | Submitted By | Actions | |
---|---|---|---|
Game On Kongregate | bshipp |
Dope Slinger TycoonNeed help figuring out how to make this hack work! Please let me know if you have any ideas.Last Updated: 04/23/2020 19:27 |
Additional Info
|
Hello! I recently stumbled across this rather entertaining incremental/idle game by accident called Dope Slinger Tycoon, and was playing for a few days before i had the thought to look on here and see if there were any hacks! Luckily someone had the same thought I did and decided to create one! I cant remember the name of who posted it right now, but basically its a line of code that you input into the save feature (which is a bunch of alphanumeric text that contains your game data. You can copy/past it into the import slot in the options to load your game.). So, my question is, does anybody have any idea as to how or where this line of code goes? Its function is supposed to lower the price scaling of upgrades. If anybody could take a look at it and pm me or comment on this thread I would greatly apprecite it! Thanks! |
Additional Info
|
for the scaling price update changes to take effect you need to do the soft reset thing of this game. Promote to kingping or something like that |
Additional Info
|
Wow it works, thanks guys. |
Additional Info
|
Where do i go from there? it says select frameigame and paste this. var scope = angular.element(document.querySelector('[ng-controller]')).scope() scope.gameModel.production.forEach( x => x.priceMulti = 1.01 ) Where do i paste this?? theres nothing that says frameigame and when i click on the console tab on the top theres also nothing about frameigame |
Additional Info
|
i paste into console and get Uncaught SyntaxError: Unexpected identifier |