Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- In this script I will show you how to enable God Mode in GTA V with LUA!
- -- GodMode by Abel Software, v1
- local GodMode = {}
- function GodMode.tick()
- local playerID - PLAYER.PLAYER_ID()
- --God Mode Script Starts
- if get_key_pressed(Keys.F5) then
- PLAYER.SET_PLAYER_INVINCIBLE(player, true)
- end
- --God Mode Script Ends
- end
- return GodMode
Advertisement
Add Comment
Please, Sign In to add comment