Damneorg

Untitled

Mar 28th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.55 KB | None | 0 0
  1. --[[
  2.  
  3.         Gui2Lua™
  4.         10zOfficial
  5.         Version 1.0.0
  6.  
  7. ]]
  8.  
  9.  
  10. -- Instances
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local Frame = Instance.new("Frame")
  14. local Frame_2 = Instance.new("Frame")
  15. local InfoButton = Instance.new("TextButton")
  16. local Frame_3 = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local DupeStatus = Instance.new("TextLabel")
  19. local UICorner = Instance.new("UICorner")
  20. local DupeButton = Instance.new("TextButton")
  21. local UICorner_2 = Instance.new("UICorner")
  22. local Frame_4 = Instance.new("Frame")
  23. local On = Instance.new("TextButton")
  24. local UICorner_3 = Instance.new("UICorner")
  25. local TradeScam = Instance.new("TextButton")
  26. local UICorner_4 = Instance.new("UICorner")
  27. local Frame_5 = Instance.new("Frame")
  28. local On_2 = Instance.new("TextButton")
  29. local UICorner_5 = Instance.new("UICorner")
  30. local Off = Instance.new("TextButton")
  31. local UICorner_6 = Instance.new("UICorner")
  32. local UICorner_7 = Instance.new("UICorner")
  33. local TextLabel_2 = Instance.new("TextLabel")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local UICorner_8 = Instance.new("UICorner")
  36.  
  37.  
  38.  
  39.  
  40.  
  41. -- Properties
  42.  
  43. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  44. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45. ScreenGui.DisplayOrder = 10000
  46.  
  47. Frame.Parent = ScreenGui
  48. Frame.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  49. Frame.BorderColor3 = Color3.new(0, 0, 0)
  50. Frame.BorderSizePixel = 0
  51. Frame.Position = UDim2.new(0.108775645, 0, 0.313159376, 0)
  52. Frame.Size = UDim2.new(0, 455, 0, 266)
  53.  
  54. Frame_2.Parent = Frame
  55. Frame_2.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  56. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  57. Frame_2.BorderSizePixel = 0
  58. Frame_2.Position = UDim2.new(0.0224327054, 0, 0.032141868, 0)
  59. Frame_2.Size = UDim2.new(0, 437, 0, 247)
  60.  
  61. InfoButton.Name = "Info Button"
  62. InfoButton.Parent = Frame_2
  63. InfoButton.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  64. InfoButton.BorderColor3 = Color3.new(0, 0, 0)
  65. InfoButton.BorderSizePixel = 0
  66. InfoButton.Position = UDim2.new(0.034679316, 0, 0.253804684, 0)
  67. InfoButton.Size = UDim2.new(0, 98, 0, 39)
  68. InfoButton.Font = Enum.Font.SourceSans
  69. InfoButton.Text = "Info"
  70. InfoButton.TextColor3 = Color3.new(0, 0, 0)
  71. InfoButton.TextSize = 45
  72. InfoButton.TextStrokeTransparency = 0
  73.  
  74. local button = InfoButton
  75.  
  76. local function leftClick()
  77. Frame_3.Visible = true
  78.     wait(0.00001)
  79. Frame_4.Visible = false
  80.     wait(0.00001)
  81. Frame_5.Visible = false
  82. end
  83.  
  84.  
  85. button.MouseButton1Click:Connect(leftClick)
  86.  
  87.  
  88. Frame_3.Parent = InfoButton
  89. Frame_3.Visible = true
  90. Frame_3.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  91. Frame_3.BorderColor3 = Color3.new(0, 0, 0)
  92. Frame_3.BorderSizePixel = 0
  93. Frame_3.Position = UDim2.new(1.20408154, 0, 0, 0)
  94. Frame_3.Size = UDim2.new(0, 284, 0, 136)
  95.  
  96. TextLabel.Parent = Frame_3
  97. TextLabel.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  98. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  99. TextLabel.BorderSizePixel = 0
  100. TextLabel.Position = UDim2.new(-0.0246478878, 0, 0.0220588241, 0)
  101. TextLabel.Size = UDim2.new(0, 284, 0, 32)
  102. TextLabel.Font = Enum.Font.SourceSans
  103. TextLabel.Text = "Welcome to TOO FAST HUB v5.1"
  104. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  105. TextLabel.TextSize = 25
  106. TextLabel.TextStrokeTransparency = 0.6000000238418579
  107.  
  108. DupeStatus.Name = "Dupe Status"
  109. DupeStatus.Parent = Frame_3
  110. DupeStatus.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  111. DupeStatus.BorderColor3 = Color3.new(0, 0, 0)
  112. DupeStatus.BorderSizePixel = 0
  113. DupeStatus.Position = UDim2.new(-0.0246478878, 0, 0.257352948, 0)
  114. DupeStatus.Size = UDim2.new(0, 194, 0, 40)
  115. DupeStatus.Font = Enum.Font.SourceSans
  116. DupeStatus.Text = "  Dupe Status✅"
  117. DupeStatus.TextColor3 = Color3.new(0, 0, 0)
  118. DupeStatus.TextSize = 41
  119. DupeStatus.TextStrokeTransparency = 0.6399999856948853
  120.  
  121. UICorner.Parent = InfoButton
  122.  
  123. DupeButton.Name = "Dupe Button"
  124. DupeButton.Parent = Frame_2
  125. DupeButton.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  126. DupeButton.BorderColor3 = Color3.new(0, 0, 0)
  127. DupeButton.BorderSizePixel = 0
  128. DupeButton.Position = UDim2.new(0.034679316, 0, 0.484573931, 0)
  129. DupeButton.Size = UDim2.new(0, 98, 0, 39)
  130. DupeButton.Font = Enum.Font.SourceSans
  131. DupeButton.Text = "Dupe"
  132. DupeButton.TextColor3 = Color3.new(0, 0, 0)
  133. DupeButton.TextSize = 45
  134. DupeButton.TextStrokeTransparency = 0
  135.  
  136. local button1 = DupeButton
  137.  
  138. local function leftClick1()
  139.     Frame_3.Visible = false
  140.     wait(0.00001)
  141.     Frame_4.Visible = true
  142.     wait(0.00001)
  143.     Frame_5.Visible = false
  144. end
  145.  
  146.  
  147. button1.MouseButton1Click:Connect(leftClick1)
  148.  
  149. UICorner_2.Parent = DupeButton
  150.  
  151. Frame_4.Parent = DupeButton
  152. Frame_4.Visible = false
  153. Frame_4.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  154. Frame_4.BorderColor3 = Color3.new(0, 0, 0)
  155. Frame_4.BorderSizePixel = 0
  156. Frame_4.Position = UDim2.new(1.1224488, 0, -1.46153843, 0)
  157. Frame_4.Size = UDim2.new(0, 300, 0, 136)
  158.  
  159. On.Name = "On"
  160. On.Parent = Frame_4
  161. On.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  162. On.BorderColor3 = Color3.new(0, 0, 0)
  163. On.BorderSizePixel = 0
  164. On.Position = UDim2.new(0.0633333325, 0, 0.294117659, 0)
  165. On.Size = UDim2.new(0, 102, 0, 36)
  166. On.Font = Enum.Font.SourceSans
  167. On.Text = "ON"
  168. On.TextColor3 = Color3.new(0, 0, 0)
  169. On.TextSize = 49
  170. On.TextStrokeTransparency = 0.47999998927116394
  171.  
  172. UICorner_3.Parent = On
  173.  
  174. TradeScam.Name = "Trade-Scam"
  175. TradeScam.Parent = Frame_2
  176. TradeScam.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  177. TradeScam.BorderColor3 = Color3.new(0, 0, 0)
  178. TradeScam.BorderSizePixel = 0
  179. TradeScam.Position = UDim2.new(0.034679316, 0, 0.723440289, 0)
  180. TradeScam.Size = UDim2.new(0, 98, 0, 39)
  181. TradeScam.Font = Enum.Font.SourceSans
  182. TradeScam.Text = "Trade-Scam"
  183. TradeScam.TextColor3 = Color3.new(0, 0, 0)
  184. TradeScam.TextSize = 21
  185. TradeScam.TextStrokeTransparency = 0.7599999904632568
  186.  
  187. local button2 = TradeScam
  188.  
  189. local function leftClick2()
  190.     Frame_3.Visible = false
  191. wait(0.00001)
  192.     Frame_4.Visible = false
  193. wait(0.00001)
  194.     Frame_5.Visible = true
  195. end
  196.  
  197.  
  198. button2.MouseButton1Click:Connect(leftClick2)
  199.  
  200. UICorner_4.Parent = TradeScam
  201.  
  202. Frame_5.Parent = TradeScam
  203. Frame_5.Visible = false
  204. Frame_5.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  205. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  206. Frame_5.BorderSizePixel = 0
  207. Frame_5.Position = UDim2.new(1.1224488, 0, -2.97435904, 0)
  208. Frame_5.Size = UDim2.new(0, 300, 0, 136)
  209.  
  210. On_2.Name = "On"
  211. On_2.Parent = Frame_5
  212. On_2.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  213. On_2.BorderColor3 = Color3.new(0, 0, 0)
  214. On_2.BorderSizePixel = 0
  215. On_2.Position = UDim2.new(0.0633333325, 0, 0.294117659, 0)
  216. On_2.Size = UDim2.new(0, 102, 0, 36)
  217. On_2.Font = Enum.Font.SourceSans
  218. On_2.Text = "ON"
  219. On_2.TextColor3 = Color3.new(0, 0, 0)
  220. On_2.TextSize = 49
  221. On_2.TextStrokeTransparency = 0.47999998927116394
  222.  
  223. UICorner_5.Parent = On_2
  224.  
  225. Off.Name = "Off"
  226. Off.Parent = Frame_5
  227. Off.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  228. Off.BorderColor3 = Color3.new(0, 0, 0)
  229. Off.BorderSizePixel = 0
  230. Off.Position = UDim2.new(0.5, 0, 0.294117659, 0)
  231. Off.Size = UDim2.new(0, 102, 0, 36)
  232. Off.Font = Enum.Font.SourceSans
  233. Off.Text = "OFF"
  234. Off.TextColor3 = Color3.new(0, 0, 0)
  235. Off.TextSize = 49
  236. Off.TextStrokeTransparency = 0.47999998927116394
  237.  
  238. UICorner_6.Parent = Off
  239.  
  240. UICorner_7.Parent = Frame_2
  241.  
  242. TextLabel_2.Parent = Frame_2
  243. TextLabel_2.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  244. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  245. TextLabel_2.BorderSizePixel = 0
  246. TextLabel_2.Position = UDim2.new(0.304702163, 0, 0.967611313, 0)
  247. TextLabel_2.Size = UDim2.new(0, 292, 0, -33)
  248. TextLabel_2.Font = Enum.Font.SourceSans
  249. TextLabel_2.Text = "Script has been made by Egorikusa <3"
  250. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  251. TextLabel_2.TextSize = 21
  252. TextLabel_2.TextStrokeTransparency = 0.7200000286102295
  253.  
  254. TextLabel_3.Parent = Frame
  255. TextLabel_3.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  256. TextLabel_3.BorderColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  257. TextLabel_3.BorderSizePixel = 0
  258. TextLabel_3.Position = UDim2.new(0.0378472134, 0, 0.0557491295, 0)
  259. TextLabel_3.Size = UDim2.new(0, 425, 0, 45)
  260. TextLabel_3.Font = Enum.Font.SourceSans
  261. TextLabel_3.Text = "TOO FAST HUB - v5.1"
  262. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  263. TextLabel_3.TextSize = 60
  264. TextLabel_3.TextStrokeTransparency = 0
  265.  
  266. UICorner_8.Parent = Frame
  267.  
  268. -- Scripts
  269.  
  270. local function FDHH_fake_script() -- Frame.LocalScript
  271.     local script = Instance.new('LocalScript', Frame)
  272.  
  273.     frame = script.Parent
  274.     frame.Draggable = true
  275.     frame.Selectable = true
  276.     frame.Active = true
  277. end
  278. coroutine.wrap(FDHH_fake_script)()
Add Comment
Please, Sign In to add comment