Miscellaneous Leaks

[Guide] Ripping models from Sketchfab

Submitted by HDR, , Thread ID: 152601

Thread Closed

RE: [Guide] Ripping models from Sketchfab

lesreddit
Novice
Level:
4
Reputation:
0
Posts:
28
Likes:
7
Credits:
20
07-11-2021, 04:05 AM
This post was last modified: 07-11-2021, 04:06 AM by lesreddit
#263
07-11-2021, 12:55 AM
Babooz Wrote:
Hi guys there is a tool to rip models very quickly from Sketchfab but it doesn't work anymore, unless change some of the code. This is the tool https://github.com/tianve/sketchfab

Just need to replace regexp detection part with the following code

var jstext = req.responseText;
if (jstext.indexOf("drawGeometry:function(e){") >= 0) {
jstext = jstext.split("drawGeometry:function(e){").join("drawGeometry:function(e){window.drawhook(e);");
}

What is regexp detection part? Anyone able to make it work?
interesting, i'll see what i can do, thanks for sharing

Users browsing this thread: 3 Guest(s)