Categories > Exploiting > Scripts >

Dex v4 broken

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Posted

Anyone know how to fix dex v4?

  • 0

i use arch btw

Posts: 202

Threads: 59

Joined: Apr, 2020

Reputation: 3

Replied

Don't use it use an older version if dex v4!! like dex v3 or something

  • 0

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

Just use an older version

  • 0

Random quote here...

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

this is dex v3 and it still cant select anything

 

if game:GetService'CoreGui':FindFirstChild'Dex' then game:GetService'CoreGui'.Dex:Destroy(); end

math.randomseed(tick())

local charset = {} for i = 48, 57 do table.insert(charset, string.char(i)) end for i = 65, 90 do table.insert(charset, string.char(i)) end for i = 97, 122 do table.insert(charset, string.char(i)) end function RandomCharacters(length) if length > 0 then return RandomCharacters(length - 1) .. charset[math.random(1, #charset)] else return "" end end

local Dex = game:GetObjects("rbxassetid://3567096419")[1] Dex.Name = RandomCharacters(math.random(5, 20)) Dex.Parent = game:GetService("CoreGui")

local function Load(Obj, Url) local function GiveOwnGlobals(Func, Script) local Fenv = {} local RealFenv = {script = Script} local FenvMt = {} FenvMt.__index = function(a,b) if RealFenv[b] == nil then return getfenv()[b] else return RealFenv[b] end end FenvMt.__newindex = function(a, b, c) if RealFenv[b] == nil then getfenv()[b] = c else RealFenv[b] = c end end setmetatable(Fenv, FenvMt) setfenv(Func, Fenv) return Func end

local function LoadScripts(Script) if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then spawn(function() GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)() end) end for i,v in pairs(Script:GetChildren()) do LoadScripts(v) end end

LoadScripts(Obj) end

Load(Dex)
  • 0

i use arch btw

Posts: 152

Threads: 9

Joined: Feb, 2022

Reputation: -34

Replied

I've already made a thread about this (Also the DEX's on synapse/krnl work)

https://wearedevs.net/forum/t/26112

  • 0

novaline ontop

 

Executors I own: Synapse X, Asshurt/Sirhurt, Scriptware, Novaline

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

Dex is not broken, either ROBLOX did something or your exploit doesn't support it.

 

PS: I tried headhunter a few weeks ago and didn't select anything on Dex, meanwhile Krnl did.

  • 0

Luau

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

yea they changed something with the events, I fixed selection but it wont show properties I just use the one from the wrd scripts tab now even tho its light mode..

  • 0

i use arch btw

Users viewing this thread:

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