Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ D3xWare Public archive

License

Notifications You must be signed in to change notification settings

Deez-Nuts445/D3xWare

Repository files navigation

Welcome to D3xWare!

Developer Roblox user of dev License

Note D3xWare Has moved ownership from Deez-Nuts445 to D3x Scripts™️, this resp. has been archived, but the init.lua file will still be executable, this resp. will not being deleted as it still has scripts that includes Deez-Nuts445's Username.

Currently, D3xWare supports theese ways of executing D3xWare:

  • Loadstring
  • Functions
  • Code executing from PC

Ways of executing D3xWare

1st Way (loadstring)

Execute this into your executor and execute.

loadstring(game:HttpGet("https://raw.githubusercontent.com/Deez-Nuts445/D3xWare/main/init.lua"))()

2nd Way (Functions)

Put this function into your executor.

function loadGithubScript(user,res_name,branch,path)
local str = "https://raw.githubusercontent.com/%s/%s/%s/%s"
local fmt = string.format(str,user,res_name,branch,path)
return loadstring(game:HttpGet(fmt))()
end

Then put it after skipping one line in the textbox.

loadGithubScript("Deez-Nuts445","D3xWare","main","init.lua")

3rd way (Executing w/ website)

Note YOU NEED A SCRIPTBLOX ACCOUNT FIRST AND YOU HAVE TO SET UP DIRECT EXECUTE FIRST!

Go to this link

https://scriptblox.com/script/Universal-Script-script-gui-thing-6369

You may see a button with the text "Direct execute"

image

Join a roblox game, then go back to scriptblox, then press the button And boom! The script will be executed!