Advertisement
Alex7077

091929ka

Dec 7th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. repeat wait() until game:IsLoaded() and game:GetService("CoreGui") and game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.PlayerGui and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid")
  2. local BlockSpam = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("ImageLabel")
  4. local Close = Instance.new("ImageButton")
  5. local MinimizeComment = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local DestroyGui = Instance.new("ImageButton")
  8. local CloseComment = Instance.new("ImageLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local Title = Instance.new("TextLabel")
  11. local Credit = Instance.new("TextLabel")
  12. local ButtonRound = Instance.new("ImageLabel")
  13. local StartAndStop = Instance.new("TextButton")
  14. local Circle = Instance.new("ImageLabel")
  15. local SpeedAmount = Instance.new("TextBox")
  16. local Recommend = Instance.new("TextLabel")
  17. local Minimized = Instance.new("ImageLabel")
  18. local Open = Instance.new("TextButton")
  19. local plr = game.Players.LocalPlayer
  20.  
  21. function respawn()
  22. plr.Character:FindFirstChildOfClass('Humanoid').Health = 0
  23. plr.Character:BreakJoints()
  24. for _,v in pairs(plr.Character:GetChildren()) do
  25. if v:IsA("BasePart") then
  26. v:Destroy()
  27. end
  28. end
  29. end
  30.  
  31.  
  32. function RunCheck()
  33. if syn.queue_on_teleport then
  34. syn.queue_on_teleport('loadstring(game:HttpGet("https://pastebin.com/raw/9ruQMvkK"))()')
  35. end
  36. end
  37.  
  38. BlockSpam.Name = "BlockSpam"
  39. BlockSpam.Parent = game.CoreGui
  40. BlockSpam.ResetOnSpawn = false
  41.  
  42. MainFrame.Name = "MainFrame"
  43. MainFrame.Parent = BlockSpam
  44. MainFrame.Active = true
  45. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. MainFrame.BackgroundTransparency = 1.000
  47. MainFrame.Position = UDim2.new(0.333333373, 0, 0.340291351, 0)
  48. MainFrame.Size = UDim2.new(0, 445, 0, 259)
  49. MainFrame.Image = "rbxassetid://3570695787"
  50. MainFrame.ImageColor3 = Color3.fromRGB(31, 31, 31)
  51. MainFrame.ScaleType = Enum.ScaleType.Slice
  52. MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  53. MainFrame.SliceScale = 0.120
  54.  
  55. Close.Name = "Close"
  56. Close.Parent = MainFrame
  57. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. Close.BackgroundTransparency = 1.000
  59. Close.LayoutOrder = 10
  60. Close.Position = UDim2.new(0.973999977, -16, 0.0199999996, 0)
  61. Close.Size = UDim2.new(0, 17, 0, 19)
  62. Close.Image = "rbxassetid://4316758972"
  63. Close.ImageColor3 = Color3.fromRGB(77, 77, 77)
  64.  
  65. MinimizeComment.Name = "MinimizeComment"
  66. MinimizeComment.Parent = Close
  67. MinimizeComment.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. MinimizeComment.BackgroundTransparency = 1.000
  69. MinimizeComment.Position = UDim2.new(-1.12941241, 0, 1.33810592, 0)
  70. MinimizeComment.Size = UDim2.new(0, 55, 0, 25)
  71. MinimizeComment.Visible = false
  72. MinimizeComment.Image = "rbxassetid://3570695787"
  73. MinimizeComment.ImageColor3 = Color3.fromRGB(39, 39, 39)
  74. MinimizeComment.ScaleType = Enum.ScaleType.Slice
  75. MinimizeComment.SliceCenter = Rect.new(100, 100, 100, 100)
  76. MinimizeComment.SliceScale = 0.120
  77.  
  78. TextLabel.Parent = MinimizeComment
  79. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. TextLabel.BackgroundTransparency = 1.000
  81. TextLabel.Position = UDim2.new(0, 0, 0.16838257, 0)
  82. TextLabel.Size = UDim2.new(0, 55, 0, 18)
  83. TextLabel.Font = Enum.Font.SourceSans
  84. TextLabel.Text = "Minimize"
  85. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. TextLabel.TextScaled = true
  87. TextLabel.TextSize = 14.000
  88. TextLabel.TextWrapped = true
  89.  
  90. DestroyGui.Name = "DestroyGui"
  91. DestroyGui.Parent = MainFrame
  92. DestroyGui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. DestroyGui.BackgroundTransparency = 1.000
  94. DestroyGui.LayoutOrder = 9
  95. DestroyGui.Position = UDim2.new(0.911235929, -16, 0.0199999996, 0)
  96. DestroyGui.Size = UDim2.new(0, 17, 0, 19)
  97. DestroyGui.Image = "rbxassetid://4490733451"
  98. DestroyGui.ImageColor3 = Color3.fromRGB(184, 26, 28)
  99.  
  100. CloseComment.Name = "CloseComment"
  101. CloseComment.Parent = DestroyGui
  102. CloseComment.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. CloseComment.BackgroundTransparency = 1.000
  104. CloseComment.Position = UDim2.new(-1.60000002, 0, 1.49600005, 0)
  105. CloseComment.Size = UDim2.new(0, 73, 0, 25)
  106. CloseComment.Visible = false
  107. CloseComment.Image = "rbxassetid://3570695787"
  108. CloseComment.ImageColor3 = Color3.fromRGB(39, 39, 39)
  109. CloseComment.ScaleType = Enum.ScaleType.Slice
  110. CloseComment.SliceCenter = Rect.new(100, 100, 100, 100)
  111. CloseComment.SliceScale = 0.120
  112.  
  113. print(CloseComment.Parent)
  114. print(CloseComment)
  115.  
  116. TextLabel_2.Parent = CloseComment
  117. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. TextLabel_2.BackgroundTransparency = 1.000
  119. TextLabel_2.Position = UDim2.new(0, 0, 0.168383151, 0)
  120. TextLabel_2.Size = UDim2.new(0, 70, 0, 18)
  121. TextLabel_2.Font = Enum.Font.SourceSans
  122. TextLabel_2.Text = "Destroy Gui"
  123. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. TextLabel_2.TextScaled = true
  125. TextLabel_2.TextSize = 14.000
  126. TextLabel_2.TextWrap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement