Is theyre a tutorial on how to make such lua files?
I would like to learn, because if i look at the normal files of money code it is nothing like the give money code in the hack so i dont understand :/
Originally Posted by kanersps
Is theyre a tutorial on how to make such lua files?
I would like to learn, because if i look at the normal files of money code it is nothing like the give money code in the hack so i dont understand :/
is all about searching,and basic english,open MoneyManager.lua and Press CTRL+F type MoneyManager:_set_offshore( value ) and press enter,you will find the code.
Is theyre a tutorial on how to make such lua files?
I would like to learn, because if i look at the normal files of money code it is nothing like the give money code in the hack so i dont understand :/
It's not that hard actually. If you look at the just regular files.
You start of with this.
Code:
if managers.hud then
managers.hud:show_hint( { text = "Executed script.lua" } )
end
-- Message on screen
if managers.hud then
managers.hud:show_hint( { text = "LUA script loaded! Complete the mission to see effect." } )
end
Then after that you skip one row, enter the next "code adrees" and type in the next row
under that "end" Then you skip one more row and then bam, it should work!
Lua is totaly new to me so xD
I did a money hack i tried todo a god mode hack but it didnt work it just spawned a not working med kit :/