- Joined
- Mar 24, 2010
- Messages
- 950
Hi does anyone know of any lua string Obfuscator that can do this to the map script?
I've seen another map have it like this, where all the strings become f(-some#)
I want to make a save code alphabet encrypted to make it a little harder to cheat the map.
let me know thanks!
I've seen another map have it like this, where all the strings become f(-some#)
Lua:
MultiboardSetItemValueBJ(statsMultiBoard, 2, TempPlayerId1[Z], f(-12463))
MultiboardSetItemValueBJ(statsMultiBoard, 3, TempPlayerId1[Z], f(-12463))
MultiboardSetItemValueBJ(statsMultiBoard, 4, TempPlayerId1[Z], f(-12463))
MultiboardSetItemValueBJ(statsMultiBoard, 5, TempPlayerId1[Z], f(-12463))
I want to make a save code alphabet encrypted to make it a little harder to cheat the map.
let me know thanks!