Advertisement
KingBlitzy

ISLAND ROYALE SCRIPT

Mar 7th, 2020
17,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. local function callback(Text)
  2. if Text == "Execute" then
  3. loadstring(game:HttpGet('https://pastebin.com/raw/abJHEq58', true))()
  4. loadstring(game:HttpGet('https://pastebin.com/raw/BiBnBNfQ', true))()
  5.  
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = "Island Royale Hack";
  8. Text = "Script is now WORKING. Have FUN!";
  9. Icon = "rbxassetid://979137412";
  10. Duration = 10;
  11. Callback = NotificationBindable;
  12. })
  13.  
  14. wait(30)
  15. loadstring(game:HttpGet('https://pastebin.com/raw/BiBnBNfQ', true))()
  16. warn"2nd script injected."
  17. wait(120)
  18. loadstring(game:HttpGet('https://pastebin.com/raw/abJHEq58', true))()
  19. warn"aimbot 2nd."
  20.  
  21. elseif Text == ("StreamMODE") then
  22. loadstring(game:HttpGet('https://pastebin.com/raw/2f8Mg4Uf', true))()
  23. loadstring(game:HttpGet('https://pastebin.com/raw/BiBnBNfQ', true))()
  24. loadstring(game:HttpGet('https://pastebin.com/raw/abJHEq58', true))()
  25.  
  26.  
  27. game.StarterGui:SetCore("SendNotification", {
  28. Title = "STREAM TOGGLER";
  29. Text = "Stream mode is now turned on.";
  30. Icon = "";
  31. Duration = 10;
  32. Callback = NotificationBindable;
  33. })
  34.  
  35. game.StarterGui:SetCore("SendNotification", {
  36. Title = "Island Royale Hack";
  37. Text = "Script now WORKING. Have FUN!";
  38. Icon = "rbxassetid://979137412";
  39. Duration = 10;
  40. Callback = NotificationBindable;
  41. })
  42.  
  43.  
  44. wait(30)
  45. loadstring(game:HttpGet('https://pastebin.com/raw/BiBnBNfQ', true))()
  46. warn"2nd script injected."
  47. wait(120)
  48. loadstring(game:HttpGet('https://pastebin.com/raw/abJHEq58', true))()
  49. warn"aimbot 2nd."
  50.  
  51. end
  52. end
  53.  
  54. local NotificationBindable = Instance.new("BindableFunction")
  55. NotificationBindable.OnInvoke = callback
  56.  
  57. --NOTIFICATION
  58. game.StarterGui:SetCore("SendNotification", {
  59. Title = "KingBlitzy's Script";
  60. Text = "Script is now INJECTED.";
  61. Icon = "";
  62. Duration = 10;
  63. Callback = NotificationBindable;
  64. })
  65. game.StarterGui:SetCore("SendNotification", {
  66. Title = "KingBlitzy's Script";
  67. Text = "SCRIPT IS MADE BY KINGBLITZY";
  68. Icon = "";
  69. Duration = 20;
  70. Callback = NotificationBindable;
  71. })
  72.  
  73.  
  74. game.StarterGui:SetCore("SendNotification", {
  75. Title = "Attention!";
  76. Text = "Click (Execute or StreamMODE) when you are out of the bus!";
  77. Icon = "";
  78. Duration = 300;
  79. Button1 = "Execute";
  80. Button2 = "StreamMODE";
  81. Callback = NotificationBindable;
  82. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement