Forum > Scripts >

Where do DEX saves downloaded maps?

KubaGate12

KubaGate12

Posts: 2

Threads: 1

Joined: Oct, 2024

Reputation: 0

Posted

Hi,

 

I was using dex explorer and wanted to save map. But I dont know where it is saved.

Do you know where it saves? (I'm using JJSploit 8.10.12)

  • 1

doxasdjda

Braeden

Posts: 1

Threads: 0

Joined: Sep, 2024

Reputation: 0

Replied

Check the workspace folder in JJSploit's location. If you don't see anything related to dex in there, dex may not be able to save. If this is the case, I personally recommend using Infinite Yield's save game command, or using SynSaveInstance.

Infinite Yield Save Game CMD: ;saveplace

SynSaveInstance:

local Params = {
 RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
 SSI = "saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
local Options = {} -- Documentation here https://luau.github.io/UniversalSynSaveInstance/api/SynSaveInstance
synsaveinstance(Options)
  • 2

Posts: 1

Threads: 0

Joined: Nov, 2024

Reputation: 0

Replied

Some exploits have a configuration file that stores user settings, including where to save the file. Look for the JJSploit configuration file (usually ending in .ini or .json) and see if it has any information about where to save the map.

  • 0

KubaGate12

KubaGate12

Posts: 2

Threads: 1

Joined: Oct, 2024

Reputation: 0

Replied

It saves but...

 

Is there any not corrupting script?

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )