瀏覽代碼

update zmp

pull/1/head
sasbot 4 年之前
父節點
當前提交
26d1c15a81
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. +4
    -3
      Google/GoogleLand.zmp/GetUrlScript.txt

+ 4
- 3
Google/GoogleLand.zmp/GetUrlScript.txt 查看文件

@@ -1,7 +1,8 @@
var
mt: string;
begin
if (GetZ < 17) then
mt := RegExprReplaceMatchSubStr(GetURLBase, 'mt\.google', 'mt'+inttostr( Random(4) )+'.google' );
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
if (GetZ < 17) then begin
mt := RegExprReplaceMatchSubStr(GetURLBase, 'mt\.google', 'mt'+inttostr( Random(4) )+'.google' );
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end
end.

Loading…
取消
儲存