RfVf FR Compteur Morts.lua
À propos du fichier
- Type de fichier
- Fichier LUA de 1 Ko (text/plain)
- Confidentialité
- Fichier public, envoyé le 9 mai 2015 à 16:47, depuis l'adresse IP 86.207.x.x (France)
- Sécurité
- Ne contient aucun Virus ou Malware connus - Dernière vérification: 15 heures
- Statistiques
- La présente page de téléchargement a été vue 865 fois depuis l'envoi du fichier
- Page de téléchargement
-
Aperçu du fichier
local blackout=0
local blackoutanterieur=0
local compteurmorts
local pidanterieur=0
local compteuractif=0
local touchanterieur=0
local compteurresets=0
local vrairesetsante=0
local touchanterieur2=0
vba.print("Augmentation Manuelle : R+ L + Gauche")
vba.print("Diminution Manuelle : R+ L + Droite")
vba.print("On aime Metarkrai")
while true do
touches=memory.readwordunsigned(0x04000130)
pvpoke1=memory.readwordunsigned(0x020242DA)
pvpoke2=memory.readwordunsigned(0x0202433E)
pvpoke3=memory.readwordunsigned(0x020243A2)
pvpoke4=memory.readwordunsigned(0x02024406)
pvpoke5=memory.readwordunsigned(0x0202446A)
pvpoke6=memory.readwordunsigned(0x020244CE)
compteurmorts=memory.readdwordunsigned(0x02026760)
if pvpoke1==0 and pvpoke2==0 and pvpoke3==0 and pvpoke4==0 and pvpoke5==0 and pvpoke6==0 then
blackout=1
else
blackout=0
end
if blackout==1 and blackoutanterieur==0 then
compteurmorts=compteurmorts + 1
blackoutanterieur=1
elseif blackout==0 and blackoutanterieur==1 then
blackoutanterieur=0
end
if touchanterieur2 == touches then
elseif touches == 223 then
compteurmorts=compteurmorts + 1
elseif touches == 239 then
compteurmorts=compteurmorts - 1
end
touchanterieur2=touches
gui.text(2,151,"Morts: "..string.format("%03d",compteurmorts))
memory.writeword(0x02026760,compteurmorts)
emu.frameadvance()
end
Partager le fichier RfVf FR Compteur Morts.lua sur le Web et les réseaux sociaux:
Télécharger le fichier RfVf FR Compteur Morts.lua
Télécharger RfVf FR Compteur Morts.lua