Advertisement
A_GUES

Reach Gui V4

Mar 12th, 2023 (edited)
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 4.2
  3.  
  4. -- Instances:
  5.  
  6. local Reachgui = Instance.new("ScreenGui")
  7. local Drag = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Update = Instance.new("TextLabel")
  10. local ver = Instance.new("TextLabel")
  11. local Link = Instance.new("TextBox")
  12. local US = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Minimize = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. Reachgui.Name = "Reach gui"
  19. Reachgui.Parent = game.CoreGui
  20. Reachgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Drag.Name = "Drag"
  23. Drag.Parent = Reachgui
  24. Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. Drag.Position = UDim2.new(0.0742459148, 0, 0.144212529, 0)
  26. Drag.Size = UDim2.new(0.384000003, 0, 0.0599999987, 0)
  27. Drag.Active = true
  28. Drag.Draggable = true
  29.  
  30. Frame.Parent = Drag
  31. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. Frame.BorderSizePixel = 0
  33. Frame.Position = UDim2.new(0, 0, 1, 0)
  34. Frame.Size = UDim2.new(1.005, 0, 6, 0)
  35.  
  36. Update.Name = "Update"
  37. Update.Parent = Frame
  38. Update.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  39. Update.Size = UDim2.new(1, 0, 0.275000006, 0)
  40. Update.Font = Enum.Font.SourceSans
  41. Update.Text = "New Version is Here"
  42. Update.TextColor3 = Color3.fromRGB(255, 255, 255)
  43. Update.TextScaled = true
  44. Update.TextSize = 14.000
  45. Update.TextWrapped = true
  46.  
  47. ver.Name = "ver"
  48. ver.Parent = Frame
  49. ver.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. ver.Position = UDim2.new(0, 0, 0.274088115, 0)
  51. ver.Size = UDim2.new(1, 0, 0.275000006, 0)
  52. ver.Font = Enum.Font.SourceSans
  53. ver.Text = "good Luck you!"
  54. ver.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. ver.TextScaled = true
  56. ver.TextSize = 14.000
  57. ver.TextWrapped = true
  58.  
  59. Link.Name = "Link"
  60. Link.Parent = Frame
  61. Link.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. Link.Position = UDim2.new(0, 0, 0.548176229, 0)
  63. Link.Size = UDim2.new(1, 0, 0.275000006, 0)
  64. Link.Font = Enum.Font.SourceSans
  65. Link.Text = "Get Script here Link: https://youtu.be/1HBFmlgjSjk"
  66. Link.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. Link.TextScaled = true
  68. Link.TextSize = 14.000
  69. Link.TextWrapped = true
  70. game:GetService('RunService').RenderStepped:connect(function()
  71. Link.Text = "Get Script here Copy Link: https://youtu.be/1HBFmlgjSjk"
  72. end)
  73.  
  74. US.Name = "US"
  75. US.Parent = Frame
  76. US.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. US.Position = UDim2.new(0.998533726, 0, 0.722116709, 0)
  78. US.Size = UDim2.new(0.247211426, 0, 0.275000006, 0)
  79. US.Font = Enum.Font.SourceSans
  80. US.Text = "Use V4"
  81. US.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. US.TextScaled = true
  83. US.TextSize = 14.000
  84. US.TextWrapped = true
  85. US.MouseButton1Click:Connect(function()
  86. -- Gui to Lua
  87. -- Version: 3.2
  88.  
  89. -- Instances:
  90.  
  91. local Reachgui = Instance.new("ScreenGui")
  92. local Drag = Instance.new("Frame")
  93. local Frame = Instance.new("Frame")
  94. local ScrollingFrame = Instance.new("ScrollingFrame")
  95. local Home = Instance.new("TextButton")
  96. local Reach = Instance.new("TextButton")
  97. local Open = Instance.new("TextButton")
  98. local ho = Instance.new("Frame")
  99. local Removegui = Instance.new("TextButton")
  100. local Good = Instance.new("TextLabel")
  101. local Name1 = Instance.new("TextLabel")
  102. local TextButton = Instance.new("TextButton")
  103. local Reacch = Instance.new("Frame")
  104. local Activ = Instance.new("TextButton")
  105. local X = Instance.new("TextBox")
  106. local Y = Instance.new("TextBox")
  107. local Z = Instance.new("TextBox")
  108. local Red = Instance.new("TextBox")
  109. local Blue = Instance.new("TextBox")
  110. local Green = Instance.new("TextBox")
  111. local Close = Instance.new("TextButton")
  112. local Minimize = Instance.new("TextButton")
  113. local N = Instance.new("TextLabel")
  114. local Link = Instance.new("TextLabel")
  115. local Cred = Instance.new("TextLabel")
  116.  
  117. --Properties:
  118.  
  119. Reachgui.Name = "Reach gui"
  120. Reachgui.Parent = game.CoreGui
  121. Reachgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  122.  
  123. Drag.Name = "Drag"
  124. Drag.Parent = Reachgui
  125. Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  126. Drag.Position = UDim2.new(0.0742459297, 0, 0.144212529, 0)
  127. Drag.Size = UDim2.new(0, 321, 0, 30)
  128. Drag.Active = true
  129. Drag.Draggable = true
  130. Drag.Visible = false
  131.  
  132. Open.Name = "Open"
  133. Open.Parent = Reachgui
  134. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  135. Open.Position = UDim2.new(-0.00208333344, 0, 0.393750012, 0)
  136. Open.Size = UDim2.new(0, 83, 0, 50)
  137. Open.Font = Enum.Font.SourceSans
  138. Open.Text = "Open"
  139. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. Open.TextScaled = true
  141. Open.TextSize = 14.000
  142. Open.TextWrapped = true
  143. Open.MouseButton1Click:Connect(function()
  144. Open.Visible = false
  145. Drag.Visible = true
  146. end)
  147.  
  148. Frame.Parent = Drag
  149. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  150. Frame.BorderSizePixel = 0
  151. Frame.Position = UDim2.new(0, 0, 1, 0)
  152. Frame.Size = UDim2.new(0, 321, 0, 183)
  153.  
  154. ScrollingFrame.Parent = Frame
  155. ScrollingFrame.Active = true
  156. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  157. ScrollingFrame.BorderSizePixel = 0
  158. ScrollingFrame.Size = UDim2.new(0, 79, 0, 183)
  159.  
  160. Home.Name = "Home"
  161. Home.Parent = ScrollingFrame
  162. Home.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  163. Home.BorderSizePixel = 0
  164. Home.Size = UDim2.new(0, 66, 0, 50)
  165. Home.Font = Enum.Font.SourceSans
  166. Home.Text = "Home"
  167. Home.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. Home.TextScaled = true
  169. Home.TextSize = 14.000
  170. Home.TextWrapped = true
  171. Home.MouseButton1Click:Connect(function()
  172. ho.Visible = true
  173. Reacch.Visible = false
  174. end)
  175.  
  176. Reach.Name = "Reach"
  177. Reach.Parent = ScrollingFrame
  178. Reach.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  179. Reach.BorderSizePixel = 0
  180. Reach.Position = UDim2.new(0, 0, 0.136612028, 0)
  181. Reach.Size = UDim2.new(0, 66, 0, 50)
  182. Reach.Font = Enum.Font.SourceSans
  183. Reach.Text = "Reach"
  184. Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. Reach.TextScaled = true
  186. Reach.TextSize = 14.000
  187. Reach.TextWrapped = true
  188. Reach.MouseButton1Click:Connect(function()
  189. ho.Visible = false
  190. Reacch.Visible = true
  191. end)
  192.  
  193. ho.Name = "ho"
  194. ho.Parent = Frame
  195. ho.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  196. ho.Position = UDim2.new(0.289719582, 0, 0.0382513665, 0)
  197. ho.Size = UDim2.new(0, 217, 0, 165)
  198. ho.Visible = true
  199.  
  200. Removegui.Name = "Remove gui"
  201. Removegui.Parent = ScrollingFrame
  202. Removegui.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  203. Removegui.BorderSizePixel = 0
  204. Removegui.Position = UDim2.new(0, 0, 0.273224026, 0)
  205. Removegui.Size = UDim2.new(0, 66, 0, 50)
  206. Removegui.Font = Enum.Font.SourceSans
  207. Removegui.Text = "Remove gui"
  208. Removegui.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. Removegui.TextScaled = true
  210. Removegui.TextSize = 14.000
  211. Removegui.TextWrapped = true
  212. Removegui.MouseButton1Click:Connect(function()
  213. Reachgui:Destroy()
  214. end)
  215.  
  216. Good.Name = "Good"
  217. Good.Parent = ho
  218. Good.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  219. Good.BorderSizePixel = 0
  220. Good.Size = UDim2.new(0, 217, 0, 50)
  221. Good.Font = Enum.Font.SourceSans
  222. Good.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. Good.Text = "Thanks for using Reach Gui V4 Pls Subscribe :)"
  224. Good.TextScaled = true
  225. Good.TextSize = 14.000
  226. Good.TextWrapped = true
  227.  
  228. Name1.Name = "Name"
  229. Name1.Parent = ho
  230. Name1.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  231. Name1.BorderSizePixel = 0
  232. Name1.Position = UDim2.new(0, 0, 0.357575744, 0)
  233. Name1.Size = UDim2.new(0, 216, 0, 50)
  234. Name1.Font = Enum.Font.SourceSans
  235. Name1.Text = ""
  236. Name1.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. Name1.TextScaled = true
  238. Name1.TextSize = 14.000
  239. Name1.TextWrapped = true
  240. pcall(function()
  241. Name1.Text = game.Players:GetPlayerFromCharacter(game.Workspace.CurrentCamera.CameraSubject.Parent).Name
  242. end)
  243.  
  244. TextButton.Parent = ho
  245. TextButton.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  246. TextButton.BorderSizePixel = 0
  247. TextButton.Position = UDim2.new(0.10497161, 0, 0.696969688, 0)
  248. TextButton.Size = UDim2.new(0, 174, 0, 50)
  249. TextButton.Font = Enum.Font.SourceSans
  250. TextButton.Text = "Rejoin"
  251. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. TextButton.TextScaled = true
  253. TextButton.TextSize = 14.000
  254. TextButton.TextWrapped = true
  255. TextButton.MouseButton1Click:Connect(function()
  256. game:GetService("TeleportService"):Teleport(game.PlaceId)
  257. end)
  258.  
  259. Reacch.Name = "Reacch"
  260. Reacch.Parent = Frame
  261. Reacch.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  262. Reacch.Position = UDim2.new(0.289719582, 0, 0.0382513665, 0)
  263. Reacch.Size = UDim2.new(0, 217, 0, 165)
  264. Reacch.Visible = false
  265.  
  266. Activ.Name = "Activ"
  267. Activ.Parent = Reacch
  268. Activ.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  269. Activ.BorderSizePixel = 0
  270. Activ.Position = UDim2.new(0.663638771, 0, 0.761655033, 0)
  271. Activ.Size = UDim2.new(0, 63, 0, 29)
  272. Activ.Font = Enum.Font.SourceSans
  273. Activ.Text = "Reach"
  274. Activ.TextColor3 = Color3.fromRGB(255, 255, 255)
  275. Activ.TextScaled = true
  276. Activ.TextSize = 14.000
  277. Activ.TextWrapped = true
  278. Activ.MouseButton1Click:Connect(function()
  279. local box = Instance.new("SelectionBox")
  280. box.Parent = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  281. box.Adornee = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  282. box.Color3 = Color3.new(Red.Text,Green.Text,Blue.Text)
  283. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Size = Vector3.new(X.Text,Y.Text,Z.Text)
  284. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Massless = true
  285. end)
  286.  
  287. X.Name = "X"
  288. X.Parent = Reacch
  289. X.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  290. X.BorderSizePixel = 0
  291. X.Position = UDim2.new(0.0368663594, 0, 0.0787878782, 0)
  292. X.Size = UDim2.new(0, 50, 0, 50)
  293. X.Font = Enum.Font.SourceSans
  294. X.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  295. X.PlaceholderText = "put number"
  296. X.Text = "X"
  297. X.TextColor3 = Color3.fromRGB(255, 255, 255)
  298. X.TextScaled = true
  299. X.TextSize = 14.000
  300. X.TextWrapped = true
  301.  
  302. Y.Name = "Y"
  303. Y.Parent = Reacch
  304. Y.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  305. Y.BorderSizePixel = 0
  306. Y.Position = UDim2.new(0.304147482, 0, 0.0787878782, 0)
  307. Y.Size = UDim2.new(0, 50, 0, 50)
  308. Y.Font = Enum.Font.SourceSans
  309. Y.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  310. Y.PlaceholderText = "put number"
  311. Y.Text = "Y"
  312. Y.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. Y.TextScaled = true
  314. Y.TextSize = 14.000
  315. Y.TextWrapped = true
  316.  
  317. Z.Name = "Z"
  318. Z.Parent = Reacch
  319. Z.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  320. Z.BorderSizePixel = 0
  321. Z.Position = UDim2.new(0.57603687, 0, 0.0787878782, 0)
  322. Z.Size = UDim2.new(0, 50, 0, 50)
  323. Z.Font = Enum.Font.SourceSans
  324. Z.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  325. Z.PlaceholderText = "put number"
  326. Z.Text = "Z"
  327. Z.TextColor3 = Color3.fromRGB(255, 255, 255)
  328. Z.TextScaled = true
  329. Z.TextSize = 14.000
  330. Z.TextWrapped = true
  331.  
  332. Red.Name = "Red"
  333. Red.Parent = Reacch
  334. Red.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  335. Red.BorderSizePixel = 0
  336. Red.Position = UDim2.new(0.0368663594, 0, 0.381818175, 0)
  337. Red.Size = UDim2.new(0, 50, 0, 50)
  338. Red.Font = Enum.Font.SourceSans
  339. Red.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  340. Red.PlaceholderText = "put number"
  341. Red.Text = "Red"
  342. Red.TextColor3 = Color3.fromRGB(0, 0, 0)
  343. Red.TextScaled = true
  344. Red.TextSize = 14.000
  345. Red.TextWrapped = true
  346.  
  347. Blue.Name = "Blue"
  348. Blue.Parent = Reacch
  349. Blue.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  350. Blue.BorderSizePixel = 0
  351. Blue.Position = UDim2.new(0.576036811, 0, 0.381818175, 0)
  352. Blue.Size = UDim2.new(0, 50, 0, 50)
  353. Blue.Font = Enum.Font.SourceSans
  354. Blue.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  355. Blue.PlaceholderText = "put number"
  356. Blue.Text = "Blue"
  357. Blue.TextColor3 = Color3.fromRGB(0, 0, 0)
  358. Blue.TextScaled = true
  359. Blue.TextSize = 14.000
  360. Blue.TextWrapped = true
  361.  
  362. Green.Name = "Green"
  363. Green.Parent = Reacch
  364. Green.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  365. Green.BorderSizePixel = 0
  366. Green.Position = UDim2.new(0.304147482, 0, 0.381818175, 0)
  367. Green.Size = UDim2.new(0, 50, 0, 50)
  368. Green.Font = Enum.Font.SourceSans
  369. Green.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  370. Green.PlaceholderText = "put number"
  371. Green.Text = "Green"
  372. Green.TextColor3 = Color3.fromRGB(0, 0, 0)
  373. Green.TextScaled = true
  374. Green.TextSize = 14.000
  375. Green.TextWrapped = true
  376.  
  377. Close.Name = "Close"
  378. Close.Parent = Drag
  379. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  380. Close.BorderSizePixel = 0
  381. Close.Position = UDim2.new(0.906542063, 0, 0, 0)
  382. Close.Size = UDim2.new(0, 30, 0, 30)
  383. Close.Font = Enum.Font.SourceSans
  384. Close.Text = "X"
  385. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. Close.TextScaled = true
  387. Close.TextSize = 14.000
  388. Close.TextWrapped = true
  389. Close.MouseButton1Click:Connect(function()
  390. Open.Visible = true
  391. Drag.Visible = false
  392. end)
  393.  
  394. Minimize.Name = "Minimize"
  395. Minimize.Parent = Drag
  396. Minimize.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  397. Minimize.BorderSizePixel = 0
  398. Minimize.Position = UDim2.new(0.813084126, 0, 0, 0)
  399. Minimize.Size = UDim2.new(0, 30, 0, 30)
  400. Minimize.Font = Enum.Font.SourceSans
  401. Minimize.Text = "-"
  402. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  403. Minimize.TextSize = 50.000
  404. Minimize.TextWrapped = true
  405. function Mini()
  406. if Minimize.Text == "-" then
  407. Minimize.Text = "+"
  408. Frame.Visible = false
  409. elseif Minimize.Text == "+" then
  410. Minimize.Text = "-"
  411. Frame.Visible = true
  412. end
  413. end
  414. Minimize.MouseButton1Click:Connect(Mini)
  415.  
  416. N.Name = "N"
  417. N.Parent = Drag
  418. N.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  419. N.BorderSizePixel = 0
  420. N.Size = UDim2.new(0, 128, 0, 30)
  421. N.Font = Enum.Font.SourceSans
  422. N.Text = "Good Lucky!💝 you :)"
  423. N.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. N.TextScaled = true
  425. N.TextSize = 14.000
  426. N.TextWrapped = true
  427.  
  428. Link.Name = "Link"
  429. Link.Parent = ho
  430. Link.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  431. Link.BorderSizePixel = 0
  432. Link.Position = UDim2.new(1.05069125, 0, 0.200000003, 0)
  433. Link.Size = UDim2.new(0, 228, 0, 30)
  434. Link.Font = Enum.Font.SourceSans
  435. Link.Text = "YT link: https://www.youtube.com/@nonames1234"
  436. Link.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. Link.TextScaled = true
  438. Link.TextSize = 1.000
  439. Link.TextWrapped = true
  440.  
  441. Cred.Name = "Cred"
  442. Cred.Parent = ho
  443. Cred.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
  444. Cred.BorderSizePixel = 0
  445. Cred.Position = UDim2.new(1.05069125, 0, 0, 0)
  446. Cred.Size = UDim2.new(0, 228, 0, 30)
  447. Cred.Font = Enum.Font.SourceSans
  448. Cred.Text = "Script made by WarriorRoberr"
  449. Cred.TextColor3 = Color3.fromRGB(255, 255, 255)
  450. Cred.TextScaled = true
  451. Cred.TextSize = 14.000
  452. Cred.TextWrapped = true
  453. end)
  454.  
  455. Close.Name = "Close"
  456. Close.Parent = Drag
  457. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  458. Close.BorderSizePixel = 0
  459. Close.Position = UDim2.new(0.906542063, 0, 0, 0)
  460. Close.Size = UDim2.new(0.100000001, 0, 1, 0)
  461. Close.Font = Enum.Font.SourceSans
  462. Close.Text = "X"
  463. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  464. Close.TextScaled = true
  465. Close.TextSize = 14.000
  466. Close.TextWrapped = true
  467. Close.MouseButton1Click:Connect(function()
  468. Reachgui:Destroy()
  469. end)
  470.  
  471. Minimize.Name = "Minimize"
  472. Minimize.Parent = Drag
  473. Minimize.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  474. Minimize.BorderSizePixel = 0
  475. Minimize.Position = UDim2.new(0.813084126, 0, 0, 0)
  476. Minimize.Size = UDim2.new(0.100000001, 0, 1, 0)
  477. Minimize.Font = Enum.Font.SourceSans
  478. Minimize.Text = "-"
  479. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  480. Minimize.TextSize = 50.000
  481. Minimize.TextWrapped = true
  482. function Mini()
  483. if Minimize.Text == "-" then
  484. Minimize.Text = "+"
  485. Frame.Visible = false
  486. elseif Minimize.Text == "+" then
  487. Minimize.Text = "-"
  488. Frame.Visible = true
  489. end
  490. end
  491. Minimize.MouseButton1Click:Connect(Mini)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement