littleoemmett

roblox got talent hack gui

Jun 13th, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local robloxgottalenthackgui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local infjump = Instance.new("TextButton")
  10. local fastwalkspeed = Instance.new("TextButton")
  11. local normalwalkspeed = Instance.new("TextButton")
  12. local darkdex = Instance.new("TextButton")
  13. local infadmincmds = Instance.new("TextButton")
  14. local btools = Instance.new("TextButton")
  15. local teleporttorep5 = Instance.new("TextButton")
  16. local tptorep3 = Instance.new("TextButton")
  17. local autofarm = Instance.new("TextButton")
  18. local autofarmlabel = Instance.new("TextLabel")
  19. local teleporttorep8 = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. robloxgottalenthackgui.Name = "roblox got talent hack gui"
  24. robloxgottalenthackgui.Parent = game.CoreGui
  25.  
  26. main.Name = "main"
  27. main.Parent = robloxgottalenthackgui
  28. main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  29. main.Position = UDim2.new(0.656357646, 0, 0.577063799, 0)
  30. main.Size = UDim2.new(0, 335, 0, 268)
  31. main.Active = true
  32. main.Draggable = true
  33.  
  34. title.Name = "title"
  35. title.Parent = main
  36. title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  37. title.Size = UDim2.new(0, 335, 0, 45)
  38. title.Font = Enum.Font.SourceSans
  39. title.Text = "Roblox got talent Gui | Made by Littleoemmett"
  40. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. title.TextSize = 20.000
  42.  
  43. infjump.Name = "inf jump"
  44. infjump.Parent = main
  45. infjump.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  46. infjump.Position = UDim2.new(0, 0, 0.164349332, 0)
  47. infjump.Size = UDim2.new(0, 99, 0, 38)
  48. infjump.Font = Enum.Font.SourceSans
  49. infjump.Text = "Inf jump"
  50. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. infjump.TextSize = 20.000
  52. infjump.MouseButton1Down:connect(function()
  53. --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
  54.  
  55. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  56. ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
  57. █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  58. ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
  59. ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
  60. ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
  61. ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
  62. █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
  63. ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  64. ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  65. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  66. ]]
  67.  
  68. _G.infinjump = true
  69.  
  70. local Player = game:GetService("Players").LocalPlayer
  71. local Mouse = Player:GetMouse()
  72. Mouse.KeyDown:connect(function(k)
  73. if _G.infinjump then
  74. if k:byte() == 32 then
  75. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  76. Humanoid:ChangeState("Jumping")
  77. wait(0.1)
  78. Humanoid:ChangeState("Seated")
  79. end
  80. end
  81. end)
  82.  
  83. local Player = game:GetService("Players").LocalPlayer
  84. local Mouse = Player:GetMouse()
  85. Mouse.KeyDown:connect(function(k)
  86. k = k:lower()
  87. if k == "f" then
  88. if _G.infinjump == true then
  89. _G.infinjump = false
  90. else
  91. _G.infinjump = true
  92. end
  93. end
  94. end)
  95. end)
  96.  
  97. fastwalkspeed.Name = "fast walkspeed"
  98. fastwalkspeed.Parent = main
  99. fastwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  100. fastwalkspeed.Position = UDim2.new(0, 0, 0.34474048, 0)
  101. fastwalkspeed.Size = UDim2.new(0, 99, 0, 49)
  102. fastwalkspeed.Font = Enum.Font.SourceSans
  103. fastwalkspeed.Text = "fast walkspeed"
  104. fastwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. fastwalkspeed.TextSize = 19.000
  106. fastwalkspeed.MouseButton1Down:connect(function()
  107. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  108. end)
  109.  
  110. normalwalkspeed.Name = "normal walkspeed"
  111. normalwalkspeed.Parent = main
  112. normalwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  113. normalwalkspeed.Position = UDim2.new(0, 0, 0.573543966, 0)
  114. normalwalkspeed.Size = UDim2.new(0, 104, 0, 49)
  115. normalwalkspeed.Font = Enum.Font.SourceSans
  116. normalwalkspeed.Text = "normal walkspeed"
  117. normalwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  118. normalwalkspeed.TextSize = 15.000
  119. normalwalkspeed.MouseButton1Down:connect(function()
  120. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  121. end)
  122.  
  123. darkdex.Name = "dark dex"
  124. darkdex.Parent = main
  125. darkdex.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  126. darkdex.Position = UDim2.new(0.369756639, 0, 0.164330453, 0)
  127. darkdex.Size = UDim2.new(0, 87, 0, 49)
  128. darkdex.Font = Enum.Font.SourceSans
  129. darkdex.Text = "Dark Dex"
  130. darkdex.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. darkdex.TextSize = 20.000
  132. darkdex.MouseButton1Down:connect(function()
  133. -- Dark Dex --
  134.  
  135. if game:GetService'CoreGui':FindFirstChild'Dex' then
  136. game:GetService'CoreGui'.Dex:Destroy();
  137. end
  138.  
  139. math.randomseed(tick())
  140.  
  141. local charset = {}
  142. for i = 48, 57 do table.insert(charset, string.char(i)) end
  143. for i = 65, 90 do table.insert(charset, string.char(i)) end
  144. for i = 97, 122 do table.insert(charset, string.char(i)) end
  145. function RandomCharacters(length)
  146. if length > 0 then
  147. return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
  148. else
  149. return ""
  150. end
  151. end
  152.  
  153. local Dex = game:GetObjects("rbxassetid://3567096419")[1]
  154. Dex.Name = RandomCharacters(math.random(5, 20))
  155. Dex.Parent = game:GetService("CoreGui")
  156.  
  157. local function Load(Obj, Url)
  158. local function GiveOwnGlobals(Func, Script)
  159. local Fenv = {}
  160. local RealFenv = {script = Script}
  161. local FenvMt = {}
  162. FenvMt.__index = function(a,b)
  163. if RealFenv[b] == nil then
  164. return getfenv()[b]
  165. else
  166. return RealFenv[b]
  167. end
  168. end
  169. FenvMt.__newindex = function(a, b, c)
  170. if RealFenv[b] == nil then
  171. getfenv()[b] = c
  172. else
  173. RealFenv[b] = c
  174. end
  175. end
  176. setmetatable(Fenv, FenvMt)
  177. setfenv(Func, Fenv)
  178. return Func
  179. end
  180.  
  181. local function LoadScripts(Script)
  182. if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
  183. spawn(function()
  184. GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
  185. end)
  186. end
  187. for i,v in pairs(Script:GetChildren()) do
  188. LoadScripts(v)
  189. end
  190. end
  191.  
  192. LoadScripts(Obj)
  193. end
  194.  
  195. Load(Dex)
  196. end)
  197.  
  198. infadmincmds.Name = "inf admin cmds"
  199. infadmincmds.Parent = main
  200. infadmincmds.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  201. infadmincmds.Position = UDim2.new(0.367337525, 0, 0.364588708, 0)
  202. infadmincmds.Size = UDim2.new(0, 92, 0, 49)
  203. infadmincmds.Font = Enum.Font.SourceSans
  204. infadmincmds.Text = "inf amdin cmds"
  205. infadmincmds.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. infadmincmds.TextSize = 15.000
  207. infadmincmds.MouseButton1Down:connect(function()
  208. --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
  209.  
  210. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  211. ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
  212. █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  213. ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
  214. ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
  215. ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
  216. ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
  217. █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
  218. ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  219. ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  220. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  221. ]]
  222.  
  223. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  224. end)
  225.  
  226. btools.Name = "btools"
  227. btools.Parent = main
  228. btools.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  229. btools.Position = UDim2.new(0.00386846066, 0, 0.783714652, 0)
  230. btools.Size = UDim2.new(0, 102, 0, 37)
  231. btools.Font = Enum.Font.SourceSans
  232. btools.Text = "Btools"
  233. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  234. btools.TextSize = 50.000
  235. btools.MouseButton1Down:connect(function()
  236. --[[
  237. Unrestricted BTools
  238. By: OpenGamerTips
  239.  
  240. Keybinds:
  241. Press P for BTools
  242. Press L to unlock the Workspace
  243. Press K to enable the backpack/other core elements.
  244. ]]--
  245.  
  246. local player = game.Players.LocalPlayer
  247. local mouse = player:GetMouse()
  248.  
  249. mouse.KeyDown:connect(function(key)
  250. key = string.lower(key)
  251.  
  252. if key == "p" then
  253. for item = 1, 4 do
  254. HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  255. HopperBin.BinType = item
  256. end
  257. elseif key == "l" then
  258. function UnlockWorkspace(a)
  259. for n,part in pairs(a:GetChildren()) do
  260. if(part:IsA("BasePart")) then
  261. part.Locked = false
  262. end
  263. UnlockWorkspace(part)
  264. end
  265. end
  266. UnlockWorkspace(workspace)
  267. elseif key == "k" then
  268. local StarterGui = game:GetService("StarterGui")
  269. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  270. end
  271. end)
  272.  
  273. end)
  274.  
  275. teleporttorep5.Name = "teleport to rep 5"
  276. teleporttorep5.Parent = main
  277. teleporttorep5.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  278. teleporttorep5.Position = UDim2.new(0.711187124, 0, 0.388059646, 0)
  279. teleporttorep5.Size = UDim2.new(0, 92, 0, 37)
  280. teleporttorep5.Font = Enum.Font.SourceSans
  281. teleporttorep5.Text = "tp to 5 rep"
  282. teleporttorep5.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. teleporttorep5.TextSize = 15.000
  284. teleporttorep5.MouseButton1Down:connect(function()
  285. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.4135036, 139.787704, -563.907227, -0.186667681, -0, -0.982423127, 0, -1, 0, -0.982423127, 0, 0.186667621)
  286. end)
  287.  
  288. tptorep3.Name = "tp to rep 3"
  289. tptorep3.Parent = main
  290. tptorep3.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  291. tptorep3.Position = UDim2.new(0.70498395, 0, 0.186567158, 0)
  292. tptorep3.Size = UDim2.new(0, 98, 0, 37)
  293. tptorep3.Font = Enum.Font.SourceSans
  294. tptorep3.Text = "tp to rep 3"
  295. tptorep3.TextColor3 = Color3.fromRGB(0, 0, 0)
  296. tptorep3.TextSize = 15.000
  297. tptorep3.MouseButton1Down:connect(function()
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(77.3969193, 139.439713, -554.805786, 0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, 0.499959469)
  299. end)
  300.  
  301. autofarm.Name = "autofarm"
  302. autofarm.Parent = main
  303. autofarm.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  304. autofarm.Position = UDim2.new(0.368117094, 0, 0.5904603, 0)
  305. autofarm.Size = UDim2.new(0, 92, 0, 38)
  306. autofarm.Font = Enum.Font.SourceSans
  307. autofarm.Text = "autofarm"
  308. autofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  309. autofarm.TextSize = 18.000
  310. autofarm.MouseButton1Down:connect(function()
  311. wait(2)
  312. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.4135036, 139.787704, -563.907227, -0.186667681, -0, -0.982423127, 0, -1, 0, -0.982423127, 0, 0.186667621)
  313. wait(2)
  314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(77.3969193, 139.439713, -554.805786, 0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, 0.499959469)
  315. wait(2)
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200.391861, 119.241898, -198.830902, -0.859357834, 0, 0.511374712, 0, -1, 0, 0.511374712, 0, 0.859357834)
  317. wait(10)
  318. end)
  319.  
  320. autofarmlabel.Name = "autofarm label"
  321. autofarmlabel.Parent = main
  322. autofarmlabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  323. autofarmlabel.Position = UDim2.new(0.366305798, 0, 0.806878448, 0)
  324. autofarmlabel.Size = UDim2.new(0, 155, 0, 23)
  325. autofarmlabel.Font = Enum.Font.SourceSans
  326. autofarmlabel.Text = "autofarm cant be turn off"
  327. autofarmlabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  328. autofarmlabel.TextSize = 15.000
  329.  
  330. teleporttorep8.Name = "teleport to rep 8"
  331. teleporttorep8.Parent = main
  332. teleporttorep8.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  333. teleporttorep8.Position = UDim2.new(0.711187124, 0, 0.593283534, 0)
  334. teleporttorep8.Size = UDim2.new(0, 92, 0, 37)
  335. teleporttorep8.Font = Enum.Font.SourceSans
  336. teleporttorep8.Text = "tp to 8 rep"
  337. teleporttorep8.TextColor3 = Color3.fromRGB(0, 0, 0)
  338. teleporttorep8.TextSize = 15.000
  339. teleporttorep8.MouseButton1Down:connect(function()
  340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200.391861, 119.241898, -198.830902, -0.859357834, 0, 0.511374712, 0, -1, 0, 0.511374712, 0, 0.859357834)
  341. end)
Add Comment
Please, Sign In to add comment