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 var
mt: string; mt: string;
begin 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. end.

Завантаження…
Відмінити
Зберегти