Need help?Help with LUA scripts please - MPGH - MultiPlayer Game Hacking & Cheats
Help with LUA scripts please
Posts 1–3 of 3 · Page 1 of 1
Help with LUA scripts please
hey i wanna know how i make alot of scripts to use in the same time, looks like insert i use one script, home i use another and more....
Originally Posted by chaoskiller123
hey i wanna know how i make alot of scripts to use in the same time, looks like insert i use one script, home i use another and more....
Code:
first hack here
*press enter twice*
second hack here
*press enter twice*
third hack here
*press enter twice*
Repeat the enter twice process and you will have more hacks running on the same button!
Code:
-- Message on screen
if managers.hud then
managers.hud:show_hint( { text = "woot" } )
end
-- debug menu
if managers.menu then
managers.menu:set_debug_menu_enabled(true)
end