asylum Talent pointsHi!! Does anybody nows a glitch/hack to max out all talent points in asylum servers ? thanx in advance!
Originally Posted by bugrilhos Hi!! Does anybody nows a glitch/hack to max out all talent points in asylum servers ? thanx in advance! open the asylum .pbo file located below, and look around for it. youll feel good when you find it C:\Users\Cody\AppData\Local\Arma 3\MPMissionsCache
Originally Posted by gogogokitty open the asylum .pbo file located below, and look around for it. youll feel good when you find it C:\Users\Cody\AppData\Local\Arma 3\MPMissionsCache Asylum doesn't save talent related things in the mission file. The variables for XP is in the mission file, but you'll need an script w/injector or a memory editor to alter it.
Originally Posted by Wafuuguu Asylum doesn't save talent related things in the mission file. The variables for XP is in the mission file, but you'll need an script w/injector or a memory editor to alter it. What would the code be if I had a injecter?
Unless they've changed something recently something like the following would work. Code: life_Experience=life_Experience+99999; hint "99999 XP added /n by Wafuguu"; And if you want to ignore their talent limit, use Code: life_MaxTalents=99; life_Experience=life_Experience+99999; hint "Max Talents and 99999 XP added /n by Wafuguu";