jacob1
jacob1
93 / 11
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

  • 4722202468
    4722202468
    25th Jan 2013
    yep it works :D
  • 4722202468
    4722202468
    25th Jan 2013
    oh wait *facepalms* i was saving it in luacode instead of autorun
  • 4722202468
    4722202468
    25th Jan 2013
    for some reason it keeps on making the snowflakes the same colour even though i used math.random(255)
  • 4722202468
    4722202468
    25th Jan 2013
    yeshhh it just started snowing here
  • jacob1
    jacob1
    25th Jan 2013
    yes, exactly. In lua, it's global by default no matter where it is, unless you use local.
  • 4722202468
    4722202468
    25th Jan 2013
    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
  • jacob1
    jacob1
    25th Jan 2013
    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.
  • jacob1
    jacob1
    25th Jan 2013
    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)
  • 4722202468
    4722202468
    25th Jan 2013
    i haven't gotten that far in my c++ book
  • 4722202468
    4722202468
    25th Jan 2013
    lol ok what is the local thing?