소스 검색

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.

불러오는 중...
취소
저장