Lets Make a Teleport Using LUA
The Best Source To Learn Game Hacking: https://guidedhacking.com/ We are going to make things a lot easier and use LUA to make our teleport
Byte Ninja Youtube: / @byteninja3745
Stephen Chapman Youtube: / @stephenchapman
#CheatEngine #Teleport #LUA
-- Virtual Key Codes: https://docs.microsoft.com/en-us/wind...
-- LUA Teleport Template TXT File Download Link: http://www.mediafire.com/file/dj1ryq3...
=================================================
--LUA Teleport Template
--https://docs.microsoft.com/en-us/wind...
-- Make an Injection Copy to get a Symbol name
{$lua}
if syntaxcheck then return end
[ENABLE]
function checkKeys()
--save
if isKeyPressed(VK_PRIOR) then
speak('save')
coordx = readFloat("[p_coord]+30")
coordy = readFloat("[p_coord]+34")
coordz = readFloat("[p_coord]+38")
end
--Load
if isKeyPressed(VK_NEXT) then
speak('teleport')
writeFloat("[p_coord]+30", coordx)
writeFloat("[p_coord]+34", coordy)
writeFloat("[p_coord]+38", coordz)
end
end
t=createTimer(nil)
timer_setInterval(t, 10)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
[DISABLE]
timer_setEnabled(t, false)
======================================
****A way you too can make $$$ and help CTG at the same time all by doing nothing but using the internet like normal with this web browser and turning on the crypto: https://get.cryptobrowser.site/5617008
Become a Cheat The Game Partner at Patreon: / cheatthegame
Donation Paypal: https://paypal.me/CheatTheGame
CTG Apparel Shirts, Sweat-shirts, Hoodies and More FINALLY AVAILABLE FOR LIMTED TIME: https://teespring.com/cheat-the-game-...
================================================
Cheat The Game on Facebook: / cheatthegame
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Cheat The Game Website: cheatthegame.net
Other Videos By Cheat The Game
Other Statistics
Metal Gear Solid V: Ground Zeroes Statistics For Cheat The Game
There are 13,824 views in 2 videos for Metal Gear Solid V: Ground Zeroes. Metal Gear Solid V: Ground Zeroes has approximately 1 hour of watchable video on his channel, or 1.17% of the total watchable video on Cheat The Game's YouTube channel.