Advertisement
Jenky

build a boat script

Aug 29th, 2022
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.96 KB | None | 0 0
  1. -- make by Bacon @daffa_fakhrizzal
  2. -- Bacon v4
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local quest = Instance.new("Frame")
  6. local TeleportMenu = Instance.new("Frame")
  7. local charqol = Instance.new("Frame")
  8. local tools = Instance.new("Frame")
  9. local TeleMn = Instance.new("Frame")
  10. local SpeedConfig = Instance.new("Frame")
  11. local title = Instance.new("TextLabel")
  12. local TIDTLE = Instance.new("TextLabel")
  13. local QuestTitle = Instance.new("TextLabel")
  14. local TeleportTitle = Instance.new("TextLabel")
  15. local CharTitle = Instance.new("TextLabel")
  16. local toolsTitle = Instance.new("TextLabel")
  17. local SCTitle = Instance.new("TextLabel")
  18. local Text = Instance.new("TextButton")
  19. local healthx = Instance.new("TextButton")
  20. local jumpx = Instance.new("TextButton")
  21. local speedx = Instance.new("TextButton")
  22. local ChatBypasser = Instance.new("TextButton")
  23. local adminC = Instance.new("TextButton")
  24. local ShiftlockS = Instance.new("TextButton")
  25. local PengChar = Instance.new("TextButton")
  26. local FoxChar = Instance.new("TextButton")
  27. local ChickChar = Instance.new("TextButton")
  28. local CharClose = Instance.new("TextButton")
  29. local ccharacter = Instance.new("TextButton")
  30. local discord = Instance.new("TextButton")
  31. local winter = Instance.new("TextButton")
  32. local spider = Instance.new("TextButton")
  33. local infox = Instance.new("TextButton")
  34. local chqst = Instance.new("TextButton")
  35. local fabbi = Instance.new("TextButton")
  36. local pqst = Instance.new("TextButton")
  37. local Te = Instance.new("TextButton")
  38. local SCBtn = Instance.new("TextButton")
  39. local SpeedConf = Instance.new("TextButton")
  40. local farmgold = Instance.new("TextButton")
  41. local farmgoldv2 = Instance.new("TextButton")
  42. local iloader = Instance.new("TextButton")
  43. local TPID = Instance.new("TextButton")
  44. local BeAdmin = Instance.new("TextButton")
  45. local TeleBtn = Instance.new("TextButton")
  46. local close = Instance.new("TextButton")
  47. local QuestClose = Instance.new("TextButton")
  48. local TeleportClose = Instance.new("TextButton")
  49. local toolsClose = Instance.new("TextButton")
  50. local InnerCloud = Instance.new("TextButton")
  51. local openmain = Instance.new("Frame")
  52. local open = Instance.new("TextButton")
  53. local TeleClose = Instance.new("TextButton")
  54. local SCClose = Instance.new("TextButton")
  55. local TeleID = Instance.new("TextBox")
  56. local SpeedC = Instance.new("TextBox")
  57. local JumpConfig = Instance.new("Frame")
  58. local JCTitle = Instance.new("TextLabel")
  59. local JumpConf = Instance.new("TextButton")
  60. local JCClose = Instance.new("TextButton")
  61. local JCBtn = Instance.new("TextButton")
  62. local JumpC = Instance.new("TextBox")
  63. --Properties:
  64. ScreenGui.Parent = game.CoreGui
  65.  
  66. JumpC.Name = "JumpC"
  67. JumpC.Parent = JumpConfig
  68. JumpC.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
  69. JumpC.BorderSizePixel = 0
  70. JumpC.Position = UDim2.new(0.035518092, 0, 0.30, 0)
  71. JumpC.Size = UDim2.new(0.778996766, 0, 0.26676026, 0)
  72. JumpC.Font = Enum.Font.GothamSemibold
  73. JumpC.PlaceholderText = "Insert Number"
  74. JumpC.Text = ""
  75. JumpC.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. JumpC.TextSize = 14.000
  77.  
  78. JumpConfig.Name = "JumpConfig"
  79. JumpConfig.Parent = ScreenGui
  80. JumpConfig.BackgroundColor3 = Color3.new(0, 0, 0)
  81. JumpConfig.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  82. JumpConfig.Size = UDim2.new(0, 432, 0, 291)
  83. JumpConfig.Visible = false
  84. JumpConfig.Active = true
  85. JumpConfig.Draggable = true
  86.  
  87. JCTitle.Name = "JCTitle"
  88. JCTitle.Parent = JumpConfig
  89. JCTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  90. JCTitle.Size = UDim2.new(0, 332, 0, 31)
  91. JCTitle.Font = Enum.Font.GothamBold
  92. JCTitle.Text = "Jump Power Changer"
  93. JCTitle.TextColor3 = Color3.new(0, 0, 0)
  94. JCTitle.TextSize = 14
  95.  
  96. JumpConf.Name = "JumpConf"
  97. JumpConf.Parent = JumpConfig
  98. JumpConf.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  99. JumpConf.Position = UDim2.new(0.35518092, 0, 0.63, 0)
  100. JumpConf.Size = UDim2.new(0, 110, 0, 50)
  101. JumpConf.Font = Enum.Font.GothamBold
  102. JumpConf.Text = "Change"
  103. JumpConf.TextColor3 = Color3.new(0, 0, 0)
  104. JumpConf.TextScaled = true
  105. JumpConf.TextSize = 14
  106. JumpConf.TextWrapped = true
  107. JumpConf.MouseButton1Down:connect(function()
  108. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpC.Text
  109. game:GetService("StarterGui"):SetCore("SendNotification", {
  110. Title = "Jump Power Changed To";
  111. Text = JumpC.Text;
  112. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  113. Duration = 16;
  114. end)
  115.  
  116. JCBtn.Name = "JCBtn"
  117. JCBtn.Parent = main
  118. JCBtn.BackgroundColor3 = Color3.new(0.036144577, 1, 0)
  119. JCBtn.Position = UDim2.new(0.679518092, 0, 0.84, 0)
  120. JCBtn.Size = UDim2.new(0, 110, 0, 50)
  121. JCBtn.Font = Enum.Font.GothamBold
  122. JCBtn.Text = "Jump Power Changer"
  123. JCBtn.TextColor3 = Color3.new(0, 0, 0)
  124. JCBtn.TextScaled = true
  125. JCBtn.TextSize = 14
  126. JCBtn.TextWrapped = true
  127. JCBtn.MouseButton1Down:connect(function()
  128. main.Visible = false
  129. JumpConfig.Visible = true
  130. game:GetService("StarterGui"):SetCore("SendNotification", {
  131. Title = "Info";
  132. Text = "Insert Number";
  133. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  134. Duration = 16;
  135. end)
  136.  
  137. JCClose.Name = "JCClose"
  138. JCClose.Parent = JumpConfig
  139. JCClose.BackgroundColor3 = Color3.new(1, 0, 0)
  140. JCClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  141. JCClose.Size = UDim2.new(0, 40, 0, 31)
  142. JCClose.Font = Enum.Font.GothamBlack
  143. JCClose.Text = "X"
  144. JCClose.TextColor3 = Color3.new(0, 0, 0)
  145. JCClose.TextScaled = true
  146. JCClose.TextSize = 14
  147. JCClose.TextWrapped = true
  148. JCClose.MouseButton1Down:connect(function()
  149. main.Visible = true
  150. JumpConfig.Visible = false
  151. end)
  152.  
  153. SpeedC.Name = "SpeedC"
  154. SpeedC.Parent = SpeedConfig
  155. SpeedC.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
  156. SpeedC.BorderSizePixel = 0
  157. SpeedC.Position = UDim2.new(0.035518092, 0, 0.30, 0)
  158. SpeedC.Size = UDim2.new(0.78996766, 0, 0.26676026, 0)
  159. SpeedC.Font = Enum.Font.GothamSemibold
  160. SpeedC.PlaceholderText = "Insert Number"
  161. SpeedC.Text = ""
  162. SpeedC.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. SpeedC.TextSize = 14.000
  164.  
  165. SpeedConfig.Name = "SpeedConfig"
  166. SpeedConfig.Parent = ScreenGui
  167. SpeedConfig.BackgroundColor3 = Color3.new(0, 0, 0)
  168. SpeedConfig.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  169. SpeedConfig.Size = UDim2.new(0, 432, 0, 291)
  170. SpeedConfig.Visible = false
  171. SpeedConfig.Active = true
  172. SpeedConfig.Draggable = true
  173.  
  174. SCTitle.Name = "SCTitle"
  175. SCTitle.Parent = SpeedConfig
  176. SCTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  177. SCTitle.Size = UDim2.new(0, 332, 0, 31)
  178. SCTitle.Font = Enum.Font.GothamBold
  179. SCTitle.Text = "Speed Changer"
  180. SCTitle.TextColor3 = Color3.new(0, 0, 0)
  181. SCTitle.TextSize = 14
  182.  
  183. SpeedConf.Name = "SpeedConf"
  184. SpeedConf.Parent = SpeedConfig
  185. SpeedConf.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  186. SpeedConf.Position = UDim2.new(0.35518092, 0, 0.63, 0)
  187. SpeedConf.Size = UDim2.new(0, 110, 0, 50)
  188. SpeedConf.Font = Enum.Font.GothamBold
  189. SpeedConf.Text = "Change"
  190. SpeedConf.TextColor3 = Color3.new(0, 0, 0)
  191. SpeedConf.TextScaled = true
  192. SpeedConf.TextSize = 14
  193. SpeedConf.TextWrapped = true
  194. SpeedConf.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedC.Text
  196. game:GetService("StarterGui"):SetCore("SendNotification", {
  197. Title = "info";
  198. Text = "Speed Changed to: " .. SpeedC.Text;
  199. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  200. Duration = 16;
  201. end)
  202.  
  203. SCBtn.Name = "SCBtn"
  204. SCBtn.Parent = main
  205. SCBtn.BackgroundColor3 = Color3.new(0.036144577, 1, 0)
  206. SCBtn.Position = UDim2.new(0.036518092, 0, 0.84, 0)
  207. SCBtn.Size = UDim2.new(0, 110, 0, 50)
  208. SCBtn.Font = Enum.Font.GothamBold
  209. SCBtn.Text = "Speed Changer"
  210. SCBtn.TextColor3 = Color3.new(0, 0, 0)
  211. SCBtn.TextScaled = true
  212. SCBtn.TextSize = 14
  213. SCBtn.TextWrapped = true
  214. SCBtn.MouseButton1Down:connect(function()
  215. main.Visible = false
  216. SpeedConfig.Visible = true
  217. game:GetService("StarterGui"):SetCore("SendNotification", {
  218. Title = "Info";
  219. Text = "Insert Number";
  220. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  221. Duration = 16;
  222. end)
  223.  
  224. SCClose.Name = "SCClose"
  225. SCClose.Parent = SpeedConfig
  226. SCClose.BackgroundColor3 = Color3.new(1, 0, 0)
  227. SCClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  228. SCClose.Size = UDim2.new(0, 40, 0, 31)
  229. SCClose.Font = Enum.Font.GothamBlack
  230. SCClose.Text = "X"
  231. SCClose.TextColor3 = Color3.new(0, 0, 0)
  232. SCClose.TextScaled = true
  233. SCClose.TextSize = 14
  234. SCClose.TextWrapped = true
  235. SCClose.MouseButton1Down:connect(function()
  236. main.Visible = true
  237. SpeedConfig.Visible = false
  238. end)
  239.  
  240. TeleID.Name = "TeleID"
  241. TeleID.Parent = TeleMn
  242. TeleID.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
  243. TeleID.BorderSizePixel = 0
  244. TeleID.Position = UDim2.new(0.036144577, 0, 0.30, 0)
  245. TeleID.Size = UDim2.new(0.778996766, 0, 0.26676026, 0)
  246. TeleID.Font = Enum.Font.GothamSemibold
  247. TeleID.PlaceholderText = "PlaceID"
  248. TeleID.Text = ""
  249. TeleID.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. TeleID.TextSize = 14.000
  251.  
  252. TeleMn.Name = "TeleMn"
  253. TeleMn.Parent = ScreenGui
  254. TeleMn.BackgroundColor3 = Color3.new(0, 0, 0)
  255. TeleMn.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  256. TeleMn.Size = UDim2.new(0, 432, 0, 291)
  257. TeleMn.Visible = false
  258. TeleMn.Active = true
  259. TeleMn.Draggable = true
  260.  
  261. TIDTLE.Name = "TIDTLE"
  262. TIDTLE.Parent = TeleMn
  263. TIDTLE.BackgroundColor3 = Color3.new(1, 0, 1)
  264. TIDTLE.Size = UDim2.new(0, 332, 0, 31)
  265. TIDTLE.Font = Enum.Font.GothamBold
  266. TIDTLE.Text = "Teleport To PlaceID"
  267. TIDTLE.TextColor3 = Color3.new(0, 0, 0)
  268. TIDTLE.TextSize = 14
  269.  
  270. TPID.Name = "TPID"
  271. TPID.Parent = TeleMn
  272. TPID.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  273. TPID.Position = UDim2.new(0.35518092, 0, 0.63, 0)
  274. TPID.Size = UDim2.new(0, 110, 0, 50)
  275. TPID.Font = Enum.Font.GothamBold
  276. TPID.Text = "Teleport"
  277. TPID.TextColor3 = Color3.new(0, 0, 0)
  278. TPID.TextScaled = true
  279. TPID.TextSize = 14
  280. TPID.TextWrapped = true
  281. TPID.MouseButton1Down:connect(function()
  282. game:GetService("TeleportService"):Teleport(TeleID.Text, LocalPlayer)
  283. end)
  284.  
  285. TeleBtn.Name = "TeleBtn"
  286. TeleBtn.Parent = main
  287. TeleBtn.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  288. TeleBtn.Position = UDim2.new(0.35518092, 0, 0.84, 0)
  289. TeleBtn.Size = UDim2.new(0, 110, 0, 50)
  290. TeleBtn.Font = Enum.Font.GothamBold
  291. TeleBtn.Text = "Teleport To PlaceID"
  292. TeleBtn.TextColor3 = Color3.new(0, 0, 0)
  293. TeleBtn.TextScaled = true
  294. TeleBtn.TextSize = 14
  295. TeleBtn.TextWrapped = true
  296. TeleBtn.MouseButton1Down:connect(function()
  297. main.Visible = false
  298. TeleMn.Visible = true
  299. game:GetService("StarterGui"):SetCore("SendNotification", {
  300. Title = "Info";
  301. Text = "Insert PlaceID";
  302. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  303. Duration = 16;
  304. end)
  305.  
  306. TeleClose.Name = "TeleClose"
  307. TeleClose.Parent = TeleMn
  308. TeleClose.BackgroundColor3 = Color3.new(1, 0, 0)
  309. TeleClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  310. TeleClose.Size = UDim2.new(0, 40, 0, 31)
  311. TeleClose.Font = Enum.Font.GothamBlack
  312. TeleClose.Text = "X"
  313. TeleClose.TextColor3 = Color3.new(0, 0, 0)
  314. TeleClose.TextScaled = true
  315. TeleClose.TextSize = 14
  316. TeleClose.TextWrapped = true
  317. TeleClose.MouseButton1Down:connect(function()
  318. main.Visible = true
  319. TeleMn.Visible = false
  320. end)
  321.  
  322. game:GetService("StarterGui"):SetCore("SendNotification", {
  323. Title = "Welcome";
  324. Text = "Script Loaded :D";
  325. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  326. Duration = 16;
  327.  
  328. main.Name = "main"
  329. main.Parent = ScreenGui
  330. main.BackgroundColor3 = Color3.new(0, 0, 0)
  331. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  332. main.Size = UDim2.new(0, 435, 0, 336)
  333. main.Visible = false
  334. main.Active = true
  335. main.Draggable = true
  336.  
  337. tools.Name = "tools"
  338. tools.Parent = ScreenGui
  339. tools.BackgroundColor3 = Color3.new(0, 0, 0)
  340. tools.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  341. tools.Size = UDim2.new(0, 435, 0, 336)
  342. tools.Visible = false
  343. tools.Active = true
  344. tools.Draggable = true
  345.  
  346. quest.Name = "quest"
  347. quest.Parent = ScreenGui
  348. quest.BackgroundColor3 = Color3.new(0, 0, 0)
  349. quest.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  350. quest.Size = UDim2.new(0, 432, 0, 291)
  351. quest.Visible = false
  352. quest.Active = true
  353. quest.Draggable = true
  354.  
  355. charqol.Name = "charqol"
  356. charqol.Parent = ScreenGui
  357. charqol.BackgroundColor3 = Color3.new(0, 0, 0)
  358. charqol.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  359. charqol.Size = UDim2.new(0, 432, 0, 291)
  360. charqol.Visible = false
  361. charqol.Active = true
  362. charqol.Draggable = true
  363.  
  364. TeleportMenu.Name = "TeleportMenu"
  365. TeleportMenu.Parent = ScreenGui
  366. TeleportMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  367. TeleportMenu.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  368. TeleportMenu.Size = UDim2.new(0, 432, 0, 291)
  369. TeleportMenu.Visible = false
  370. TeleportMenu.Active = true
  371. TeleportMenu.Draggable = true
  372.  
  373. title.Name = "title"
  374. title.Parent = main
  375. title.BackgroundColor3 = Color3.new(1, 0, 1)
  376. title.Size = UDim2.new(0, 332, 0, 31)
  377. title.Font = Enum.Font.GothamBold
  378. title.Text = "Bacon'ยง V4"
  379. title.TextColor3 = Color3.new(0, 0, 0)
  380. title.TextSize = 14
  381.  
  382. toolsTitle.Name = "toolsTitle"
  383. toolsTitle.Parent = tools
  384. toolsTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  385. toolsTitle.Size = UDim2.new(0, 332, 0, 31)
  386. toolsTitle.Font = Enum.Font.GothamBold
  387. toolsTitle.Text = "Tool Menu"
  388. toolsTitle.TextColor3 = Color3.new(0, 0, 0)
  389. toolsTitle.TextSize = 14
  390.  
  391. QuestTitle.Name = "QuestTitle"
  392. QuestTitle.Parent = quest
  393. QuestTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  394. QuestTitle.Size = UDim2.new(0, 332, 0, 31)
  395. QuestTitle.Font = Enum.Font.GothamBold
  396. QuestTitle.Text = "Quest Menu"
  397. QuestTitle.TextColor3 = Color3.new(0, 0, 0)
  398. QuestTitle.TextSize = 14
  399.  
  400. CharTitle.Name = "CharTitle"
  401. CharTitle.Parent = charqol
  402. CharTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  403. CharTitle.Size = UDim2.new(0, 332, 0, 31)
  404. CharTitle.Font = Enum.Font.GothamBold
  405. CharTitle.Text = "Character Menu"
  406. CharTitle.TextColor3 = Color3.new(0, 0, 0)
  407. CharTitle.TextSize = 14
  408.  
  409. TeleportTitle.Name = "TeleportTitle"
  410. TeleportTitle.Parent = TeleportMenu
  411. TeleportTitle.BackgroundColor3 = Color3.new(1, 0, 1)
  412. TeleportTitle.Size = UDim2.new(0, 332, 0, 31)
  413. TeleportTitle.Font = Enum.Font.GothamBold
  414. TeleportTitle.Text = "Teleport Menu"
  415. TeleportTitle.TextColor3 = Color3.new(0, 0, 0)
  416. TeleportTitle.TextSize = 14
  417.  
  418. Te.Name = "Te"
  419. Te.Parent = main
  420. Te.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  421. Te.Size = UDim2.new(0, 110, 0, 50)
  422. Te.Font = Enum.Font.GothamBold
  423. Te.Text = "Teleport"
  424. Te.Position = UDim2.new(0.679518092, 0, 0.38, 0)
  425. Te.TextColor3 = Color3.new(0, 0, 0)
  426. Te.TextScaled = true
  427. Te.TextSize = 14
  428. Te.TextWrapped = true
  429. Te.MouseButton1Down:connect(function()
  430. main.Visible = false
  431. TeleportMenu.Visible = true
  432. game:GetService("StarterGui"):SetCore("SendNotification", {
  433. Title = "Teleport";
  434. Text = "Teleport To Secret Event";
  435. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  436. Duration = 16;
  437. end)
  438.  
  439. PengChar.Name = "PengChar"
  440. PengChar.Parent = charqol
  441. PengChar.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  442. PengChar.Size = UDim2.new(0, 110, 0, 50)
  443. PengChar.Font = Enum.Font.GothamBold
  444. PengChar.Text = "Penguin"
  445. PengChar.Position = UDim2.new(0.679518092, 0, 0.38, 0)
  446. PengChar.TextColor3 = Color3.new(0, 0, 0)
  447. PengChar.TextScaled = true
  448. PengChar.TextSize = 14
  449. PengChar.TextWrapped = true
  450. PengChar.MouseButton1Down:connect(function()
  451. game:GetService("Workspace").ChangeCharacter:FireServer("PenguinCharacter")
  452. game:GetService("StarterGui"):SetCore("SendNotification", {
  453. Title = "Character";
  454. Text = "Success to be Penguin";
  455. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  456. Duration = 16;
  457. end)
  458.  
  459. speedx.Name = "speedx"
  460. speedx.Parent = tools
  461. speedx.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  462. speedx.Position = UDim2.new(0.679518092, 0, 0.63, 0)
  463. speedx.Size = UDim2.new(0, 110, 0, 50)
  464. speedx.Font = Enum.Font.GothamBold
  465. speedx.Text = "2x walk speed"
  466. speedx.TextColor3 = Color3.new(0, 0, 0)
  467. speedx.TextScaled = true
  468. speedx.TextSize = 10
  469. speedx.TextWrapped = true
  470. speedx.MouseButton1Down:connect(function()
  471. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
  472. game:GetService("StarterGui"):SetCore("SendNotification", {
  473. Title = "Speed";
  474. Text = "our walk speed is now x2";
  475. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  476. Duration = 16;
  477. end)
  478.  
  479. discord.Name = "Discord"
  480. discord.Parent = main
  481. discord.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  482. discord.Size = UDim2.new(0, 110, 0, 50)
  483. discord.Font = Enum.Font.GothamBold
  484. discord.Text = "Discord"
  485. discord.Position = UDim2.new(0.679518092, 0, 0.63, 0)
  486. discord.TextColor3 = Color3.new(0, 0, 0)
  487. discord.TextScaled = true
  488. discord.TextSize = 14
  489. discord.TextWrapped = true
  490. discord.MouseButton1Down:connect(function()
  491. game:GetService("StarterGui"):SetCore("SendNotification", {
  492. Title = "Link";
  493. Text = "https://discord.gg/uw54YhR94T";
  494. Icon = "rbxthumb://type=Avatar&id=3044336136&w=150&h=150"})
  495. Duration = 16;
  496. end)
  497.  
  498. jumpx.Name = "jumpx"
  499. jumpx.Parent = tools
  500. jumpx.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  501. jumpx.Position = UDim2.new(0.35518092, 0, 0.63, 0)
  502. jumpx.Size = UDim2.new(0, 110, 0, 50)
  503. jumpx.Font = Enum.Font.GothamBold
  504. jumpx.Text = "2x hight jump"
  505. jumpx.TextColor3 = Color3.new(0, 0, 0)
  506. jumpx.TextScaled = true
  507. jumpx.TextSize = 10
  508. jumpx.TextWrapped = true
  509. jumpx.MouseButton1Down:connect(function()
  510. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  511. game:GetService("StarterGui"):SetCore("SendNotification", {
  512. Title = "Jump";
  513. Text = "our power of jump is now x2";
  514. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  515. Duration = 16;
  516. end)
  517.  
  518. winter.Name = "Winter"
  519. winter.Parent = TeleportMenu
  520. winter.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  521. winter.Size = UDim2.new(0, 110, 0, 50)
  522. winter.Font = Enum.Font.GothamBold
  523. winter.Text = "Winter"
  524. winter.Position = UDim2.new(0.679518092, 0, 0.38, 0)
  525. winter.TextColor3 = Color3.new(0, 0, 0)
  526. winter.TextScaled = true
  527. winter.TextSize = 14
  528. winter.TextWrapped = true
  529. winter.MouseButton1Down:connect(function()
  530. game:GetService("TeleportService"):Teleport(1930866268, LocalPlayer)
  531. end)
  532.  
  533. infox.Name = "InfoX"
  534. infox.Parent = main
  535. infox.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  536. infox.Position = UDim2.new(0.35518092, 0, 0.38, 0)
  537. infox.Size = UDim2.new(0, 110, 0, 50)
  538. infox.Font = Enum.Font.GothamBold
  539. infox.Text = "End Script"
  540. infox.TextColor3 = Color3.new(0, 0, 0)
  541. infox.TextScaled = true
  542. infox.TextSize = 14
  543. infox.TextWrapped = true
  544. infox.MouseButton1Down:connect(function()
  545. openmain.Visible = false
  546. main.Visible = false
  547. game:GetService("StarterGui"):SetCore("SendNotification", {
  548. Title = "GoodBye";
  549. Text = "Script Has Ended";
  550. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  551. Duration = 16;
  552. end)
  553.  
  554. FoxChar.Name = "FoxChar"
  555. FoxChar.Parent = charqol
  556. FoxChar.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  557. FoxChar.Position = UDim2.new(0.35518092, 0, 0.38, 0)
  558. FoxChar.Size = UDim2.new(0, 110, 0, 50)
  559. FoxChar.Font = Enum.Font.GothamBold
  560. FoxChar.Text = "Fox"
  561. FoxChar.TextColor3 = Color3.new(0, 0, 0)
  562. FoxChar.TextScaled = true
  563. FoxChar.TextSize = 14
  564. FoxChar.TextWrapped = true
  565. FoxChar.MouseButton1Down:connect(function()
  566. game:GetService("Workspace").ChangeCharacter:FireServer("FoxCharacter")
  567. game:GetService("StarterGui"):SetCore("SendNotification", {
  568. Title = "Character";
  569. Text = "Success to be Fox";
  570. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  571. Duration = 16;
  572. end)
  573.  
  574. ShiftlockS.Name = "ShiftlockS"
  575. ShiftlockS.Parent = tools
  576. ShiftlockS.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  577. ShiftlockS.Position = UDim2.new(0.35518092, 0, 0.38, 0)
  578. ShiftlockS.Size = UDim2.new(0, 110, 0, 50)
  579. ShiftlockS.Font = Enum.Font.GothamBold
  580. ShiftlockS.Text = "Shiftlock Button"
  581. ShiftlockS.TextColor3 = Color3.new(0, 0, 0)
  582. ShiftlockS.TextScaled = true
  583. ShiftlockS.TextSize = 14
  584. ShiftlockS.TextWrapped = true
  585. ShiftlockS.MouseButton1Down:connect(function()
  586. loadstring(game:HttpGet("https://raw.githubusercontent.com/rdpmakers/RoblosBabft/main/shift"))()
  587. game:GetService("StarterGui"):SetCore("SendNotification", {
  588. Title = "Tool";
  589. Text = "Shiftlock Button Enabled!";
  590. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  591. Duration = 16;
  592. end)
  593.  
  594. ChatBypasser.Name = "ChatBypasser"
  595. ChatBypasser.Parent = tools
  596. ChatBypasser.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  597. ChatBypasser.Size = UDim2.new(0, 110, 0, 50)
  598. ChatBypasser.Font = Enum.Font.GothamBold
  599. ChatBypasser.Text = "Steal Build"
  600. ChatBypasser.Position = UDim2.new(0.679518092, 0, 0.38, 0)
  601. ChatBypasser.TextColor3 = Color3.new(0, 0, 0)
  602. ChatBypasser.TextScaled = true
  603. ChatBypasser.TextSize = 14
  604. ChatBypasser.TextWrapped = true
  605. ChatBypasser.MouseButton1Down:connect(function()
  606. loadstring(game:HttpGet(("https://raw.githubusercontent.com/StenDirt/Trash-Game/main/Script.lua")))()
  607. game:GetService("StarterGui"):SetCore("SendNotification", {
  608. Title = "Tool";
  609. Text = "U can swear Word now!";
  610. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  611. Duration = 16;
  612. end)
  613.  
  614. ccharacter.Name = "CCharacter"
  615. ccharacter.Parent = main
  616. ccharacter.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  617. ccharacter.Position = UDim2.new(0.35518092, 0, 0.63, 0)
  618. ccharacter.Size = UDim2.new(0, 110, 0, 50)
  619. ccharacter.Font = Enum.Font.GothamBold
  620. ccharacter.Text = "Character"
  621. ccharacter.TextColor3 = Color3.new(0, 0, 0)
  622. ccharacter.TextScaled = true
  623. ccharacter.TextSize = 14
  624. ccharacter.TextWrapped = true
  625. ccharacter.MouseButton1Down:connect(function()
  626. main.Visible = false
  627. charqol.Visible = true
  628. game:GetService("StarterGui"):SetCore("SendNotification", {
  629. Title = "Character";
  630. Text = "You Can Be Animal Character";
  631. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  632. Duration = 16;
  633. end)
  634.  
  635. spider.Name = "spider"
  636. spider.Parent = TeleportMenu
  637. spider.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  638. spider.Position = UDim2.new(0.35518092, 0, 0.38, 0)
  639. spider.Size = UDim2.new(0, 110, 0, 50)
  640. spider.Font = Enum.Font.GothamBold
  641. spider.Text = "SPIDER"
  642. spider.TextColor3 = Color3.new(0, 0, 0)
  643. spider.TextScaled = true
  644. spider.TextSize = 14
  645. spider.TextWrapped = true
  646. spider.MouseButton1Down:connect(function()
  647. game:GetService("TeleportService"):Teleport(1930665568, LocalPlayer)
  648. end)
  649.  
  650. pqst.Name = "PresentQuest"
  651. pqst.Parent = quest
  652. pqst.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  653. pqst.Position = UDim2.new(0.35518092, 0, 0.38, 0)
  654. pqst.Size = UDim2.new(0, 110, 0, 50)
  655. pqst.Font = Enum.Font.GothamBold
  656. pqst.Text = "Present"
  657. pqst.TextColor3 = Color3.new(0, 0, 0)
  658. pqst.TextScaled = true
  659. pqst.TextSize = 14
  660. pqst.TextWrapped = true
  661. pqst.MouseButton1Down:connect(function()
  662. game.Workspace.QuestMakerEvent:FireServer(99)
  663. game:GetService("StarterGui"):SetCore("SendNotification", {
  664. Title = "Present Quest";
  665. Text = "Win= get 150 golds";
  666. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  667. Duration = 16;
  668. end)
  669.  
  670. chqst.Name = "ChristmasQuest"
  671. chqst.Parent = quest
  672. chqst.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  673. chqst.Position = UDim2.new(0.679518092, 0, 0.38, 0)
  674. chqst.Size = UDim2.new(0, 110, 0, 50)
  675. chqst.Font = Enum.Font.GothamBold
  676. chqst.Text = "Chirstmas"
  677. chqst.TextColor3 = Color3.new(0, 0, 0)
  678. chqst.TextScaled = true
  679. chqst.TextSize = 14
  680. chqst.TextWrapped = true
  681. chqst.MouseButton1Down:connect(function()
  682. game.Workspace.QuestMakerEvent:FireServer(101)
  683. game:GetService("StarterGui"):SetCore("SendNotification", {
  684. Title = "2021 Christmas quest";
  685. Text = "Win= get free trowel tool";
  686. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  687. Duration = 16;
  688. end)
  689.  
  690. Text.Name = "Text"
  691. Text.Parent = main
  692. Text.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  693. Text.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  694. Text.Size = UDim2.new(0, 110, 0, 50)
  695. Text.Font = Enum.Font.GothamBold
  696. Text.Text = "Quest"
  697. Text.TextColor3 = Color3.new(0, 0, 0)
  698. Text.TextScaled = true
  699. Text.TextSize = 10
  700. Text.TextWrapped = true
  701. Text.MouseButton1Down:connect(function()
  702. main.Visible = false
  703. quest.Visible = true
  704. game:GetService("StarterGui"):SetCore("SendNotification", {
  705. Title = "Quest";
  706. Text = "Spawn Secret Quest";
  707. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  708. Duration = 16;
  709. end)
  710.  
  711. BeAdmin.Name = "BeAdmin"
  712. BeAdmin.Parent = tools
  713. BeAdmin.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  714. BeAdmin.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  715. BeAdmin.Size = UDim2.new(0, 110, 0, 50)
  716. BeAdmin.Font = Enum.Font.GothamBold
  717. BeAdmin.Text = "Admin"
  718. BeAdmin.TextColor3 = Color3.new(0, 0, 0)
  719. BeAdmin.TextScaled = true
  720. BeAdmin.TextSize = 10
  721. BeAdmin.TextWrapped = true
  722. BeAdmin.MouseButton1Down:connect(function()
  723. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  724. game:GetService("StarterGui"):SetCore("SendNotification", {
  725. Title = "Tools";
  726. Text = "Now u can use admin";
  727. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  728. Duration = 16;
  729. end)
  730.  
  731. adminC.Name = "adminC"
  732. adminC.Parent = main
  733. adminC.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  734. adminC.Position = UDim2.new(0.036144577, 0, 0.63, 0)
  735. adminC.Size = UDim2.new(0, 110, 0, 50)
  736. adminC.Font = Enum.Font.GothamBold
  737. adminC.Text = "tools"
  738. adminC.TextColor3 = Color3.new(0, 0, 0)
  739. adminC.TextScaled = true
  740. adminC.TextSize = 10
  741. adminC.TextWrapped = true
  742. adminC.MouseButton1Down:connect(function()
  743. main.Visible = false
  744. tools.Visible = true
  745. game:GetService("StarterGui"):SetCore("SendNotification", {
  746. Title = "Info";
  747. Text = "U can use other tool from here";
  748. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  749. Duration = 16;
  750. end)
  751.  
  752. healthx.Name = "healthx"
  753. healthx.Parent = tools
  754. healthx.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  755. healthx.Position = UDim2.new(0.036144577, 0, 0.63, 0)
  756. healthx.Size = UDim2.new(0, 110, 0, 50)
  757. healthx.Font = Enum.Font.GothamBold
  758. healthx.Text = "Anti Afk"
  759. healthx.TextColor3 = Color3.new(0, 0, 0)
  760. healthx.TextScaled = true
  761. healthx.TextSize = 10
  762. healthx.TextWrapped = true
  763. healthx.MouseButton1Down:connect(function()
  764. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Proxylol/OtherScripts/main/AntiAfk.lua'),true))()
  765. game:GetService("StarterGui"):SetCore("SendNotification", {
  766. Title = "Anti afk";
  767. Text = "Enabled!";
  768. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  769. Duration = 16;
  770. end)
  771.  
  772. farmgold.Name = "farmgold"
  773. farmgold.Parent = tools
  774. farmgold.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  775. farmgold.Position = UDim2.new(0.036144577, 0, 0.84, 0)
  776. farmgold.Size = UDim2.new(0, 110, 0, 50)
  777. farmgold.Font = Enum.Font.GothamBold
  778. farmgold.Text = "Fly"
  779. farmgold.TextColor3 = Color3.new(0, 0, 0)
  780. farmgold.TextScaled = true
  781. farmgold.TextSize = 14
  782. farmgold.TextWrapped = true
  783. farmgold.MouseButton1Down:connect(function()
  784. loadstring(game:HttpGet("https://raw.githubusercontent.com/rdpmakers/RoblosBabft/main/Fly"))()
  785. game:GetService("StarterGui"):SetCore("SendNotification", {
  786. Title = "Fly";
  787. Text = "Enabled";
  788. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  789. Duration = 16;
  790. end)
  791.  
  792. farmgoldv2.Name = "farmgoldv2"
  793. farmgoldv2.Parent = tools
  794. farmgoldv2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  795. farmgoldv2.Position = UDim2.new(0.35518092, 0, 0.84, 0)
  796. farmgoldv2.Size = UDim2.new(0, 110, 0, 50)
  797. farmgoldv2.Font = Enum.Font.GothamBold
  798. farmgoldv2.Text = "Afk Farm"
  799. farmgoldv2.TextColor3 = Color3.new(0, 0, 0)
  800. farmgoldv2.TextScaled = true
  801. farmgoldv2.TextSize = 14
  802. farmgoldv2.TextWrapped = true
  803. farmgoldv2.MouseButton1Down:connect(function()
  804. loadstring(game:HttpGet("https://raw.githubusercontent.com/rdpmakers/RoblosBabft/main/FarmV2"))()
  805. game:GetService("StarterGui"):SetCore("SendNotification", {
  806. Title = "Afk Farm";
  807. Text = "Enabled";
  808. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  809. Duration = 16;
  810. end)
  811.  
  812. iloader.Name = "iloader"
  813. iloader.Parent = tools
  814. iloader.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  815. iloader.Position = UDim2.new(0.679518092, 0, 0.84, 0)
  816. iloader.Size = UDim2.new(0, 110, 0, 50)
  817. iloader.Font = Enum.Font.GothamBold
  818. iloader.Text = "Free Animation Script"
  819. iloader.TextColor3 = Color3.new(0, 0, 0)
  820. iloader.TextScaled = true
  821. iloader.TextSize = 14
  822. iloader.TextWrapped = true
  823. iloader.MouseButton1Down:connect(function()
  824. loadstring(game:HttpGet("https://raw.githubusercontent.com/rdpmakers/RoblosBabft/main/TestSc"))()
  825. game:GetService("StarterGui"):SetCore("SendNotification", {
  826. Title = "Info";
  827. Text = "u can USE FREE ANIMATION OF WALK";
  828. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  829. Duration = 16;
  830. end)
  831.  
  832. ChickChar.Name = "ChickChar"
  833. ChickChar.Parent = charqol
  834. ChickChar.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  835. ChickChar.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  836. ChickChar.Size = UDim2.new(0, 110, 0, 50)
  837. ChickChar.Font = Enum.Font.GothamBold
  838. ChickChar.Text = "Chicken"
  839. ChickChar.TextColor3 = Color3.new(0, 0, 0)
  840. ChickChar.TextScaled = true
  841. ChickChar.TextSize = 10
  842. ChickChar.TextWrapped = true
  843. ChickChar.MouseButton1Down:connect(function()
  844. game:GetService("Workspace").ChangeCharacter:FireServer("ChickenCharacter")
  845. game:GetService("StarterGui"):SetCore("SendNotification", {
  846. Title = "Character";
  847. Text = "Success to be Chicken";
  848. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  849. Duration = 16;
  850. end)
  851.  
  852. fabbi.Name = "FabbiQuest"
  853. fabbi.Parent = quest
  854. fabbi.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  855. fabbi.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  856. fabbi.Size = UDim2.new(0, 110, 0, 50)
  857. fabbi.Font = Enum.Font.GothamBold
  858. fabbi.Text = "Fabbi"
  859. fabbi.TextColor3 = Color3.new(0, 0, 0)
  860. fabbi.TextScaled = true
  861. fabbi.TextSize = 10
  862. fabbi.TextWrapped = true
  863. fabbi.MouseButton1Down:connect(function()
  864. game.Workspace.QuestMakerEvent:FireServer(100)
  865. game:GetService("StarterGui"):SetCore("SendNotification", {
  866. Title = "Fabbi";
  867. Text = "u Can get bread uf u defeat the boss";
  868. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  869. Duration = 16;
  870. end)
  871.  
  872. InnerCloud.Name = "InnerCloud"
  873. InnerCloud.Parent = TeleportMenu
  874. InnerCloud.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  875. InnerCloud.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  876. InnerCloud.Size = UDim2.new(0, 110, 0, 50)
  877. InnerCloud.Font = Enum.Font.GothamBold
  878. InnerCloud.Text = "InnerCloud"
  879. InnerCloud.TextColor3 = Color3.new(0, 0, 0)
  880. InnerCloud.TextScaled = true
  881. InnerCloud.TextSize = 10
  882. InnerCloud.TextWrapped = true
  883. InnerCloud.MouseButton1Down:connect(function()
  884. game:GetService("TeleportService"):Teleport(1930863474, LocalPlayer)
  885. end)
  886.  
  887. close.Name = "close"
  888. close.Parent = main
  889. close.BackgroundColor3 = Color3.new(1, 0, 0)
  890. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  891. close.Size = UDim2.new(0, 40, 0, 31)
  892. close.Font = Enum.Font.GothamBlack
  893. close.Text = "X"
  894. close.TextColor3 = Color3.new(0, 0, 0)
  895. close.TextScaled = true
  896. close.TextSize = 14
  897. close.TextWrapped = true
  898. close.MouseButton1Down:connect(function()
  899. main.Visible = false
  900. openmain.Visible = true
  901. game:GetService("StarterGui"):SetCore("SendNotification", {
  902. Title = "Info";
  903. Text = "Menu Closed!";
  904. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  905. Duration = 16;
  906. end)
  907.  
  908. QuestClose.Name = "QuestClose"
  909. QuestClose.Parent = quest
  910. QuestClose.BackgroundColor3 = Color3.new(1, 0, 0)
  911. QuestClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  912. QuestClose.Size = UDim2.new(0, 40, 0, 31)
  913. QuestClose.Font = Enum.Font.GothamBlack
  914. QuestClose.Text = "X"
  915. QuestClose.TextColor3 = Color3.new(0, 0, 0)
  916. QuestClose.TextScaled = true
  917. QuestClose.TextSize = 14
  918. QuestClose.TextWrapped = true
  919. QuestClose.MouseButton1Down:connect(function()
  920. main.Visible = true
  921. quest.Visible = false
  922. end)
  923.  
  924. TeleportClose.Name = "TeleportClose"
  925. TeleportClose.Parent = TeleportMenu
  926. TeleportClose.BackgroundColor3 = Color3.new(1, 0, 0)
  927. TeleportClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  928. TeleportClose.Size = UDim2.new(0, 40, 0, 31)
  929. TeleportClose.Font = Enum.Font.GothamBlack
  930. TeleportClose.Text = "X"
  931. TeleportClose.TextColor3 = Color3.new(0, 0, 0)
  932. TeleportClose.TextScaled = true
  933. TeleportClose.TextSize = 14
  934. TeleportClose.TextWrapped = true
  935. TeleportClose.MouseButton1Down:connect(function()
  936. main.Visible = true
  937. TeleportMenu.Visible = false
  938. end)
  939.  
  940. toolsClose.Name = "toolsClose"
  941. toolsClose.Parent = tools
  942. toolsClose.BackgroundColor3 = Color3.new(1, 0, 0)
  943. toolsClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  944. toolsClose.Size = UDim2.new(0, 40, 0, 31)
  945. toolsClose.Font = Enum.Font.GothamBlack
  946. toolsClose.Text = "X"
  947. toolsClose.TextColor3 = Color3.new(0, 0, 0)
  948. toolsClose.TextScaled = true
  949. toolsClose.TextSize = 14
  950. toolsClose.TextWrapped = true
  951. toolsClose.MouseButton1Down:connect(function()
  952. main.Visible = true
  953. tools.Visible = false
  954. end)
  955.  
  956. CharClose.Name = "CharClose"
  957. CharClose.Parent = charqol
  958. CharClose.BackgroundColor3 = Color3.new(1, 0, 0)
  959. CharClose.Position = UDim2.new(0.879518092, 0, 0, 0)
  960. CharClose.Size = UDim2.new(0, 40, 0, 31)
  961. CharClose.Font = Enum.Font.GothamBlack
  962. CharClose.Text = "X"
  963. CharClose.TextColor3 = Color3.new(0, 0, 0)
  964. CharClose.TextScaled = true
  965. CharClose.TextSize = 14
  966. CharClose.TextWrapped = true
  967. CharClose.MouseButton1Down:connect(function()
  968. main.Visible = true
  969. charqol.Visible = false
  970. end)
  971.  
  972. openmain.Name = "openmain"
  973. openmain.Parent = ScreenGui
  974. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  975. openmain.Position = UDim2.new(0.00801973976, 0, 0.423832953, 0)
  976. openmain.Size = UDim2.new(0, 100, 0, 28)
  977. openmain.Active = true
  978. openmain.Draggable = true
  979.  
  980. open.Name = "open"
  981. open.Parent = openmain
  982. open.BackgroundColor3 = Color3.new(1, 0, 0)
  983. open.Size = UDim2.new(0, 100, 0, 28)
  984. open.Font = Enum.Font.GothamBold
  985. open.Text = "MENU"
  986. open.TextColor3 = Color3.new(0, 0, 0)
  987. open.TextSize = 18
  988. open.TextWrapped = true
  989. open.Draggable = true
  990. open.MouseButton1Down:connect(function()
  991. openmain.Visible = false
  992. main.Visible = true
  993. game:GetService("StarterGui"):SetCore("SendNotification", {
  994. Title = "Menu";
  995. Text = "The menu";
  996. Icon = "rbxthumb://type=AvatarHeadShot&id=3044336136&w=150&h=150"})
  997. Duration = 16;
  998. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement