Raffxi

Untitled

Jan 7th, 2024 (edited)
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. local NotificationBindable = Instance.new("BindableFunction")
  2. NotificationBindable.OnInvoke = callback
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = "Onyx Hub";
  5. Text ="Loading....";
  6. Duration = 3;
  7. Callback = NotificationBindable;
  8. })
  9. wait(1)
  10.  
  11. wait(3)
  12. local NotificationBindable = Instance.new("BindableFunction")
  13. NotificationBindable.OnInvoke = callback
  14. game.StarterGui:SetCore("SendNotification", {
  15. Title = "Onyx Hub";
  16. Text ="Onyx Hub Success";
  17. Duration = 3;
  18. Callback = NotificationBindable;
  19. })
  20. wait(1)
  21. local NotificationBindable = Instance.new("BindableFunction")
  22. NotificationBindable.OnInvoke = callback
  23. game.StarterGui:SetCore("SendNotification", {
  24. Title = "Discord.gg/Kenrem";
  25. Text ="Join Buat Joki Roblox!";
  26. Duration = 3;
  27. Callback = NotificationBindable;
  28. })
  29.  
  30. -- Instances:
  31.  
  32. local ScreenGui = Instance.new("ScreenGui")
  33. local Frame = Instance.new("Frame")
  34. local UICorner = Instance.new("UICorner")
  35. local pencet2 = Instance.new("TextButton")
  36. local UICorner_2 = Instance.new("UICorner")
  37. local pencet2_2 = Instance.new("TextButton")
  38. local UICorner_3 = Instance.new("UICorner")
  39. local TextLabel = Instance.new("TextLabel")
  40. local pencet3 = Instance.new("TextButton")
  41. local UICorner_4 = Instance.new("UICorner")
  42.  
  43. --Properties:
  44.  
  45. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  46. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47. ScreenGui.ResetOnSpawn = false
  48.  
  49.  
  50. Frame.Parent = ScreenGui
  51. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Frame.BackgroundTransparency = 0.150
  53. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  54. Frame.BorderSizePixel = 0
  55. Frame.Position = UDim2.new(0.396170825, 0, 0.219284251, 0)
  56. Frame.Size = UDim2.new(0, 312, 0, 218)
  57. Frame.Draggable = true
  58. Frame.Active = true
  59.  
  60. UICorner.Parent = Frame
  61.  
  62. pencet2.Name = "pencet2"
  63. pencet2.Parent = Frame
  64. pencet2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  65. pencet2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  66. pencet2.BorderSizePixel = 0
  67. pencet2.Position = UDim2.new(0.205128208, 0, 0.362614691, 0)
  68. pencet2.Size = UDim2.new(0, 182, 0, 47)
  69. pencet2.Font = Enum.Font.SourceSans
  70. pencet2.Text = "Vector Hub"
  71. pencet2.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. pencet2.TextSize = 14.000
  73. pencet2.MouseButton1Click:Connect(function()
  74. _G.Mode = "English"
  75. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tuxoz/VectorHub/main/MBPC"))()
  76. end)
  77.  
  78. UICorner_2.Parent = pencet2
  79.  
  80. pencet2_2.Name = "pencet2"
  81. pencet2_2.Parent = Frame
  82. pencet2_2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  83. pencet2_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  84. pencet2_2.BorderSizePixel = 0
  85. pencet2_2.Position = UDim2.new(0.205128208, 0, 0.655642152, 0)
  86. pencet2_2.Size = UDim2.new(0, 182, 0, 47)
  87. pencet2_2.Font = Enum.Font.SourceSans
  88. pencet2_2.Text = "Anime Dimension"
  89. pencet2_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. pencet2_2.TextSize = 14.000
  91. pencet2_2.MouseButton1Click:Connect(function()
  92. loadstring(game:HttpGet("https://raw.githubusercontent.com/siradaniy/Script_HSz/main/HSz_ADS.lua"))()
  93. end)
  94.  
  95. UICorner_3.Parent = pencet2_2
  96.  
  97. TextLabel.Parent = Frame
  98. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. TextLabel.BackgroundTransparency = 1.000
  100. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  101. TextLabel.BorderSizePixel = 0
  102. TextLabel.Position = UDim2.new(-0.170379058, 0, -0.00280327746, 0)
  103. TextLabel.Size = UDim2.new(0, 156, 0, 22)
  104. TextLabel.Font = Enum.Font.IndieFlower
  105. TextLabel.Text = "discord.gg/kenrem"
  106. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. TextLabel.TextSize = 14.000
  108.  
  109. pencet3.Name = "pencet3"
  110. pencet3.Parent = Frame
  111. pencet3.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  112. pencet3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  113. pencet3.BorderSizePixel = 0
  114. pencet3.Position = UDim2.new(0.964743614, 0, 0, 0)
  115. pencet3.Size = UDim2.new(0, 11, 0, 13)
  116. pencet3.Font = Enum.Font.SourceSansBold
  117. pencet3.Text = "X"
  118. pencet3.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. pencet3.TextSize = 14.000
  120. pencet3.MouseButton1Click:Connect(function()
  121. ScreenGui:Destroy()
  122. end)
  123.  
  124. UICorner_4.Parent = pencet3
Advertisement
Add Comment
Please, Sign In to add comment