Advertisement
Smartdumgood

Cheat UI

Feb 8th, 2025
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. local UserInputService = game:GetService("UserInputService")
  2. local CheatUI = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Fly = Instance.new("TextButton")
  5. local UICorner = Instance.new("UICorner")
  6. local UICorner_2 = Instance.new("UICorner")
  7. local infprint = Instance.new("TextButton")
  8. local TIttle = Instance.new("TextLabel")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local Speedbox = Instance.new("TextBox")
  11. local TP = Instance.new("TextButton")
  12.  
  13. CheatUI.Name = "Cheat UI"
  14. CheatUI.Parent = game.CoreGui
  15. CheatUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16. CheatUI.IgnoreGuiInset = true
  17. CheatUI.Enabled = true
  18. CheatUI.ResetOnSpawn = false
  19.  
  20. Frame.Parent = CheatUI
  21. Frame.BackgroundColor3 = Color3.fromRGB(0, 37, 107)
  22. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  23. Frame.BorderSizePixel = 0
  24. Frame.Position = UDim2.new(0.175714284, 0, 0.225728154, 0)
  25. Frame.Size = UDim2.new(0, 313, 0, 310)
  26.  
  27. Fly.Name = "Fly"
  28. Fly.Parent = Frame
  29. Fly.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
  30. Fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
  31. Fly.BorderSizePixel = 0
  32. Fly.Position = UDim2.new(0.178733557, 0, 0.418854952, 0)
  33. Fly.Size = UDim2.new(0, 200, 0, 50)
  34. Fly.Font = Enum.Font.FredokaOne
  35. Fly.Text = "Fly"
  36. Fly.TextColor3 = Color3.fromRGB(0, 55, 175)
  37. Fly.TextSize = 50.000
  38. Fly.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
  39. Fly.TextStrokeTransparency = 0.000
  40. Fly.TextWrapped = true
  41.  
  42. UICorner.CornerRadius = UDim.new(0, 9)
  43. UICorner.Parent = Fly
  44.  
  45. UICorner_2.CornerRadius = UDim.new(0, 9)
  46. UICorner_2.Parent = Frame
  47.  
  48. infprint.Name = "infprint"
  49. infprint.Parent = Frame
  50. infprint.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
  51. infprint.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. infprint.BorderSizePixel = 0
  53. infprint.Position = UDim2.new(0.178913742, 0, 0.227789685, 0)
  54. infprint.Size = UDim2.new(0, 200, 0, 50)
  55. infprint.Font = Enum.Font.FredokaOne
  56. infprint.Text = "Hack Developer console"
  57. infprint.TextColor3 = Color3.fromRGB(0, 55, 175)
  58. infprint.TextScaled = true
  59. infprint.TextSize = 50.000
  60. infprint.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
  61. infprint.TextStrokeTransparency = 0.000
  62. infprint.TextWrapped = true
  63.  
  64. TIttle.Name = "TIttle"
  65. TIttle.Parent = Frame
  66. TIttle.BackgroundColor3 = Color3.fromRGB(17, 0, 145)
  67. TIttle.BorderColor3 = Color3.fromRGB(0, 0, 0)
  68. TIttle.BorderSizePixel = 0
  69. TIttle.Size = UDim2.new(0, 313, 0, 50)
  70. TIttle.Font = Enum.Font.JosefinSans
  71. TIttle.Text = "Cheat GUI"
  72. TIttle.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. TIttle.TextScaled = true
  74. TIttle.TextSize = 14.000
  75. TIttle.TextWrapped = true
  76.  
  77. UICorner_3.CornerRadius = UDim.new(0, 9)
  78. UICorner_3.Parent = TIttle
  79.  
  80. Speedbox.Name = "Speedbox"
  81. Speedbox.Parent = Frame
  82. Speedbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. Speedbox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  84. Speedbox.BorderSizePixel = 0
  85. Speedbox.Position = UDim2.new(0.178913742, 0, 0.793548405, 0)
  86. Speedbox.Size = UDim2.new(0, 200, 0, 50)
  87. Speedbox.Font = Enum.Font.FredokaOne
  88. Speedbox.PlaceholderText = "Enter WalkSpeed here"
  89. Speedbox.Text = ""
  90. Speedbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Speedbox.TextScaled = true
  92. Speedbox.TextSize = 14.000
  93. Speedbox.TextWrapped = true
  94.  
  95. TP.Name = "TP"
  96. TP.Parent = Frame
  97. TP.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
  98. TP.BorderColor3 = Color3.fromRGB(0, 0, 0)
  99. TP.BorderSizePixel = 0
  100. TP.Position = UDim2.new(0.178733557, 0, 0.60848701, 0)
  101. TP.Size = UDim2.new(0, 200, 0, 50)
  102. TP.Font = Enum.Font.FredokaOne
  103. TP.Text = "TP tool"
  104. TP.TextColor3 = Color3.fromRGB(0, 55, 175)
  105. TP.TextSize = 50.000
  106. TP.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
  107. TP.TextStrokeTransparency = 0.000
  108. TP.TextWrapped = true
  109.  
  110. -- Button Functions
  111. TP.MouseButton1Click:Connect(function()
  112. mouse = game.Players.LocalPlayer:GetMouse()
  113. tool = Instance.new("Tool")
  114. tool.RequiresHandle = false
  115. tool.Name = "Click Teleport"
  116. tool.Activated:connect(function()
  117. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  118. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  120. end)
  121. tool.Parent = game.Players.LocalPlayer.Backpack
  122. end)
  123.  
  124. infprint.MouseButton1Click:Connect(function()
  125. while wait(0) do
  126. print("Hacked by " .. game.Players.LocalPlayer.Name)
  127. end
  128. end)
  129.  
  130. Fly.MouseButton1Click:Connect(function()
  131. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  132. end)
  133.  
  134. -- Speed Function
  135. Speedbox.FocusLost:Connect(function()
  136. local player = game.Players.LocalPlayer
  137. local character = player.Character or player.CharacterAdded:Wait()
  138. local humanoid = character:WaitForChild("Humanoid")
  139. local newSpeed = tonumber(Speedbox.Text)
  140. if newSpeed then
  141. humanoid.WalkSpeed = newSpeed
  142. end
  143. end)
  144.  
  145. -- Dragging Functionality
  146. local dragging
  147. local dragInput
  148. local dragStart
  149. local startPos
  150.  
  151. Frame.InputBegan:Connect(function(input)
  152. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  153. dragging = true
  154. dragStart = input.Position
  155. startPos = Frame.Position
  156.  
  157. input.Changed:Connect(function()
  158. if input.UserInputState == Enum.UserInputState.End then
  159. dragging = false
  160. end
  161. end)
  162. end
  163. end)
  164.  
  165. Frame.InputChanged:Connect(function(input)
  166. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  167. dragInput = input
  168. end
  169. end)
  170.  
  171. UserInputService.InputChanged:Connect(function(input)
  172. if input == dragInput and dragging then
  173. local delta = input.Position - dragStart
  174. Frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  175. end
  176. end)
  177.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement