Advertisement
Gillranveer12

My Script

Jan 25th, 2023 (edited)
579
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.61 KB | None | 0 0
  1. -- yes i added an key system
  2.  
  3.  
  4. local suskey = "dsc.gg/wowgameswow"
  5.  
  6.  
  7. local GUI = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local Key = Instance.new("ImageLabel")
  11. local Text = Instance.new("TextLabel")
  12. local VerifyFrame = Instance.new("Frame")
  13. local KeyBox = Instance.new("TextBox")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local VerifyButton = Instance.new("TextButton")
  16. local UICorner_3 = Instance.new("UICorner")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local GetKey = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local GuiRemoval = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22.  
  23.  
  24.  
  25. GUI.Name = "GUI"
  26. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = GUI
  30. Main.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  31. Main.BorderColor3 = Color3.fromRGB(27, 42, 53)
  32. Main.Position = UDim2.new(0.413353175, 0, 0.441176474, 0)
  33. Main.Size = UDim2.new(0.172441572, 0, 0.117647059, 0)
  34.  
  35. UICorner.Parent = Main
  36.  
  37. Key.Name = "Key"
  38. Key.Parent = Main
  39. Key.BackgroundTransparency = 1.000
  40. Key.Position = UDim2.new(0.435148925, 0, 0.115340024, 0)
  41. Key.Size = UDim2.new(0.128056228, 0, 0.338304013, 0)
  42. Key.ZIndex = 2
  43. Key.Image = "rbxassetid://3926307971"
  44. Key.ImageColor3 = Color3.fromRGB(255, 38, 38)
  45. Key.ImageRectOffset = Vector2.new(44, 324)
  46. Key.ImageRectSize = Vector2.new(36, 36)
  47.  
  48. Text.Name = "Text"
  49. Text.Parent = Main
  50. Text.BackgroundColor3 = Color3.fromRGB(26, 26, 2)
  51. Text.BackgroundTransparency = 1.000
  52. Text.BorderColor3 = Color3.fromRGB(26, 26, 26)
  53. Text.Position = UDim2.new(0.0327102803, 0, 0.370000005, 0)
  54. Text.Size = UDim2.new(0.934579492, 0, 0.5, 0)
  55. Text.Font = Enum.Font.SourceSansSemibold
  56. Text.Text = "Key Required"
  57. Text.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Text.TextSize = 35.000
  59. Text.TextWrapped = true
  60.  
  61. VerifyFrame.Name = "Verify Frame"
  62. VerifyFrame.Parent = GUI
  63. VerifyFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  64. VerifyFrame.Position = UDim2.new(0.388749182, 0, 0.569411755, 0)
  65. VerifyFrame.Size = UDim2.new(0.222401291, 0, 0.15529412, 0)
  66.  
  67. KeyBox.Name = "Key Box"
  68. KeyBox.Parent = VerifyFrame
  69. KeyBox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  70. KeyBox.Position = UDim2.new(0.216714069, 0, 0.0933334902, 0)
  71. KeyBox.Size = UDim2.new(0.552679658, 0, 0.298396379, 0)
  72. KeyBox.Font = Enum.Font.SourceSansSemibold
  73. KeyBox.PlaceholderColor3 = Color3.fromRGB(80, 80, 80)
  74. KeyBox.PlaceholderText = "Key"
  75. KeyBox.Text = ""
  76. KeyBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. KeyBox.TextScaled = true
  78. KeyBox.TextSize = 14.000
  79. KeyBox.TextWrapped = true
  80.  
  81. UICorner_2.Parent = KeyBox
  82.  
  83. VerifyButton.Name = "Verify Button"
  84. VerifyButton.Parent = VerifyFrame
  85. VerifyButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  86. VerifyButton.Position = UDim2.new(0.13767235, 0, 0.491583407, 0)
  87. VerifyButton.Size = UDim2.new(0.724637687, 0, 0.378787875, 0)
  88. VerifyButton.Font = Enum.Font.SourceSansSemibold
  89. VerifyButton.Text = "Verify Key"
  90. VerifyButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. VerifyButton.TextSize = 34.000
  92. VerifyButton.MouseButton1Down:connect(function()
  93.     if KeyBox.Text == suskey then
  94.         local TweenService = game:GetService("TweenService")
  95.         local key = game.Players.LocalPlayer.PlayerGui.GUI.Main.Key
  96.         local info = TweenInfo.new(0.6, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, 0, false)
  97.  
  98.         local tween = TweenService:Create(key, info, {ImageColor3 = Color3.fromRGB(106, 255, 106)})
  99.  
  100.         tween:Play()
  101.        
  102.         game.StarterGui:SetCore("SendNotification", {Title = "correct key", Text = "welcome", Icon = "rbxassetid://12206884774", Duration = 5})
  103.  
  104.         wait(7)
  105.  
  106.         GUI.Parent = nil
  107.  
  108.  
  109.         local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  110. local Window = Library.CreateLib("Daddy Hub Made By Ranveer", "Midnight")
  111.  
  112. --Main
  113. local Main = Window:NewTab("Main")
  114. local MainSection = Main:NewSection("Main Scripts")
  115.  
  116.  
  117. MainSection:NewButton("Infinity Yield", "Free Admin Commands In Every Game!", function()
  118.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
  119. end)
  120.  
  121.  
  122. MainSection:NewButton("Doors Script OP", "Executes a Doors Script", function()
  123.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  124. end)
  125.  
  126. MainSection:NewButton("Da Hood", "The Best Da Hood Script You Can Find!", function()
  127.     loadstring(game:HttpGet('https://raw.githubusercontent.com/grekkk/relases/main/zapped.lua'))()
  128. end)
  129.  
  130. MainSection:NewButton("Owl Hub", "Basically Owl Hub", function()
  131.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  132. end)
  133.  
  134. MainSection:NewButton("Dark Hub", "Dark Hub", function()
  135.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  136. end)
  137.  
  138. MainSection:NewButton("Blox Fruit Script OP", "OP AUTOFARM FOR BLOXFRUITS!!!1", function()
  139.     loadstring(game:HttpGet("https://rasputin-bf.glitch.me/bloxfruits.lua"))()
  140. end)
  141.  
  142. MainSection:NewButton("Jail Break Script", "Executes Jail Break Scrip aka IceTray3", function()
  143.     loadstring(game:HttpGet("https://raw.githubusercontent.com/piglex9/icetray3/main/latest.lua"))()
  144. end)
  145.  
  146. MainSection:NewButton("J0hn D0e Scr1pt", "i̸̡̠̓̎͒̆̍͑͂̉ ̸͕͇̙̠̙̓͋̈́͑͐̃̋̍͗̕͠͝͠à̷̻̦̺̋̈͜m̵̘̱̥̄̇͌̂̊̐̓͠ ̵͎͈̘̺͔͓̅̅̀͛̃͐̒̐͋̑̈́̆͌͠͝ẃ̶̲͔̤͕̇̒̿͊̒͘̕͘͝ã̷̧͍̙̥̐͐̔͘͠ṱ̷̘̘͇̱̦̗͉͎͕̠̲̳́̂̂c̵̟̟̍̂͊̾̔̋̕͜͝h̴̩̙̣͈͈͓̮͍͉͇̿̈́̀̒̾̀̐̐͆́̓̾͛͠į̶̖̖̙͍̙̙̿̀̐͜n̸͍̪̓̇͑͒̄̆̽͂̓́̄͂̍̚ģ̶̡͙͝ ̶̛̜̜͚͛͐̈́͂̑̑͊̉͋̕y̸̜̫͙̗̖̹̫̫̞̅͗͑̈̀͊̈́̒o̶̧̬͇̫̠̖̫̤͖̘͙̲̎́͋͒̐̂͌̉̈́̊͜͝ù̷̥͙͈̟̠͓́̓̃̈́!̵͇̤͎̖͖̀͊", function()
  147.     loadstring(game:HttpGet("https://pastebin.com/raw/xZ81CqDV"))()
  148. end)
  149.  
  150. MainSection:NewButton("Randomizer Script", "randomizer aimbot goes brr", function()
  151.     loadstring(game:HttpGet("https://raw.githubusercontent.com/toidqwe/Roblox/main/randomizerscriptroblox", true))()
  152. end)
  153.  
  154. MainSection:NewButton("Dark Hub Keyless", "dosent work 100%!", function()
  155.     SupportedGames=game:GetService('HttpService'):JSONDecode(game:HttpGet('https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/SupportedGames'));
  156. for _,v in pairs(SupportedGames)do
  157.     if game.PlaceId==tonumber(v)then
  158.         loadstring(game:HttpGet('https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/'.._))()
  159.     end;
  160. end;
  161. end)
  162.  
  163. MainSection:NewButton("Doors Script 2", "better script for doors", function()
  164.     loadstring(game:HttpGet("https://pastebin.com/raw/5RVEpxZN", true))()
  165. end)
  166.  
  167. --Player Mods
  168. local Player = Window:NewTab("Player")
  169. local PlayerSection = Player:NewSection("Player Modifications")
  170.  
  171. PlayerSection:NewSlider("Player Speed", "Modify Ur Player Speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  172.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  173. end)
  174.  
  175. PlayerSection:NewSlider("Player Jump Height", "Modify Ur Player Jump Height", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  176.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  177. end)
  178.  
  179.  
  180.     end
  181. end)
  182.  
  183. UICorner_3.Parent = VerifyButton
  184.  
  185. UICorner_4.Parent = VerifyFrame
  186.  
  187. GetKey.Name = "GetKey"
  188. GetKey.Parent = VerifyFrame
  189. GetKey.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  190. GetKey.Position = UDim2.new(0.235357329, 0, -1.38818645, 0)
  191. GetKey.Size = UDim2.new(0.505842388, 0, 0.447802067, 0)
  192. GetKey.Font = Enum.Font.SourceSansSemibold
  193. GetKey.Text = "Get Key"
  194. GetKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. GetKey.TextSize = 42.000
  196. GetKey.TextWrapped = true
  197. GetKey.MouseButton1Down:connect(function()
  198.     setclipboard(suskey)
  199.    
  200.     game.StarterGui:SetCore("SendNotification", {Title = "key copied", Text = "the key was copied into your clipboard", Icon = "", Duration = 5})
  201. end)
  202.  
  203. UICorner_5.Parent = GetKey
  204.  
  205. GuiRemoval.Name = "Gui Removal"
  206. GuiRemoval.Parent = VerifyFrame
  207. GuiRemoval.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  208. GuiRemoval.Position = UDim2.new(2.59248304, 0, -0.608146846, 0)
  209. GuiRemoval.Size = UDim2.new(0.126419857, 0, 0.321553528, 0)
  210. GuiRemoval.Font = Enum.Font.SourceSansSemibold
  211. GuiRemoval.Text = "X"
  212. GuiRemoval.TextColor3 = Color3.fromRGB(255, 148, 148)
  213. GuiRemoval.TextSize = 42.000
  214. GuiRemoval.TextWrapped = true
  215. GuiRemoval.MouseButton1Down:connect(function()
  216.     GUI.Parent = nil
  217.    
  218.     game.StarterGui:SetCore("SendNotification", {Title = "i hate you", Text = "i hate you now because you closed the script", Icon = "", Duration = 5})
  219. end)
  220.  
  221. UICorner_6.Parent = GuiRemoval
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement