Advertisement
ModerkaScripts

Dex Explorer V4

Dec 17th, 2023
3,857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- Dex [Moderka Scripts Edition]
  2. -- github.com/ttwizz
  3.  
  4. pcall(function()
  5.     for Index, Value in next, game:GetObjects(string.format("rbxassetid://%s", tostring(15208449142 + 453923123))) do
  6.         if Value:IsA("ModuleScript") and Value.Name == "MainModule" then
  7.             require(Value):Initialize(game:GetService("CoreGui"))
  8.         end
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement