Categories > Exploiting > JJSploit >
Doors increasingly lag
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.
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.
Cancel
Post
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!
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post