소스 검색

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.

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