Unlocking kickstarter bundles (clothes and items) for free and without SMS.
Commands for CMD-slave:
REG ADD “HKCU \ Software \ AtomTeam \ Atom” / v “BUNDLE_STALKER_h818105880” / t REG_DWORD / d 1 / f – unlocks the kickstarter set “Chosen”.
REG ADD “HKCU \ Software \ AtomTeam \ Atom” / v “BUNDLE_RANGER_h1463679875” / t REG_DWORD / d 1 / f – unlocks the “Pathfinder” kickstarter set.
REG ADD “HKCU \ Software \ AtomTeam \ Atom” / v “BUNDLE_VETERAN_h326212241” / t REG_DWORD / d 1 / f – unlocks the Veteran set.
Commands for PowerShell Boyar:
New-ItemProperty -Path “HKCU: \ Software \ AtomTeam \ Atom” -Name “BUNDLE_STALKER_h818105880” -PropertyType “DWORD” -Value “1” -Force | Out-Null – Unlocks the Chosen Kickstarter Pack.
New-ItemProperty -Path “HKCU: \ Software \ AtomTeam \ Atom” -Name “BUNDLE_RANGER_h1463679875” -PropertyType “DWORD” -Value “1” -Force | Out-Null – Unlocks the Pathfinder Kickstarter Pack.
New-ItemProperty -Path “HKCU: \ Software \ AtomTeam \ Atom” -Name “BUNDLE_VETERAN_h326212241” -PropertyType “DWORD” -Value “1” -Force | Out-Null – Unlocks the Veteran Pack.