Advertisement
noober662

Cliffbarcamefrom GUI V0.1

Dec 17th, 2023 (edited)
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1.  
  2. local S = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Name = Instance.new("TextLabel")
  5. local Hint = Instance.new("TextButton")
  6. local Super1 = Instance.new("TextButton")
  7. local Super2 = Instance.new("TextButton")
  8. local SuperRes = Instance.new("TextButton")
  9. local Cspammer = Instance.new("TextButton")
  10.  
  11.  
  12. --Properties:
  13.  
  14. S.Name = "S"
  15. S.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. S.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17. S.ResetOnSpawn = false
  18. Main.Name = "Main"
  19. Main.Parent = S
  20. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  22. Main.BorderSizePixel = 0
  23. Main.Position = UDim2.new(0.455882341, 0, 0.238197431, 0)
  24. Main.Size = UDim2.new(0, 441, 0, 240)
  25. Main.Active = true
  26. Main.Draggable = true
  27. Name.Name = "Name"
  28. Name.Parent = Main
  29. Name.BackgroundColor3 = Color3.fromRGB(0, 32, 136)
  30. Name.BorderColor3 = Color3.fromRGB(61, 61, 61)
  31. Name.BorderSizePixel = 0
  32. Name.Size = UDim2.new(0, 441, 0, 26)
  33. Name.Font = Enum.Font.SourceSans
  34. Name.Text = "cliffbarcamefrom GUI"
  35. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. Name.TextScaled = true
  37. Name.TextSize = 14.000
  38. Name.TextWrapped = true
  39.  
  40. Hint.Name = "Hint"
  41. Hint.Parent = Main
  42. Hint.BackgroundColor3 = Color3.fromRGB(0, 0, 138)
  43. Hint.BorderColor3 = Color3.fromRGB(0, 0, 0)
  44. Hint.BorderSizePixel = 0
  45. Hint.Position = UDim2.new(0.0272108838, 0, 0.162499994, 0)
  46. Hint.Size = UDim2.new(0, 200, 0, 50)
  47. Hint.Font = Enum.Font.SourceSans
  48. Hint.Text = "non-fe hint script"
  49. Hint.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. Hint.TextScaled = true
  51. Hint.TextSize = 14.000
  52. Hint.TextWrapped = true
  53. Hint.MouseButton1Click:Connect(function()
  54. while true do wait(1)
  55.  
  56. local hint = Instance.new("Hint", Workspace)
  57. hint.Text = "cliffbarcamefrom: I HATE YOU ALL "
  58. wait (4)
  59. hint:Destroy()
  60. local hint = Instance.new("Hint", Workspace)
  61. hint.Text = "cliffbarcamefrom: JOIN TEAM CLIFFBARCAMEFROM TODAY "
  62. wait (4)
  63. hint:Destroy()
  64. end
  65. end)
  66. Super1.Name = "Super1"
  67. Super1.Parent = Main
  68. Super1.BackgroundColor3 = Color3.fromRGB(0, 2, 106)
  69. Super1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  70. Super1.BorderSizePixel = 0
  71. Super1.Position = UDim2.new(0.510204077, 0, 0.162499994, 0)
  72. Super1.Size = UDim2.new(0, 200, 0, 50)
  73. Super1.Font = Enum.Font.SourceSans
  74. Super1.Text = "superspeed"
  75. Super1.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. Super1.TextScaled = true
  77. Super1.TextSize = 14.000
  78. Super1.TextWrapped = true
  79. Super1.MouseButton1Click:Connect(function()
  80. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 45.732
  81. end)
  82. Super2.Name = "Super2"
  83. Super2.Parent = Main
  84. Super2.BackgroundColor3 = Color3.fromRGB(24, 0, 121)
  85. Super2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  86. Super2.BorderSizePixel = 0
  87. Super2.Position = UDim2.new(0.510204077, 0, 0.441666663, 0)
  88. Super2.Size = UDim2.new(0, 200, 0, 50)
  89. Super2.Font = Enum.Font.SourceSans
  90. Super2.Text = "superjump"
  91. Super2.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. Super2.TextScaled = true
  93. Super2.TextSize = 14.000
  94. Super2.TextWrapped = true
  95. Super2.MouseButton1Click:Connect(function()
  96. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  97. end)
  98. SuperRes.Name = "SuperRes"
  99. SuperRes.Parent = Main
  100. SuperRes.BackgroundColor3 = Color3.fromRGB(11, 0, 138)
  101. SuperRes.BorderColor3 = Color3.fromRGB(0, 0, 0)
  102. SuperRes.BorderSizePixel = 0
  103. SuperRes.Position = UDim2.new(0.0272108838, 0, 0.441666663, 0)
  104. SuperRes.Size = UDim2.new(0, 200, 0, 50)
  105. SuperRes.Font = Enum.Font.SourceSans
  106. SuperRes.Text = "Reset speed and jump"
  107. SuperRes.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. SuperRes.TextScaled = true
  109. SuperRes.TextSize = 14.000
  110. SuperRes.TextWrapped = true
  111. SuperRes.MouseButton1Click:Connect(function()
  112. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  113. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  114. end)
  115. Cspammer.Name = "Cspammer"
  116. Cspammer.Parent = Main
  117. Cspammer.BackgroundColor3 = Color3.fromRGB(0, 8, 122)
  118. Cspammer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  119. Cspammer.BorderSizePixel = 0
  120. Cspammer.Position = UDim2.new(0.0272108838, 0, 0.683333337, 0)
  121. Cspammer.Size = UDim2.new(0, 200, 0, 50)
  122. Cspammer.Font = Enum.Font.SourceSans
  123. Cspammer.Text = "cliffbarcamefrom chat spammer"
  124. Cspammer.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. Cspammer.TextScaled = true
  126. Cspammer.TextSize = 14.000
  127. Cspammer.TextWrapped = true
  128. Cspammer.MouseButton1Click:Connect(function()
  129. while true do wait(5)
  130.  
  131.  
  132. local A_1 = "FOLLOW cliffbarcamefrom ON ROBLOX RIGHT NOW" local A_2 = "All"
  133. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2) end
  134. end)
  135.  
  136. local StarterGui = game:GetService("StarterGui")
  137. StarterGui:SetCore("SendNotification",{
  138. Title = "Loaded",
  139. Text = "PrebetaV0.1 of cliffbarcamefrom GUI loaded follow cliffbarcamefrom on roblox for betaV0.1.2",
  140. Duration = 10
  141. })
  142.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement