Advertisement
Daniel8cz

Lime X Hub Script Hack

Apr 22nd, 2021 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.36 KB | None | 0 0
  1. if KRNL_LOADED then
  2.  
  3. game:GetService("StarterGui"):SetCore("SendNotification", {
  4.     Title = "Lime X Loaded!";
  5.     Text = "Script should work fine since your using KRNL!";
  6. })
  7.  
  8.  
  9. end
  10.  
  11. if not is_synapse_function then
  12. local function callback(Text)
  13.  if Text == "Get Link" then
  14. setclipboard ("https://wearedevs.net/d/Krnl")
  15. wait(0.3)
  16. game:GetService("StarterGui"):SetCore("SendNotification", {
  17.     Title = "KRNL Download !";
  18.     Text = "The download link has been copied to your clipboard , Paste it in your browser for download ";
  19. })
  20.  
  21. elseif Text == ("Button2 text") then
  22.  print ("Answer2")
  23.  end
  24. end
  25.  
  26. local NotificationBindable = Instance.new("BindableFunction")
  27. NotificationBindable.OnInvoke = callback
  28. --
  29. game.StarterGui:SetCore("SendNotification",  {
  30.  Title = "Lime X Script Support";
  31.  Text = "Since you are not using synapse , I recommend you use krnl. Would you like to copy download link?";
  32.  Icon = "";
  33.  Duration = 15;
  34.  Button1 = "Get Link";
  35.  Button2 = "Close";
  36.  Callback = NotificationBindable;
  37. })
  38.  
  39.  
  40. end
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. -----------BIG Paintball
  48. loadstring(game:HttpGet("https://pastebin.com/raw/Q1CseBz1", true))()
  49.  
  50.  
  51. ---------MEEPCITY
  52. loadstring(game:HttpGet("https://pastebin.com/raw/QtGXYiB0", true))()
  53.  
  54.  
  55.  
  56.  
  57. ----------TOH
  58. loadstring(game:HttpGet("https://pastebin.com/raw/cSh036Jf", true))()
  59.  
  60. ----------tohpro
  61. loadstring(game:HttpGet("https://pastebin.com/raw/ix8L94q2", true))()
  62.  
  63.  
  64.  
  65. ---------kat
  66. loadstring(game:HttpGet("https://pastebin.com/raw/vWcuz7pu", true))()
  67.  
  68.  
  69. ------arsenal
  70. loadstring(game:HttpGet("https://pastebin.com/raw/DnaNAcx7", true))()
  71.  
  72. ------------dahood
  73. loadstring(game:HttpGet("https://pastebin.com/raw/p2VMa0M6", true))()
  74.  
  75. ----------vrhands
  76. loadstring(game:HttpGet("https://pastebin.com/raw/dEP1uvnu", true))()
  77.  
  78.  
  79. -----universaltest
  80. if game.PlaceId == 286090429 then
  81. print("Arsenal Detected!") elseif
  82. game.PlaceId == 621129760 then
  83. print("Kat Detected") elseif
  84. game.PlaceId == 3582763398 then
  85. print("Pro Tower Of Hell Detected") elseif
  86. game.PlaceId == 1962086868 then
  87. print("Tower of hell Detected") elseif
  88. game.PlaceId == 370731277 then
  89. print("Meep City Detected") elseif
  90. game.PlaceId == 4832438542 then
  91. print("Vr Hands") elseif
  92. game.PlaceId == 370731277 then
  93. print("Da Hood") elseif
  94. game.PlaceId == 2788229376 then
  95. print("BIG Paintball! Detected") else
  96. loadstring(game:HttpGet("https://paste.ee/r/TiMhx/0", true))()
  97. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement