Advertisement
DiveGamerV2

Mensagem Depois de injetado Script lua

Feb 24th, 2022 (edited)
15,593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Shily IV Injetado!")local PastebinBypass
  2. PastebinBypass = hookfunction(game.HttpGet, function(self, url, state)
  3.     if string.find(url, "https://pastebin.com/") then
  4.         url = string.gsub(url, "pastebin", "pastebinp")
  5.         return PastebinBypass(self, url, state);
  6.     else return PastebinBypass(self, url, state) end
  7. end)
  8.  
  9. game:GetService("StarterGui"):SetCore("SendNotification", {
  10.     Title = "Bypass Proxy Script";
  11.     Text = "Bypass Proxy Ativado";
  12.     Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  13. Duration = 7;
  14.  
  15. local function notif(str,Du)
  16.     game:FindService("StarterGui"):SetCore("SendNotification", {
  17.         Title = "Shily IV",
  18.         Text = str,
  19.         Duration = du or 7
  20.     })
  21. end
  22. notif('Shily IV, injetado!')
  23.  
  24. local function notif(str,Du)
  25.     game:FindService("StarterGui"):SetCore("SendNotification", {
  26.         Title = "Shily IV",
  27.         Text = str,
  28.         Duration = du or 7
  29.     })
  30. end
  31. notif('Compatibilidade, Aprimorada')
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement