Turning Off Toggles
⚠️ Only turn Anti-Scam / Disable Robux / Verify Teleports off if you're know what you're doing!
To learn more about these features, read https://docs.deltaexploits.gg/protections.
UI Disable
This only applies for one game. You must do these steps for every game you want to have the options off.
- Remove or disable any scripts in your executor’s auto-execute (autoexec) folder.
This prevents scripts from automatically running again when you rejoin.
- Join the Roblox game where you want to disable the toggles. Do not execute anything.
- Wait for the Delta UI to load (this may take a few seconds), then click the Delta icon and open settings (cog icon).
- Toggle OFF the options you want to disable.
- Wait about 10 seconds to ensure the settings are saved, then leave the game.
- Wait another 10 seconds, then rejoin the game.
- The options should now be disabled.
ZArchiver Disable (Android)
- Join a Roblox game.
- Wait until the Delta UI loads. Exit out of Roblox afterwards.
- Open ZArchiver. If you do not have it, install it from the Play Store.
- Go to 0/storage/emulated.
- Click on the Delta folder.
- Click on "Internals".
- Click on "Secured".
- Click on the user_id file. Open with ZArchiver Text.
- Copy the User ID that is in the file, then exit.
- Click on allowrobux/allowteleports/disableantiscam (depending on which you want to disable). Open with ZArchiver text.
- If it is not set already, change "user_id":"" to "user_id":"THE USER YOU COPIED IN STEP 7".
- Change "allowed_games":"" to "allowed_games":"*".
Example:
{
"WARNING": "IF SOMEONE TELLS YOU TO PUT ANYTHING HERE, THEY ARE SCAMMING YOU! STOP!!!",
"allowed_games": "*",
"user_id": "10681452461",
"version_num": 711
}
Turning the toggle off for just a few games:
{
"WARNING": "IF SOMEONE TELLS YOU TO PUT ANYTHING HERE, THEY ARE SCAMMING YOU! STOP!!!",
"allowed_games": [
3317679266,
65241
],
"user_id": "10681452461",
"version_num": 711
}
- Click the File Icon at the top right to save.
- Go back and change the other two toggles if you want to (in the same way). That is all!
Note: When Delta updates, you will need to update the "allowrobux" file as its contents will reset.