ExclamationPayday 2 LUA Hook TUT (Easy)

Posts 136150 of 197 · Page 10 of 14
Quote Originally Posted by MaDMaXoO View Post
Level and Skillpoints work but not money pls fix that
You can fix this by yourself and not be a 'tard always asking... Just read the topic and learn...
Quote Originally Posted by MaDMaXoO View Post
Level and Skillpoints work but not money pls fix that
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..

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
Quote Originally Posted by MaDMaXoO View Post
K now Money works too but when i restart it says that the file is a wrong version and it creates a new one
It's been answered multiple times in this thread already.
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!
Quote Originally Posted by dxkillern1 View Post
disable debug consol: delete Lua Folder..

managers.money:_set_money(500000000) dont work
If delete lua folder , the hack is not working
I should just desiable debug monitor in game in the right corner
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.
Quote Originally Posted by KRAKKEN View Post
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.
this one worked for me:

managers.money:_add_to_total(300000)
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" } )
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? :[
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.
Quote Originally Posted by melodicshredder View Post
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.
The other community is just as lame as this one and has the same amount of skidies begging for help.
Quote Originally Posted by MaDMaXoO View Post
Level and Skillpoints work but not money pls fix that
money still works just make sure you have all of the lua right!!
Posts 136150 of 197 · Page 10 of 14
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?