From 3ddc8e1ab2201007b7e59b5886e287665e816ade Mon Sep 17 00:00:00 2001 From: rnd1 Date: Sun, 11 Sep 2016 16:03:01 +0200 Subject: [PATCH] fly detect improvement --- anticheat_routines.bin | Bin 3568 -> 3551 bytes init.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/anticheat_routines.bin b/anticheat_routines.bin index f4740fc9af6e84cbe57d0fd11440302f8a8d2b2d..20b6d1008eaacdcfd000b080f9b9d0a003736f9e 100644 GIT binary patch delta 287 zcmew$eP4RRAx5sL%nXcdjND8%(UZ?GPGDr19LuCSxs6GVk#X`;rkKf0%qEk~nZ@~S z({d^qBvlgg@>5ca8KgJIGFvinujXfDI22YIaMb&aLO^VY@W|~nsIVA_oc~pJX(`8d72W}Gvy`brZTXsW-2JkEGuSU zUB*<9U(CQWiwWd7u$;e@MpX|fC1OUXdPOks} delta 361 zcmXYs%}N4M7>2*^{ETyEj<`@sF}0{6NJK$MGIA3U73~B!wit4Rz(1T2+8GhGEY8w4 zK|!0K61sqv)v6nayn=3^Xhz(7YldQ1#xzRj^xMjCHb;pI-QI)O|^Cg5B z49siKWUPif8@Em}6ro5dU7<)rK%v5LkcYX^H{T$5p)7q1`>LhSU{amwX=Lh7w^-Cf zQ@!asVs{V%4J!J!N{XB}?g{U&L|KvnvnVw^GRc}*kZC9j@2??17<_ak-qFKr=BLWa zjH=30`-!yemILg8bbE(=7x+Etc3hCx#5b61sXshuI(8567k#_L7+ambQ-{n_!)KSz VajKi+P1`;4yYS|;imA2W?LT%{Q3e12 diff --git a/init.lua b/init.lua index 7cd8e5d..6eb2c33 100644 --- a/init.lua +++ b/init.lua @@ -77,7 +77,7 @@ end -- check position more closely -- uncomment when obfuscating: -dofile(minetest.get_modpath("anticheat").."/anticheat_source.lua") +--dofile(minetest.get_modpath("anticheat").."/anticheat_source.lua") local anticheat_routines=loadfile(minetest.get_modpath("anticheat").."/anticheat_routines.bin") check_noclip, check_fly, check_player = anticheat_routines(minetest,cheat,CHECK_AGAIN,punish_cheat);