I tried decompiling the Ilan.Google.API library DLL in dnSpy and sent the source code to chatgpt for help. ChatGPT replied that it uses an outdated google search script, and I think the developer should add a user agent simulation to his code (I think it should work if it is there).
Serj94
Recent community posts
Hi all. As I understand, the Ilan.Google.API library is responsible for image search and this safe search. I tried decompiling this DLL file in dnSpy program and changed "SafeSearchFiltering.Moderate" to "SafeSearchFiltering.Off" but it did nothing.
But recently in the game stopped showing any images at all (even the most innocuous without NSFW). I tried to connect Code Copilot from ChatGPT to solve this problem, it suggested using HtmlAgilityPack library for image parsing, I built the DLL and checked it, but nothing works....
Anyone else have any ideas? I'm not a programmer, I just know a little bit Visual Basic.NET and like to dig into files, resources, etc.
P.S. Game library files *.DLL can be opened in the dnSpy program, from there you can decompile them into a Visual Studio C# project.
Then in Visual Studio you can open the project (*.sln file), change the code and build it back into a DLL.