
Originally Posted by
rogeruk
Why did you post this thread? the LUA hacks work fine..
Check out it on the steam games page
Code:
-- invulnerable
local player = managers.player:player_unit()
player:character_damage():set_invulnerable( true )
-- full stamina
PlayerMovement.is_stamina_drained = function(self) return false end
-- no spread/recoil
NewRaycastWeaponBase._get_spread = function(self) return 0 end
NewRaycastWeaponBase.recoil_multiplier = function(self) return 0 end
-- damage & firing rate
NewRaycastWeaponBase.fire_rate_multiplier = function(self) return 99999999 end
NewRaycastWeaponBase.damage_multiplier = function(self) return 99999999 end
-- money and level & skill points
managers.experience:_set_current_level (100)
managers.skilltree:_set_points(9999)
managers.money:_add_to_total(99999999999)
But lua hack will corrupt your savefile once you remove the files.
Cheat Engine still works. However I can only use it to get money. Nothing else..
Then again I'm a noob.
For those interested in how to do it:
- You attach cheatEngine to payday2.exe
- You go to a skilltree of your choise, ghost for example.
- Reset the skilltree completely
- Buy the 1st skill to unlock the class.
- Now in cheatengine search for value: 0 and press first scan. ( leave all settings default )
- Now level up a skill once. So it's 'owned'.
- Now scan for the value: 1065353216 and press Next scan.
- Reset your skilltree and unlock the class again.
- Now scan for the value: 0 and press next scan.
- now level up your skill again ( the same one you did before ) and search for value: 1065353216 and press next scan
repeat this process untill you only have about 1-5 values left.
If you do it perfectly ( which you will be able to later ) you will only have 1 value.
Now that you have your 1-5 values level up your skill to ' ace ' .
The values in cheatengine will now show you the correct value for an aced skill.
On my computer the value is: 1073741824 ( this will not be the case on your pc, slightly different number )
Once you have this you can reset your skilltree, unlock the first skill, and edit the value in cheatengine to the aced value.
You can keep doing this over and over for infinite money. It works.
The higher your level is the faster you'll be able to make money.
I did this with tier 1 - 2. So I had 6 values in cheatengine that I kept modding back to the aced value.
This resulted in about 128k cash per reset. I did this till up about 8M. Exit, and save. Voila!
ps: values change everytime you try this, but the value for an 'owned' skill is usually '1065353216'. The ace value is different.