Hacks: Modify Perk Points
Day R survival 735 [x64]
Using Query: 9D;0D;Q 'pointPerk'
Using Dword: 2012275709
Offset Query: -10
Offset Dword: -C
Pointer Search the ID
then Offset them By 40 Type Double
then Filter by 0 (Double)
then editAll as much as you wish (Ex. 10000)
then buy one perk, and if done correctly the perk point will change and you cant buy anymore perk, just revert it back to 0 and enjoy
Code Reference
getVal = main.level.getHeroValue
heroVal = getVal(main.level, 'pointPerk')
game = -- Game Perk Obj
Cost = game.getCost(game)
cals = heroVal - Cost
max = 0
fins = math.max(cals, max)
-- other code under it that calculates hero perks, adding perks, etc
-- our goal only modify max, so the math will ignores the cals and picks max