Categories > Exploiting > JJSploit >

Doors increasingly lag

New Reply

Posts: 2

Threads: 1

Joined: Sep, 2024

Reputation: 0

Posted

6:16:47 -- SetCore: SendNotiification has not been registered by the CoreScripts
    Stack Begin
    Script 'CoreGui.RobloxGui.Modules.Common.Url', Line 2418
    Stack End

 

I suggest adding pcall and repeat with delay to whatever there is causing the problem.

  • 0

  • Comment

Added

I decompiled the WRD.dll and found the error I complied about

Original code snippet: lines 2665 - 2669

game:GetService("StarterGui"):SetCore("SendNotification", {
    Title = "JJSploit Injected",
    Text = "https://wearedevs.net",
    Icon = "rbxassetid://137842439297855"
})

New edited snippet: lines 2665 - 2674

 

if not pcall(function()
    game:GetService("StarterGui"):SetCore("SendNotification", {
        Title = "JJSploit Injected",
        Text = "https://wearedevs.net",
        Icon = "rbxassetid://137842439297855"
    })
) then
    print("JJSploit Injected")
    print("https://wearedevs.net")
end

There might be better solutions, but this is first one I came up with.

  • 0

  • Comment

Posts: 2

Threads: 1

Joined: Sep, 2024

Reputation: 0

Replied

Don't inject the JJSploit while in Doors lobby, Inject it while in game's elevator, probably will fixed (for me and my friend, it's works)

reply me if it's broken too!

 

Edit: Forgot to tell, you had to let its shows the "shop GUI" in elevator and made it counted to "25" seconds remain, then you can inject it safely!

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )