jacob1
19th Jul 2012
16th Feb 2016
Simple mod detector, the check changes to an x if not using my mod. Free to copy, use it in your saves if you want. ---------- Version 31.2 out! More rewrites and new interface code, also you can finally edit your profile from my mod now.
jacob1
jacob1smod
mod
icallhacks
allright
detector
896320
witchcraft
whynomoretags
Comments
-
yep it works :D
-
oh wait *facepalms* i was saving it in luacode instead of autorun
-
for some reason it keeps on making the snowflakes the same colour even though i used math.random(255)
-
yeshhh it just started snowing here
-
yes, exactly. In lua, it's global by default no matter where it is, unless you use local.
-
ok i get it so local would only be able to be used in the funtion, in c++ it makes the variables local and global by itself
-
and :O, crash detected, but it only affects spammers .... so not too important but i'll fix it sometime. Just don't post before the comments have loaded.
-
local is something only needed for lua, it means the varialble only exists in that local location, it isn't global and can be accessed anywhere (ex. the tpt console can't change it, only the script)
-
i haven't gotten that far in my c++ book
-
lol ok what is the local thing?