
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!!!








W
w script i actually need it
"--//Script made by D3v1lHub//--" only ai really does the --// thing for example "--//okay new features://--
@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!
W script, works great
@squhz Thanks for the support!
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?
@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
also another thing to point out, ai also does the thing where at the end it does the print(blah blah) for example
@iplaywarzone5 i only added that so people can check if it got executed
ill watch further to make a notification popup so it looks more beautiful
@iplaywarzone5 also idk how to obfuscate scripts so yuh
@D3v1lHub use wearedevs obfuscator
@ReactorCoreDev ye thanks found the website just now but thanksss!!
@D3v1lHub you should also add this: game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(Prompt) fireproximityprompt(Prompt) end)
@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?
@D3v1lHub yeah two methods if one fails the other one works the same
little su*ion that this is ai
@iplaywarzone5 it isnt? it got optimized by ai so it wont lag btw but the code itself is mine