Advertisement
nick_exe_

Praxz Hub // Da Hood GUI

Sep 16th, 2021 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 24.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PraxzHub = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local MainTab = Instance.new("TextButton")
  10. local UnderlineTab = Instance.new("Frame")
  11. local TabPages = Instance.new("Frame")
  12. local Main = Instance.new("Frame")
  13. local Fly = Instance.new("TextButton")
  14. local UICorner = Instance.new("UICorner")
  15. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  16. local GoTo = Instance.new("TextButton")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  19. local Speed = Instance.new("TextButton")
  20. local UICorner_3 = Instance.new("UICorner")
  21. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  22. local Fun = Instance.new("Frame")
  23. local Settings = Instance.new("Frame")
  24. local PlayerFrame = Instance.new("Frame")
  25. local PlayerImage = Instance.new("ImageLabel")
  26. local PlayerName = Instance.new("TextBox")
  27. local OpenAndCloseKeybindFrame = Instance.new("Frame")
  28. local Title_2 = Instance.new("TextLabel")
  29. local UICorner_4 = Instance.new("UICorner")
  30. local BindButton = Instance.new("TextButton")
  31. local UICorner_5 = Instance.new("UICorner")
  32. local Keybinds = Instance.new("Folder")
  33. local Settings_2 = Instance.new("Folder")
  34. local FlySpeedFrame = Instance.new("Frame")
  35. local Title_3 = Instance.new("TextLabel")
  36. local UICorner_6 = Instance.new("UICorner")
  37. local Input = Instance.new("TextBox")
  38. local UICorner_7 = Instance.new("UICorner")
  39. local FunTab = Instance.new("TextButton")
  40. local Settings_3 = Instance.new("TextButton")
  41. local Tip = Instance.new("TextLabel")
  42. local Close = Instance.new("TextLabel")
  43. local UICorner_8 = Instance.new("UICorner")
  44.  
  45. --Properties:
  46.  
  47. PraxzHub.Name = "PraxzHub"
  48. PraxzHub.Parent = game.CoreGui
  49. PraxzHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  50. PraxzHub.DisplayOrder = 500
  51.  
  52. MainFrame.Name = "MainFrame"
  53. MainFrame.Parent = PraxzHub
  54. MainFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  55. MainFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  56. MainFrame.Position = UDim2.new(0.228405729, 0, 0.182290092, 0)
  57. MainFrame.Size = UDim2.new(0.542782128, 0, 0.631610036, 0)
  58.  
  59. Title.Name = "Title"
  60. Title.Parent = MainFrame
  61. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. Title.BackgroundTransparency = 1.000
  63. Title.Position = UDim2.new(0.00948697701, 0, 0.015400948, 0)
  64. Title.Size = UDim2.new(1, 0, 0.150000006, 0)
  65. Title.Font = Enum.Font.GothamBlack
  66. Title.Text = "> Praxz Hub <"
  67. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. Title.TextScaled = true
  69. Title.TextSize = 14.000
  70. Title.TextWrapped = true
  71.  
  72. MainTab.Name = "MainTab"
  73. MainTab.Parent = MainFrame
  74. MainTab.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  75. MainTab.BackgroundTransparency = 1.000
  76. MainTab.Position = UDim2.new(0.00948697701, 0, 0.138999999, 0)
  77. MainTab.Size = UDim2.new(0.333333343, 0, 0.0970000029, 0)
  78. MainTab.Font = Enum.Font.GothamSemibold
  79. MainTab.Text = "Main"
  80. MainTab.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. MainTab.TextScaled = true
  82. MainTab.TextSize = 14.000
  83. MainTab.TextWrapped = true
  84.  
  85. UnderlineTab.Name = "UnderlineTab"
  86. UnderlineTab.Parent = MainFrame
  87. UnderlineTab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. UnderlineTab.BorderSizePixel = 0
  89. UnderlineTab.Position = UDim2.new(1.17990417e-08, 0, 0.238512293, 0)
  90. UnderlineTab.Size = UDim2.new(0.333333313, 0, 0.00499999989, 0)
  91.  
  92. TabPages.Name = "TabPages"
  93. TabPages.Parent = MainFrame
  94. TabPages.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. TabPages.BackgroundTransparency = 1.000
  96. TabPages.Position = UDim2.new(0, 0, 0.244771093, 0)
  97. TabPages.Size = UDim2.new(1, 0, 0.755228937, 0)
  98.  
  99. Main.Name = "Main"
  100. Main.Parent = TabPages
  101. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. Main.BackgroundTransparency = 1.000
  103. Main.Size = UDim2.new(1, 0, 1, 0)
  104.  
  105. Fly.Name = "Fly"
  106. Fly.Parent = Main
  107. Fly.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  108. Fly.Position = UDim2.new(0.0656875297, 0, 0.041873876, 0)
  109. Fly.Size = UDim2.new(0.2196064, 0, 0.156907216, 0)
  110. Fly.Font = Enum.Font.GothamBold
  111. Fly.Text = "Fly (X)"
  112. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. Fly.TextScaled = true
  114. Fly.TextSize = 14.000
  115. Fly.TextWrapped = true
  116.  
  117. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  118. UICorner.Parent = Fly
  119.  
  120. UITextSizeConstraint.Parent = Fly
  121. UITextSizeConstraint.MaxTextSize = 41
  122.  
  123. GoTo.Name = "GoTo"
  124. GoTo.Parent = Main
  125. GoTo.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  126. GoTo.Position = UDim2.new(0.411962241, 0, 0.041873876, 0)
  127. GoTo.Size = UDim2.new(0.2196064, 0, 0.167252749, 0)
  128. GoTo.Font = Enum.Font.GothamBold
  129. GoTo.Text = "GoTo (Y)"
  130. GoTo.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. GoTo.TextScaled = true
  132. GoTo.TextSize = 14.000
  133. GoTo.TextWrapped = true
  134.  
  135. UICorner_2.CornerRadius = UDim.new(0.200000003, 0)
  136. UICorner_2.Parent = GoTo
  137.  
  138. UITextSizeConstraint_2.Parent = GoTo
  139. UITextSizeConstraint_2.MaxTextSize = 34
  140.  
  141. Speed.Name = "Speed"
  142. Speed.Parent = Main
  143. Speed.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  144. Speed.Position = UDim2.new(0.734519482, 0, 0.041873876, 0)
  145. Speed.Size = UDim2.new(0.2196064, 0, 0.167252749, 0)
  146. Speed.Font = Enum.Font.GothamBold
  147. Speed.Text = "Speed (Z)"
  148. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. Speed.TextScaled = true
  150. Speed.TextSize = 14.000
  151. Speed.TextWrapped = true
  152.  
  153. UICorner_3.CornerRadius = UDim.new(0.200000003, 0)
  154. UICorner_3.Parent = Speed
  155.  
  156. UITextSizeConstraint_3.Parent = Speed
  157. UITextSizeConstraint_3.MaxTextSize = 30
  158.  
  159. Fun.Name = "Fun"
  160. Fun.Parent = TabPages
  161. Fun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. Fun.BackgroundTransparency = 1.000
  163. Fun.Size = UDim2.new(1, 0, 1, 0)
  164. Fun.Visible = false
  165.  
  166. Settings.Name = "Settings"
  167. Settings.Parent = TabPages
  168. Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. Settings.BackgroundTransparency = 1.000
  170. Settings.Size = UDim2.new(1, 0, 1, 0)
  171. Settings.Visible = false
  172.  
  173. PlayerFrame.Name = "PlayerFrame"
  174. PlayerFrame.Parent = Settings
  175. PlayerFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. PlayerFrame.BackgroundTransparency = 1.000
  177. PlayerFrame.Position = UDim2.new(0.708307981, 0, 0.0226951372, 0)
  178. PlayerFrame.Size = UDim2.new(0.29074651, 0, 0.975893378, 0)
  179.  
  180. PlayerImage.Name = "PlayerImage"
  181. PlayerImage.Parent = PlayerFrame
  182. PlayerImage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. PlayerImage.BackgroundTransparency = 1.000
  184. PlayerImage.Size = UDim2.new(1, 0, 0.5, 0)
  185. PlayerImage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  186. PlayerImage.ScaleType = Enum.ScaleType.Fit
  187.  
  188. PlayerName.Name = "PlayerName"
  189. PlayerName.Parent = PlayerFrame
  190. PlayerName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. PlayerName.BackgroundTransparency = 1.000
  192. PlayerName.Position = UDim2.new(0, 0, 0.5, 0)
  193. PlayerName.Size = UDim2.new(1, 0, 0.217054263, 0)
  194. PlayerName.Font = Enum.Font.GothamBlack
  195. PlayerName.PlaceholderText = "Player Name..."
  196. PlayerName.Text = "Loading..."
  197. PlayerName.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. PlayerName.TextScaled = true
  199. PlayerName.TextSize = 14.000
  200. PlayerName.TextWrapped = true
  201.  
  202. OpenAndCloseKeybindFrame.Name = "OpenAndCloseKeybindFrame"
  203. OpenAndCloseKeybindFrame.Parent = Settings
  204. OpenAndCloseKeybindFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  205. OpenAndCloseKeybindFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  206. OpenAndCloseKeybindFrame.BorderSizePixel = 0
  207. OpenAndCloseKeybindFrame.Position = UDim2.new(0.0199999996, 0, 0.0199999902, 0)
  208. OpenAndCloseKeybindFrame.Size = UDim2.new(0.332502663, 0, 0.295037538, 0)
  209.  
  210. Title_2.Name = "Title"
  211. Title_2.Parent = OpenAndCloseKeybindFrame
  212. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  213. Title_2.BackgroundTransparency = 1.000
  214. Title_2.Size = UDim2.new(1, 0, 0.454545468, 0)
  215. Title_2.Font = Enum.Font.GothamBlack
  216. Title_2.Text = "Open/Close Keybind"
  217. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  218. Title_2.TextSize = 20.000
  219. Title_2.TextWrapped = true
  220.  
  221. UICorner_4.CornerRadius = UDim.new(0, 15)
  222. UICorner_4.Parent = OpenAndCloseKeybindFrame
  223.  
  224. BindButton.Name = "BindButton"
  225. BindButton.Parent = OpenAndCloseKeybindFrame
  226. BindButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  227. BindButton.Position = UDim2.new(0.0299999993, 0, 0.448636383, 0)
  228. BindButton.Size = UDim2.new(0.940000057, 0, 0.485000014, 0)
  229. BindButton.AutoButtonColor = false
  230. BindButton.Font = Enum.Font.GothamBlack
  231. BindButton.Text = "V"
  232. BindButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. BindButton.TextSize = 20.000
  234.  
  235. UICorner_5.CornerRadius = UDim.new(0, 15)
  236. UICorner_5.Parent = BindButton
  237.  
  238. Keybinds.Name = "Keybinds"
  239. Keybinds.Parent = Settings
  240.  
  241. Settings_2.Name = "Settings"
  242. Settings_2.Parent = Settings
  243.  
  244. FlySpeedFrame.Name = "FlySpeedFrame"
  245. FlySpeedFrame.Parent = Settings
  246. FlySpeedFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  247. FlySpeedFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  248. FlySpeedFrame.BorderSizePixel = 0
  249. FlySpeedFrame.Position = UDim2.new(0.375700593, 0, 0.0199999902, 0)
  250. FlySpeedFrame.Size = UDim2.new(0.332502663, 0, 0.295037538, 0)
  251.  
  252. Title_3.Name = "Title"
  253. Title_3.Parent = FlySpeedFrame
  254. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  255. Title_3.BackgroundTransparency = 1.000
  256. Title_3.Size = UDim2.new(1, 0, 0.454545468, 0)
  257. Title_3.Font = Enum.Font.GothamBlack
  258. Title_3.Text = "Fly Speed"
  259. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  260. Title_3.TextSize = 20.000
  261. Title_3.TextWrapped = true
  262.  
  263. UICorner_6.CornerRadius = UDim.new(0, 15)
  264. UICorner_6.Parent = FlySpeedFrame
  265.  
  266. Input.Name = "Input"
  267. Input.Parent = FlySpeedFrame
  268. Input.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  269. Input.Position = UDim2.new(0.0299999993, 0, 0.449000001, 0)
  270. Input.Size = UDim2.new(0.939999998, 0, 0.485000014, 0)
  271. Input.Font = Enum.Font.GothamBlack
  272. Input.PlaceholderText = "Fly Speed..."
  273. Input.Text = "50"
  274. Input.TextColor3 = Color3.fromRGB(255, 255, 255)
  275. Input.TextSize = 20.000
  276.  
  277. UICorner_7.CornerRadius = UDim.new(0, 15)
  278. UICorner_7.Parent = Input
  279.  
  280. FunTab.Name = "FunTab"
  281. FunTab.Parent = MainFrame
  282. FunTab.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  283. FunTab.BackgroundTransparency = 1.000
  284. FunTab.Position = UDim2.new(0.322327167, 0, 0.138999999, 0)
  285. FunTab.Size = UDim2.new(0.333333343, 0, 0.0970000029, 0)
  286. FunTab.Font = Enum.Font.GothamSemibold
  287. FunTab.Text = "Fun"
  288. FunTab.TextColor3 = Color3.fromRGB(255, 255, 255)
  289. FunTab.TextScaled = true
  290. FunTab.TextSize = 14.000
  291. FunTab.TextWrapped = true
  292.  
  293. Settings_3.Name = "Settings"
  294. Settings_3.Parent = MainFrame
  295. Settings_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  296. Settings_3.BackgroundTransparency = 1.000
  297. Settings_3.Position = UDim2.new(0.63516736, 0, 0.138999999, 0)
  298. Settings_3.Size = UDim2.new(0.333999962, 0, 0.096999988, 0)
  299. Settings_3.Font = Enum.Font.GothamSemibold
  300. Settings_3.Text = "Settings"
  301. Settings_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  302. Settings_3.TextScaled = true
  303. Settings_3.TextSize = 14.000
  304. Settings_3.TextWrapped = true
  305.  
  306. Tip.Name = "Tip"
  307. Tip.Parent = MainFrame
  308. Tip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. Tip.BackgroundTransparency = 1.000
  310. Tip.Position = UDim2.new(0.0106728487, 0, 0.889387429, 0)
  311. Tip.Size = UDim2.new(0.999054492, 0, 0.0628469139, 0)
  312. Tip.Font = Enum.Font.Gotham
  313. Tip.Text = "Press V to open/close"
  314. Tip.TextColor3 = Color3.fromRGB(255, 255, 255)
  315. Tip.TextSize = 14.000
  316. Tip.TextWrapped = true
  317.  
  318. Close.Name = "Close"
  319. Close.Parent = MainFrame
  320. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  321. Close.BackgroundTransparency = 1.000
  322. Close.Position = UDim2.new(0.0106728487, 0, 0.93699038, 0)
  323. Close.Size = UDim2.new(0.999054492, 0, 0.0628469139, 0)
  324. Close.Font = Enum.Font.Gotham
  325. Close.Text = "Original Creators - Jalc and Nick"
  326. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  327. Close.TextSize = 14.000
  328. Close.TextWrapped = true
  329.  
  330. UICorner_8.CornerRadius = UDim.new(0, 30)
  331. UICorner_8.Parent = MainFrame
  332.  
  333. -- Scripts:
  334.  
  335. local function XMRML_fake_script() -- MainTab.Open
  336.     local script = Instance.new('LocalScript', MainTab)
  337.  
  338.     local button = script.Parent
  339.     local underline = script.Parent.Parent:WaitForChild("UnderlineTab")
  340.     local frame = script.Parent.Parent:WaitForChild("TabPages"):WaitForChild("Main")
  341.  
  342.     local function open()
  343.         for i, page in pairs(script.Parent.Parent.TabPages:GetChildren()) do
  344.             if page.Name ~= frame.Name then
  345.                 page.Visible = false
  346.             else
  347.                 page.Visible = true
  348.             end
  349.         end
  350.     end
  351.  
  352.     button.MouseButton1Click:Connect(function()
  353.         underline:TweenPosition(UDim2.new(0,0,0.239,0),"Out","Quad",.3, true)
  354.         open()
  355.     end)
  356.  
  357. end
  358. coroutine.wrap(XMRML_fake_script)()
  359. local function ZXQHX_fake_script() -- Fly.LocalScript
  360.     local script = Instance.new('LocalScript', Fly)
  361.  
  362.     --[[
  363.    
  364.     NumberValue/IntValue support added by Nick
  365.    
  366.     ]]--
  367.  
  368.     repeat
  369.         wait()
  370.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  371.  
  372.     local mouse = game.Players.LocalPlayer:GetMouse()
  373.  
  374.     repeat
  375.         wait()
  376.     until mouse
  377.  
  378.     local flySpeedVal = script.Parent.Parent.Parent:WaitForChild("Settings"):WaitForChild("Settings"):WaitForChild("FlySpeed")
  379.     local plr = game.Players.LocalPlayer
  380.     local torso = plr.Character.Head
  381.     local flying = false
  382.     local deb = true
  383.     local ctrl = {f = 0, b = 0, l = 0, r = 0}
  384.     local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  385.     local maxspeed = flySpeedVal.Value
  386.     local speed = flySpeedVal.Value
  387.  
  388.     flySpeedVal:GetPropertyChangedSignal("Value"):Connect(function()
  389.         maxspeed = flySpeedVal.Value
  390.         speed = flySpeedVal.Value
  391.     end)
  392.  
  393.     function Fly()
  394.         local bg = Instance.new("BodyGyro", torso)
  395.         bg.P = 9e4
  396.         bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  397.         bg.cframe = torso.CFrame
  398.         local bv = Instance.new("BodyVelocity", torso)
  399.         bv.velocity = Vector3.new(0,0.1,0)
  400.         bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  401.         repeat wait()
  402.             plr.Character.Humanoid.PlatformStand = true
  403.             if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  404.                 speed = speed+.5+(speed/maxspeed)
  405.                 if speed > maxspeed then
  406.                     speed = maxspeed
  407.                 end
  408.             elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  409.                 speed = speed-1
  410.                 if speed < 0 then
  411.                     speed = 0
  412.                 end
  413.             end
  414.             if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  415.                 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  416.                 lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  417.             elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  418.                 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  419.             else
  420.                 bv.velocity = Vector3.new(0,0.1,0)
  421.             end
  422.             bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  423.         until not flying
  424.         ctrl = {f = 0, b = 0, l = 0, r = 0}
  425.         lastctrl = {f = 0, b = 0, l = 0, r = 0}
  426.         speed = 0
  427.         bg:Destroy()
  428.         bv:Destroy()
  429.         plr.Character.Humanoid.PlatformStand = false
  430.     end
  431.     mouse.KeyDown:connect(function(key)
  432.         if key:lower() == "x" then
  433.             if flying then flying = false
  434.             else
  435.                 flying = true
  436.                 Fly()
  437.             end
  438.         elseif key:lower() == "w" then
  439.             ctrl.f = 1
  440.         elseif key:lower() == "s" then
  441.             ctrl.b = -1
  442.         elseif key:lower() == "a" then
  443.             ctrl.l = -1
  444.         elseif key:lower() == "d" then
  445.             ctrl.r = 1
  446.         end
  447.     end)
  448.     mouse.KeyUp:connect(function(key)
  449.         if key:lower() == "w" then
  450.             ctrl.f = 0
  451.         elseif key:lower() == "s" then
  452.             ctrl.b = 0
  453.         elseif key:lower() == "a" then
  454.             ctrl.l = 0
  455.         elseif key:lower() == "d" then
  456.             ctrl.r = 0
  457.         end
  458.     end)
  459.  
  460.     local button = script.Parent
  461.  
  462.     button.MouseButton1Click:Connect(Fly)
  463.  
  464. end
  465. coroutine.wrap(ZXQHX_fake_script)()
  466. local function SYCK_fake_script() -- GoTo.Teleport
  467.     local script = Instance.new('LocalScript', GoTo)
  468.  
  469.     local player = script.Parent.Parent.Parent:WaitForChild("Settings"):WaitForChild("Player")
  470.     local button = script.Parent
  471.     local uis = game:GetService("UserInputService")
  472.  
  473.     local function goto()
  474.         if not player.Value == nil then
  475.             local char = game.Players.LocalPlayer.Character
  476.             local root = char:WaitForChild("HumanoidRootPart")
  477.  
  478.             local otherChar = player.Character
  479.             local otherRoot = char:WaitForChild("HumanoidRootPart")
  480.  
  481.             root.Position = otherRoot.Position
  482.         end
  483.     end
  484.  
  485.     button.MouseButton1Click:Connect(goto)
  486.     uis.InputBegan:Connect(function(key)
  487.         if key.KeyCode == Enum.KeyCode.Y then
  488.             goto()
  489.         end
  490.     end)
  491. end
  492. coroutine.wrap(SYCK_fake_script)()
  493. local function OGEHJO_fake_script() -- Speed.LocalScript
  494.     local script = Instance.new('LocalScript', Speed)
  495.  
  496.     local button = script.Parent
  497.     local uis = game:GetService("UserInputService")
  498.  
  499.     local function speed()
  500.         local char = game.Players.LocalPlayer.Character
  501.  
  502.         if char ~= nil then
  503.             local humanoid = char:FindFirstChildWhichIsA("Humanoid")
  504.  
  505.             if humanoid ~= nil then
  506.  
  507.                 if humanoid.WalkSpeed == 50 then
  508.                     humanoid.WalkSpeed = 16
  509.                 else
  510.                     humanoid.WalkSpeed = 50
  511.                 end
  512.  
  513.             else
  514.                 warn('X [[ Humanoid not found. ]] X')
  515.                 return
  516.             end
  517.         else
  518.             warn('X [[ Character not found. ]] X')
  519.             return
  520.         end
  521.     end
  522.  
  523.     button.MouseButton1Click:Connect(speed)
  524.     uis.InputBegan:Connect(function(key)
  525.         if key.KeyCode == Enum.KeyCode.Z then
  526.             speed()
  527.         end
  528.     end)
  529.  
  530. end
  531. coroutine.wrap(OGEHJO_fake_script)()
  532. local function QBJWN_fake_script() -- PlayerName.SearchForPlayer
  533.     local script = Instance.new('LocalScript', PlayerName)
  534.  
  535.     local box = script.Parent
  536.     local imageLabel = script.Parent.Parent:WaitForChild("PlayerImage")
  537.     local playerObjectValue = script.Parent.Parent.Parent:WaitForChild("Player")
  538.  
  539.     local function getPlayer(name)
  540.         for i, player in pairs(game.Players:GetPlayers()) do
  541.             if string.find(string.lower(player.Name), name) then
  542.                 return player
  543.             end
  544.         end
  545.  
  546.         warn('Player not found.')
  547.         return nil
  548.     end
  549.  
  550.     box.FocusLost:Connect(function(enterPressed)
  551.         if enterPressed then
  552.             local playerName = string.lower(tostring(box.Text))
  553.             local player = getPlayer(playerName)
  554.  
  555.             if player ~= nil then
  556.                 box.Text = player.Name
  557.  
  558.                 local userId = player.UserId
  559.                 local thumbType = Enum.ThumbnailType.AvatarBust
  560.                 local thumbSize = Enum.ThumbnailSize.Size420x420
  561.                 local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  562.  
  563.                 imageLabel.Image = content
  564.  
  565.                 playerObjectValue.Value = player
  566.             end
  567.         end
  568.     end)
  569.  
  570. end
  571. coroutine.wrap(QBJWN_fake_script)()
  572. local function GINU_fake_script() -- PlayerFrame.SetPlayerToLocalPlayer
  573.     local script = Instance.new('LocalScript', PlayerFrame)
  574.  
  575.     local player = game.Players.LocalPlayer
  576.     local imageLabel = script.Parent:WaitForChild("PlayerImage")
  577.     local box = script.Parent:WaitForChild("PlayerName")
  578.     local playerObjectValue = script.Parent.Parent:WaitForChild("Player")
  579.  
  580.     box.Text = player.Name
  581.  
  582.     local userId = player.UserId
  583.     local thumbType = Enum.ThumbnailType.AvatarBust
  584.     local thumbSize = Enum.ThumbnailSize.Size420x420
  585.     local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  586.  
  587.     imageLabel.Image = content
  588.  
  589.     playerObjectValue.Value = player
  590.  
  591. end
  592. coroutine.wrap(GINU_fake_script)()
  593. local function MFNBG_fake_script() -- BindButton.LocalScript
  594.     local script = Instance.new('LocalScript', BindButton)
  595.  
  596.     local bind = script.Parent.Parent.Parent:WaitForChild("Keybinds"):WaitForChild("OpenClose")
  597.     local button = script.Parent
  598.     local uis = game:GetService("UserInputService")
  599.  
  600.     button.MouseButton1Click:Connect(function()
  601.         if button.Text ~= "Press a key" then
  602.             button.Text = "Press a key"
  603.         end
  604.     end)
  605.  
  606.     uis.InputBegan:Connect(function(key)
  607.         if button.Text == "Press a key" and key.UserInputType == Enum.UserInputType.Keyboard then
  608.             button.Text = string.sub(tostring(key.KeyCode),14)
  609.             bind.Value = string.sub(tostring(key.KeyCode),14)
  610.         end
  611.     end)
  612.  
  613. end
  614. coroutine.wrap(MFNBG_fake_script)()
  615. local function EEBAN_fake_script() -- Input.LocalScript
  616.     local script = Instance.new('LocalScript', Input)
  617.  
  618.     local input = script.Parent
  619.     local flySpeed = script.Parent.Parent.Parent:WaitForChild("Settings"):WaitForChild("FlySpeed")
  620.  
  621.     input.FocusLost:Connect(function(enterPressed)
  622.         if enterPressed then
  623.             local newSpeed = tonumber(input.Text)
  624.  
  625.             if newSpeed then
  626.                 flySpeed.Value = newSpeed
  627.             else
  628.                 local beforeText = input.Text
  629.                 wait()
  630.                 input.Text = "Numbers only!"
  631.                 wait(2)
  632.                 input.Text = beforeText
  633.             end
  634.         end
  635.     end)
  636.  
  637. end
  638. coroutine.wrap(EEBAN_fake_script)()
  639. local function DUQW_fake_script() -- FunTab.Open
  640.     local script = Instance.new('LocalScript', FunTab)
  641.  
  642.     local button = script.Parent
  643.     local underline = script.Parent.Parent:WaitForChild("UnderlineTab")
  644.     local frame = script.Parent.Parent:WaitForChild("TabPages"):WaitForChild("Fun")
  645.  
  646.     local function open()
  647.         for i, page in pairs(script.Parent.Parent.TabPages:GetChildren()) do
  648.             if page.Name ~= frame.Name then
  649.                 page.Visible = false
  650.             else
  651.                 page.Visible = true
  652.             end
  653.         end
  654.     end
  655.  
  656.     button.MouseButton1Click:Connect(function()
  657.         underline:TweenPosition(UDim2.new(0.333,0,0.239,0),"Out","Quad",.3, true)
  658.         open()
  659.     end)
  660.  
  661. end
  662. coroutine.wrap(DUQW_fake_script)()
  663. local function FUDWU_fake_script() -- Settings_3.Open
  664.     local script = Instance.new('LocalScript', Settings_3)
  665.  
  666.     local button = script.Parent
  667.     local underline = script.Parent.Parent:WaitForChild("UnderlineTab")
  668.     local frame = script.Parent.Parent:WaitForChild("TabPages"):WaitForChild("Settings")
  669.  
  670.     local function open()
  671.         for i, page in pairs(script.Parent.Parent.TabPages:GetChildren()) do
  672.             if page.Name ~= frame.Name then
  673.                 page.Visible = false
  674.             else
  675.                 page.Visible = true
  676.             end
  677.         end
  678.     end
  679.  
  680.     button.MouseButton1Click:Connect(function()
  681.         underline:TweenPosition(UDim2.new(0.666,0,0.239,0),"Out","Quad",.3, true)
  682.         open()
  683.     end)
  684.  
  685. end
  686. coroutine.wrap(FUDWU_fake_script)()
  687. local function HYEFE_fake_script() -- Tip.LocalScript
  688.     local script = Instance.new('LocalScript', Tip)
  689.  
  690.     local label = script.Parent
  691.     local bind = script.Parent.Parent:WaitForChild("TabPages"):WaitForChild("Settings"):WaitForChild("Keybinds"):WaitForChild("OpenClose")
  692.  
  693.     bind:GetPropertyChangedSignal("Value"):Connect(function()
  694.         label.Text = "Press " .. bind.Value .. " to open/close"
  695.     end)
  696.  
  697. end
  698. coroutine.wrap(HYEFE_fake_script)()
  699. local function GWIHM_fake_script() -- MainFrame.Drag
  700.     local script = Instance.new('LocalScript', MainFrame)
  701.  
  702.     local UIS = game:GetService('UserInputService')
  703.  
  704.     local frame = script.Parent
  705.  
  706.     local dragToggle = nil
  707.     local dragSpeed = 0.25
  708.     local dragStart = nil
  709.     local startPos = nil
  710.  
  711.     local function updateInput(input)
  712.         local delta = input.Position - dragStart
  713.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  714.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  715.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  716.         frame:TweenPosition(position,"Out","Quad",dragSpeed, true)
  717.     end
  718.  
  719.     frame.InputBegan:Connect(function(input)
  720.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  721.             dragToggle = true
  722.             dragStart = input.Position
  723.             startPos = frame.Position
  724.             input.Changed:Connect(function()
  725.                 if input.UserInputState == Enum.UserInputState.End then
  726.                     dragToggle = false
  727.                 end
  728.             end)
  729.         end
  730.     end)
  731.  
  732.     UIS.InputChanged:Connect(function(input)
  733.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  734.             if dragToggle then
  735.                 updateInput(input)
  736.             end
  737.         end
  738.     end)
  739. end
  740. coroutine.wrap(GWIHM_fake_script)()
  741. local function HXKRNR_fake_script() -- PraxzHub.OpenAndClose
  742.     local script = Instance.new('LocalScript', PraxzHub)
  743.  
  744.     local uis = game:GetService("UserInputService")
  745.  
  746.     uis.InputBegan:Connect(function(key)
  747.         local bind = script.Parent.MainFrame.TabPages.Settings.Keybinds.OpenClose
  748.  
  749.         if key.KeyCode == Enum.KeyCode[bind.Value] then
  750.             script.Parent.MainFrame.Visible = not script.Parent.MainFrame.Visible
  751.         end
  752.     end)
  753.  
  754. end
  755. coroutine.wrap(HXKRNR_fake_script)()
  756.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement