Categories > Exploiting > Scripts >

how to fix newer versions of dex.

New Reply

Posts: 1

Threads: 1

Joined: Nov, 2024

Reputation: 0

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"))()

 

 

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

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