Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client Side Map Protection
#5
Do like Dave said, simple and takes a bit to figure out with hex editor. I mean, change from this(Server Side):
Code:
Type MapRec
    Var1
    Var2
    Var3
    Var4
    Var5
End Type
To something like this(Client Side):
Code:
Type MapRec
    Var3
    Var5
    Var2
    Var1
    Var4
End Type
Just change the order.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)