Universal Script πŸ“Œ
15.0k Views
8.8k Executions

Instant E Interact

Universal Script πŸ“ŒUploaded by
11 months ago
Please login to perform these actions:

Description

Makes all interactive Prompts 0 delay Example: The long ah wait button is gonna be set to 0 delay NO MORE WAITING FOR 10 YEARS FOR A SINGLE E WAIT!!!

View Raw
Edited By: D3v1lHub Download


Comments

21
Log in to join the conversation. Login
walidsido28's profile picture
walidsido286 months ago

W

2
K1dz's profile picture
K1dz8 months ago

w script i actually need it

2
iplaywarzone5's profile picture
iplaywarzone511 months ago

"--//Script made by D3v1lHub//--" only ai really does the --// thing for example "--//okay new features://--

2
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@iplaywarzone5 thats made myself btw ai does the --// only at first but i added it myself sorry if my script looks so skidded just wanted to make it look good ;-; but thanks for the comment!

1
squhz's profile picture
squhz11 months ago

W script, works great

2
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@squhz Thanks for the support!

1
gagehowland14's profile picture
gagehowland147 months ago

Will it work if it does not start with loadstring? I’m new and idk much about this stuff, so do I just paste it in the exacuter and it’s good to go or is there more stuff I have to do before I can use this?

1
D3v1lHub's profile picture
D3v1lHubUploader6 months ago

@gagehowland14 its open source ofc u can put it inside ur exec without loadstring loadstring is just there to "Protect" scripts if they are obfuscated or not

1
iplaywarzone5's profile picture
iplaywarzone511 months ago

also another thing to point out, ai also does the thing where at the end it does the print(blah blah) for example

1
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@iplaywarzone5 i only added that so people can check if it got executed

1
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

ill watch further to make a notification popup so it looks more beautiful

1
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@iplaywarzone5 also idk how to obfuscate scripts so yuh

1
ReactorCoreDev's profile picture
ReactorCoreDev11 months ago

@D3v1lHub use wearedevs obfuscator

2
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@ReactorCoreDev ye thanks found the website just now but thanksss!!

1
ReactorCoreDev's profile picture
ReactorCoreDev11 months ago

@D3v1lHub you should also add this: game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(Prompt) fireproximityprompt(Prompt) end)

1
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@ReactorCoreDev local PPS = game:GetService("ProximityPromptService") local WS = game:GetService("Workspace") local function makeInstant(prompt) if prompt and prompt:IsA("ProximityPrompt") then prompt.HoldDuration = 0 end end for _, p in ipairs(WS:GetDescendants()) do makeInstant(p) end WS.DescendantAdded:Connect(makeInstant) PPS.PromptButtonHoldBegan:Connect(function(prompt) task.defer(fireproximityprompt, prompt) end) so u mean like this?

1
ReactorCoreDev's profile picture
ReactorCoreDev11 months ago

@D3v1lHub yeah two methods if one fails the other one works the same

1
iplaywarzone5's profile picture
iplaywarzone511 months ago

little su*ion that this is ai

-1
D3v1lHub's profile picture
D3v1lHubUploader11 months ago

@iplaywarzone5 it isnt? it got optimized by ai so it wont lag btw but the code itself is mine

1