brookhaven gui v3.1 - Pastebin.com (2024)

  1. -- Gui to Lua

  2. -- Version: 3.2

  3. -- Instances:

  4. --unlike brookhaven if script patched

  5. --unlike brookhaven if script patched

  6. --unlike brookhaven if script patched

  7. --unlike brookhaven if script patched

  8. --unlike brookhaven if script patched

  9. --unlike brookhaven if script patched

  10. --unlike brookhaven if script patched

  11. --unlike brookhaven if script patched

  12. --unlike brookhaven if script patched

  13. --unlike brookhaven if script patched

  14. --unlike brookhaven if script patched

  15. --unlike brookhaven if script patched

  16. --unlike brookhaven if script patched

  17. --unlike brookhaven if script patched

  18. --unlike brookhaven if script patched

  19. --unlike brookhaven if script patched

  20. --unlike brookhaven if script patched

  21. --unlike brookhaven if script patched

  22. --unlike brookhaven if script patched

  23. --unlike brookhaven if script patched

  24. --unlike brookhaven if script patched

  25. --unlike brookhaven if script patched

  26. --unlike brookhaven if script patched

  27. --unlike brookhaven if script patched

  28. --unlike brookhaven if script patched

  29. --unlike brookhaven if script patched

  30. --unlike brookhaven if script patched

  31. --unlike brookhaven if script patched

  32. --unlike brookhaven if script patched

  33. --unlike brookhaven if script patched

  34. --unlike brookhaven if script patched

  35. --unlike brookhaven if script patched

  36. --unlike brookhaven if script patched

  37. --unlike brookhaven if script patched

  38. --unlike brookhaven if script patched

  39. --unlike brookhaven if script patched

  40. --unlike brookhaven if script patched

  41. --unlike brookhaven if script patched

  42. --unlike brookhaven if script patched

  43. --unlike brookhaven if script patched

  44. --unlike brookhaven if script patched

  45. --unlike brookhaven if script patched

  46. --unlike brookhaven if script patched

  47. --unlike brookhaven if script patched

  48. --unlike brookhaven if script patched

  49. --unlike brookhaven if script patched

  50. --unlike brookhaven if script patched

  51. --unlike brookhaven if script patched

  52. --unlike brookhaven if script patched

  53. --unlike brookhaven if script patched

  54. --unlike brookhaven if script patched

  55. --unlike brookhaven if script patched

  56. --unlike brookhaven if script patched

  57. --unlike brookhaven if script patched

  58. --unlike brookhaven if script patched

  59. --unlike brookhaven if script patched

  60. --unlike brookhaven if script patched

  61. --unlike brookhaven if script patched

  62. --unlike brookhaven if script patched

  63. --unlike brookhaven if script patched

  64. local lp = game:FindService("Players").LocalPlayer

  65. local function gplr(String)

  66. local Found = {}

  67. local strl = String:lower()

  68. if strl == "all" then

  69. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  70. table.insert(Found,v)

  71. end

  72. elseif strl == "others" then

  73. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  74. if v.Name ~= lp.Name then

  75. table.insert(Found,v)

  76. end

  77. end

  78. elseif strl == "me" then

  79. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  80. if v.Name == lp.Name then

  81. table.insert(Found,v)

  82. end

  83. end

  84. else

  85. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  86. if v.Name:lower():sub(1, #String) == String:lower() then

  87. table.insert(Found,v)

  88. end

  89. end

  90. end

  91. return Found

  92. end

  93. local ScreenGui = Instance.new("ScreenGui")

  94. local Frame = Instance.new("Frame")

  95. local Giant = Instance.new("TextButton")

  96. local tp = Instance.new("TextButton")

  97. local tptarget = Instance.new("TextBox")

  98. local Holdalltools = Instance.new("TextButton")

  99. local X = Instance.new("TextButton")

  100. local flingtarget = Instance.new("TextBox")

  101. local fling = Instance.new("TextButton")

  102. local Rejoin = Instance.new("TextButton")

  103. local bringtarget = Instance.new("TextBox")

  104. local Bring = Instance.new("TextButton")

  105. local Bringall = Instance.new("TextButton")

  106. local Rainbowcharacter = Instance.new("TextButton")

  107. local Credit = Instance.new("TextButton")

  108. local Open = Instance.new("TextButton")

  109. local Frame1 = Instance.new("Frame")

  110. local cre = Instance.new("TextLabel")

  111. local LikeAndSubscribe = Instance.new("TextLabel")

  112. local nlpoxcv = Instance.new("TextLabel")

  113. local TextButton = Instance.new("TextButton")

  114. local Claimallhouse = Instance.new("TextButton")

  115. local Open2 = Instance.new("TextButton")

  116. local Frame2 = Instance.new("Frame")

  117. local CrashServer = Instance.new("TextButton")

  118. local Version = Instance.new("TextButton")

  119. local XX = Instance.new("TextButton")

  120. local JumpPower = Instance.new("TextButton")

  121. local ClickTotp = Instance.new("TextButton")

  122. local Jump = Instance.new("TextBox")

  123. local WalkSpeed = Instance.new("TextButton")

  124. local Speed = Instance.new("TextBox")

  125. local View = Instance.new("TextBox")

  126. local Spectate = Instance.new("TextButton")

  127. --Properties:

  128. ScreenGui.Parent = game.CoreGui

  129. Frame1.Name = "Frame1"

  130. Frame1.Parent = ScreenGui

  131. Frame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  132. Frame1.Position = UDim2.new(0.22708334, 0, 0.162499949, 0)

  133. Frame1.Size = UDim2.new(0, 249, 0, 201)

  134. Frame1.Visible = false

  135. Open2.Name = "Open 2"

  136. Open2.Parent = Frame

  137. Open2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  138. Open2.Position = UDim2.new(0.997094154, 0, 0.810631216, 0)

  139. Open2.Size = UDim2.new(0, 49, 0, 50)

  140. Open2.Font = Enum.Font.SourceSans

  141. Open2.Text = "Open 2"

  142. Open2.TextColor3 = Color3.fromRGB(0, 0, 0)

  143. Open2.TextScaled = true

  144. Open2.TextSize = 14.000

  145. Open2.TextWrapped = true

  146. Open2.MouseButton1Down:Connect(function()

  147. Frame2.Visible = true

  148. end)

  149. cre.Name = "cre"

  150. cre.Parent = Frame1

  151. cre.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  152. cre.Position = UDim2.new(0, 0, -0.0048040892, 0)

  153. cre.Size = UDim2.new(0, 254, 0, 40)

  154. cre.Font = Enum.Font.SourceSans

  155. cre.Text = "Script made by WarriorRoberr"

  156. cre.TextColor3 = Color3.fromRGB(0, 0, 0)

  157. cre.TextScaled = true

  158. cre.TextSize = 14.000

  159. cre.TextWrapped = true

  160. LikeAndSubscribe.Name = "Like And Subscribe"

  161. LikeAndSubscribe.Parent = Frame1

  162. LikeAndSubscribe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  163. LikeAndSubscribe.Position = UDim2.new(0, 0, 0.194200888, 0)

  164. LikeAndSubscribe.Size = UDim2.new(0, 254, 0, 40)

  165. LikeAndSubscribe.Font = Enum.Font.SourceSans

  166. LikeAndSubscribe.Text = "Like And Subscribe"

  167. LikeAndSubscribe.TextColor3 = Color3.fromRGB(0, 0, 0)

  168. LikeAndSubscribe.TextScaled = true

  169. LikeAndSubscribe.TextSize = 14.000

  170. LikeAndSubscribe.TextWrapped = true

  171. nlpoxcv.Name = "nlpoxcv"

  172. nlpoxcv.Parent = Frame1

  173. nlpoxcv.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  174. nlpoxcv.Position = UDim2.new(0, 0, 0.398180991, 0)

  175. nlpoxcv.Size = UDim2.new(0, 254, 0, 40)

  176. nlpoxcv.Font = Enum.Font.SourceSans

  177. nlpoxcv.Text = "Like And Subscribe"

  178. nlpoxcv.TextColor3 = Color3.fromRGB(0, 0, 0)

  179. nlpoxcv.TextScaled = true

  180. nlpoxcv.TextSize = 14.000

  181. nlpoxcv.TextWrapped = true

  182. TextButton.Parent = Frame1

  183. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  184. TextButton.Position = UDim2.new(1.02008033, 0, 0, 0)

  185. TextButton.Size = UDim2.new(0, 46, 0, 44)

  186. TextButton.Font = Enum.Font.SourceSans

  187. TextButton.Text = "X"

  188. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)

  189. TextButton.TextScaled = true

  190. TextButton.TextSize = 14.000

  191. TextButton.TextWrapped = true

  192. TextButton.MouseButton1Down:Connect(function()

  193. Frame1.Visible = false

  194. end)

  195. Credit.Name = "Credit"

  196. Credit.Parent = Frame

  197. Credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  198. Credit.Position = UDim2.new(0.0541666746, 0, 0.404138803, 0)

  199. Credit.Size = UDim2.new(0, 195, 0, 44)

  200. Credit.Font = Enum.Font.SourceSans

  201. Credit.Text = "Credit"

  202. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)

  203. Credit.TextScaled = true

  204. Credit.TextSize = 14.000

  205. Credit.TextWrapped = true

  206. Credit.MouseButton1Down:Connect(function()

  207. Frame1.Visible = true

  208. end)

  209. Frame.Parent = ScreenGui

  210. Frame.Active = true

  211. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  212. Frame.Position = UDim2.new(0.143750012, 0, 0.0282131676, 0)

  213. Frame.Size = UDim2.new(0, 322, 0, 301)

  214. Frame.Visible = false

  215. Frame.Draggable = true

  216. Giant.Name = "Giant"

  217. Giant.Parent = Frame

  218. Giant.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  219. Giant.Position = UDim2.new(0.0541666634, 0, 0.218092218, 0)

  220. Giant.Size = UDim2.new(0, 100, 0, 44)

  221. Giant.Font = Enum.Font.SourceSans

  222. Giant.Text = "Giant"

  223. Giant.TextColor3 = Color3.fromRGB(0, 0, 0)

  224. Giant.TextScaled = true

  225. Giant.TextSize = 14.000

  226. Giant.TextWrapped = true

  227. Giant.MouseButton1Down:Connect(function()

  228. local LocalPlayer = game:GetService("Players").LocalPlayer

  229. local Character = LocalPlayer.Character

  230. local Humanoid = Character:FindFirstChildOfClass("Humanoid")

  231. function rm()

  232. for i,v in pairs(Character:GetDescendants()) do

  233. if v:IsA("BasePart") then

  234. if v.Name == "Handle" or v.Name == "Head" then

  235. if Character.Head:FindFirstChild("OriginalSize") then

  236. Character.Head.OriginalSize:Destroy()

  237. end

  238. else

  239. for i,cav in pairs(v:GetDescendants()) do

  240. if cav:IsA("Attachment") then

  241. if cav:FindFirstChild("OriginalPosition") then

  242. cav.OriginalPosition:Destroy()

  243. end

  244. end

  245. end

  246. v:FindFirstChild("OriginalSize"):Destroy()

  247. if v:FindFirstChild("AvatarPartScaleType") then

  248. v:FindFirstChild("AvatarPartScaleType"):Destroy()

  249. end

  250. end

  251. end

  252. end

  253. end

  254. rm()

  255. wait(0.5)

  256. Humanoid:FindFirstChild("BodyProportionScale"):Destroy()

  257. wait(1)

  258. rm()

  259. wait(0.5)

  260. Humanoid:FindFirstChild("BodyHeightScale"):Destroy()

  261. wait(1)

  262. rm()

  263. wait(0.5)

  264. Humanoid:FindFirstChild("BodyWidthScale"):Destroy()

  265. wait(1)

  266. rm()

  267. wait(0.5)

  268. Humanoid:FindFirstChild("BodyDepthScale"):Destroy()

  269. wait(1)

  270. rm()

  271. wait(0.5)

  272. Humanoid:FindFirstChild("HeadScale"):Destroy()

  273. wait(1)

  274. end)

  275. tptarget.Name = "tptarget"

  276. tptarget.Parent = Frame

  277. tptarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  278. tptarget.Position = UDim2.new(0.705168724, 0, 0.0730897039, 0)

  279. tptarget.Size = UDim2.new(0, 80, 0, 50)

  280. tptarget.Font = Enum.Font.SourceSans

  281. tptarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  282. tptarget.PlaceholderText = "Player name"

  283. tptarget.Text = ""

  284. tptarget.TextColor3 = Color3.fromRGB(0, 0, 0)

  285. tptarget.TextSize = 14.000

  286. tp.Name = "tp"

  287. tp.Parent = Frame

  288. tp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  289. tp.Position = UDim2.new(0.705168724, 0, 0.238025799, 0)

  290. tp.Size = UDim2.new(0, 80, 0, 34)

  291. tp.Font = Enum.Font.SourceSans

  292. tp.Text = "goto player"

  293. tp.TextColor3 = Color3.fromRGB(0, 0, 0)

  294. tp.TextScaled = true

  295. tp.TextSize = 14.000

  296. tp.TextWrapped = true

  297. tp.MouseButton1Down:Connect(function()

  298. local Target = gplr(tptarget.Text)

  299. if Target[1] then

  300. Target = Target[1]

  301. lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame

  302. end

  303. end)

  304. Holdalltools.Name = "Hold all tools"

  305. Holdalltools.Parent = Frame

  306. Holdalltools.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  307. Holdalltools.Position = UDim2.new(0.0541666634, 0, 0.0486570336, 0)

  308. Holdalltools.Size = UDim2.new(0, 100, 0, 44)

  309. Holdalltools.Font = Enum.Font.SourceSans

  310. Holdalltools.Text = "HoldTools"

  311. Holdalltools.TextColor3 = Color3.fromRGB(0, 0, 0)

  312. Holdalltools.TextScaled = true

  313. Holdalltools.TextSize = 14.000

  314. Holdalltools.TextWrapped = true

  315. Holdalltools.MouseButton1Down:Connect(function()

  316. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do

  317. if tools:IsA("Tool") then

  318. tools.Parent = game.Players.LocalPlayer.Character

  319. end

  320. end

  321. end)

  322. X.Name = "X"

  323. X.Parent = Frame

  324. X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  325. X.Position = UDim2.new(0.998266101, 0, -0.00117685646, 0)

  326. X.Size = UDim2.new(0, 45, 0, 44)

  327. X.Font = Enum.Font.SourceSans

  328. X.Text = "X"

  329. X.TextColor3 = Color3.fromRGB(0, 0, 0)

  330. X.TextScaled = true

  331. X.TextSize = 14.000

  332. X.TextWrapped = true

  333. X.MouseButton1Down:Connect(function()

  334. Frame.Visible = false

  335. end)

  336. flingtarget.Name = "flingtarget"

  337. flingtarget.Parent = Frame

  338. flingtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  339. flingtarget.Position = UDim2.new(0.705168724, 0, 0.3887043, 0)

  340. flingtarget.Size = UDim2.new(0, 80, 0, 50)

  341. flingtarget.Font = Enum.Font.SourceSans

  342. flingtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  343. flingtarget.PlaceholderText = "Player name"

  344. flingtarget.Text = ""

  345. flingtarget.TextColor3 = Color3.fromRGB(0, 0, 0)

  346. flingtarget.TextSize = 14.000

  347. fling.Name = "fling"

  348. fling.Parent = Frame

  349. fling.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  350. fling.Position = UDim2.new(0.705168724, 0, 0.553640425, 0)

  351. fling.Size = UDim2.new(0, 80, 0, 34)

  352. fling.Font = Enum.Font.SourceSans

  353. fling.Text = "fling cart needed"

  354. fling.TextColor3 = Color3.fromRGB(0, 0, 0)

  355. fling.TextScaled = true

  356. fling.TextSize = 14.000

  357. fling.TextWrapped = true

  358. fling.MouseButton1Down:Connect(function()

  359. local Target = gplr(flingtarget.Text)

  360. if Target[1] then

  361. Target = Target[1]

  362. local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart)

  363. Thrust.Force = Vector3.new(9999,9999,9999)

  364. Thrust.Name = "flingForce"

  365. repeat

  366. lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame

  367. Thrust.Location = Target.Character.HumanoidRootPart.Position

  368. game:FindService("RunService").Heartbeat:wait()

  369. until not Target.Character:FindFirstChild("Head")

  370. end

  371. end)

  372. Rejoin.Name = "Rejoin"

  373. Rejoin.Parent = Frame

  374. Rejoin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  375. Rejoin.Position = UDim2.new(0.392676026, 0, 0.214770019, 0)

  376. Rejoin.Size = UDim2.new(0, 85, 0, 44)

  377. Rejoin.Font = Enum.Font.SourceSans

  378. Rejoin.Text = "Rejoin"

  379. Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)

  380. Rejoin.TextScaled = true

  381. Rejoin.TextSize = 14.000

  382. Rejoin.TextWrapped = true

  383. Rejoin.MouseButton1Down:Connect(function()

  384. game:GetService("TeleportService"):Teleport(game.PlaceId)

  385. end)

  386. bringtarget.Name = "bringtarget"

  387. bringtarget.Parent = Frame

  388. bringtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  389. bringtarget.Position = UDim2.new(0.705168724, 0, 0.700996637, 0)

  390. bringtarget.Size = UDim2.new(0, 80, 0, 50)

  391. bringtarget.Font = Enum.Font.SourceSans

  392. bringtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  393. bringtarget.PlaceholderText = "Player name"

  394. bringtarget.Text = ""

  395. bringtarget.TextColor3 = Color3.fromRGB(0, 0, 0)

  396. bringtarget.TextSize = 14.000

  397. Bring.Name = "Bring"

  398. Bring.Parent = Frame

  399. Bring.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  400. Bring.Position = UDim2.new(0.705168724, 0, 0.865932822, 0)

  401. Bring.Size = UDim2.new(0, 80, 0, 34)

  402. Bring.Font = Enum.Font.SourceSans

  403. Bring.Text = "Bring Tool needed"

  404. Bring.TextColor3 = Color3.fromRGB(0, 0, 0)

  405. Bring.TextScaled = true

  406. Bring.TextSize = 14.000

  407. Bring.TextWrapped = true

  408. Bring.MouseButton1Down:Connect(function()

  409. local Target = gplr(bringtarget.Text)

  410. if Target[1] then

  411. Target = Target[1]

  412. Target.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame

  413. lp.Character.Humanoid:Clone().Parent = lp.Character

  414. lp.Character.Humanoid:Destroy()

  415. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head

  416. end

  417. wait()

  418. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do

  419. if tools:IsA("Tool") then

  420. tools.Parent = game.Players.LocalPlayer.Character

  421. end

  422. end

  423. end)

  424. Bringall.Name = "Bring all"

  425. Bringall.Parent = Frame

  426. Bringall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  427. Bringall.Position = UDim2.new(0.392676026, 0, 0.0486570336, 0)

  428. Bringall.Size = UDim2.new(0, 85, 0, 44)

  429. Bringall.Font = Enum.Font.SourceSans

  430. Bringall.Text = "Bring all Tools needed"

  431. Bringall.TextColor3 = Color3.fromRGB(0, 0, 0)

  432. Bringall.TextScaled = true

  433. Bringall.TextSize = 14.000

  434. Bringall.TextWrapped = true

  435. Bringall.MouseButton1Down:Connect(function()

  436. for i,Playys in pairs(game.Players:GetPlayers()) do

  437. Playys.Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame

  438. lp.Character.Humanoid:Clone().Parent = lp.Character

  439. lp.Character.Humanoid:Destroy()

  440. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head

  441. end

  442. wait()

  443. for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do

  444. if tools:IsA("Tool") then

  445. tools.Parent = game.Players.LocalPlayer.Character

  446. end

  447. end

  448. end)

  449. Rainbowcharacter.Name = "Rainbow character"

  450. Rainbowcharacter.Parent = Frame

  451. Rainbowcharacter.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  452. Rainbowcharacter.Position = UDim2.new(0.0541666746, 0, 0.583540797, 0)

  453. Rainbowcharacter.Size = UDim2.new(0, 195, 0, 44)

  454. Rainbowcharacter.Font = Enum.Font.SourceSans

  455. Rainbowcharacter.Text = "Rainbow character"

  456. Rainbowcharacter.TextColor3 = Color3.fromRGB(0, 0, 0)

  457. Rainbowcharacter.TextScaled = true

  458. Rainbowcharacter.TextSize = 14.000

  459. Rainbowcharacter.TextWrapped = true

  460. Rainbowcharacter.MouseButton1Down:Connect(function()

  461. game:GetService('RunService').RenderStepped:connect(function()

  462. local args = {

  463. [1] = "skintone",

  464. [2] = "Pink"

  465. }

  466. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  467. wait(1)

  468. local args = {

  469. [1] = "skintone",

  470. [2] = "New Yeller"

  471. }

  472. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  473. wait(1)

  474. local args = {

  475. [1] = "skintone",

  476. [2] = "Deep orange"

  477. }

  478. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  479. wait(1)

  480. local args = {

  481. [1] = "skintone",

  482. [2] = "Really red"

  483. }

  484. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  485. wait(1)

  486. local args = {

  487. [1] = "skintone",

  488. [2] = "Lime green"

  489. }

  490. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  491. wait(1)

  492. local args = {

  493. [1] = "skintone",

  494. [2] = "Toothpaste"

  495. }

  496. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  497. wait(1)

  498. local args = {

  499. [1] = "skintone",

  500. [2] = "Really blue"

  501. }

  502. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  503. wait(1)

  504. local args = {

  505. [1] = "skintone",

  506. [2] = "Magenta"

  507. }

  508. game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(args))

  509. wait(1)

  510. end)

  511. end)

  512. Open.Name = "Open"

  513. Open.Parent = ScreenGui

  514. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  515. Open.Position = UDim2.new(0, 0, 0.420062691, 0)

  516. Open.Size = UDim2.new(0, 61, 0, 50)

  517. Open.Font = Enum.Font.SourceSans

  518. Open.Text = "Open"

  519. Open.TextColor3 = Color3.fromRGB(0, 0, 0)

  520. Open.TextScaled = true

  521. Open.TextSize = 14.000

  522. Open.TextWrapped = true

  523. Open.MouseButton1Down:Connect(function()

  524. Frame.Visible = true

  525. end)

  526. Claimallhouse.Name = "Claim all house"

  527. Claimallhouse.Parent = Frame

  528. Claimallhouse.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  529. Claimallhouse.Position = UDim2.new(0.0529948175, 0, 0.759620428, 0)

  530. Claimallhouse.Size = UDim2.new(0, 194, 0, 42)

  531. Claimallhouse.Font = Enum.Font.SourceSans

  532. Claimallhouse.Text = "get all house"

  533. Claimallhouse.TextColor3 = Color3.fromRGB(0, 0, 0)

  534. Claimallhouse.TextScaled = true

  535. Claimallhouse.TextSize = 14.000

  536. Claimallhouse.TextWrapped = true

  537. Claimallhouse.MouseButton1Down:Connect(function()

  538. local args = {

  539. [1] = "BuyingHouse",

  540. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  541. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  542. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  543. }

  544. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  545. wait()

  546. local args = {

  547. [1] = "PickingCustomHouse",

  548. [2] = "012_House",

  549. [3] = 1

  550. }

  551. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  552. wait()

  553. local args = {

  554. [1] = "PlayerSellHouse"

  555. }

  556. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  557. wait()

  558. local args = {

  559. [1] = "BuyingHouse",

  560. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  561. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  562. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  563. }

  564. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  565. wait()

  566. local args = {

  567. [1] = "PickingCustomHouse",

  568. [2] = "012_House",

  569. [3] = 2

  570. }

  571. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  572. wait()

  573. local args = {

  574. [1] = "PlayerSellHouse"

  575. }

  576. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  577. wait()

  578. local args = {

  579. [1] = "BuyingHouse",

  580. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  581. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  582. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  583. }

  584. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  585. wait()

  586. local args = {

  587. [1] = "PickingCustomHouse",

  588. [2] = "012_House",

  589. [3] = 3

  590. }

  591. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  592. wait()

  593. local args = {

  594. [1] = "PlayerSellHouse"

  595. }

  596. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  597. wait()

  598. local args = {

  599. [1] = "BuyingHouse",

  600. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  601. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  602. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  603. }

  604. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  605. wait()

  606. local args = {

  607. [1] = "PickingCustomHouse",

  608. [2] = "012_House",

  609. [3] = 4

  610. }

  611. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  612. wait()

  613. local args = {

  614. [1] = "PlayerSellHouse"

  615. }

  616. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  617. wait()

  618. local args = {

  619. [1] = "BuyingHouse",

  620. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  621. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  622. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  623. }

  624. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  625. wait()

  626. local args = {

  627. [1] = "PickingCustomHouse",

  628. [2] = "012_House",

  629. [3] = 5

  630. }

  631. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  632. wait()

  633. local args = {

  634. [1] = "PlayerSellHouse"

  635. }

  636. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  637. wait()

  638. local args = {

  639. [1] = "BuyingHouse",

  640. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  641. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  642. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  643. }

  644. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  645. wait()

  646. local args = {

  647. [1] = "PickingCustomHouse",

  648. [2] = "012_House",

  649. [3] = 6

  650. }

  651. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  652. wait()

  653. local args = {

  654. [1] = "PlayerSellHouse"

  655. }

  656. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  657. wait()

  658. local args = {

  659. [1] = "BuyingHouse",

  660. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  661. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  662. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  663. }

  664. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  665. wait()

  666. local args = {

  667. [1] = "PickingCustomHouse",

  668. [2] = "012_House",

  669. [3] = 7

  670. }

  671. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  672. wait()

  673. local args = {

  674. [1] = "PlayerSellHouse"

  675. }

  676. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  677. wait()

  678. local args = {

  679. [1] = "BuyingHouse",

  680. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  681. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  682. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  683. }

  684. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  685. wait()

  686. local args = {

  687. [1] = "PickingCustomHouse",

  688. [2] = "012_House",

  689. [3] = 11

  690. }

  691. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  692. wait()

  693. local args = {

  694. [1] = "PlayerSellHouse"

  695. }

  696. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  697. wait()

  698. local args = {

  699. [1] = "BuyingHouse",

  700. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  701. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  702. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  703. }

  704. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  705. wait()

  706. local args = {

  707. [1] = "PickingCustomHouse",

  708. [2] = "012_House",

  709. [3] = 12

  710. }

  711. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  712. wait()

  713. local args = {

  714. [1] = "PlayerSellHouse"

  715. }

  716. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  717. wait()

  718. local args = {

  719. [1] = "BuyingHouse",

  720. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  721. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  722. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  723. }

  724. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  725. wait()

  726. local args = {

  727. [1] = "PickingCustomHouse",

  728. [2] = "012_House",

  729. [3] = 13

  730. }

  731. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  732. wait()

  733. local args = {

  734. [1] = "PlayerSellHouse"

  735. }

  736. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  737. wait()

  738. local args = {

  739. [1] = "BuyingHouse",

  740. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  741. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  742. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  743. }

  744. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  745. wait()

  746. local args = {

  747. [1] = "PickingCustomHouse",

  748. [2] = "012_House",

  749. [3] = 14

  750. }

  751. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  752. wait()

  753. local args = {

  754. [1] = "PlayerSellHouse"

  755. }

  756. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  757. wait()

  758. local args = {

  759. [1] = "BuyingHouse",

  760. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  761. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  762. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  763. }

  764. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  765. wait()

  766. local args = {

  767. [1] = "PickingCustomHouse",

  768. [2] = "012_House",

  769. [3] = 15

  770. }

  771. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  772. wait()

  773. local args = {

  774. [1] = "PlayerSellHouse"

  775. }

  776. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  777. wait()

  778. local args = {

  779. [1] = "BuyingHouse",

  780. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  781. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  782. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  783. }

  784. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  785. wait()

  786. local args = {

  787. [1] = "PickingCustomHouse",

  788. [2] = "012_House",

  789. [3] = 16

  790. }

  791. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  792. wait()

  793. local args = {

  794. [1] = "PlayerSellHouse"

  795. }

  796. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  797. wait()

  798. local args = {

  799. [1] = "BuyingHouse",

  800. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  801. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  802. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  803. }

  804. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  805. wait()

  806. local args = {

  807. [1] = "PickingCustomHouse",

  808. [2] = "012_House",

  809. [3] = 17

  810. }

  811. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  812. wait()

  813. local args = {

  814. [1] = "PlayerSellHouse"

  815. }

  816. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  817. wait()

  818. local args = {

  819. [1] = "BuyingHouse",

  820. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  821. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  822. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  823. }

  824. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  825. wait()

  826. local args = {

  827. [1] = "PickingCustomHouse",

  828. [2] = "012_House",

  829. [3] = 18

  830. }

  831. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  832. wait()

  833. local args = {

  834. [1] = "PlayerSellHouse"

  835. }

  836. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  837. wait()

  838. local args = {

  839. [1] = "BuyingHouse",

  840. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  841. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  842. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  843. }

  844. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  845. wait()

  846. local args = {

  847. [1] = "PickingCustomHouse",

  848. [2] = "012_House",

  849. [3] = 19

  850. }

  851. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  852. wait()

  853. local args = {

  854. [1] = "PlayerSellHouse"

  855. }

  856. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  857. wait()

  858. local args = {

  859. [1] = "BuyingHouse",

  860. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  861. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  862. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  863. }

  864. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  865. wait()

  866. local args = {

  867. [1] = "PickingCustomHouse",

  868. [2] = "012_House",

  869. [3] = 20

  870. }

  871. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  872. wait()

  873. local args = {

  874. [1] = "PlayerSellHouse"

  875. }

  876. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  877. wait()

  878. local args = {

  879. [1] = "BuyingHouse",

  880. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  881. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  882. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  883. }

  884. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  885. wait()

  886. local args = {

  887. [1] = "PickingCustomHouse",

  888. [2] = "012_House",

  889. [3] = 21

  890. }

  891. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  892. wait()

  893. local args = {

  894. [1] = "PlayerSellHouse"

  895. }

  896. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  897. wait()

  898. local args = {

  899. [1] = "BuyingHouse",

  900. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  901. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  902. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  903. }

  904. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  905. wait()

  906. local args = {

  907. [1] = "PickingCustomHouse",

  908. [2] = "012_House",

  909. [3] = 22

  910. }

  911. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  912. wait()

  913. local args = {

  914. [1] = "PlayerSellHouse"

  915. }

  916. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  917. wait()

  918. local args = {

  919. [1] = "BuyingHouse",

  920. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  921. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  922. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  923. }

  924. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  925. wait()

  926. local args = {

  927. [1] = "PickingCustomHouse",

  928. [2] = "012_House",

  929. [3] = 23

  930. }

  931. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  932. wait()

  933. local args = {

  934. [1] = "PlayerSellHouse"

  935. }

  936. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  937. wait()

  938. local args = {

  939. [1] = "BuyingHouse",

  940. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  941. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  942. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  943. }

  944. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  945. wait()

  946. local args = {

  947. [1] = "PickingCustomHouse",

  948. [2] = "012_House",

  949. [3] = 24

  950. }

  951. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  952. wait()

  953. local args = {

  954. [1] = "PlayerSellHouse"

  955. }

  956. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  957. wait()

  958. end)

  959. Frame2.Name = "Frame1"

  960. Frame2.Parent = ScreenGui

  961. Frame2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  962. Frame2.Position = UDim2.new(0.16458334, 0, 0.0910456777, 0)

  963. Frame2.Size = UDim2.new(0, 168, 0, 267)

  964. Frame2.Visible = false

  965. Frame2.Active = true

  966. Frame2.Draggable = true

  967. CrashServer.Name = "Crash Server"

  968. CrashServer.Parent = Frame2

  969. CrashServer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  970. CrashServer.Position = UDim2.new(0.0357142873, 0, 0.845034897, 0)

  971. CrashServer.Size = UDim2.new(0, 155, 0, 31)

  972. CrashServer.Font = Enum.Font.SourceSans

  973. CrashServer.Text = "Crash Server"

  974. CrashServer.TextColor3 = Color3.fromRGB(0, 0, 0)

  975. CrashServer.TextScaled = true

  976. CrashServer.TextSize = 14.000

  977. CrashServer.TextWrapped = true

  978. CrashServer.MouseButton1Down:Connect(function()

  979. game:GetService('RunService').RenderStepped:connect(function()

  980. local args = {

  981. [1] = "BuyingHouse",

  982. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  983. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  984. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  985. }

  986. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  987. local args = {

  988. [1] = "PickingCustomHouse",

  989. [2] = "012_House",

  990. [3] = 24

  991. }

  992. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  993. local args = {

  994. [1] = "PlayerSellHouse"

  995. }

  996. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  997. local args = {

  998. [1] = "BuyingHouse",

  999. [2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").Number.Number,

  1000. [3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse,

  1001. [4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For Sale").BuyHouse.PlotOfLand

  1002. }

  1003. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  1004. local args = {

  1005. [1] = "PickingCustomHouse",

  1006. [2] = "012_House",

  1007. [3] = 23

  1008. }

  1009. game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))

  1010. local args = {

  1011. [1] = "PlayerSellHouse"

  1012. }

  1013. game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(args))

  1014. end)

  1015. end)

  1016. Version.Name = "Version"

  1017. Version.Parent = Frame2

  1018. Version.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1019. Version.Position = UDim2.new(0.0357142873, 0, 0.0360877775, 0)

  1020. Version.Size = UDim2.new(0, 155, 0, 51)

  1021. Version.Font = Enum.Font.SourceSans

  1022. Version.Text = "Wait for version Brookhaven gui V4"

  1023. Version.TextColor3 = Color3.fromRGB(0, 0, 0)

  1024. Version.TextScaled = true

  1025. Version.TextSize = 14.000

  1026. Version.TextWrapped = true

  1027. XX.Name = "X"

  1028. XX.Parent = Frame2

  1029. XX.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1030. XX.Position = UDim2.new(1, 0, -0.000469093473, 0)

  1031. XX.Size = UDim2.new(0, 44, 0, 44)

  1032. XX.Font = Enum.Font.SourceSans

  1033. XX.Text = "X"

  1034. XX.TextColor3 = Color3.fromRGB(0, 0, 0)

  1035. XX.TextScaled = true

  1036. XX.TextSize = 14.000

  1037. XX.TextWrapped = true

  1038. XX.MouseButton1Down:Connect(function()

  1039. Frame2.Visible = false

  1040. end)

  1041. JumpPower.Name = "JumpPower"

  1042. JumpPower.Parent = Frame2

  1043. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1044. JumpPower.Position = UDim2.new(0.0357142873, 0, 0.703146815, 0)

  1045. JumpPower.Size = UDim2.new(0, 95, 0, 29)

  1046. JumpPower.Font = Enum.Font.SourceSans

  1047. JumpPower.Text = "JumpPower"

  1048. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)

  1049. JumpPower.TextScaled = true

  1050. JumpPower.TextSize = 14.000

  1051. JumpPower.TextWrapped = true

  1052. JumpPower.MouseButton1Down:Connect(function()

  1053. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jump.Text

  1054. end)

  1055. ClickTotp.Name = "Click To tp"

  1056. ClickTotp.Parent = Frame2

  1057. ClickTotp.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1058. ClickTotp.Position = UDim2.new(0.0357142873, 0, 0.259510428, 0)

  1059. ClickTotp.Size = UDim2.new(0, 155, 0, 29)

  1060. ClickTotp.Font = Enum.Font.SourceSans

  1061. ClickTotp.Text = "Click To tp"

  1062. ClickTotp.TextColor3 = Color3.fromRGB(0, 0, 0)

  1063. ClickTotp.TextScaled = true

  1064. ClickTotp.TextSize = 14.000

  1065. ClickTotp.TextWrapped = true

  1066. ClickTotp.MouseButton1Down:Connect(function()

  1067. local mouse = game.Players.LocalPlayer:GetMouse()

  1068. local tool = Instance.new("Tool")

  1069. tool.RequiresHandle = false

  1070. tool.Name = "Click Teleport"

  1071. tool.Activated:connect(function()

  1072. local pos = mouse.Hit+Vector3.new(0,2.5,0)

  1073. pos = CFrame.new(pos.X,pos.Y,pos.Z)

  1074. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos

  1075. end)

  1076. tool.Parent = game.Players.LocalPlayer.Backpack

  1077. end)

  1078. Jump.Name = "Jump"

  1079. Jump.Parent = Frame2

  1080. Jump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1081. Jump.Position = UDim2.new(0.601190448, 0, 0.704481483, 0)

  1082. Jump.Size = UDim2.new(0, 60, 0, 28)

  1083. Jump.Font = Enum.Font.SourceSans

  1084. Jump.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  1085. Jump.Text = ""

  1086. Jump.TextColor3 = Color3.fromRGB(0, 0, 0)

  1087. Jump.TextSize = 14.000

  1088. Speed.Name = "Speed"

  1089. Speed.Parent = Frame2

  1090. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1091. Speed.Position = UDim2.new(0.601190448, 0, 0.562159419, 0)

  1092. Speed.Size = UDim2.new(0, 60, 0, 28)

  1093. Speed.Font = Enum.Font.SourceSans

  1094. Speed.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  1095. Speed.Text = ""

  1096. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)

  1097. Speed.TextSize = 14.000

  1098. WalkSpeed.Name = "WalkSpeed"

  1099. WalkSpeed.Parent = Frame2

  1100. WalkSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1101. WalkSpeed.Position = UDim2.new(0.0357142873, 0, 0.56132865, 0)

  1102. WalkSpeed.Size = UDim2.new(0, 95, 0, 29)

  1103. WalkSpeed.Font = Enum.Font.SourceSans

  1104. WalkSpeed.Text = "Speed"

  1105. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)

  1106. WalkSpeed.TextScaled = true

  1107. WalkSpeed.TextSize = 14.000

  1108. WalkSpeed.TextWrapped = true

  1109. WalkSpeed.MouseButton1Down:Connect(function()

  1110. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed.Text

  1111. end)

  1112. View.Name = "View"

  1113. View.Parent = Frame2

  1114. View.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1115. View.Position = UDim2.new(0.601190448, 0, 0.412346661, 0)

  1116. View.Size = UDim2.new(0, 60, 0, 28)

  1117. View.Font = Enum.Font.SourceSans

  1118. View.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)

  1119. View.PlaceholderText = "Player name"

  1120. View.Text = ""

  1121. View.TextColor3 = Color3.fromRGB(0, 0, 0)

  1122. View.TextSize = 14.000

  1123. Spectate.Name = "Spectate"

  1124. Spectate.Parent = Frame2

  1125. Spectate.BackgroundColor3 = Color3.fromRGB(0, 0, 255)

  1126. Spectate.Position = UDim2.new(0.0357142873, 0, 0.408601344, 0)

  1127. Spectate.Size = UDim2.new(0, 95, 0, 29)

  1128. Spectate.Font = Enum.Font.SourceSans

  1129. Spectate.Text = "Spectate"

  1130. Spectate.TextColor3 = Color3.fromRGB(0, 0, 0)

  1131. Spectate.TextScaled = true

  1132. Spectate.TextSize = 14.000

  1133. Spectate.TextWrapped = true

  1134. Spectate.MouseButton1Down:Connect(function()

  1135. local Target = gplr(View.Text)

  1136. if Target[1] then

  1137. Target = Target[1]

  1138. game.Workspace.CurrentCamera.CameraSubject = Target.Character.Humanoid

  1139. end

  1140. end)

brookhaven gui v3.1 - Pastebin.com (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 6308

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.