Payday 2 weapon, skillpoints, cash and level hack

Posts 4660 of 76 · Page 4 of 6
Quote Originally Posted by wuat View Post
Why should you expect to be given all the answers when you aren't even willing to learn the extreme basics
Probably because they're confusing and the only real explanation some of us have been given is to either google it, or learn C++, both of which would take up the time that some of us are trying to save by cutting back on the grinding that is part of PayDay 2.
Quote Originally Posted by lolgen View Post
I got mine working hide most thing so overkill can't ban me here is imgur /yipRBUr&d3cKpu9
How did you get it to work?
I think I will do tutorial tomorrow but for now I won't because I don't have the time so look out on the forums, Its a compilation of lua scripts and a bit of luck all in one so it might get a bit strange and it will take a least an hour for me to do and don't want to fuck up my save now that its "glitch" as such. Note no of this is mine so please don't credit me in anyway or thank me I will try to find all the people's work I used to get it working in the normal version but until then KILL MORE COPS
Quote Originally Posted by lolgen View Post
I think I will do tutorial tomorrow but for now I won't because I don't have the time so look out on the forums, Its a compilation of lua scripts and a bit of luck all in one so it might get a bit strange and it will take a least an hour for me to do and don't want to fuck up my save now that its "glitch" as such. Note no of this is mine so please don't credit me in anyway or thank me I will try to find all the people's work I used to get it working in the normal version but until then KILL MORE COPS
An hour? Took me 5 minutes, and all things considering, we're probably doing the same thing.
Quote Originally Posted by Sorox View Post
An hour? Took me 5 minutes, and all things considering, we're probably doing the same thing.
You want to go ahead and post a tut then?
yes can someone please make a tutorial on how to hack the money?
thanks you.
Yeah, if anyone knows how to just do xp/money that's all I really need if anyone would be so kind as to post a tut.
i try it but every time a get the some bullshit with version
Outdated :/
Like I said guys can't do it now Its 1 am over here so just sleep or play and I will get it out with in the next day or today for that fact
They hid the values really well this time.
Can you tell us what you did with Cheat Engine to get all that money?
are you guys playing cracked, beta, or legit release? I just bought the game (last game banned was warframe then nexon game prior to that, not many bans since 2008) Does payday 2 not detect CE?
payday 2 has no anti cheat
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.
awesome thanks for the codes, i just modifyed Poked's scripts file to use them, thanks for helping mate couldnt get the weapons to work though
Posts 4660 of 76 · Page 4 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?