Payday 2 weapon, skillpoints, cash and level hack

Posts 6175 of 76 · Page 5 of 6
What kind of anti-cheat system does Payday 2 have? I heard they use VAC.
You heard wrong.

You guys who use Lua Hook, are you getting progress saved?
Quote Originally Posted by hacchan View Post
None of this work because they changed the value in the released version mean all of the stuff here is useless atm
lol, it's not.
Just get the updated values/offsets.
Has anyone got this to work for people who was downloaded the game?
Quote Originally Posted by Gray View Post


All weapons.

Code:
local wep_arr = {
	'new_m4', 
	'glock_17', 
	'mp9', 
	'r870',
	'glock_18c',
	'amcar',
	'm16',
	'olympic',
	'ak74',
	'akm',
	'akmsu',
	'saiga',
	'ak5',
	'aug',
	'g36',
	'p90',
	'new_m14',
	'deagle',
	'new_mp5',
	'colt_1911',
	'mac10',
	'serbu',
	'huntsman',
	'b92fs',
	'new_raging_bull',
	'saw'
}

for i, name in ipairs(wep_arr) do
	if not managers.upgrades:aquired(name) then
		managers.upgrades:aquire(name)
	end
end
All masks

Code:
managers.blackmarket:_setup_masks()
for mask_id,_ in pairs(tweak_data.blackmarket.masks) do
	Global.blackmarket_manager.masks[mask_id].unlocked = true
	managers.blackmarket:add_to_inventory("normal", "masks", mask_id, false)
end
Use LUA, mentioned to me by wuat.
Thank you very much, the code for the masks worked, but the one for unlocking all upgrades didn't work.
So its working on steam full payday 2 ?
Quote Originally Posted by mSerox View Post
So its working on steam full payday 2 ?
Yes I got it to work but I didn't got the money I also managed to get my save work so now I'm lvl 50 with a shitload of Skills Points.
Thank you very much.
What do you do with that Lua code? I'm kinda new to this.
Quote Originally Posted by warzsucks123 View Post
How do you get the save to work?
I'm sorry, I really don't remember what I did exactly to get it to work, I think I managed to legitly close my game and force it saving and I came back without the dll and I was lvl50 and had my skills points but my money didn't changed.
im gonna ask..can we get banned from this
I made a video tutorial on how to do this. It is being processed.
I can't get it to work on full version, it worked on beta
Hello. I started to play the game after it's full release so i couldn't cheat. I don't know if it's becouse i did something wrong or becouse of the realease.
Can I please get a tutorial about the MONEY and the SKILLPOINTS in the realease update. (8/13/2013) If there is other way of cheating at it please tell me.
Posts 6175 of 76 · Page 5 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?