Miscellaneous Leaks

[Guide] Ripping models from Sketchfab

Submitted by HDR, , Thread ID: 152601

Thread Closed

RE: [Guide] Ripping models from Sketchfab

Babooz
Lurker
Level:
0
Reputation:
0
Posts:
3
Likes:
1
Credits:
1
07-11-2021, 12:55 AM
This post was last modified: 13-11-2021, 03:16 PM by Babooz
#262
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. These are the tools: https://github.com/tianve/sketchfab - https://github.com/1337ad/sketchrip

Just need to replace regexp detection part with the following code. NOTE: I don't know which one the code works with.

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?

Users browsing this thread: 10 Guest(s)