Payday 2 LUA Hook TUT (Easy)
Everything works.. you guys are just doing it wrong.
Money - Working
Skills - Working
Level - Working
Simply download the cache files as per tutorial, move the xml (from the lua folder), iphlpapi.dll and script.lua and then edit the script.lua to whatever you want..
Money - Working
Skills - Working
Level - Working
Simply download the cache files as per tutorial, move the xml (from the lua folder), iphlpapi.dll and script.lua and then edit the script.lua to whatever you want..
Code:
if managers.hud then
managers.hud:show_hint( { text = "Executed script.lua" } )
end
managers.skilltree:_set_points(20);
K now Money works too but when i restart it says that the file is a wrong version and it creates a new one
Okay, so I found a fix for the whole mask and sights crashes in the game. This MAY not work for you but it worked for me.
1- Drag and Drop ALL of the files in the Payday 2_mpgh.net.rar into your Payday 2 directory.
2- Open up Payday 2 and click through all of the messages until you hit the main menu.
3- Press Insert, and go into Inventory and exit out again.
4- Then go into your Safe House and the introductory mission should play.
5- Hit ESC, go into your Debug menu and hit GIVE MONEY as many times as you want. Do the same for DEBUG_GIVE_MORE_EXPERIENCE.
6- Then quit that mission and enter the Inventory and it should say you've unlocked a couple things. Go into the "Masks" tab and there you go, the first 2 pages are available for you to buy (the third page doesn't work for some reason)
7- For the sights, on ANY gun, select the second attachment in the Barrel Ext, Magazine, Gadgets et cetera and then select the "Sights" tab.
Voila, there are your sights.
If you want to make it so that you can go past level 30, just edit ExperienceManager in your lua folder and search for the line:
function ExperienceManager:level_cap()
return 30
end
Then change the "30" to 100 and save. Then edit Script.lua with notepad++ or notepad, and change this:
managers.experience:_set_current_level(30)
to anything you want.
That's you done for a while!
1- Drag and Drop ALL of the files in the Payday 2_mpgh.net.rar into your Payday 2 directory.
2- Open up Payday 2 and click through all of the messages until you hit the main menu.
3- Press Insert, and go into Inventory and exit out again.
4- Then go into your Safe House and the introductory mission should play.
5- Hit ESC, go into your Debug menu and hit GIVE MONEY as many times as you want. Do the same for DEBUG_GIVE_MORE_EXPERIENCE.
6- Then quit that mission and enter the Inventory and it should say you've unlocked a couple things. Go into the "Masks" tab and there you go, the first 2 pages are available for you to buy (the third page doesn't work for some reason)
7- For the sights, on ANY gun, select the second attachment in the Barrel Ext, Magazine, Gadgets et cetera and then select the "Sights" tab.
Voila, there are your sights.
If you want to make it so that you can go past level 30, just edit ExperienceManager in your lua folder and search for the line:
function ExperienceManager:level_cap()
return 30
end
Then change the "30" to 100 and save. Then edit Script.lua with notepad++ or notepad, and change this:
managers.experience:_set_current_level(30)
to anything you want.
That's you done for a while!

Anyone have any idea on how to deduct the spending cash? I've been trying a series of commands in the lua but none have worked so far.
I did the opposite of above, but I ended up with negative 1mil offshore and would love to fix it.
Works great. Does anyone know how to add equipment via lua? (landmines, saws, etc)
To add c4
managers.player:add_special( { name = "c4" } )
managers.player:add_special( { name = "c4" } )
got it all working,
but I always crash when entering day 2 of a heist (so far I always fail joining day 2 of RATS mission)
any fix? :[
but I always crash when entering day 2 of a heist (so far I always fail joining day 2 of RATS mission)
any fix? :[
This is why you don't publicize things like LUA modification on MPGH.
It turns from a discussion where people contribute to a help desk.
No offense to those of you asking for help.
You're not wrong to ask for help, but this simply didn't really need shared here.
Not that I'm trying to stop others from getting it.
But where the site where this was originally posted is one where the community promotes learning as opposed to this.
It turns from a discussion where people contribute to a help desk.
No offense to those of you asking for help.
You're not wrong to ask for help, but this simply didn't really need shared here.
Not that I'm trying to stop others from getting it.
But where the site where this was originally posted is one where the community promotes learning as opposed to this.
This thread is closed for replies.
Similar Threads
WarRock - International Hackstut How to hook tut 6 1 Crysis 2 Tutorials[Tut]Easy lvl 50 text onlyVI 22 Programming Tutorials[TUT] Easy Login/Register Form [NOOB FRIENDLY]IM 8 Programming Tutorials[TUT] Easy .DLL Injector ( Hand made Not Copy and Pasted )
3 Combat Arms Hacks & CheatsSpeed Hack TuT (Easy Directions W/ Pictures) 46

pls fix that