asfdmas

Hack Break In

Feb 1st, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.95 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Open = Instance.new("TextButton")
  8. local Main = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local By = Instance.new("TextLabel")
  11. local ITEMS = Instance.new("TextLabel")
  12. local Chips = Instance.new("TextButton")
  13. local Cola = Instance.new("TextButton")
  14. local Gun = Instance.new("TextButton")
  15. local Bat = Instance.new("TextButton")
  16. local Apple = Instance.new("TextButton")
  17. local MedKit = Instance.new("TextButton")
  18. local Pizza = Instance.new("TextButton")
  19. local Cookie = Instance.new("TextButton")
  20. local EpicPizza = Instance.new("TextButton")
  21. local Key = Instance.new("TextButton")
  22. local Teddy = Instance.new("TextButton")
  23. local Sword = Instance.new("TextButton")
  24. local Pan = Instance.new("TextButton")
  25. local Teleports = Instance.new("TextLabel")
  26. local Hacks = Instance.new("TextButton")
  27. local Basement = Instance.new("TextButton")
  28. local house = Instance.new("TextButton")
  29. local Attic = Instance.new("TextButton")
  30. local Store = Instance.new("TextButton")
  31. local Sewer = Instance.new("TextButton")
  32. local BossRoom = Instance.new("TextButton")
  33. local Remotes = Instance.new("TextLabel")
  34. local Cat = Instance.new("TextButton")
  35. local KillEnemies = Instance.new("TextButton")
  36. local Heal = Instance.new("TextButton")
  37. local RemoveTools = Instance.new("TextButton")
  38. local ToolDrop = Instance.new("TextButton")
  39. local OpenSafe = Instance.new("TextButton")
  40.  
  41. --Properties:
  42.  
  43. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  44. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45.  
  46. Open.Name = "Open"
  47. Open.Parent = ScreenGui
  48. Open.BackgroundColor3 = Color3.fromRGB(71, 219, 232)
  49. Open.Position = UDim2.new(0.912489355, 0, 0.7581864, 0)
  50. Open.Size = UDim2.new(0, 83, 0, 34)
  51. Open.Font = Enum.Font.SourceSans
  52. Open.Text = "Open"
  53. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. Open.TextSize = 14.000
  55. Open.MouseButton1Down:connect(function()
  56. Open.Visible = false
  57. Main.Visible = true
  58. end)
  59.  
  60. Main.Name = "Main"
  61. Main.Parent = ScreenGui
  62. Main.BackgroundColor3 = Color3.fromRGB(71, 219, 232)
  63. Main.Position = UDim2.new(0.438402712, 0, 0, 0)
  64. Main.Size = UDim2.new(0, 383, 0, 486)
  65. Main.Active = true
  66. Main.Draggable = true
  67. Main.Visible = false
  68.  
  69. Close.Name = "Close"
  70. Close.Parent = Main
  71. Close.BackgroundColor3 = Color3.fromRGB(48, 150, 157)
  72. Close.Position = UDim2.new(-0.0972082838, 0, 0.101414666, 0)
  73. Close.Size = UDim2.new(0, 37, 0, 38)
  74. Close.Font = Enum.Font.GothamBold
  75. Close.Text = "X"
  76. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. Close.TextSize = 14.000
  78. Close.MouseButton1Down:connect(function()
  79. Main.Visible = false
  80. Open.Visible = true
  81. end)
  82.  
  83. By.Name = "By"
  84. By.Parent = Main
  85. By.BackgroundColor3 = Color3.fromRGB(53, 167, 175)
  86. By.Position = UDim2.new(-0.091412738, 0, 0, 0)
  87. By.Size = UDim2.new(0, 426, 0, 50)
  88. By.Font = Enum.Font.GothamBold
  89. By.Text = "Break In (Story) gui by SalatBlitz"
  90. By.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. By.TextSize = 14.000
  92.  
  93. ITEMS.Name = "ITEMS"
  94. ITEMS.Parent = Main
  95. ITEMS.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  96. ITEMS.Position = UDim2.new(0.203334212, 0, 0.122326925, 0)
  97. ITEMS.Size = UDim2.new(0, 200, 0, 27)
  98. ITEMS.Font = Enum.Font.GothamBlack
  99. ITEMS.Text = "Give Items"
  100. ITEMS.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. ITEMS.TextSize = 14.000
  102.  
  103. Chips.Name = "Chips"
  104. Chips.Parent = Main
  105. Chips.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  106. Chips.Position = UDim2.new(0, 0, 0.204812855, 0)
  107. Chips.Size = UDim2.new(0, 100, 0, 29)
  108. Chips.Font = Enum.Font.SourceSans
  109. Chips.Text = "Chips"
  110. Chips.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. Chips.TextSize = 14.000
  112. Chips.MouseButton1Down:connect(function()
  113. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Chips")
  114. end)
  115.  
  116. Cola.Name = "Cola"
  117. Cola.Parent = Main
  118. Cola.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  119. Cola.Position = UDim2.new(0.297650129, 0, 0.203703701, 0)
  120. Cola.Size = UDim2.new(0, 100, 0, 29)
  121. Cola.Font = Enum.Font.SourceSans
  122. Cola.Text = "BloxyCola"
  123. Cola.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. Cola.TextSize = 14.000
  125. Cola.MouseButton1Down:connect(function()
  126. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("BloxyCola")
  127. end)
  128.  
  129. Gun.Name = "Gun"
  130. Gun.Parent = Main
  131. Gun.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  132. Gun.Position = UDim2.new(0.608355045, 0, 0.203703701, 0)
  133. Gun.Size = UDim2.new(0, 100, 0, 29)
  134. Gun.Font = Enum.Font.SourceSans
  135. Gun.Text = "Gun (in spawn)"
  136. Gun.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. Gun.TextSize = 14.000
  138. Gun.MouseButton1Down:connect(function()
  139. local A_1 = "Gun"
  140. local A_2 = true
  141. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  142. Event:FireServer(A_1, A_2)
  143. end)
  144.  
  145. Bat.Name = "Bat"
  146. Bat.Parent = Main
  147. Bat.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  148. Bat.Position = UDim2.new(0, 0, 0.294238687, 0)
  149. Bat.Size = UDim2.new(0, 100, 0, 29)
  150. Bat.Font = Enum.Font.SourceSans
  151. Bat.Text = "Bat"
  152. Bat.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. Bat.TextSize = 14.000
  154. Bat.MouseButton1Down:connect(function()
  155. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Bat")
  156. end)
  157.  
  158. Apple.Name = "Apple"
  159. Apple.Parent = Main
  160. Apple.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  161. Apple.Position = UDim2.new(0.297650129, 0, 0.294238687, 0)
  162. Apple.Size = UDim2.new(0, 100, 0, 29)
  163. Apple.Font = Enum.Font.SourceSans
  164. Apple.Text = "Apple"
  165. Apple.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. Apple.TextSize = 14.000
  167. Apple.MouseButton1Down:connect(function()
  168. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Apple")
  169. end)
  170.  
  171. MedKit.Name = "MedKit"
  172. MedKit.Parent = Main
  173. MedKit.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  174. MedKit.Position = UDim2.new(0.608355105, 0, 0.294238687, 0)
  175. MedKit.Size = UDim2.new(0, 100, 0, 29)
  176. MedKit.Font = Enum.Font.SourceSans
  177. MedKit.Text = "Medkit"
  178. MedKit.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. MedKit.TextSize = 14.000
  180. MedKit.MouseButton1Down:connect(function()
  181. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("MedKit")
  182. end)
  183.  
  184. Pizza.Name = "Pizza"
  185. Pizza.Parent = Main
  186. Pizza.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  187. Pizza.Position = UDim2.new(0, 0, 0.38271606, 0)
  188. Pizza.Size = UDim2.new(0, 100, 0, 29)
  189. Pizza.Font = Enum.Font.SourceSans
  190. Pizza.Text = "Pizza"
  191. Pizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Pizza.TextSize = 14.000
  193. Pizza.MouseButton1Down:connect(function()
  194. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Pizza2")
  195. end)
  196.  
  197. Cookie.Name = "Cookie"
  198. Cookie.Parent = Main
  199. Cookie.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  200. Cookie.Position = UDim2.new(0.297650129, 0, 0.38271606, 0)
  201. Cookie.Size = UDim2.new(0, 100, 0, 29)
  202. Cookie.Font = Enum.Font.SourceSans
  203. Cookie.Text = "Cookie"
  204. Cookie.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. Cookie.TextSize = 14.000
  206. Cookie.MouseButton1Down:connect(function()
  207. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Cookie")
  208. end)
  209.  
  210. EpicPizza.Name = "EpicPizza"
  211. EpicPizza.Parent = Main
  212. EpicPizza.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  213. EpicPizza.Position = UDim2.new(0.608355105, 0, 0.38271606, 0)
  214. EpicPizza.Size = UDim2.new(0, 100, 0, 29)
  215. EpicPizza.Font = Enum.Font.SourceSans
  216. EpicPizza.Text = "EpicPizza"
  217. EpicPizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. EpicPizza.TextSize = 14.000
  219. EpicPizza.MouseButton1Down:connect(function()
  220. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("EpicPizza")
  221. end)
  222.  
  223. Key.Name = "Key"
  224. Key.Parent = Main
  225. Key.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  226. Key.Position = UDim2.new(-0.0026109661, 0, 0.469135821, 0)
  227. Key.Size = UDim2.new(0, 101, 0, 28)
  228. Key.Font = Enum.Font.SourceSans
  229. Key.Text = "Key"
  230. Key.TextColor3 = Color3.fromRGB(0, 0, 0)
  231. Key.TextSize = 14.000
  232. Key.MouseButton1Down:connect(function()
  233. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Key")
  234. end)
  235.  
  236. Teddy.Name = "Teddy"
  237. Teddy.Parent = Main
  238. Teddy.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  239. Teddy.Position = UDim2.new(0.297650129, 0, 0.469135791, 0)
  240. Teddy.Size = UDim2.new(0, 100, 0, 29)
  241. Teddy.Font = Enum.Font.SourceSans
  242. Teddy.Text = "TeddyBloxpin"
  243. Teddy.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. Teddy.TextSize = 14.000
  245. Teddy.MouseButton1Down:connect(function()
  246. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("TeddyBloxpin")
  247. end)
  248.  
  249. Sword.Name = "Sword"
  250. Sword.Parent = Main
  251. Sword.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  252. Sword.Position = UDim2.new(0.608355105, 0, 0.469135791, 0)
  253. Sword.Size = UDim2.new(0, 100, 0, 29)
  254. Sword.Font = Enum.Font.SourceSans
  255. Sword.Text = "Sword"
  256. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. Sword.TextSize = 14.000
  258. Sword.MouseButton1Down:connect(function()
  259. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Sword")
  260. end)
  261.  
  262. Pan.Name = "Pan"
  263. Pan.Parent = Main
  264. Pan.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  265. Pan.Position = UDim2.new(0.9007833, 0, 0.203703701, 0)
  266. Pan.Size = UDim2.new(0, 38, 0, 50)
  267. Pan.Font = Enum.Font.SourceSans
  268. Pan.Text = "Pan"
  269. Pan.TextColor3 = Color3.fromRGB(0, 0, 0)
  270. Pan.TextSize = 14.000
  271. Pan.MouseButton1Down:connect(function()
  272. game.ReplicatedStorage.RemoteEvents.BuyItem:FireServer("Pan", 0)
  273. end)
  274.  
  275. Teleports.Name = "Teleports"
  276. Teleports.Parent = Main
  277. Teleports.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  278. Teleports.BorderColor3 = Color3.fromRGB(45, 141, 148)
  279. Teleports.Position = UDim2.new(0.201044381, 0, 0.55349797, 0)
  280. Teleports.Size = UDim2.new(0, 200, 0, 29)
  281. Teleports.Font = Enum.Font.GothamBlack
  282. Teleports.Text = "Teleports"
  283. Teleports.TextColor3 = Color3.fromRGB(0, 0, 0)
  284. Teleports.TextSize = 14.000
  285.  
  286. Hacks.Name = "Hacks"
  287. Hacks.Parent = Main
  288. Hacks.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  289. Hacks.Position = UDim2.new(0.9007833, 0, 0.327160507, 0)
  290. Hacks.Size = UDim2.new(0, 38, 0, 98)
  291. Hacks.Font = Enum.Font.SourceSans
  292. Hacks.Text = "Jump hack, speed hack, noclip (e)"
  293. Hacks.TextColor3 = Color3.fromRGB(0, 0, 0)
  294. Hacks.TextSize = 14.000
  295. Hacks.TextWrapped = true
  296. Hacks.MouseButton1Down:connect(function()
  297. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = 35
  298. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid").JumpPower = 65
  299. local noclip = false
  300. game:GetService('RunService').Stepped:connect(function()
  301. if noclip then
  302. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  303. end
  304. end)
  305.  
  306. local plr = game.Players.LocalPlayer
  307. local mouse = plr:GetMouse()
  308. mouse.KeyDown:connect(function(key)
  309. if key == 'e' then
  310. noclip = not noclip
  311. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  312. end
  313. end)
  314.  
  315.  
  316. end)
  317.  
  318. Basement.Name = "Basement"
  319. Basement.Parent = Main
  320. Basement.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  321. Basement.Position = UDim2.new(0, 0, 0.646090508, 0)
  322. Basement.Size = UDim2.new(0, 100, 0, 29)
  323. Basement.Font = Enum.Font.SourceSans
  324. Basement.Text = "Basement"
  325. Basement.TextColor3 = Color3.fromRGB(0, 0, 0)
  326. Basement.TextSize = 14.000
  327. Basement.MouseButton1Down:connect(function()
  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(71, -15, -163)
  329. end)
  330.  
  331. house.Name = "house"
  332. house.Parent = Main
  333. house.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  334. house.Position = UDim2.new(0.297650129, 0, 0.646090508, 0)
  335. house.Size = UDim2.new(0, 100, 0, 29)
  336. house.Font = Enum.Font.SourceSans
  337. house.Text = "House"
  338. house.TextColor3 = Color3.fromRGB(0, 0, 0)
  339. house.TextSize = 14.000
  340. house.MouseButton1Down:connect(function()
  341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-36, 3, -200)
  342. end)
  343.  
  344. Attic.Name = "Attic"
  345. Attic.Parent = Main
  346. Attic.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  347. Attic.Position = UDim2.new(0.608355105, 0, 0.646090508, 0)
  348. Attic.Size = UDim2.new(0, 100, 0, 29)
  349. Attic.Font = Enum.Font.SourceSans
  350. Attic.Text = "Attic"
  351. Attic.TextColor3 = Color3.fromRGB(0, 0, 0)
  352. Attic.TextSize = 14.000
  353. Attic.MouseButton1Down:connect(function()
  354. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16, 35, -220)
  355. end)
  356.  
  357. Store.Name = "Store"
  358. Store.Parent = Main
  359. Store.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  360. Store.Position = UDim2.new(0, 0, 0.728395045, 0)
  361. Store.Size = UDim2.new(0, 100, 0, 28)
  362. Store.Font = Enum.Font.SourceSans
  363. Store.Text = "Store"
  364. Store.TextColor3 = Color3.fromRGB(0, 0, 0)
  365. Store.TextSize = 14.000
  366. Store.MouseButton1Down:connect(function()
  367. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422, 3, -121)
  368. end)
  369.  
  370. Sewer.Name = "Sewer"
  371. Sewer.Parent = Main
  372. Sewer.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  373. Sewer.Position = UDim2.new(0.297650129, 0, 0.728395045, 0)
  374. Sewer.Size = UDim2.new(0, 100, 0, 28)
  375. Sewer.Font = Enum.Font.SourceSans
  376. Sewer.Text = "Sewer"
  377. Sewer.TextColor3 = Color3.fromRGB(0, 0, 0)
  378. Sewer.TextSize = 14.000
  379. Sewer.MouseButton1Down:connect(function()
  380. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(129, 3, -125)
  381. end)
  382.  
  383. BossRoom.Name = "BossRoom"
  384. BossRoom.Parent = Main
  385. BossRoom.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  386. BossRoom.Position = UDim2.new(0.608355105, 0, 0.728395045, 0)
  387. BossRoom.Size = UDim2.new(0, 100, 0, 28)
  388. BossRoom.Font = Enum.Font.SourceSans
  389. BossRoom.Text = "BossRoom"
  390. BossRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  391. BossRoom.TextSize = 14.000
  392. BossRoom.MouseButton1Down:connect(function()
  393. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, -287, -1480)
  394. end)
  395.  
  396. Remotes.Name = "Remotes"
  397. Remotes.Parent = Main
  398. Remotes.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  399. Remotes.Position = UDim2.new(0.201044381, 0, 0.804526746, 0)
  400. Remotes.Size = UDim2.new(0, 200, 0, 25)
  401. Remotes.Font = Enum.Font.GothamBlack
  402. Remotes.Text = "Remotes"
  403. Remotes.TextColor3 = Color3.fromRGB(0, 0, 0)
  404. Remotes.TextSize = 14.000
  405.  
  406. Cat.Name = "Cat"
  407. Cat.Parent = Main
  408. Cat.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  409. Cat.Position = UDim2.new(-0.0026109661, 0, 0.874485612, 0)
  410. Cat.Size = UDim2.new(0, 101, 0, 24)
  411. Cat.Font = Enum.Font.SourceSans
  412. Cat.Text = "Befriend Cat"
  413. Cat.TextColor3 = Color3.fromRGB(0, 0, 0)
  414. Cat.TextSize = 14.000
  415. Cat.MouseButton1Down:connect(function()
  416. local Target = game:GetService("ReplicatedStorage").RemoteEvents.Cattery;
  417. Target:FireServer();
  418. end)
  419.  
  420. KillEnemies.Name = "KillEnemies"
  421. KillEnemies.Parent = Main
  422. KillEnemies.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  423. KillEnemies.Position = UDim2.new(0.297650129, 0, 0.874485612, 0)
  424. KillEnemies.Size = UDim2.new(0, 81, 0, 24)
  425. KillEnemies.Font = Enum.Font.SourceSans
  426. KillEnemies.Text = "Kill Enemies"
  427. KillEnemies.TextColor3 = Color3.fromRGB(0, 0, 0)
  428. KillEnemies.TextSize = 14.000
  429. KillEnemies.MouseButton1Down:connect(function()
  430. for i,v in pairs(game.Workspace.BadGuys:GetChildren()) do
  431. for i = 1, 50 do
  432. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,10)
  433. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  434. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,9)
  435. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,8)
  436. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  437. end
  438. end
  439. end)
  440.  
  441. Heal.Name = "Heal"
  442. Heal.Parent = Main
  443. Heal.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  444. Heal.Position = UDim2.new(0.558746755, 0, 0.874485612, 0)
  445. Heal.Size = UDim2.new(0, 76, 0, 24)
  446. Heal.Font = Enum.Font.SourceSans
  447. Heal.Text = "Insta Heal"
  448. Heal.TextColor3 = Color3.fromRGB(0, 0, 0)
  449. Heal.TextSize = 14.000
  450. Heal.MouseButton1Down:connect(function()
  451. for i = 1, 200 do
  452. wait(0.0001)
  453. local A_1 = "Cat"
  454. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Energy
  455. Event:FireServer(A_1)
  456. end
  457. end)
  458.  
  459. RemoveTools.Name = "RemoveTools"
  460. RemoveTools.Parent = Main
  461. RemoveTools.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  462. RemoveTools.Position = UDim2.new(0.785900772, 0, 0.874485612, 0)
  463. RemoveTools.Size = UDim2.new(0, 82, 0, 24)
  464. RemoveTools.Font = Enum.Font.SourceSans
  465. RemoveTools.Text = "RemoveTools"
  466. RemoveTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  467. RemoveTools.TextSize = 14.000
  468. RemoveTools.MouseButton1Down:connect(function()
  469. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  470. if v:IsA("Tool") then
  471. v:Destroy()
  472. end
  473. end
  474. end)
  475.  
  476. ToolDrop.Name = "ToolDrop"
  477. ToolDrop.Parent = Main
  478. ToolDrop.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  479. ToolDrop.Position = UDim2.new(-0.0026109661, 0, 0.952674866, 0)
  480. ToolDrop.Size = UDim2.new(0, 101, 0, 23)
  481. ToolDrop.Font = Enum.Font.SourceSans
  482. ToolDrop.Text = "ToolDrop"
  483. ToolDrop.TextColor3 = Color3.fromRGB(0, 0, 0)
  484. ToolDrop.TextSize = 14.000
  485. ToolDrop.MouseButton1Down:connect(function()
  486. while wait(1) do
  487. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  488. if v:IsA("Tool") then
  489. v.CanBeDropped = true
  490. end
  491. end
  492. end
  493. end)
  494.  
  495. OpenSafe.Name = "OpenSafe"
  496. OpenSafe.Parent = Main
  497. OpenSafe.BackgroundColor3 = Color3.fromRGB(45, 141, 148)
  498. OpenSafe.Position = UDim2.new(0.297650129, 0, 0.952674925, 0)
  499. OpenSafe.Size = UDim2.new(0, 81, 0, 23)
  500. OpenSafe.Font = Enum.Font.SourceSans
  501. OpenSafe.Text = "Open Safe"
  502. OpenSafe.TextColor3 = Color3.fromRGB(0, 0, 0)
  503. OpenSafe.TextSize = 14.000
  504. OpenSafe.MouseButton1Down:connect(function()
  505. game.ReplicatedStorage.RemoteEvents.Safe:FireServer(game:GetService("Workspace").CodeNote.SurfaceGui.TextLabel.Text)
  506. end)
  507.  
  508. --! ΰΈ£ΰΈ„lΰΈ„t#0437
  509. --GUI to LUA
  510.  
  511.  
  512.  
  513.  
  514. --[[
  515. Gui to Lua Converter
  516. -- Revamped by:HoIyScript
  517. --]]
  518.  
  519.  
  520.  
  521. -- Instances:
  522.  
  523. local ScreenGui = Instance.new("ScreenGui")
  524. local Frame = Instance.new("Frame")
  525. local TextButton = Instance.new("TextButton")
  526. local TextLabel = Instance.new("TextLabel")
  527. local Frame_2 = Instance.new("Frame")
  528. local TextButton_2 = Instance.new("TextButton")
  529. local TextButton_3 = Instance.new("TextButton")
  530. local TextButton_4 = Instance.new("TextButton")
  531. local TextButton_5 = Instance.new("TextButton")
  532. local TextButton_6 = Instance.new("TextButton")
  533. local TextButton_7 = Instance.new("TextButton")
  534. local TextButton_8 = Instance.new("TextButton")
  535. local TextButton_9 = Instance.new("TextButton")
  536. local TextLabel_2 = Instance.new("TextLabel")
  537. local Frame2 = Instance.new("Frame")
  538. local TextButton_10 = Instance.new("TextButton")
  539. local TextLabel_3 = Instance.new("TextLabel")
  540. local Frame_3 = Instance.new("Frame")
  541. local TextButton_11 = Instance.new("TextButton")
  542. local TextButton_12 = Instance.new("TextButton")
  543. local TextButton_13 = Instance.new("TextButton")
  544. local TextButton_14 = Instance.new("TextButton")
  545. local TextButton_15 = Instance.new("TextButton")
  546. local TextButton_16 = Instance.new("TextButton")
  547. local TextButton_17 = Instance.new("TextButton")
  548. local TextButton_18 = Instance.new("TextButton")
  549. local TextButton_19 = Instance.new("TextButton")
  550. local TextButton_20 = Instance.new("TextButton")
  551. local TextButton_21 = Instance.new("TextButton")
  552. local TextButton_22 = Instance.new("TextButton")
  553. local TextLabel_4 = Instance.new("TextLabel")
  554. local Frame3 = Instance.new("Frame")
  555. local TextButton_23 = Instance.new("TextButton")
  556. local TextLabel_5 = Instance.new("TextLabel")
  557. local Frame_4 = Instance.new("Frame")
  558. local TextButton_24 = Instance.new("TextButton")
  559. local TextButton_25 = Instance.new("TextButton")
  560. local TextButton_26 = Instance.new("TextButton")
  561. local TextButton_27 = Instance.new("TextButton")
  562. local TextButton_28 = Instance.new("TextButton")
  563. local TextButton_29 = Instance.new("TextButton")
  564. local TextLabel_6 = Instance.new("TextLabel")
  565. local Frame4 = Instance.new("Frame")
  566. local TextButton_30 = Instance.new("TextButton")
  567. local TextLabel_7 = Instance.new("TextLabel")
  568. local Frame_5 = Instance.new("Frame")
  569. local TextLabel_8 = Instance.new("TextLabel")
  570. local TextLabel_9 = Instance.new("TextLabel")
  571. local TextLabel_10 = Instance.new("TextLabel")
  572.  
  573. --[[
  574. Properties:
  575. --]]
  576.  
  577. ScreenGui.Parent = game.CoreGui
  578. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  579. ScreenGui.ResetOnSpawn = false
  580.  
  581. Frame.Parent = ScreenGui
  582. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  583. Frame.BorderSizePixel = 0
  584. Frame.Position = UDim2.new(0.0383211672, 0, 0.0656063631, 0)
  585. Frame.Size = UDim2.new(0.0994525552, 0, 0.0337972157, 0)
  586. Frame.Active = true
  587. Frame.Draggable = true
  588.  
  589. TextButton.Parent = Frame
  590. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  591. TextButton.BackgroundTransparency = 1
  592. TextButton.BorderSizePixel = 0
  593. TextButton.Position = UDim2.new(0.854838729, 0, 0, 0)
  594. TextButton.Size = UDim2.new(0.145161286, 0, 1, 0)
  595. TextButton.Font = Enum.Font.SourceSansLight
  596. TextButton.Text = "-"
  597. TextButton.TextColor3 = Color3.new(1, 1, 1)
  598. TextButton.TextScaled = true
  599. TextButton.TextSize = 14
  600. TextButton.TextWrapped = true
  601.  
  602. TextLabel.Parent = Frame
  603. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  604. TextLabel.BackgroundTransparency = 1
  605. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  606. TextLabel.Font = Enum.Font.SourceSansLight
  607. TextLabel.Text = "Main"
  608. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  609. TextLabel.TextScaled = true
  610. TextLabel.TextSize = 14
  611. TextLabel.TextWrapped = true
  612.  
  613. Frame_2.Parent = Frame
  614. Frame_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  615. Frame_2.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  616. Frame_2.BorderSizePixel = 0
  617. Frame_2.Position = UDim2.new(0, 0, 1.02900004, 0)
  618. Frame_2.Size = UDim2.new(1, 0, 6.1500001, 0)
  619.  
  620. TextButton_2.Parent = Frame_2
  621. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  622. TextButton_2.BackgroundTransparency = 1
  623. TextButton_2.BorderSizePixel = 0
  624. TextButton_2.Position = UDim2.new(0, 0, 0.0272358228, 0)
  625. TextButton_2.Size = UDim2.new(1, 0, 0.124845669, 0)
  626. TextButton_2.Font = Enum.Font.SourceSansLight
  627. TextButton_2.Text = "Befriend Cat"
  628. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  629. TextButton_2.TextScaled = true
  630. TextButton_2.TextSize = 16
  631. TextButton_2.TextWrapped = true
  632.  
  633. TextButton_3.Parent = Frame_2
  634. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  635. TextButton_3.BackgroundTransparency = 1
  636. TextButton_3.BorderSizePixel = 0
  637. TextButton_3.Position = UDim2.new(0, 0, 0.148021415, 0)
  638. TextButton_3.Size = UDim2.new(1, 0, 0.124845669, 0)
  639. TextButton_3.Font = Enum.Font.SourceSansLight
  640. TextButton_3.Text = "Enable Tooldrop"
  641. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  642. TextButton_3.TextScaled = true
  643. TextButton_3.TextSize = 16
  644. TextButton_3.TextWrapped = true
  645.  
  646. TextButton_4.Parent = Frame_2
  647. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  648. TextButton_4.BackgroundTransparency = 1
  649. TextButton_4.BorderSizePixel = 0
  650. TextButton_4.Position = UDim2.new(0, 0, 0.268807083, 0)
  651. TextButton_4.Size = UDim2.new(1, 0, 0.124845669, 0)
  652. TextButton_4.Font = Enum.Font.SourceSansLight
  653. TextButton_4.Text = "Heal All"
  654. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  655. TextButton_4.TextScaled = true
  656. TextButton_4.TextSize = 16
  657. TextButton_4.TextWrapped = true
  658.  
  659. TextButton_5.Parent = Frame_2
  660. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  661. TextButton_5.BackgroundTransparency = 1
  662. TextButton_5.BorderSizePixel = 0
  663. TextButton_5.Position = UDim2.new(0, 0, 0.389592737, 0)
  664. TextButton_5.Size = UDim2.new(1, 0, 0.124845669, 0)
  665. TextButton_5.Font = Enum.Font.SourceSansLight
  666. TextButton_5.Text = "Remove Tools"
  667. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  668. TextButton_5.TextScaled = true
  669. TextButton_5.TextSize = 16
  670. TextButton_5.TextWrapped = true
  671.  
  672. TextButton_6.Parent = Frame_2
  673. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  674. TextButton_6.BackgroundTransparency = 1
  675. TextButton_6.BorderSizePixel = 0
  676. TextButton_6.Position = UDim2.new(0, 0, 0.51037842, 0)
  677. TextButton_6.Size = UDim2.new(1, 0, 0.124845669, 0)
  678. TextButton_6.Font = Enum.Font.SourceSansLight
  679. TextButton_6.Text = "Insta Heal"
  680. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  681. TextButton_6.TextScaled = true
  682. TextButton_6.TextSize = 16
  683. TextButton_6.TextWrapped = true
  684.  
  685. TextButton_7.Parent = Frame_2
  686. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  687. TextButton_7.BackgroundTransparency = 1
  688. TextButton_7.BorderSizePixel = 0
  689. TextButton_7.Position = UDim2.new(0, 0, 0.631163955, 0)
  690. TextButton_7.Size = UDim2.new(1, 0, 0.124845669, 0)
  691. TextButton_7.Font = Enum.Font.SourceSansLight
  692. TextButton_7.Text = "Cooking Pan"
  693. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  694. TextButton_7.TextScaled = true
  695. TextButton_7.TextSize = 16
  696. TextButton_7.TextWrapped = true
  697.  
  698. TextButton_8.Parent = Frame_2
  699. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  700. TextButton_8.BackgroundTransparency = 1
  701. TextButton_8.BorderSizePixel = 0
  702. TextButton_8.Position = UDim2.new(0, 0, 0.751949549, 0)
  703. TextButton_8.Size = UDim2.new(1, 0, 0.124845669, 0)
  704. TextButton_8.Font = Enum.Font.SourceSansLight
  705. TextButton_8.Text = "Kill Enemies"
  706. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  707. TextButton_8.TextScaled = true
  708. TextButton_8.TextSize = 16
  709. TextButton_8.TextWrapped = true
  710.  
  711. TextButton_9.Parent = Frame_2
  712. TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  713. TextButton_9.BackgroundTransparency = 1
  714. TextButton_9.BorderSizePixel = 0
  715. TextButton_9.Position = UDim2.new(0, 0, 0.879840255, 0)
  716. TextButton_9.Size = UDim2.new(1, 0, 0.124845669, 0)
  717. TextButton_9.Font = Enum.Font.SourceSansLight
  718. TextButton_9.Text = "Unlock Vault"
  719. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  720. TextButton_9.TextScaled = true
  721. TextButton_9.TextSize = 16
  722. TextButton_9.TextWrapped = true
  723.  
  724. TextLabel_2.Parent = Frame
  725. TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
  726. TextLabel_2.BorderSizePixel = 0
  727. TextLabel_2.Position = UDim2.new(0, 0, 1, 0)
  728. TextLabel_2.Size = UDim2.new(1, 0, 0.100000001, 0)
  729. TextLabel_2.ZIndex = 5
  730. TextLabel_2.Font = Enum.Font.SourceSans
  731. TextLabel_2.Text = ""
  732. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  733. TextLabel_2.TextSize = 14
  734.  
  735. Frame2.Name = "Frame2"
  736. Frame2.Parent = ScreenGui
  737. Frame2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  738. Frame2.BorderSizePixel = 0
  739. Frame2.Position = UDim2.new(0.160583943, 0, 0.0656063631, 0)
  740. Frame2.Size = UDim2.new(0.0994525552, 0, 0.0337972157, 0)
  741. Frame2.Active = true
  742. Frame2.Draggable = true
  743.  
  744. TextButton_10.Parent = Frame2
  745. TextButton_10.BackgroundColor3 = Color3.new(1, 1, 1)
  746. TextButton_10.BackgroundTransparency = 1
  747. TextButton_10.BorderSizePixel = 0
  748. TextButton_10.Position = UDim2.new(0.854838729, 0, 0, 0)
  749. TextButton_10.Size = UDim2.new(0.145161286, 0, 1, 0)
  750. TextButton_10.Font = Enum.Font.SourceSansLight
  751. TextButton_10.Text = "-"
  752. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  753. TextButton_10.TextScaled = true
  754. TextButton_10.TextSize = 14
  755. TextButton_10.TextWrapped = true
  756.  
  757. TextLabel_3.Parent = Frame2
  758. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  759. TextLabel_3.BackgroundTransparency = 1
  760. TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
  761. TextLabel_3.Font = Enum.Font.SourceSansLight
  762. TextLabel_3.Text = "Give Stuff"
  763. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  764. TextLabel_3.TextScaled = true
  765. TextLabel_3.TextSize = 14
  766. TextLabel_3.TextWrapped = true
  767.  
  768. Frame_3.Parent = Frame2
  769. Frame_3.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  770. Frame_3.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  771. Frame_3.BorderSizePixel = 0
  772. Frame_3.Position = UDim2.new(0, 0, 1.02900004, 0)
  773. Frame_3.Size = UDim2.new(1, 0, 8.35000038, 0)
  774.  
  775. TextButton_11.Parent = Frame_3
  776. TextButton_11.BackgroundColor3 = Color3.new(1, 1, 1)
  777. TextButton_11.BackgroundTransparency = 1
  778. TextButton_11.BorderSizePixel = 0
  779. TextButton_11.Position = UDim2.new(0, 0, 0.0811280012, 0)
  780. TextButton_11.Size = UDim2.new(1, 0, 0.0839999989, 0)
  781. TextButton_11.Font = Enum.Font.SourceSansLight
  782. TextButton_11.Text = "BloxyCola"
  783. TextButton_11.TextColor3 = Color3.new(1, 1, 1)
  784. TextButton_11.TextScaled = true
  785. TextButton_11.TextSize = 16
  786. TextButton_11.TextWrapped = true
  787.  
  788. TextButton_12.Parent = Frame_3
  789. TextButton_12.BackgroundColor3 = Color3.new(1, 1, 1)
  790. TextButton_12.BackgroundTransparency = 1
  791. TextButton_12.BorderSizePixel = 0
  792. TextButton_12.Position = UDim2.new(0, 0, 0.16496034, 0)
  793. TextButton_12.Size = UDim2.new(1, 0, 0.0839999989, 0)
  794. TextButton_12.Font = Enum.Font.SourceSansLight
  795. TextButton_12.Text = "Lolipop"
  796. TextButton_12.TextColor3 = Color3.new(1, 1, 1)
  797. TextButton_12.TextScaled = true
  798. TextButton_12.TextSize = 16
  799. TextButton_12.TextWrapped = true
  800.  
  801. TextButton_13.Parent = Frame_3
  802. TextButton_13.BackgroundColor3 = Color3.new(1, 1, 1)
  803. TextButton_13.BackgroundTransparency = 1
  804. TextButton_13.BorderSizePixel = 0
  805. TextButton_13.Position = UDim2.new(0, 0, 0.248792678, 0)
  806. TextButton_13.Size = UDim2.new(1, 0, 0.0839999989, 0)
  807. TextButton_13.Font = Enum.Font.SourceSansLight
  808. TextButton_13.Text = "Bat"
  809. TextButton_13.TextColor3 = Color3.new(1, 1, 1)
  810. TextButton_13.TextScaled = true
  811. TextButton_13.TextSize = 16
  812. TextButton_13.TextWrapped = true
  813.  
  814. TextButton_14.Parent = Frame_3
  815. TextButton_14.BackgroundColor3 = Color3.new(1, 1, 1)
  816. TextButton_14.BackgroundTransparency = 1
  817. TextButton_14.BorderSizePixel = 0
  818. TextButton_14.Position = UDim2.new(0, 0, 0.320648968, 0)
  819. TextButton_14.Size = UDim2.new(1, 0, 0.0839999989, 0)
  820. TextButton_14.Font = Enum.Font.SourceSansLight
  821. TextButton_14.Text = "Apple"
  822. TextButton_14.TextColor3 = Color3.new(1, 1, 1)
  823. TextButton_14.TextScaled = true
  824. TextButton_14.TextSize = 16
  825. TextButton_14.TextWrapped = true
  826.  
  827. TextButton_15.Parent = Frame_3
  828. TextButton_15.BackgroundColor3 = Color3.new(1, 1, 1)
  829. TextButton_15.BackgroundTransparency = 1
  830. TextButton_15.BorderSizePixel = 0
  831. TextButton_15.Position = UDim2.new(0, 0, 0.404481292, 0)
  832. TextButton_15.Size = UDim2.new(1, 0, 0.0839999989, 0)
  833. TextButton_15.Font = Enum.Font.SourceSansLight
  834. TextButton_15.Text = "TeddyBloxpin"
  835. TextButton_15.TextColor3 = Color3.new(1, 1, 1)
  836. TextButton_15.TextScaled = true
  837. TextButton_15.TextSize = 16
  838. TextButton_15.TextWrapped = true
  839.  
  840. TextButton_16.Parent = Frame_3
  841. TextButton_16.BackgroundColor3 = Color3.new(1, 1, 1)
  842. TextButton_16.BackgroundTransparency = 1
  843. TextButton_16.BorderSizePixel = 0
  844. TextButton_16.Position = UDim2.new(0, 0, 0.488313615, 0)
  845. TextButton_16.Size = UDim2.new(1, 0, 0.0839999989, 0)
  846. TextButton_16.Font = Enum.Font.SourceSansLight
  847. TextButton_16.Text = "Linked Sword"
  848. TextButton_16.TextColor3 = Color3.new(1, 1, 1)
  849. TextButton_16.TextScaled = true
  850. TextButton_16.TextSize = 16
  851. TextButton_16.TextWrapped = true
  852.  
  853. TextButton_17.Parent = Frame_3
  854. TextButton_17.BackgroundColor3 = Color3.new(1, 1, 1)
  855. TextButton_17.BackgroundTransparency = 1
  856. TextButton_17.BorderSizePixel = 0
  857. TextButton_17.Position = UDim2.new(0, 0, 0.572145939, 0)
  858. TextButton_17.Size = UDim2.new(1, 0, 0.0839999989, 0)
  859. TextButton_17.Font = Enum.Font.SourceSansLight
  860. TextButton_17.Text = "Plank"
  861. TextButton_17.TextColor3 = Color3.new(1, 1, 1)
  862. TextButton_17.TextScaled = true
  863. TextButton_17.TextSize = 16
  864. TextButton_17.TextWrapped = true
  865.  
  866. TextButton_18.Parent = Frame_3
  867. TextButton_18.BackgroundColor3 = Color3.new(1, 1, 1)
  868. TextButton_18.BackgroundTransparency = 1
  869. TextButton_18.BorderSizePixel = 0
  870. TextButton_18.Position = UDim2.new(0, 0, 0.655978262, 0)
  871. TextButton_18.Size = UDim2.new(1, 0, 0.0839999989, 0)
  872. TextButton_18.Font = Enum.Font.SourceSansLight
  873. TextButton_18.Text = "Medkit"
  874. TextButton_18.TextColor3 = Color3.new(1, 1, 1)
  875. TextButton_18.TextScaled = true
  876. TextButton_18.TextSize = 16
  877. TextButton_18.TextWrapped = true
  878.  
  879. TextButton_19.Parent = Frame_3
  880. TextButton_19.BackgroundColor3 = Color3.new(1, 1, 1)
  881. TextButton_19.BackgroundTransparency = 1
  882. TextButton_19.BorderSizePixel = 0
  883. TextButton_19.Position = UDim2.new(0, 0, 0.733822584, 0)
  884. TextButton_19.Size = UDim2.new(1, 0, 0.0839999989, 0)
  885. TextButton_19.Font = Enum.Font.SourceSansLight
  886. TextButton_19.Text = "Pizza"
  887. TextButton_19.TextColor3 = Color3.new(1, 1, 1)
  888. TextButton_19.TextScaled = true
  889. TextButton_19.TextSize = 16
  890. TextButton_19.TextWrapped = true
  891.  
  892. TextButton_20.Parent = Frame_3
  893. TextButton_20.BackgroundColor3 = Color3.new(1, 1, 1)
  894. TextButton_20.BackgroundTransparency = 1
  895. TextButton_20.BorderSizePixel = 0
  896. TextButton_20.Position = UDim2.new(0, 0, 0.901487231, 0)
  897. TextButton_20.Size = UDim2.new(1, 0, 0.0839999989, 0)
  898. TextButton_20.Font = Enum.Font.SourceSansLight
  899. TextButton_20.Text = "Cure"
  900. TextButton_20.TextColor3 = Color3.new(1, 1, 1)
  901. TextButton_20.TextScaled = true
  902. TextButton_20.TextSize = 16
  903. TextButton_20.TextWrapped = true
  904.  
  905. TextButton_21.Parent = Frame_3
  906. TextButton_21.BackgroundColor3 = Color3.new(1, 1, 1)
  907. TextButton_21.BackgroundTransparency = 1
  908. TextButton_21.BorderSizePixel = 0
  909. TextButton_21.Position = UDim2.new(0, 0, 0.817654908, 0)
  910. TextButton_21.Size = UDim2.new(1, 0, 0.0839999989, 0)
  911. TextButton_21.Font = Enum.Font.SourceSansLight
  912. TextButton_21.Text = "Cookie"
  913. TextButton_21.TextColor3 = Color3.new(1, 1, 1)
  914. TextButton_21.TextScaled = true
  915. TextButton_21.TextSize = 16
  916. TextButton_21.TextWrapped = true
  917.  
  918. TextButton_22.Parent = Frame_3
  919. TextButton_22.BackgroundColor3 = Color3.new(1, 1, 1)
  920. TextButton_22.BackgroundTransparency = 1
  921. TextButton_22.BorderSizePixel = 0
  922. TextButton_22.Position = UDim2.new(0, 0, 0.00328368694, 0)
  923. TextButton_22.Size = UDim2.new(1, 0, 0.0839999989, 0)
  924. TextButton_22.Font = Enum.Font.SourceSansLight
  925. TextButton_22.Text = "Chips"
  926. TextButton_22.TextColor3 = Color3.new(1, 1, 1)
  927. TextButton_22.TextScaled = true
  928. TextButton_22.TextSize = 16
  929. TextButton_22.TextWrapped = true
  930.  
  931. TextLabel_4.Parent = Frame2
  932. TextLabel_4.BackgroundColor3 = Color3.new(1, 0, 0)
  933. TextLabel_4.BorderSizePixel = 0
  934. TextLabel_4.Position = UDim2.new(0, 0, 1, 0)
  935. TextLabel_4.Size = UDim2.new(1, 0, 0.100000001, 0)
  936. TextLabel_4.ZIndex = 5
  937. TextLabel_4.Font = Enum.Font.SourceSans
  938. TextLabel_4.Text = ""
  939. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  940. TextLabel_4.TextSize = 14
  941.  
  942. Frame3.Name = "Frame3"
  943. Frame3.Parent = ScreenGui
  944. Frame3.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  945. Frame3.BorderSizePixel = 0
  946. Frame3.Position = UDim2.new(0.283759147, 0, 0.0656063631, 0)
  947. Frame3.Size = UDim2.new(0.0994525552, 0, 0.0337972157, 0)
  948. Frame3.Active = true
  949. Frame3.Draggable = true
  950.  
  951. TextButton_23.Parent = Frame3
  952. TextButton_23.BackgroundColor3 = Color3.new(1, 1, 1)
  953. TextButton_23.BackgroundTransparency = 1
  954. TextButton_23.BorderSizePixel = 0
  955. TextButton_23.Position = UDim2.new(0.854838729, 0, 0, 0)
  956. TextButton_23.Size = UDim2.new(0.145161286, 0, 1, 0)
  957. TextButton_23.Font = Enum.Font.SourceSansLight
  958. TextButton_23.Text = "-"
  959. TextButton_23.TextColor3 = Color3.new(1, 1, 1)
  960. TextButton_23.TextScaled = true
  961. TextButton_23.TextSize = 14
  962. TextButton_23.TextWrapped = true
  963.  
  964. TextLabel_5.Parent = Frame3
  965. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  966. TextLabel_5.BackgroundTransparency = 1
  967. TextLabel_5.Position = UDim2.new(-3.53902578e-08, 0, 0, 0)
  968. TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
  969. TextLabel_5.Font = Enum.Font.SourceSansLight
  970. TextLabel_5.Text = "Teleports"
  971. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  972. TextLabel_5.TextScaled = true
  973. TextLabel_5.TextSize = 14
  974. TextLabel_5.TextWrapped = true
  975.  
  976. Frame_4.Parent = Frame3
  977. Frame_4.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  978. Frame_4.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  979. Frame_4.BorderSizePixel = 0
  980. Frame_4.Position = UDim2.new(0, 0, 1.02900028, 0)
  981. Frame_4.Size = UDim2.new(1, 0, 4.77741718, 0)
  982.  
  983. TextButton_24.Parent = Frame_4
  984. TextButton_24.BackgroundColor3 = Color3.new(1, 1, 1)
  985. TextButton_24.BackgroundTransparency = 1
  986. TextButton_24.BorderSizePixel = 0
  987. TextButton_24.Position = UDim2.new(-5.59955538e-07, 0, 0.0070636007, 0)
  988. TextButton_24.Size = UDim2.new(1, 0, 0.166859761, 0)
  989. TextButton_24.Font = Enum.Font.SourceSansLight
  990. TextButton_24.Text = "House"
  991. TextButton_24.TextColor3 = Color3.new(1, 1, 1)
  992. TextButton_24.TextScaled = true
  993. TextButton_24.TextSize = 16
  994. TextButton_24.TextWrapped = true
  995.  
  996. TextButton_25.Parent = Frame_4
  997. TextButton_25.BackgroundColor3 = Color3.new(1, 1, 1)
  998. TextButton_25.BackgroundTransparency = 1
  999. TextButton_25.BorderSizePixel = 0
  1000. TextButton_25.Position = UDim2.new(-5.59955538e-07, 0, 0.17222546, 0)
  1001. TextButton_25.Size = UDim2.new(1, 0, 0.166859761, 0)
  1002. TextButton_25.Font = Enum.Font.SourceSansLight
  1003. TextButton_25.Text = "Basement"
  1004. TextButton_25.TextColor3 = Color3.new(1, 1, 1)
  1005. TextButton_25.TextScaled = true
  1006. TextButton_25.TextSize = 16
  1007. TextButton_25.TextWrapped = true
  1008.  
  1009. TextButton_26.Parent = Frame_4
  1010. TextButton_26.BackgroundColor3 = Color3.new(1, 1, 1)
  1011. TextButton_26.BackgroundTransparency = 1
  1012. TextButton_26.BorderSizePixel = 0
  1013. TextButton_26.Position = UDim2.new(-5.59955538e-07, 0, 0.337387353, 0)
  1014. TextButton_26.Size = UDim2.new(1, 0, 0.166859761, 0)
  1015. TextButton_26.Font = Enum.Font.SourceSansLight
  1016. TextButton_26.Text = "Attic"
  1017. TextButton_26.TextColor3 = Color3.new(1, 1, 1)
  1018. TextButton_26.TextScaled = true
  1019. TextButton_26.TextSize = 16
  1020. TextButton_26.TextWrapped = true
  1021.  
  1022. TextButton_27.Parent = Frame_4
  1023. TextButton_27.BackgroundColor3 = Color3.new(1, 1, 1)
  1024. TextButton_27.BackgroundTransparency = 1
  1025. TextButton_27.BorderSizePixel = 0
  1026. TextButton_27.Position = UDim2.new(-5.59955538e-07, 0, 0.50254941, 0)
  1027. TextButton_27.Size = UDim2.new(1, 0, 0.166859761, 0)
  1028. TextButton_27.Font = Enum.Font.SourceSansLight
  1029. TextButton_27.Text = "Store"
  1030. TextButton_27.TextColor3 = Color3.new(1, 1, 1)
  1031. TextButton_27.TextScaled = true
  1032. TextButton_27.TextSize = 16
  1033. TextButton_27.TextWrapped = true
  1034.  
  1035. TextButton_28.Parent = Frame_4
  1036. TextButton_28.BackgroundColor3 = Color3.new(1, 1, 1)
  1037. TextButton_28.BackgroundTransparency = 1
  1038. TextButton_28.BorderSizePixel = 0
  1039. TextButton_28.Position = UDim2.new(-5.59955538e-07, 0, 0.667711437, 0)
  1040. TextButton_28.Size = UDim2.new(1, 0, 0.166859761, 0)
  1041. TextButton_28.Font = Enum.Font.SourceSansLight
  1042. TextButton_28.Text = "Sewer"
  1043. TextButton_28.TextColor3 = Color3.new(1, 1, 1)
  1044. TextButton_28.TextScaled = true
  1045. TextButton_28.TextSize = 16
  1046. TextButton_28.TextWrapped = true
  1047.  
  1048. TextButton_29.Parent = Frame_4
  1049. TextButton_29.BackgroundColor3 = Color3.new(1, 1, 1)
  1050. TextButton_29.BackgroundTransparency = 1
  1051. TextButton_29.BorderSizePixel = 0
  1052. TextButton_29.Position = UDim2.new(-5.59955538e-07, 0, 0.833433568, 0)
  1053. TextButton_29.Size = UDim2.new(1, 0, 0.166859761, 0)
  1054. TextButton_29.Font = Enum.Font.SourceSansLight
  1055. TextButton_29.Text = "Boss Room"
  1056. TextButton_29.TextColor3 = Color3.new(1, 1, 1)
  1057. TextButton_29.TextScaled = true
  1058. TextButton_29.TextSize = 16
  1059. TextButton_29.TextWrapped = true
  1060.  
  1061. TextLabel_6.Parent = Frame3
  1062. TextLabel_6.BackgroundColor3 = Color3.new(1, 0, 0)
  1063. TextLabel_6.BorderSizePixel = 0
  1064. TextLabel_6.Position = UDim2.new(0, 0, 1, 0)
  1065. TextLabel_6.Size = UDim2.new(1, 0, 0.100000001, 0)
  1066. TextLabel_6.ZIndex = 5
  1067. TextLabel_6.Font = Enum.Font.SourceSans
  1068. TextLabel_6.Text = ""
  1069. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  1070. TextLabel_6.TextSize = 14
  1071.  
  1072. Frame4.Name = "Frame4"
  1073. Frame4.Parent = ScreenGui
  1074. Frame4.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1075. Frame4.BorderSizePixel = 0
  1076. Frame4.Position = UDim2.new(0.403284699, 0, 0.0656063631, 0)
  1077. Frame4.Size = UDim2.new(0.0994525552, 0, 0.0337972157, 0)
  1078. Frame4.Active = true
  1079. Frame4.Draggable = true
  1080.  
  1081. TextButton_30.Parent = Frame4
  1082. TextButton_30.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. TextButton_30.BackgroundTransparency = 1
  1084. TextButton_30.BorderSizePixel = 0
  1085. TextButton_30.Position = UDim2.new(0.854838729, 0, 0, 0)
  1086. TextButton_30.Size = UDim2.new(0.145161286, 0, 1, 0)
  1087. TextButton_30.Font = Enum.Font.SourceSansLight
  1088. TextButton_30.Text = "-"
  1089. TextButton_30.TextColor3 = Color3.new(1, 1, 1)
  1090. TextButton_30.TextScaled = true
  1091. TextButton_30.TextSize = 14
  1092. TextButton_30.TextWrapped = true
  1093.  
  1094. TextLabel_7.Parent = Frame4
  1095. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1096. TextLabel_7.BackgroundTransparency = 1
  1097. TextLabel_7.Position = UDim2.new(-3.53902578e-08, 0, 0, 0)
  1098. TextLabel_7.Size = UDim2.new(1, 0, 1, 0)
  1099. TextLabel_7.Font = Enum.Font.SourceSansLight
  1100. TextLabel_7.Text = "Credits"
  1101. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1102. TextLabel_7.TextScaled = true
  1103. TextLabel_7.TextSize = 14
  1104. TextLabel_7.TextWrapped = true
  1105.  
  1106. Frame_5.Parent = Frame4
  1107. Frame_5.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1108. Frame_5.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1109. Frame_5.BorderSizePixel = 0
  1110. Frame_5.Position = UDim2.new(0, 0, 1, 0)
  1111. Frame_5.Size = UDim2.new(0.99999994, 0, 3.98165965, 0)
  1112.  
  1113. TextLabel_8.Parent = Frame_5
  1114. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. TextLabel_8.BackgroundTransparency = 1
  1116. TextLabel_8.Size = UDim2.new(0.99999994, 0, 0.234902367, 0)
  1117. TextLabel_8.Font = Enum.Font.SourceSansLight
  1118. TextLabel_8.Text = "Gui: Flawm3ng0"
  1119. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  1120. TextLabel_8.TextScaled = true
  1121. TextLabel_8.TextSize = 14
  1122. TextLabel_8.TextWrapped = true
  1123.  
  1124. TextLabel_9.Parent = Frame_5
  1125. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1126. TextLabel_9.BackgroundTransparency = 1
  1127. TextLabel_9.Position = UDim2.new(0, 0, 0.2260364, 0)
  1128. TextLabel_9.Size = UDim2.new(0.99999994, 0, 0.755119443, 0)
  1129. TextLabel_9.Font = Enum.Font.SourceSansLight
  1130. TextLabel_9.Text = "Scripts: Hamsta Gang, doggyshot123, Chrrxs, LeviTheOtaku, Flawm3ng0"
  1131. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  1132. TextLabel_9.TextScaled = true
  1133. TextLabel_9.TextSize = 14
  1134. TextLabel_9.TextWrapped = true
  1135. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  1136.  
  1137. TextLabel_10.Parent = Frame4
  1138. TextLabel_10.BackgroundColor3 = Color3.new(1, 0, 0)
  1139. TextLabel_10.BorderSizePixel = 0
  1140. TextLabel_10.Position = UDim2.new(0, 0, 1, 0)
  1141. TextLabel_10.Size = UDim2.new(1, 0, 0.100000001, 0)
  1142. TextLabel_10.ZIndex = 5
  1143. TextLabel_10.Font = Enum.Font.SourceSans
  1144. TextLabel_10.Text = ""
  1145. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  1146. TextLabel_10.TextSize = 14
  1147.  
  1148. --[[
  1149. Scripts:
  1150. --]]
  1151.  
  1152. local function DAUB_fake_script() -- TextButton.LocalScript
  1153. local script = Instance.new('LocalScript', TextButton)
  1154.  
  1155. script.Parent.MouseButton1Click:Connect(function()
  1156. if script.Parent.Text == "-" then
  1157. script.Parent.Text = "+"
  1158. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,0, 0),"In","Quint",0.5)
  1159. elseif
  1160. script.Parent.Text == "+" then
  1161. script.Parent.Text = "-"
  1162. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,6.15, 0),"Out","Quint",0.5)
  1163. end
  1164. end)
  1165. end
  1166. coroutine.wrap(DAUB_fake_script)()
  1167. local function MOBT_fake_script() -- TextButton_2.LocalScript
  1168. local script = Instance.new('LocalScript', TextButton_2)
  1169.  
  1170. script.Parent.MouseButton1Click:Connect(function()
  1171.  
  1172. local Target = game:GetService("ReplicatedStorage").RemoteEvents.Cattery;
  1173. Target:FireServer();
  1174.  
  1175. end)
  1176. end
  1177. coroutine.wrap(MOBT_fake_script)()
  1178. local function UTMXHAV_fake_script() -- TextButton_3.LocalScript
  1179. local script = Instance.new('LocalScript', TextButton_3)
  1180.  
  1181. script.Parent.MouseButton1Click:Connect(function()
  1182.  
  1183. while wait() do
  1184. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  1185. if v:IsA("Tool") then
  1186. v.CanBeDropped = true
  1187. end
  1188. end
  1189. end
  1190.  
  1191. end)
  1192. end
  1193. coroutine.wrap(UTMXHAV_fake_script)()
  1194. local function HKCZUDL_fake_script() -- TextButton_4.LocalScript
  1195. local script = Instance.new('LocalScript', TextButton_4)
  1196.  
  1197. script.Parent.MouseButton1Click:Connect(function()
  1198.  
  1199. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1200.  
  1201. game:GetService("ReplicatedStorage").RemoteEvents.CurePlayer:FireServer(v)
  1202. game:GetService("ReplicatedStorage").RemoteEvents.HealPlayer:FireServer(v)
  1203.  
  1204. end
  1205.  
  1206. end)
  1207. end
  1208. coroutine.wrap(HKCZUDL_fake_script)()
  1209. local function NBFTUGO_fake_script() -- TextButton_5.LocalScript
  1210. local script = Instance.new('LocalScript', TextButton_5)
  1211.  
  1212. script.Parent.MouseButton1Click:Connect(function()
  1213.  
  1214. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  1215. if v:IsA("Tool") then
  1216. v:Destroy()
  1217. end
  1218. end
  1219.  
  1220. end)
  1221. end
  1222. coroutine.wrap(NBFTUGO_fake_script)()
  1223. local function ZRLV_fake_script() -- TextButton_6.LocalScript
  1224. local script = Instance.new('LocalScript', TextButton_6)
  1225.  
  1226. script.Parent.MouseButton1Click:Connect(function()
  1227.  
  1228. for i = 1, 200 do
  1229.  
  1230. local A_1 = "Cat"
  1231. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Energy
  1232. Event:FireServer(A_1)
  1233.  
  1234. end
  1235.  
  1236. end)
  1237. end
  1238. coroutine.wrap(ZRLV_fake_script)()
  1239. local function BAMBFIU_fake_script() -- TextButton_7.LocalScript
  1240. local script = Instance.new('LocalScript', TextButton_7)
  1241.  
  1242. script.Parent.MouseButton1Click:Connect(function()
  1243. game.ReplicatedStorage.RemoteEvents.BuyItem:FireServer("Pan", 0)
  1244.  
  1245. end)
  1246. end
  1247. coroutine.wrap(BAMBFIU_fake_script)()
  1248. local function DHQO_fake_script() -- TextButton_8.LocalScript
  1249. local script = Instance.new('LocalScript', TextButton_8)
  1250.  
  1251. script.Parent.MouseButton1Click:Connect(function()
  1252. for i,v in pairs(game.Workspace.BadGuys:GetChildren()) do
  1253.  
  1254. for i = 1, 50 do
  1255.  
  1256. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,10)
  1257. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  1258. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,9)
  1259. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  1260.  
  1261. end
  1262.  
  1263. end
  1264. end)
  1265. end
  1266. coroutine.wrap(DHQO_fake_script)()
  1267. local function FJYXQET_fake_script() -- TextButton_9.LocalScript
  1268. local script = Instance.new('LocalScript', TextButton_9)
  1269.  
  1270. script.Parent.MouseButton1Click:Connect(function()
  1271. if workspace:findFirstChild("CodeNote") then
  1272. game.ReplicatedStorage.RemoteEvents.Safe:FireServer(workspace.CodeNote.SurfaceGui.TextLabel.Text)
  1273. end
  1274. end)
  1275. end
  1276. coroutine.wrap(FJYXQET_fake_script)()
  1277. local function JAHBO_fake_script() -- TextButton_10.LocalScript
  1278. local script = Instance.new('LocalScript', TextButton_10)
  1279.  
  1280. script.Parent.MouseButton1Click:Connect(function()
  1281. if script.Parent.Text == "-" then
  1282. script.Parent.Text = "+"
  1283. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,0, 0),"In","Quint",0.5)
  1284. elseif
  1285. script.Parent.Text == "+" then
  1286. script.Parent.Text = "-"
  1287. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,8.35, 0),"Out","Quint",0.5)
  1288. end
  1289. end)
  1290. end
  1291. coroutine.wrap(JAHBO_fake_script)()
  1292. local function HHVFXU_fake_script() -- TextButton_11.LocalScript
  1293. local script = Instance.new('LocalScript', TextButton_11)
  1294.  
  1295. script.Parent.MouseButton1Click:Connect(function()
  1296.  
  1297. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("BloxyCola")
  1298.  
  1299. end)
  1300. end
  1301. coroutine.wrap(HHVFXU_fake_script)()
  1302. local function AQTQ_fake_script() -- TextButton_12.LocalScript
  1303. local script = Instance.new('LocalScript', TextButton_12)
  1304.  
  1305. script.Parent.MouseButton1Click:Connect(function()
  1306.  
  1307. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Lollipop")
  1308.  
  1309. end)
  1310. end
  1311. coroutine.wrap(AQTQ_fake_script)()
  1312. local function BITO_fake_script() -- TextButton_13.LocalScript
  1313. local script = Instance.new('LocalScript', TextButton_13)
  1314.  
  1315. script.Parent.MouseButton1Click:Connect(function()
  1316.  
  1317. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Bat")
  1318. end)
  1319. end
  1320. coroutine.wrap(BITO_fake_script)()
  1321. local function EAAZD_fake_script() -- TextButton_14.LocalScript
  1322. local script = Instance.new('LocalScript', TextButton_14)
  1323.  
  1324. script.Parent.MouseButton1Click:Connect(function()
  1325.  
  1326. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Apple")
  1327. end)
  1328. end
  1329. coroutine.wrap(EAAZD_fake_script)()
  1330. local function GDZI_fake_script() -- TextButton_15.LocalScript
  1331. local script = Instance.new('LocalScript', TextButton_15)
  1332.  
  1333. script.Parent.MouseButton1Click:Connect(function()
  1334.  
  1335. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("TeddyBloxpin")
  1336.  
  1337. end)
  1338. end
  1339. coroutine.wrap(GDZI_fake_script)()
  1340. local function BNIP_fake_script() -- TextButton_16.LocalScript
  1341. local script = Instance.new('LocalScript', TextButton_16)
  1342.  
  1343. script.Parent.MouseButton1Click:Connect(function()
  1344.  
  1345. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("LinkedSword")
  1346.  
  1347. end)
  1348. end
  1349. coroutine.wrap(BNIP_fake_script)()
  1350. local function XFSWFCQ_fake_script() -- TextButton_17.LocalScript
  1351. local script = Instance.new('LocalScript', TextButton_17)
  1352.  
  1353. script.Parent.MouseButton1Click:Connect(function()
  1354.  
  1355. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Plank")
  1356.  
  1357. end)
  1358. end
  1359. coroutine.wrap(XFSWFCQ_fake_script)()
  1360. local function BMSKDS_fake_script() -- TextButton_18.LocalScript
  1361. local script = Instance.new('LocalScript', TextButton_18)
  1362.  
  1363. script.Parent.MouseButton1Click:Connect(function()
  1364.  
  1365. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("MedKit")
  1366.  
  1367. end)
  1368. end
  1369. coroutine.wrap(BMSKDS_fake_script)()
  1370. local function FCFIRS_fake_script() -- TextButton_19.LocalScript
  1371. local script = Instance.new('LocalScript', TextButton_19)
  1372.  
  1373. script.Parent.MouseButton1Click:Connect(function()
  1374.  
  1375. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Pizza")
  1376.  
  1377. end)
  1378. end
  1379. coroutine.wrap(FCFIRS_fake_script)()
  1380. local function GKNDGG_fake_script() -- TextButton_20.LocalScript
  1381. local script = Instance.new('LocalScript', TextButton_20)
  1382.  
  1383. script.Parent.MouseButton1Click:Connect(function()
  1384.  
  1385. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Cure")
  1386.  
  1387. end)
  1388. end
  1389. coroutine.wrap(GKNDGG_fake_script)()
  1390. local function GLJGLAN_fake_script() -- TextButton_21.LocalScript
  1391. local script = Instance.new('LocalScript', TextButton_21)
  1392.  
  1393. script.Parent.MouseButton1Click:Connect(function()
  1394.  
  1395. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Cookie")
  1396.  
  1397. end)
  1398. end
  1399. coroutine.wrap(GLJGLAN_fake_script)()
  1400. local function AECM_fake_script() -- TextButton_22.LocalScript
  1401. local script = Instance.new('LocalScript', TextButton_22)
  1402.  
  1403. script.Parent.MouseButton1Click:Connect(function()
  1404.  
  1405. game.ReplicatedStorage.RemoteEvents.GiveTool:FireServer("Chips")
  1406. end)
  1407. end
  1408. coroutine.wrap(AECM_fake_script)()
  1409. local function TONK_fake_script() -- TextButton_23.LocalScript
  1410. local script = Instance.new('LocalScript', TextButton_23)
  1411.  
  1412. script.Parent.MouseButton1Click:Connect(function()
  1413. if script.Parent.Text == "-" then
  1414. script.Parent.Text = "+"
  1415. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,0, 0),"In","Quint",0.5)
  1416. elseif
  1417. script.Parent.Text == "+" then
  1418. script.Parent.Text = "-"
  1419. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,4.777, 0),"Out","Quint",0.5)
  1420. end
  1421. end)
  1422. end
  1423. coroutine.wrap(TONK_fake_script)()
  1424. local function JAJXLG_fake_script() -- TextButton_24.LocalScript
  1425. local script = Instance.new('LocalScript', TextButton_24)
  1426.  
  1427. script.Parent.MouseButton1Click:Connect(function()
  1428.  
  1429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-36, 3, -200)
  1430. end)
  1431. end
  1432. coroutine.wrap(JAJXLG_fake_script)()
  1433. local function YOMAEG_fake_script() -- TextButton_25.LocalScript
  1434. local script = Instance.new('LocalScript', TextButton_25)
  1435.  
  1436. script.Parent.MouseButton1Click:Connect(function()
  1437.  
  1438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(71, -15, -163)
  1439. end)
  1440. end
  1441. coroutine.wrap(YOMAEG_fake_script)()
  1442. local function JEQAJJV_fake_script() -- TextButton_26.LocalScript
  1443. local script = Instance.new('LocalScript', TextButton_26)
  1444.  
  1445. script.Parent.MouseButton1Click:Connect(function()
  1446.  
  1447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16, 35, -220)
  1448. end)
  1449. end
  1450. coroutine.wrap(JEQAJJV_fake_script)()
  1451. local function BLZL_fake_script() -- TextButton_27.LocalScript
  1452. local script = Instance.new('LocalScript', TextButton_27)
  1453.  
  1454. script.Parent.MouseButton1Click:Connect(function()
  1455.  
  1456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422, 3, -121)
  1457. end)
  1458. end
  1459. coroutine.wrap(BLZL_fake_script)()
  1460. local function MOUAU_fake_script() -- TextButton_28.LocalScript
  1461. local script = Instance.new('LocalScript', TextButton_28)
  1462.  
  1463. script.Parent.MouseButton1Click:Connect(function()
  1464.  
  1465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(129, 3, -125)
  1466. end)
  1467. end
  1468. coroutine.wrap(MOUAU_fake_script)()
  1469. local function OVDB_fake_script() -- TextButton_29.LocalScript
  1470. local script = Instance.new('LocalScript', TextButton_29)
  1471.  
  1472. script.Parent.MouseButton1Click:Connect(function()
  1473.  
  1474. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, -287, -1480)
  1475. end)
  1476. end
  1477. coroutine.wrap(OVDB_fake_script)()
  1478. local function FKRBDAC_fake_script() -- TextButton_30.LocalScript
  1479. local script = Instance.new('LocalScript', TextButton_30)
  1480.  
  1481. script.Parent.MouseButton1Click:Connect(function()
  1482. if script.Parent.Text == "-" then
  1483. script.Parent.Text = "+"
  1484. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,0, 0),"In","Quint",0.5)
  1485. elseif
  1486. script.Parent.Text == "+" then
  1487. script.Parent.Text = "-"
  1488. script.Parent.Parent.Frame:TweenSize(UDim2.new(1, 0,3.982, 0),"Out","Quint",0.5)
  1489. end
  1490. end)
  1491. end
  1492. coroutine.wrap(FKRBDAC_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment