Advertisement
Mrw3ird

Roblox Project nexus

Jan 23rd, 2023
2,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | Gaming | 0 0
  1. hook = hookfunction(game.HttpGet, newcclosure(function(self, ...)
  2. if string.find((...):lower(), "key") then
  3. return "return 'grimcity'"
  4. end
  5. return hook(self, ...)
  6. end))
  7.  
  8. game.CoreGui.ChildAdded:Connect(function(v)
  9. if v.Name == "NexusKeySystem" then
  10. v:WaitForChild("Draggable Frame")["Key System"].Text = "dsc.gg/grimcity"
  11. v:WaitForChild("Draggable Frame").ImageLabel:Destroy()
  12. v:WaitForChild("Draggable Frame")["Get discord link"].Text = 'Key = "grimcity"'
  13. elseif v.Name == "NSLoader" then
  14. v:WaitForChild("MainFrame").Hub.Text = "Grimcity On Top"
  15. end
  16. end)
  17.  
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/Demmx/ProjectNexus/main/Loader.lua"))()
Tags: Roblox yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement