This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
//Loop Example By Electric ©;
//-> Copy this link on URL of internet -> "Youtube.com/c/electricgames"
//Please, don't use my code :v copyright 2016/2017
modTick=function()
{
for (var i = 0; i <= 5; i++)
clientMessage(i);
}
};
//---------------------------
//No repeat Hook of modTick Two... Ok ?
var i = 0;
while (i <= 5)
Daniel Junior da Silva Izá
//Loop Example By Electric ©;
//-> Copy this link on URL of internet -> "Youtube.com/c/electricgames"
//Please, don't use my code :v copyright 2016/2017
modTick=function()
{
for (var i = 0; i <= 5; i++)
{
clientMessage(i);
}
};
//---------------------------
//No repeat Hook of modTick Two... Ok ?
modTick=function()
{
var i = 0;
while (i <= 5)
{
clientMessage(i);
}
};
Daniel Junior da Silva Izá