Transformice - Hilesi Nasıl Yapılır (Kodlanır) ? DeadHack

preview_player
Показать описание
ABONE OLMAYI UNUTMAYIN -

İlk Videomdur,İnşallah Beğenirsiniz Birdahaki Videolarımda Diğer Oyunlarda Hack Çıkartacağım...

2012'den Beri Çalışmaktadır.

Aob Kodları (Dönüştürülmüş)

SPEED: (SPACE)
lastSpeed=1.0;
function checkKeys(timer)
if (isKeyPressed(VK_SPACE)) then
if lastspeed ~= 1.5 then
speedhack_setSpeed(1.5)
lastSpeed=1.5
end
else
if lastspeed ~= 1.0 then
speedhack_setSpeed(1.0)
lastSpeed=1.0
end
end
end
t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)

MATRİX : (SHİFT)
lastSpeed=1.0;
function checkKeys(timer)
if (isKeyPressed(VK_SHIFT)) then
if lastspeed ~= 0.5 then
speedhack_setSpeed(0.5)
lastSpeed=0.5
end
else
if lastspeed ~= 1.0 then
speedhack_setSpeed(1.0)
lastSpeed=1.0
end
end
end
t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
Рекомендации по теме
Комментарии
Автор

kodları bulmicaksınız zaten adam kendi yazıyor bende kodlama biliyorum

scriptmeefe
Автор

Teşekkürler bunun gibi kodları nerden bulabilirim ?

utkuucar