Payday 2 weapon, skillpoints, cash and level hack

Posts 1630 of 76 · Page 2 of 6
Quote Originally Posted by Aaron View Post
I hope it's possible to delevel.
Furthermore, weapon mod unlock will be good.
Yeah that would be cool to see.

Besides that the problem with leveling straight from 0 to the highest level is that you only get to pick 1 card after you leveld up which is pretty gay haha
Quote Originally Posted by NyskLin3 View Post
Yeah that would be cool to see.

Besides that the problem with leveling straight from 0 to the highest level is that you only get to pick 1 card after you leveld up which is pretty gay haha
Or you can give yourself everything.
Like all masks, weapons, materials, colors, mods and armors.
Quote Originally Posted by Gray View Post


Or you can give yourself everything.
Like all masks, weapons, materials, colors, mods and armors.
how does one do this?
Quote Originally Posted by Mr Moggy View Post
how does one do this?
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.
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.
how to use this lua shit?
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.
You wouldnt happen to have a money and experience script would you?
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.

How would i go about using this? Do i have to get a specific program?.

EDIT: Tried using the LUA scripts via the LUA execute command in cheat engine, is the code given correct, or is there a different program i have to use for this? Would appreciate a response other than what Wuat usually says to anyone who doesn't know much about LUA but still asks for help.
Quote Originally Posted by NootNoot View Post
You wouldnt happen to have a money and experience script would you?
I do.
Google payday 2 lua.

Quote Originally Posted by Backpagebz View Post
How would i go about using this? Do i have to get a specific program?.

EDIT: Tried using the LUA scripts via the LUA execute command in cheat engine, is the code given correct, or is there a different program i have to use for this? Would appreciate a response other than what Wuat usually says to anyone who doesn't know much about LUA but still asks for help.
Google payday 2 lua.
Quote Originally Posted by Gray View Post


I do.
Google payday 2 lua.



Google payday 2 lua.

Thanks, got it working.
Any1 figure out a money cheat or exp or skill cheat for The game, not beta.
I got everything working except the hook.
its not working for me :s
got a few errors
Error:[string "managers.blackmarket:_setup_masks()..."]:1: attempt to index global 'managers' (a nil value)
Error:[string "managers.experience:_set_current_level(5);... "]:1: attempt to index global 'managers' (a nil value)

Error:[string "managers.money:_add_to_total(50000000000)..."]:1: attempt to index global 'managers' (a nil value)
Error:[string "managers.money:_add_to_total(50000000000)..."]:1: attempt to index global 'managers' (a nil value)
Quote Originally Posted by DooBiiE View Post
its not working for me :s
got a few errors
Do you have a hook for the game ? If so we can co-operate and make it work. I got everything working except that i need a hook.
Quote Originally Posted by rezonen View Post
Do you have a hook for the game ? If so we can co-operate and make it work. I got everything working except that i need a hook.
He's just using the Cheat Engine Lua execution function.
Quote Originally Posted by plerer View Post
He's just using the Cheat Engine Lua execution function.
Ye that is never gonna work.
Posts 1630 of 76 · Page 2 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?