Advertisement
Shutupdevs1

asdasd

Feb 23rd, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. if getgenv().Loaded then return end
  2. getgenv().Loaded = true
  3.  
  4. local plr = game:GetService("Players").LocalPlayer
  5.  
  6. if (not hookfunction) then return plr:Kick("Executor not supported") end
  7.  
  8. game:GetService("StarterGui"):SetCore("SendNotification", {
  9. Title = "KEY BYPASS",
  10. Text = "Bypassed by grimcity"
  11. })
  12. game:GetService("StarterGui"):SetCore("SendNotification", {
  13. Title = "Discord",
  14. Text = "dsc.gg/grimcity"
  15. })
  16. game:GetService("StarterGui"):SetCore("SendNotification", {
  17. Title = "FREE ROBUX",
  18. Text = "discord.gg/freerbux"
  19. })
  20.  
  21. old = hookfunction(game.HttpGet, newcclosure(function(self, ...)
  22. if (...):lower():find("pjkey") then
  23. return [[{"IP":"23.12.12.234","key":"PROJECTWD-8GvTijqj7lS2YRmeWI","Time":]]..os.time()..[[}]]
  24. end
  25. if (...):lower():find("ips") then
  26. return [[{"IP":"23.12.12.234"}]]
  27. end
  28. return old(self, ...)
  29. end))
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Mainstring.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement