Advertisement
Guest User

brookhaven gui v1

a guest
Nov 28th, 2021
12,032
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 1 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6.  
  7. --note if script patched unlike brookhaven
  8.  
  9.  
  10. local lp = game:FindService("Players").LocalPlayer
  11.  
  12. local function gplr(String)
  13. local Found = {}
  14. local strl = String:lower()
  15. if strl == "all" then
  16. for i,v in pairs(game:FindService("Players"):GetPlayers()) do
  17. table.insert(Found,v)
  18. end
  19. elseif strl == "others" then
  20. for i,v in pairs(game:FindService("Players"):GetPlayers()) do
  21. if v.Name ~= lp.Name then
  22. table.insert(Found,v)
  23. end
  24. end
  25. elseif strl == "me" then
  26. for i,v in pairs(game:FindService("Players"):GetPlayers()) do
  27. if v.Name == lp.Name then
  28. table.insert(Found,v)
  29. end
  30. end
  31. else
  32. for i,v in pairs(game:FindService("Players"):GetPlayers()) do
  33. if v.Name:lower():sub(1, #String) == String:lower() then
  34. table.insert(Found,v)
  35. end
  36. end
  37. end
  38. return Found
  39. end
  40.  
  41. local ScreenGui = Instance.new("ScreenGui")
  42. local Frame = Instance.new("Frame")
  43. local Giant = Instance.new("TextButton")
  44. local tp = Instance.new("TextButton")
  45. local tptarget = Instance.new("TextBox")
  46. local Holdalltools = Instance.new("TextButton")
  47. local X = Instance.new("TextButton")
  48. local flingtarget = Instance.new("TextBox")
  49. local fling = Instance.new("TextButton")
  50. local Rejoin = Instance.new("TextButton")
  51. local bringtarget = Instance.new("TextBox")
  52. local Bring = Instance.new("TextButton")
  53. local Bringall = Instance.new("TextButton")
  54. local Rainbowcharacter = Instance.new("TextButton")
  55. local Credit = Instance.new("TextButton")
  56. local Open = Instance.new("TextButton")
  57.  
  58. local Frame1 = Instance.new("Frame")
  59. local cre = Instance.new("TextLabel")
  60. local LikeAndSubscribe = Instance.new("TextLabel")
  61. local nlpoxcv = Instance.new("TextLabel")
  62. local TextButton = Instance.new("TextButton")
  63.  
  64. --Properties:
  65.  
  66. ScreenGui.Parent = game.CoreGui
  67. Frame1.Name = "Frame1"
  68. Frame1.Parent = ScreenGui
  69. Frame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  70. Frame1.Position = UDim2.new(0.22708334, 0, 0.162499949, 0)
  71. Frame1.Size = UDim2.new(0, 249, 0, 201)
  72. Frame1.Visible = false
  73.  
  74. cre.Name = "cre"
  75. cre.Parent = Frame1
  76. cre.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  77. cre.Position = UDim2.new(0, 0, -0.0048040892, 0)
  78. cre.Size = UDim2.new(0, 254, 0, 40)
  79. cre.Font = Enum.Font.SourceSans
  80. cre.Text = "Script made by WarriorRoberr"
  81. cre.TextColor3 = Color3.fromRGB(0, 0, 0)
  82. cre.TextScaled = true
  83. cre.TextSize = 14.000
  84. cre.TextWrapped = true
  85.  
  86. LikeAndSubscribe.Name = "Like And Subscribe"
  87. LikeAndSubscribe.Parent = Frame1
  88. LikeAndSubscribe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  89. LikeAndSubscribe.Position = UDim2.new(0, 0, 0.194200888, 0)
  90. LikeAndSubscribe.Size = UDim2.new(0, 254, 0, 40)
  91. LikeAndSubscribe.Font = Enum.Font.SourceSans
  92. LikeAndSubscribe.Text = "Like And Subscribe"
  93. LikeAndSubscribe.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. LikeAndSubscribe.TextScaled = true
  95. LikeAndSubscribe.TextSize = 14.000
  96. LikeAndSubscribe.TextWrapped = true
  97.  
  98. nlpoxcv.Name = "nlpoxcv"
  99. nlpoxcv.Parent = Frame1
  100. nlpoxcv.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  101. nlpoxcv.Position = UDim2.new(0, 0, 0.398180991, 0)
  102. nlpoxcv.Size = UDim2.new(0, 254, 0, 40)
  103. nlpoxcv.Font = Enum.Font.SourceSans
  104. nlpoxcv.Text = "Like And Subscribe"
  105. nlpoxcv.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. nlpoxcv.TextScaled = true
  107. nlpoxcv.TextSize = 14.000
  108. nlpoxcv.TextWrapped = true
  109.  
  110. TextButton.Parent = Frame1
  111. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  112. TextButton.Position = UDim2.new(1.02008033, 0, 0, 0)
  113. TextButton.Size = UDim2.new(0, 46, 0, 44)
  114. TextButton.Font = Enum.Font.SourceSans
  115. TextButton.Text = "X"
  116. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. TextButton.TextScaled = true
  118. TextButton.TextSize = 14.000
  119. TextButton.TextWrapped = true
  120. TextButton.MouseButton1Down:Connect(function()
  121. Frame1.Visible = false
  122. end)
  123.  
  124. Credit.Name = "Credit"
  125. Credit.Parent = Frame
  126. Credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  127. Credit.Position = UDim2.new(0.0541666746, 0, 0.404138803, 0)
  128. Credit.Size = UDim2.new(0, 195, 0, 44)
  129. Credit.Font = Enum.Font.SourceSans
  130. Credit.Text = "Credit"
  131. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. Credit.TextScaled = true
  133. Credit.TextSize = 14.000
  134. Credit.TextWrapped = true
  135. Credit.MouseButton1Down:Connect(function()
  136. Frame1.Visible = true
  137. end)
  138.  
  139.  
  140.  
  141. Frame.Parent = ScreenGui
  142. Frame.Active = true
  143. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. Frame.Position = UDim2.new(0.143750012, 0, 0.0282131676, 0)
  145. Frame.Size = UDim2.new(0, 322, 0, 301)
  146. Frame.Visible = false
  147. Frame.Draggable = true
  148.  
  149. Giant.Name = "Giant"
  150. Giant.Parent = Frame
  151. Giant.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  152. Giant.Position = UDim2.new(0.0541666634, 0, 0.218092218, 0)
  153. Giant.Size = UDim2.new(0, 100, 0, 44)
  154. Giant.Font = Enum.Font.SourceSans
  155. Giant.Text = "Giant"
  156. Giant.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. Giant.TextScaled = true
  158. Giant.TextSize = 14.000
  159. Giant.TextWrapped = true
  160. Giant.MouseButton1Down:Connect(function()
  161. local LocalPlayer = game:GetService("Players").LocalPlayer
  162. local Character = LocalPlayer.Character
  163. local Humanoid = Character:FindFirstChildOfClass("Humanoid")
  164.  
  165. function rm()
  166. for i,v in pairs(Character:GetDescendants()) do
  167. if v:IsA("BasePart") then
  168. if v.Name == "Handle" or v.Name == "Head" then
  169. if Character.Head:FindFirstChild("OriginalSize") then
  170. Character.Head.OriginalSize:Destroy()
  171. end
  172. else
  173. for i,cav in pairs(v:GetDescendants()) do
  174. if cav:IsA("Attachment") then
  175. if cav:FindFirstChild("OriginalPosition") then
  176. cav.OriginalPosition:Destroy()
  177. end
  178. end
  179. end
  180. v:FindFirstChild("OriginalSize"):Destroy()
  181. if v:FindFirstChild("AvatarPartScaleType") then
  182. v:FindFirstChild("AvatarPartScaleType"):Destroy()
  183. end
  184. end
  185. end
  186. end
  187. end
  188.  
  189. rm()
  190. wait(0.5)
  191. Humanoid:FindFirstChild("BodyProportionScale"):Destroy()
  192. wait(1)
  193.  
  194. rm()
  195. wait(0.5)
  196. Humanoid:FindFirstChild("BodyHeightScale"):Destroy()
  197. wait(1)
  198.  
  199. rm()
  200. wait(0.5)
  201. Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
  202. wait(1)
  203.  
  204. rm()
  205. wait(0.5)
  206. Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
  207. wait(1)
  208.  
  209. rm()
  210. wait(0.5)
  211. Humanoid:FindFirstChild("HeadScale"):Destroy()
  212. wait(1)
  213. end)
  214.  
  215. tptarget.Name = "tptarget"
  216. tptarget.Parent = Frame
  217. tptarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. tptarget.Position = UDim2.new(0.705168724, 0, 0.0730897039, 0)
  219. tptarget.Size = UDim2.new(0, 80, 0, 50)
  220. tptarget.Font = Enum.Font.SourceSans
  221. tptarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  222. tptarget.PlaceholderText = "Player name"
  223. tptarget.Text = ""
  224. tptarget.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. tptarget.TextSize = 14.000
  226.  
  227. tp.Name = "tp"
  228. tp.Parent = Frame
  229. tp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  230. tp.Position = UDim2.new(0.705168724, 0, 0.238025799, 0)
  231. tp.Size = UDim2.new(0, 80, 0, 34)
  232. tp.Font = Enum.Font.SourceSans
  233. tp.Text = "goto player"
  234. tp.TextColor3 = Color3.fromRGB(0, 0, 0)
  235. tp.TextScaled = true
  236. tp.TextSize = 14.000
  237. tp.TextWrapped = true
  238. tp.MouseButton1Down:Connect(function()
  239. local Target = gplr(tptarget.Text)
  240. if Target[1] then
  241. Target = Target[1]
  242. lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
  243. end
  244. end)
  245.  
  246. Holdalltools.Name = "Hold all tools"
  247. Holdalltools.Parent = Frame
  248. Holdalltools.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  249. Holdalltools.Position = UDim2.new(0.0541666634, 0, 0.0486570336, 0)
  250. Holdalltools.Size = UDim2.new(0, 100, 0, 44)
  251. Holdalltools.Font = Enum.Font.SourceSans
  252. Holdalltools.Text = "HoldTools"
  253. Holdalltools.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. Holdalltools.TextScaled = true
  255. Holdalltools.TextSize = 14.000
  256. Holdalltools.TextWrapped = true
  257. Holdalltools.MouseButton1Down:Connect(function()
  258. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  259. if tools:IsA("Tool") then
  260. tools.Parent = game.Players.LocalPlayer.Character
  261. end
  262. end
  263. end)
  264.  
  265. X.Name = "X"
  266. X.Parent = Frame
  267. X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  268. X.Position = UDim2.new(0.998266101, 0, -0.00117685646, 0)
  269. X.Size = UDim2.new(0, 45, 0, 44)
  270. X.Font = Enum.Font.SourceSans
  271. X.Text = "X"
  272. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  273. X.TextScaled = true
  274. X.TextSize = 14.000
  275. X.TextWrapped = true
  276. X.MouseButton1Down:Connect(function()
  277. Frame.Visible = false
  278. end)
  279.  
  280. flingtarget.Name = "flingtarget"
  281. flingtarget.Parent = Frame
  282. flingtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. flingtarget.Position = UDim2.new(0.705168724, 0, 0.3887043, 0)
  284. flingtarget.Size = UDim2.new(0, 80, 0, 50)
  285. flingtarget.Font = Enum.Font.SourceSans
  286. flingtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  287. flingtarget.PlaceholderText = "Player name"
  288. flingtarget.Text = ""
  289. flingtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. flingtarget.TextSize = 14.000
  291.  
  292. fling.Name = "fling"
  293. fling.Parent = Frame
  294. fling.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  295. fling.Position = UDim2.new(0.705168724, 0, 0.553640425, 0)
  296. fling.Size = UDim2.new(0, 80, 0, 34)
  297. fling.Font = Enum.Font.SourceSans
  298. fling.Text = "fling"
  299. fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  300. fling.TextScaled = true
  301. fling.TextSize = 14.000
  302. fling.TextWrapped = true
  303. fling.MouseButton1Down:Connect(function()
  304. local Target = gplr(flingtarget.Text)
  305. if Target[1] then
  306. Target = Target[1]
  307. local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart)
  308. Thrust.Force = Vector3.new(9999,9999,9999)
  309. Thrust.Name = "flingForce"
  310. repeat
  311. lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
  312. Thrust.Location = Target.Character.HumanoidRootPart.Position
  313. game:FindService("RunService").Heartbeat:wait()
  314. until not Target.Character:FindFirstChild("Head")
  315. end
  316.  
  317. end)
  318.  
  319. Rejoin.Name = "Rejoin"
  320. Rejoin.Parent = Frame
  321. Rejoin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  322. Rejoin.Position = UDim2.new(0.392676026, 0, 0.214770019, 0)
  323. Rejoin.Size = UDim2.new(0, 85, 0, 44)
  324. Rejoin.Font = Enum.Font.SourceSans
  325. Rejoin.Text = "Rejoin"
  326. Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
  327. Rejoin.TextScaled = true
  328. Rejoin.TextSize = 14.000
  329. Rejoin.TextWrapped = true
  330. Rejoin.MouseButton1Down:Connect(function()
  331. game:GetService("TeleportService"):Teleport(game.PlaceId)
  332. end)
  333.  
  334. bringtarget.Name = "bringtarget"
  335. bringtarget.Parent = Frame
  336. bringtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  337. bringtarget.Position = UDim2.new(0.705168724, 0, 0.700996637, 0)
  338. bringtarget.Size = UDim2.new(0, 80, 0, 50)
  339. bringtarget.Font = Enum.Font.SourceSans
  340. bringtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  341. bringtarget.PlaceholderText = "Player name"
  342. bringtarget.Text = ""
  343. bringtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
  344. bringtarget.TextSize = 14.000
  345.  
  346. Bring.Name = "Bring"
  347. Bring.Parent = Frame
  348. Bring.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  349. Bring.Position = UDim2.new(0.705168724, 0, 0.865932822, 0)
  350. Bring.Size = UDim2.new(0, 80, 0, 34)
  351. Bring.Font = Enum.Font.SourceSans
  352. Bring.Text = "Bring"
  353. Bring.TextColor3 = Color3.fromRGB(0, 0, 0)
  354. Bring.TextScaled = true
  355. Bring.TextSize = 14.000
  356. Bring.TextWrapped = true
  357. Bring.MouseButton1Down:Connect(function()
  358. local Target = gplr(bringtarget.Text)
  359. if Target[1] then
  360. Target = Target[1]
  361. Target.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame
  362. lp.Character.Humanoid:Clone().Parent = lp.Character
  363. lp.Character.Humanoid:Destroy()
  364. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
  365. end
  366. wait(0.1)
  367. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  368. if tools:IsA("Tool") then
  369. tools.Parent = game.Players.LocalPlayer.Character
  370. end
  371. end
  372. end)
  373.  
  374. Bringall.Name = "Bring all"
  375. Bringall.Parent = Frame
  376. Bringall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  377. Bringall.Position = UDim2.new(0.392676026, 0, 0.0486570336, 0)
  378. Bringall.Size = UDim2.new(0, 85, 0, 44)
  379. Bringall.Font = Enum.Font.SourceSans
  380. Bringall.Text = "Bring all"
  381. Bringall.TextColor3 = Color3.fromRGB(0, 0, 0)
  382. Bringall.TextScaled = true
  383. Bringall.TextSize = 14.000
  384. Bringall.TextWrapped = true
  385. Bringall.MouseButton1Down:Connect(function()
  386. for i,Playys in pairs(game.Players:GetPlayers()) do
  387. Playys.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame
  388. lp.Character.Humanoid:Clone().Parent = lp.Character
  389. lp.Character.Humanoid:Destroy()
  390. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
  391. end
  392. wait(0.1)
  393. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  394. if tools:IsA("Tool") then
  395. tools.Parent = game.Players.LocalPlayer.Character
  396. end
  397. end
  398. end)
  399.  
  400. Rainbowcharacter.Name = "Rainbow character"
  401. Rainbowcharacter.Parent = Frame
  402. Rainbowcharacter.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  403. Rainbowcharacter.Position = UDim2.new(0.0541666746, 0, 0.583540797, 0)
  404. Rainbowcharacter.Size = UDim2.new(0, 195, 0, 44)
  405. Rainbowcharacter.Font = Enum.Font.SourceSans
  406. Rainbowcharacter.Text = "Rainbow character"
  407. Rainbowcharacter.TextColor3 = Color3.fromRGB(0, 0, 0)
  408. Rainbowcharacter.TextScaled = true
  409. Rainbowcharacter.TextSize = 14.000
  410. Rainbowcharacter.TextWrapped = true
  411. Rainbowcharacter.MouseButton1Down:Connect(function()
  412. game:GetService('RunService').RenderStepped:connect(function()
  413.  
  414. local args = {
  415. [1] = "skintone",
  416. [2] = "Pink"
  417. }
  418.  
  419. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  420. wait(1)
  421. local args = {
  422. [1] = "skintone",
  423. [2] = "New Yeller"
  424. }
  425.  
  426. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  427. wait(1)
  428. local args = {
  429. [1] = "skintone",
  430. [2] = "Deep orange"
  431. }
  432.  
  433. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  434. wait(1)
  435. local args = {
  436. [1] = "skintone",
  437. [2] = "Really red"
  438. }
  439.  
  440. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  441. wait(1)
  442. local args = {
  443. [1] = "skintone",
  444. [2] = "Lime green"
  445. }
  446.  
  447. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  448. wait(1)
  449. local args = {
  450. [1] = "skintone",
  451. [2] = "Toothpaste"
  452. }
  453.  
  454. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  455. wait(1)
  456. local args = {
  457. [1] = "skintone",
  458. [2] = "Really blue"
  459. }
  460.  
  461. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  462. wait(1)
  463. local args = {
  464. [1] = "skintone",
  465. [2] = "Magenta"
  466. }
  467.  
  468. game:GetService("ReplicatedStorage").RemoteEvents.U6pdateAvatar:FireServer(unpack(args))
  469. wait(1)
  470. end)
  471. end)
  472.  
  473. Open.Name = "Open"
  474. Open.Parent = ScreenGui
  475. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  476. Open.Position = UDim2.new(0, 0, 0.420062691, 0)
  477. Open.Size = UDim2.new(0, 61, 0, 50)
  478. Open.Font = Enum.Font.SourceSans
  479. Open.Text = "Open"
  480. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  481. Open.TextScaled = true
  482. Open.TextSize = 14.000
  483. Open.TextWrapped = true
  484. Open.MouseButton1Down:Connect(function()
  485. Frame.Visible = true
  486. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement