Categories > Exploiting > Scripts >
how to fix newer versions of dex.
Posted
as some of you guys know, the current version of dex is broken and only shows "Nil Instances"
and with this simple fix:
print("[game fix]: before fix = " .. tostring(game == workspace.Parent))
local game = workspace.Parent
local Workspace = game:GetService("Workspace")
local workspace = game:GetService("Workspace")
print("[game fix]: after fix = " .. tostring(game == workspace.Parent))
warn("--------")
it now works as intended.
so yeah, its a really simple fix to help with dexes.
fixed dex link:
loadstring(game:HttpGet("https://raw.githubusercontent.com/TapFow/Scripts/refs/heads/main/jjsploit_fixed_dex.luau"))()
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post