(Virtual Boy Wario Land) Jump In Air & Invincible - Lua Scripting/Lua Cheat Codes
(Virtual Boy Wario Land) Jump In Air & Invincible - Lua Scripting/Lua Cheat Codes
This is a Great game, it's biggest flaw is being on the virtual boy.
Virtual Boy Wario Land is a platforming video game developed and published by Nintendo for the Virtual Boy game system in 1995.
🔔 Subscribe For More Videos http://bit.ly/RetroCheats
⭐ Extra Videos!
Mario Death Animations & Failure Animations (NES & Famicom)
https://www.youtube.com/watch?v=FeAy0Pu3ndw
(Pokemon Scarlet and Violet) Pokemon Are ALL Shiny, Spawn Any Pokemon - Cheat Codes
https://www.youtube.com/watch?v=4Xq4cPB4Ue0
Classic Super Nintendo Video Game Deaths & Game Over Screens - Part 1 (Death Animations)
https://www.youtube.com/watch?v=UM4AVWl1_3g
Mario Party But Everyone Is Mario & Infinite Movement - GameShark Codes
https://www.youtube.com/watch?v=vF_lRR8xb_k
(The Legend Of Zelda) Minus World & Minus Dungeon - Game Genie Codes
https://www.youtube.com/watch?v=Qs9fHl4MIPw
If you have an emulator that can do RAW codes, all memory.writebyte can be converted (except the jump will get you stuck). For example, this is the Lives code (50087A4:0063).
https://docs.google.com/document/d/17_GE30mKiy1cVTVqwPSfLwo1HCW5LCyQRHXmj-rhTUM/edit (Small Tutorial, but uses Mario Clash as the example)
Emulator Used: VBjin-svn61
LUA Script For Virtual Boy Wario Land:
function CheatCodes()
local joyput = joypad.get(1);
--Infinite Lives
memory.writebyte(0x050087A4,63);
--Infinite Hearts
memory.writebyte(0x050087A6,63);
--Infinite Time
memory.writebyte(0x050087AA,0xB0);
--9999 Coins
memory.writebyte(0x050087A8,0x0F);
memory.writebyte(0x050087A9,0x27);
--Always Have Key
memory.writebyte(0x050087B0,0x1);
--One Hit Kill 1st Boss
memory.writebyte(0x050087F0,0x1);
--Invincible
memory.writebyte(0x05001063,63);
--Run & Jump
if
joyput.Run
then
memory.writebyte(0x0500102E,2);
end;
--Fire
if
joyput.Select
then
memory.writebyte(0x05001087,3);
end;
end;
emu.registerafter(CheatCodes);
#mods #cheatcodes #gamegenie #gamers #retrogames #modding