Honansik

Project Nexus GUI Script

Feb 5th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 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"))()
Add Comment
Please, Sign In to add comment