瀏覽代碼

update zmp

pull/1/head
sasbot 3 年之前
父節點
當前提交
c1676a5ebf
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      Google/GoogleSat.zmp/GetUrlScript.txt

+ 5
- 2
Google/GoogleSat.zmp/GetUrlScript.txt 查看文件

@@ -1,3 +1,6 @@
begin
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
var
khm: string;
begin
khm := RegExprReplaceMatchSubStr(GetURLBase, 'khm\.google', 'khm'+inttostr( Random(4) )+'.google' );
ResultURL := khm + '&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.

Loading…
取消
儲存