纳金网

标题: 检测你的数据文件是否被移动到其他的服务器 [打印本页]

作者: 王者再临    时间: 2015-2-26 13:29
标题: 检测你的数据文件是否被移动到其他的服务器

检测你的数据文件是否被移动到其他的服务器
  1. // This detects if your data files were moved to another server

  2. // 检测你的数据文件是否被移动到其他的服务器

  3. // or are being linked to from somewhere else.

  4. // 或是被链接到其他地方

  5. function Start () {

  6. var isPirated : boolean = false;

  7. if (Application.isWebPlayer) {

  8. if (Application.srcValue != “game.unity3d”)

  9. isPirated = true;

  10. if (String.Compare (Application.absoluteURL,“http://www.website.com/Game/game.unity3d”, true) != 0)

  11. isPirated = true;

  12. if (isPirated)

  13. print(“Pirated web player”);

  14. }

  15. }
复制代码





欢迎光临 纳金网 (http://go.narkii.com/club/) Powered by Discuz! X2.5