A_GUES

GoldenBLOX Is alive new

Jun 1st, 2023
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.98 KB | None | 0 0
  1. -- Universal Test
  2. if game.PlaceId == 286090429 then
  3.     print("Arsenal Detected!")
  4. elseif game.PlaceId == 621129760 then
  5.     print("Kat Detected")
  6. elseif game.PlaceId == 3582763398 then
  7.     print("Pro Tower Of Hell Detected")
  8. elseif game.PlaceId == 1962086868 then
  9.     print("Tower of Hell Detected")
  10. elseif game.PlaceId == 370731277 then
  11.     print("Meep City Detected")
  12. elseif game.PlaceId == 4832438542 then
  13.     print("Vr Hands")
  14. elseif game.PlaceId == 2788229376 then
  15.     print("BIG Paintball! Detected")
  16. elseif game.PlaceId == 142823291 then
  17.     print("MM2")
  18. elseif game.PlaceId == 2041312716 then
  19.     loadstring(game:HttpGet("https://textbin.net/raw/s28q0yflpx", true))()
  20. else
  21.     loadstring(game:HttpGet("https://paste.ee/r/wM6RO/0", true))()
  22. end
  23.  
  24. if identifyexecutor then
  25.     _G.EXPLOIT = ' | ' .. identifyexecutor();
  26. end
  27.  
  28. game:GetService("StarterGui"):SetCore("SendNotification", {
  29.     Title = "GUI HUB Loaded!";
  30.     Text = ('GUI HUB' .. _G.EXPLOIT);
  31. })
  32.  
  33. if not syn_decompile and not KRNL_LOADED then
  34.     local function callback(Text)
  35.         if Text == "Get Link" then
  36.             setclipboard("https://wearedevs.net/d/Krnl")
  37.             wait(0.3)
  38.             game:GetService("StarterGui"):SetCore("SendNotification", {
  39.                 Title = "KRNL Download!";
  40.                 Text = "The download link has been copied to your clipboard. Paste it in your browser for download.";
  41.             })
  42.         elseif Text == "Button2 text" then
  43.             print("Answer2")
  44.         end
  45.     end
  46.  
  47.     local NotificationBindable = Instance.new("BindableFunction")
  48.     NotificationBindable.OnInvoke = callback
  49.  
  50.     game.StarterGui:SetCore("SendNotification", {
  51.         Title = "Lime X Script Support";
  52.         Text = "Since you are not using Synapse, I recommend you use KRNL. Would you like to copy the download link?";
  53.         Icon = "";
  54.         Duration = 15;
  55.         Button1 = "Get Link";
  56.         Button2 = "Close";
  57.         Callback = NotificationBindable;
  58.     })
  59. end
  60.  
Add Comment
Please, Sign In to add comment