Red_Bloxz

Part Gui

May 6th, 2022 (edited)
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Tips";
  3. Text = "Use Infinite Yield to check part name by use this commad : Partname";
  4. Duration = 5;
  5. })
  6. game:GetService("StarterGui"):SetCore("SendNotification",{
  7. Title = "Tips";
  8. Text = "Use Infinite Yield to check part name by use this commad : Partname";
  9. Duration = 5;
  10. })
  11. game:GetService("StarterGui"):SetCore("SendNotification",{
  12. Title = "Tips";
  13. Text = "Use Infinite Yield to check part name by use this commad : Partname";
  14. Duration = 5;
  15. })
  16. --- work in some game ---
  17. --- only you can see cuz this script is for farm on any game that working ---
  18. --- it an loop bring cuz it good at farm in some game ---
  19. --- Warning This script really lag i try it ---
  20.  
  21. local ScreenGui = Instance.new("ScreenGui")
  22. local main = Instance.new("Frame")
  23. local main2 = Instance.new("Frame")
  24. local PartEspOn = Instance.new("TextButton")
  25. local PartEspOff = Instance.new("TextButton")
  26. local BringPartOff = Instance.new("TextButton")
  27. local BringPartOn = Instance.new("TextButton")
  28. local GotoPartOn = Instance.new("TextButton")
  29. local GotoPartOff = Instance.new("TextButton")
  30. local ViewPartOn = Instance.new("TextButton")
  31. local ViewPartOff = Instance.new("TextButton")
  32. local AutoClickOn = Instance.new("TextButton")
  33. local AutoClickOff = Instance.new("TextButton")
  34. local Version = Instance.new("TextButton")
  35. local Cred = Instance.new("TextButton")
  36. local PartName = Instance.new("TextBox")
  37. local PartName2 = Instance.new("TextBox")
  38. local PartName3 = Instance.new("TextBox")
  39. local PartName4 = Instance.new("TextBox")
  40. local PartName5 = Instance.new("TextBox")
  41. local X = Instance.new("TextBox")
  42. local Y = Instance.new("TextBox")
  43. local Z = Instance.new("TextBox")
  44. local Close = Instance.new("TextButton")
  45. local Open = Instance.new("TextButton")
  46. local ViewPartDelay = Instance.new("TextBox")
  47. local BringDelay = Instance.new("TextBox")
  48. local GotoPartDelay = Instance.new("TextBox")
  49. local delete = Instance.new("TextButton")
  50. local A = Instance.new("TextButton")
  51. local B = Instance.new("TextButton")
  52.  
  53. ScreenGui.Name = "PartGui"
  54. ScreenGui.Parent = game.CoreGui
  55. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  56.  
  57. main2.Name = "main2"
  58. main2.Parent = main
  59. main2.BackgroundColor3 = Color3.fromRGB(255, 5, 17)
  60. main2.Position = UDim2.new(0, 0, 0, 151)
  61. main2.Size = UDim2.new(0, 150, 0, 200)
  62. main2.Active = true
  63. main2.Visible = false
  64.  
  65. main.Name = "main"
  66. main.Parent = ScreenGui
  67. main.BackgroundColor3 = Color3.fromRGB(255, 5, 17)
  68. main.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  69. main.Size = UDim2.new(0, 300, 0, 150)
  70. main.Active = true
  71. main.Draggable = true
  72.  
  73. PartName5.Name = "PartName5"
  74. PartName5.Parent = main2
  75. PartName5.BackgroundColor3 = Color3.fromRGB(100, 50, 200)
  76. PartName5.Position = UDim2.new(0, 25, 0, 130)
  77. PartName5.Size = UDim2.new(0, 100, 0, 35)
  78. PartName5.Font = Enum.Font.SourceSans
  79. PartName5.Text = "Part Nme Here 5"
  80. PartName5.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. PartName5.TextScaled = true
  82. PartName5.TextSize = 14.000
  83. PartName5.TextWrapped = true
  84. PartName5.PlaceholderText = "Part Name Here 5"
  85.  
  86. PartName4.Name = "PartName4"
  87. PartName4.Parent = main2
  88. PartName4.BackgroundColor3 = Color3.fromRGB(100, 50, 200)
  89. PartName4.Position = UDim2.new(0, 25, 0, 90)
  90. PartName4.Size = UDim2.new(0, 100, 0, 35)
  91. PartName4.Font = Enum.Font.SourceSans
  92. PartName4.Text = "Part Nme Here 4"
  93. PartName4.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. PartName4.TextScaled = true
  95. PartName4.TextSize = 14.000
  96. PartName4.TextWrapped = true
  97. PartName4.PlaceholderText = "Part Name Here 4"
  98.  
  99. PartName3.Name = "PartName3"
  100. PartName3.Parent = main2
  101. PartName3.BackgroundColor3 = Color3.fromRGB(100, 50, 200)
  102. PartName3.Position = UDim2.new(0, 25, 0, 50)
  103. PartName3.Size = UDim2.new(0, 100, 0, 35)
  104. PartName3.Font = Enum.Font.SourceSans
  105. PartName3.Text = "Part Nme Here 3"
  106. PartName3.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. PartName3.TextScaled = true
  108. PartName3.TextSize = 14.000
  109. PartName3.TextWrapped = true
  110. PartName3.PlaceholderText = "Part Name Here 3"
  111.  
  112. PartName2.Name = "PartName2"
  113. PartName2.Parent = main2
  114. PartName2.BackgroundColor3 = Color3.fromRGB(100, 50, 200)
  115. PartName2.Position = UDim2.new(0, 25, 0, 10)
  116. PartName2.Size = UDim2.new(0, 100, 0, 35)
  117. PartName2.Font = Enum.Font.SourceSans
  118. PartName2.Text = "Part Nme Here 2"
  119. PartName2.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. PartName2.TextScaled = true
  121. PartName2.TextSize = 14.000
  122. PartName2.TextWrapped = true
  123. PartName2.PlaceholderText = "Part Name Here 2"
  124.  
  125. PartName.Name = "PartName"
  126. PartName.Parent = main
  127. PartName.BackgroundColor3 = Color3.fromRGB(100, 50, 200)
  128. PartName.Position = UDim2.new(0, 25, 0, 80)
  129. PartName.Size = UDim2.new(0, 100, 0, 35)
  130. PartName.Font = Enum.Font.SourceSans
  131. PartName.Text = "Part Nme Here"
  132. PartName.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. PartName.TextScaled = true
  134. PartName.TextSize = 14.000
  135. PartName.TextWrapped = true
  136. PartName.PlaceholderText = "Part Name Here"
  137.  
  138. B.Name = "B"
  139. B.Parent = main
  140. B.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  141. B.Position = UDim2.new(0, 0, 0, 322)
  142. B.Size = UDim2.new(0, 30, 0, 30)
  143. B.Font = Enum.Font.SourceSans
  144. B.Text = "-"
  145. B.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. B.TextSize = 30
  147. B.TextWrapped = true
  148. B.Visible = false
  149. B.BackgroundTransparency = 0.7
  150. B.MouseButton1Down:Connect(function()
  151. main2.Visible = false
  152. A.Visible = true
  153. B.Visible = false
  154. end)
  155.  
  156. A.Name = "A"
  157. A.Parent = main
  158. A.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  159. A.Position = UDim2.new(0, -0, 0, 120)
  160. A.Size = UDim2.new(0, 30, 0, 30)
  161. A.Font = Enum.Font.SourceSans
  162. A.Text = "+"
  163. A.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. A.TextScaled = true
  165. A.TextSize = 14.000
  166. A.TextWrapped = true
  167. A.BackgroundTransparency=0.7
  168. A.MouseButton1Down:Connect(function()
  169. main2.Visible = true
  170. A.Visible = false
  171. B.Visible = true
  172. end)
  173.  
  174. delete.Name = "delete"
  175. delete.Parent = main
  176. delete.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  177. delete.Position = UDim2.new(0, 335, -0.266169071, 10)
  178. delete.Size = UDim2.new(0, -34, 0, 34)
  179. delete.Font = Enum.Font.SourceSans
  180. delete.Text = "Remove Gui"
  181. delete.TextColor3 = Color3.fromRGB(255, 0, 0)
  182. delete.TextScaled = true
  183. delete.TextSize = 14.000
  184. delete.TextWrapped = true
  185. delete.MouseButton1Down:Connect(function()
  186. game.CoreGui.PartGui:destroy()
  187. wait(1)
  188.  
  189. _G.View = false
  190. while _G.View == true do wait(ViewPartDelay.Text)
  191. for i,v in pairs(workspace:GetDescendants()) do
  192. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  193. wait(ViewPartDelay.Text)
  194. workspace.CurrentCamera.CameraSubject = v
  195. end
  196. end
  197. end
  198.  
  199. _G.Goto = false
  200. while _G.Goto == true do wait(GotoPartDelay.Text)
  201. for i,v in pairs(workspace:GetDescendants()) do
  202. if v.Name == PartName.Text then
  203. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') and game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').SeatPart then
  204. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').Sit = false
  205. wait(.1)
  206. end
  207. wait(GotoPartDelay.Text)
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  209. end
  210. end
  211. end
  212.  
  213. for i,v in pairs(workspace:GetDescendants()) do
  214. if v:IsA("BoxHandleAdornment") then
  215. v:Destroy()
  216. end
  217. end
  218.  
  219. _G.BringPart = false
  220. while _G.BringPart == true do wait(BringDelay.Text)
  221. for i,v in pairs(workspace:GetDescendants()) do
  222. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  223. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  224. end
  225. end
  226. end
  227. wait(0.5)
  228. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  229. wait(1)
  230. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  231. wait(3)
  232. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  233. end)
  234.  
  235. Close.Name = "Close"
  236. Close.Parent = main
  237. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  238. Close.Position = UDim2.new(0, -34, -0.266169071, 10)
  239. Close.Size = UDim2.new(0, 34, 0, 34)
  240. Close.Font = Enum.Font.SourceSans
  241. Close.Text = "X"
  242. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  243. Close.TextScaled = true
  244. Close.TextSize = 14.000
  245. Close.TextWrapped = true
  246. Close.MouseButton1Down:Connect(function()
  247. main.Visible = false
  248. Open.Visible = true
  249. Close.Visible = false
  250. end)
  251.  
  252. BringDelay.Name = "BringDelay"
  253. BringDelay.Parent = main
  254. BringDelay.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  255. BringDelay.Position = UDim2.new(0, -71, 0, 0)
  256. BringDelay.Size = UDim2.new(0, 70, 0, 34)
  257. BringDelay.Font = Enum.Font.SourceSans
  258. BringDelay.Text = "Set bring delay here"
  259. BringDelay.TextColor3 = Color3.fromRGB(255, 0, 0)
  260. BringDelay.TextSize = 14.000
  261. BringDelay.TextWrapped = true
  262. BringDelay.PlaceholderText = "Set bring delay here"
  263.  
  264. ViewPartDelay.Name = "ViewDelay"
  265. ViewPartDelay.Parent = main
  266. ViewPartDelay.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  267. ViewPartDelay.Position = UDim2.new(0, -71, 0.25, 31)
  268. ViewPartDelay.Size = UDim2.new(0, 70, 0, 34)
  269. ViewPartDelay.Font = Enum.Font.SourceSans
  270. ViewPartDelay.Text = "Set View delay here"
  271. ViewPartDelay.TextColor3 = Color3.fromRGB(255, 0, 0)
  272. ViewPartDelay.TextSize = 14.000
  273. ViewPartDelay.TextWrapped = true
  274. ViewPartDelay.PlaceholderText = "Set View delay here"
  275.  
  276. GotoPartDelay.Name = "GotoDelay"
  277. GotoPartDelay.Parent = main
  278. GotoPartDelay.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  279. GotoPartDelay.Position = UDim2.new(0, -71, 0.25, -4)
  280. GotoPartDelay.Size = UDim2.new(0, 70, 0, 34)
  281. GotoPartDelay.Font = Enum.Font.SourceSans
  282. GotoPartDelay.Text = "Set go to delay here"
  283. GotoPartDelay.TextColor3 = Color3.fromRGB(255, 0, 0)
  284. GotoPartDelay.TextSize = 14.000
  285. GotoPartDelay.TextWrapped = true
  286. GotoPartDelay.PlaceholderText = "Set go to delay here"
  287.  
  288. Z.Name = "CFrameZ"
  289. Z.Parent = main
  290. Z.Size = UDim2.new(0, 34, 0, 32)
  291. Z.Position = UDim2.new(0, -105, 0, 0)
  292. Z.Text = "Z"
  293. Z.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  294. Z.TextColor3 = Color3.fromRGB(255, 0, 0)
  295. Z.TextSize = 15
  296. Z.PlaceholderText = "Z"
  297.  
  298. Y.Name = "CFramey"
  299. Y.Parent = main
  300. Y.Size = UDim2.new(0, 34, 0, 32)
  301. Y.Position = UDim2.new(0, -140, 0, 0)
  302. Y.Text = "Y"
  303. Y.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  304. Y.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. Y.TextSize = 15
  306. Y.PlaceholderText = "Y"
  307.  
  308. X.Name = "CFrameX"
  309. X.Parent = main
  310. X.Size = UDim2.new(0, 34, 0, 32)
  311. X.Position = UDim2.new(0, -175, 0, 0)
  312. X.Text = "X"
  313. X.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  314. X.TextColor3 = Color3.fromRGB(255, 0, 0)
  315. X.TextSize = 15
  316. X.PlaceholderText = "X"
  317.  
  318. Open.Name = "Open"
  319. Open.Parent = ScreenGui
  320. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  321. Open.Position = UDim2.new(0, 0, 0.2, 0)
  322. Open.Size = UDim2.new(0, 43, 0, 34)
  323. Open.Font = Enum.Font.SourceSans
  324. Open.Text = "Open"
  325. Open.TextColor3 = Color3.fromRGB(0, 255, 0)
  326. Open.TextScaled = true
  327. Open.TextSize = 14.000
  328. Open.TextWrapped = true
  329. Open.MouseButton1Down:Connect(function()
  330. main.Visible = true
  331. Open.Visible = false
  332. Close.Visible = true
  333. end)
  334.  
  335. AutoClickOn.Name = "AutoClickOn"
  336. AutoClickOn.Parent = main
  337. AutoClickOn.Size = UDim2.new(0, 58, 0, 50)
  338. AutoClickOn.Position = UDim2.new(0, 135, 0, 80)
  339. AutoClickOn.Text = "AutoClick (On)"
  340. AutoClickOn.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  341. AutoClickOn.TextColor3 = Color3.fromRGB(0, 0, 0)
  342. AutoClickOn.TextScaled = true
  343. AutoClickOn.TextSize = 20
  344. AutoClickOn.Visible = false
  345. AutoClickOn.BackgroundTransparency = 0
  346. AutoClickOn.MouseButton1Down:Connect(function()
  347. AutoClickOn.Visible = false
  348. AutoClickOff.Visible = true
  349.  
  350. for i,v in pairs(game.workspace:GetDescendants()) do
  351. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  352. fireclickdetector(v.Click)
  353. end
  354. end
  355. end)
  356.  
  357. AutoClickOff.Name = "AutoClickOff"
  358. AutoClickOff.Parent = main
  359. AutoClickOff.Size = UDim2.new(0, 58, 0, 50)
  360. AutoClickOff.Position = UDim2.new(0, 135, 0, 80)
  361. AutoClickOff.Text = "AutoClick (Off)"
  362. AutoClickOff.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  363. AutoClickOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  364. AutoClickOff.TextScaled = true
  365. AutoClickOff.TextSize = 20
  366. AutoClickOff.Visible = true
  367. AutoClickOff.BackgroundTransparency = 0
  368. AutoClickOff.MouseButton1Down:Connect(function()
  369. AutoClickOn.Visible = true
  370. AutoClickOff.Visible = false
  371. _G.AutoClick = false
  372. end)
  373.  
  374. ViewPartOff.Name = "ViewOff"
  375. ViewPartOff.Parent = main
  376. ViewPartOff.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  377. ViewPartOff.Position = UDim2.new(0.53, 70, 0, 16)
  378. ViewPartOff.Size = UDim2.new(0, 55, 0, 50)
  379. ViewPartOff.Font = Enum.Font.SourceSans
  380. ViewPartOff.Text = "ViewPart (Off)"
  381. ViewPartOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  382. ViewPartOff.TextScaled = true
  383. ViewPartOff.TextWrapped = true
  384. ViewPartOff.MouseButton1Down:Connect(function()
  385. ViewPartOff.Visible = false
  386. ViewPartOn.Visible = true
  387.  
  388. _G.View = true
  389. while _G.View == true do wait(ViewPartDelay.Text)
  390. for i,v in pairs(workspace:GetDescendants()) do
  391. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  392. wait(ViewPartDelay.Text)
  393. workspace.CurrentCamera.CameraSubject = v
  394. end
  395. end
  396. end
  397. end)
  398.  
  399. ViewPartOn.Name = "ViewOn"
  400. ViewPartOn.Parent = main
  401. ViewPartOn.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  402. ViewPartOn.Position = UDim2.new(0.53, 70, 0, 16)
  403. ViewPartOn.Size = UDim2.new(0, 55, 0, 50)
  404. ViewPartOn.Font = Enum.Font.SourceSans
  405. ViewPartOn.Text = "ViewPart (On)"
  406. ViewPartOn.TextColor3 = Color3.fromRGB(0, 0, 0)
  407. ViewPartOn.TextScaled = true
  408. ViewPartOn.TextSize = 14.000
  409. ViewPartOn.TextWrapped = true
  410. ViewPartOn.Visible = false
  411. ViewPartOn.MouseButton1Down:Connect(function()
  412. ViewPartOn.Visible = false
  413. ViewPartOff.Visible = true
  414.  
  415. _G.View = false
  416. while _G.View == true do wait(ViewPartDelay.Text)
  417. for i,v in pairs(workspace:GetDescendants()) do
  418. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  419. wait(ViewPartDelay.Text)
  420. workspace.CurrentCamera.CameraSubject = v
  421. end
  422. end
  423. end
  424. wait(1)
  425. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  426. wait(3)
  427. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  428. end)
  429.  
  430. GotoPartOn.Name = "GotoOn"
  431. GotoPartOn.Parent = main
  432. GotoPartOn.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  433. GotoPartOn.Position = UDim2.new(0.53, 0, 0.119906083, 0)
  434. GotoPartOn.Size = UDim2.new(0, 55, 0, 50)
  435. GotoPartOn.Font = Enum.Font.SourceSans
  436. GotoPartOn.Text = "GotoPart (On)"
  437. GotoPartOn.TextColor3 = Color3.fromRGB(0, 0, 0)
  438. GotoPartOn.TextScaled = true
  439. GotoPartOn.TextSize = 14.000
  440. GotoPartOn.TextWrapped = true
  441. GotoPartOn.MouseButton1Down:Connect(function()
  442. GotoPartOn.Visible = false
  443. GotoPartOff.Visible = true
  444.  
  445. _G.Goto = false
  446. while _G.Goto == true do wait(GotoPartDelay.Text)
  447. for i,v in pairs(workspace:GetDescendants()) do
  448. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  449. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') and game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').SeatPart then
  450. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').Sit = false
  451. wait(.1)
  452. end
  453. wait(GotoPartDelay.Text)
  454. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  455. end
  456. end
  457. end
  458. end)
  459.  
  460. GotoPartOff.Name = "GotoOff"
  461. GotoPartOff.Parent = main
  462. GotoPartOff.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  463. GotoPartOff.Position = UDim2.new(0.53, 0, 0.119906083, 0)
  464. GotoPartOff.Size = UDim2.new(0, 55, 0, 50)
  465. GotoPartOff.Font = Enum.Font.SourceSans
  466. GotoPartOff.Text = "GotoPart (Off)"
  467. GotoPartOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  468. GotoPartOff.TextScaled = true
  469. GotoPartOff.TextWrapped = true
  470. GotoPartOff.MouseButton1Down:Connect(function()
  471. GotoPartOff.Visible = false
  472. GotoPartOn.Visible = true
  473.  
  474. _G.Goto = true
  475. while _G.Goto == true do wait(GotoPartDelay.Text)
  476. for i,v in pairs(workspace:GetDescendants()) do
  477. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  478. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') and game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').SeatPart then
  479. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').Sit = false
  480. wait(.1)
  481. end
  482. wait(GotoPartDelay.Text)
  483. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  484. end
  485. end
  486. end
  487. end)
  488.  
  489. PartEspOn.Name = "EspOn"
  490. PartEspOn.Parent = main
  491. PartEspOn.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  492. PartEspOn.Position = UDim2.new(0.3, 0, 0.119906083, 0)
  493. PartEspOn.Size = UDim2.new(0, 55, 0, 50)
  494. PartEspOn.Font = Enum.Font.SourceSans
  495. PartEspOn.Text = "PartEsp (On)"
  496. PartEspOn.TextColor3 = Color3.fromRGB(0, 0, 0)
  497. PartEspOn.TextScaled = true
  498. PartEspOn.TextSize = 14.000
  499. PartEspOn.TextWrapped = true
  500. PartEspOn.MouseButton1Down:Connect(function()
  501. PartEspOn.Visible = false
  502. PartEspOff.Visible = true
  503.  
  504. for i,v in pairs(workspace:GetDescendants()) do
  505. if v:IsA("BoxHandleAdornment") then
  506. v:Destroy()
  507. end
  508. end
  509. end)
  510.  
  511. PartEspOff.Name = "EspOff"
  512. PartEspOff.Parent = main
  513. PartEspOff.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  514. PartEspOff.Position = UDim2.new(0.3, 0, 0.119906083, 0)
  515. PartEspOff.Size = UDim2.new(0, 55, 0, 50)
  516. PartEspOff.Font = Enum.Font.SourceSans
  517. PartEspOff.Text = "PartEsp (Off)"
  518. PartEspOff.TextColor3 = Color3.fromRGB(0, 0, 0)
  519. PartEspOff.TextScaled = true
  520. PartEspOff.TextSize = 14.000
  521. PartEspOff.TextWrapped = true
  522. PartEspOff.MouseButton1Down:Connect(function()
  523. PartEspOn.Visible = true
  524. PartEspOff.Visible = false
  525.  
  526. for i,v in pairs(workspace:GetDescendants()) do
  527. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  528. local a = Instance.new("BoxHandleAdornment")
  529. a.Parent = v
  530. a.Adornee = v
  531. a.AlwaysOnTop = true
  532. a.ZIndex = 0
  533. a.Size = v.Size
  534. a.Transparency = 0.3
  535. a.Color = BrickColor.new("Lime green")
  536. end
  537. end
  538. end)
  539.  
  540. BringPartOn.Name = "BringOn"
  541. BringPartOn.Parent = main
  542. BringPartOn.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  543. BringPartOn.Position = UDim2.new(0.0597826242, 0, 0.119906127, 0)
  544. BringPartOn.Size = UDim2.new(0, 55, 0, 50)
  545. BringPartOn.Font = Enum.Font.SourceSans
  546. BringPartOn.Text = "BringPart (On)"
  547. BringPartOn.TextColor3 = Color3.fromRGB(1, 1, 1)
  548. BringPartOn.TextScaled = true
  549. BringPartOn.TextSize = 14.000
  550. BringPartOn.TextWrapped = true
  551. BringPartOn.Visible = false
  552. BringPartOn.MouseButton1Down:Connect(function()
  553. BringPartOff.Visible = true
  554. BringPartOn.Visible = false
  555.  
  556. _G.BringPart = false
  557. end)
  558.  
  559. BringPartOff.Name = "BringOff"
  560. BringPartOff.Parent = main
  561. BringPartOff.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  562. BringPartOff.Position = UDim2.new(0.0597826242, 0, 0.119906127, 0)
  563. BringPartOff.Size = UDim2.new(0, 58, 0, 50)
  564. BringPartOff.Font = Enum.Font.SourceSans
  565. BringPartOff.Text = "BringPart (Off)"
  566. BringPartOff.TextColor3 = Color3.fromRGB(1, 1, 1)
  567. BringPartOff.TextScaled = true
  568. BringPartOff.TextSize = 14.000
  569. BringPartOff.TextWrapped = true
  570. BringPartOff.MouseButton1Down:Connect(function()
  571. BringPartOn.Visible = true
  572. BringPartOff.Visible = false
  573.  
  574. _G.BringPart = true
  575. while _G.BringPart == true do wait(BringDelay.Text)
  576. for i,v in pairs(workspace:GetDescendants()) do
  577. if v.Name == PartName.Text or v.Name == PartName2.Text or v.Name == PartName3.Text or v.Name == PartName4.Text or v.Name == PartName5.Text then
  578. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(X.Text, Y.Text, Z.Text)
  579. end
  580. end
  581. end
  582. end)
  583.  
  584. Cred.Name = "Cred"
  585. Cred.Parent = main
  586. Cred.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  587. Cred.Position = UDim2.new(0, 0, -0.266169071, 10)
  588. Cred.Size = UDim2.new(0, 300, 0, 34)
  589. Cred.Font = Enum.Font.SourceSans
  590. Cred.Text = "Script Made By Red_BloxZ"
  591. Cred.TextColor3 = Color3.fromRGB(255, 0, 0)
  592. Cred.TextSize = 24
  593. Cred.TextWrapped = true
  594.  
Advertisement
Add Comment
Please, Sign In to add comment