Advertisement
2AreYouMental110

break in script ver 3

Jul 11th, 2022
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 KB | None | 0 0
  1. ------------------VERSIONS--------------------
  2. -- https://pastebin.com/fQLcUvwj first version
  3. -- https://pastebin.com/geMGgCqa second version
  4.  
  5.  
  6. --[ update logs 10/3/2021 ]--
  7.  
  8. -- added discord id
  9. -- added private server??
  10.  
  11.  
  12.  
  13.  
  14.  
  15. -- made by areyoumental110#3210
  16.  
  17.  
  18. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  19. local Window = Library.CreateLib("Break in (story) hack", "Sentinel")
  20. local Tab = Window:NewTab("discord")
  21. local Section = Tab:NewSection("discord")
  22. Section:NewButton("discord server", "click the button to copy", function()
  23. setclipboard("https://discord.gg/vKmN9tJv8w")
  24. end)
  25. Section:NewButton("discord id", "click the button to copy", function()
  26. setclipboard("AreYouMental110#3210")
  27. end)
  28. local Tab = Window:NewTab("Items")
  29.  
  30.  
  31.  
  32.  
  33. local Section = Tab:NewSection("medkits and stuff")
  34. Section:NewButton("Medkit", "original medkit (cant heal yourself)", function()
  35. local A_1 = "Medkit"
  36. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  37. Event:FireServer(A_1)
  38. end)
  39. Section:NewButton("Cure", "medkit in a bottle (can heal yourself)", function()
  40. local A_1 = "Cure"
  41. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  42. Event:FireServer(A_1)
  43. end)
  44.  
  45.  
  46.  
  47. local Section = Tab:NewSection("food and stuff")
  48. Section:NewButton("Apple", "just an apple", function()
  49. local A_1 = "Apple"
  50. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  51. Event:FireServer(A_1)
  52. end)
  53. Section:NewButton("Cookie", "just a cookie", function()
  54. local A_1 = "Cookie"
  55. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  56. Event:FireServer(A_1)
  57. end)
  58. Section:NewButton("Bloxy Cola", "bloxy cola", function()
  59. local A_1 = "BloxyCola"
  60. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  61. Event:FireServer(A_1)
  62. end)
  63. Section:NewButton("Chips", "lays chips", function()
  64. local A_1 = "Chips"
  65. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  66. Event:FireServer(A_1)
  67. end)
  68. Section:NewButton("Lollipop", "wait your telling me eating candy makes me healthier?", function()
  69. local A_1 = "Lollipop"
  70. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  71. Event:FireServer(A_1)
  72. end)
  73. Section:NewButton("Epic Pizza", "yes very epic indeed it gives you 69 energy", function()
  74. local A_1 = "EpicPizza"
  75. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  76. Event:FireServer(A_1)
  77. end)
  78. Section:NewButton("Pizza", "leaning tower of piza", function()
  79. local A_1 = "Pizza3" -- btw numbers on how big it is
  80. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  81. Event:FireServer(A_1)
  82. end)
  83. Section:NewButton("Expired Bloxy Cola", "why does it give you health if its expired tho?", function()
  84. local A_1 = "ExpiredBloxyCola"
  85. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  86. Event:FireServer(A_1)
  87. end)
  88.  
  89.  
  90.  
  91.  
  92.  
  93. local Section = Tab:NewSection("toys")
  94. Section:NewButton("Lollipop", "wait your telling me eating candy makes me healthier?", function()
  95. local A_1 = "Lollipop"
  96. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  97. Event:FireServer(A_1)
  98. end)
  99. Section:NewButton("Chips", "lays chips", function()
  100. local A_1 = "Chips"
  101. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  102. Event:FireServer(A_1)
  103. end)
  104. Section:NewButton("Teddy", "you are invisible but scary larry still gets you", function()
  105. local A_1 = "TeddyBloxpin"
  106. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  107. Event:FireServer(A_1)
  108. end)
  109.  
  110.  
  111.  
  112.  
  113. local Section = Tab:NewSection("weapons")
  114. Section:NewButton("Bat", "you can kill evil people but you cant kill players?", function()
  115. local A_1 = "Bat"
  116. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  117. Event:FireServer(A_1)
  118. end)
  119. Section:NewButton("Sword", "i know your supposed to unlock it later but no", function()
  120. local A_1 = "LinkedSword"
  121. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  122. Event:FireServer(A_1)
  123. end)
  124. Section:NewButton("Hammer", "its hammer time", function()
  125. local A_1 = true
  126. local A_2 = "Hammer"
  127. local Event = game:GetService("ReplicatedStorage").RemoteEvents.BasementWeapon
  128. Event:FireServer(A_1, A_2)
  129. end)
  130.  
  131.  
  132.  
  133.  
  134. local Section = Tab:NewSection("other")
  135. Section:NewButton("Give plank 50x", "protecc the windows", function()
  136. for i = 1, 200 do
  137. wait(1)
  138. local A_1 = "Plank"
  139. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  140. Event:FireServer(A_1)
  141. end
  142. end)
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. local Tab = Window:NewTab("Misc")
  150. local Section = Tab:NewSection("fog stuff")
  151. Section:NewButton("Remove fog", "no more scary fog!!", function()
  152. game.Lighting.FogStart = 696969
  153. game.Lighting.FogEnd = 696969
  154. end)
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161. local Section = Tab:NewSection("keys")
  162. Section:NewButton("Get keys for truck", "unlock the new ending", function()
  163. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GetKeys
  164. Event:FireServer()
  165. end)
  166. Section:NewButton("Keys for basement", "keys for basement", function()
  167. local A_1 = "Key"
  168. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  169. Event:FireServer(A_1)
  170. end)
  171. local Section = Tab:NewSection("cat")
  172. Section:NewButton("Befriend cat", "befriend the cat", function()
  173. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cattery
  174. Event:FireServer()
  175. end)
  176.  
  177.  
  178.  
  179.  
  180. local Section = Tab:NewSection("egg hunt ending")
  181. Section:NewButton("click when you got a piece of ice", "egg hunt", function()
  182. local A_1 = 1
  183. local A_2 = "IcePart1"
  184. local Event = game:GetService("ReplicatedStorage").RemoteEvents.EggHuntEvent
  185. Event:FireServer(A_1, A_2)
  186. wait "0.1"
  187. local A_1 = 2
  188. local A_2 = "IcePart2"
  189. local Event = game:GetService("ReplicatedStorage").RemoteEvents.EggHuntEvent
  190. Event:FireServer(A_1, A_2)
  191. wait "0.1"
  192. local A_1 = 1
  193. local A_2 = "IcePart2"
  194. local Event = game:GetService("ReplicatedStorage").RemoteEvents.EggHuntEvent
  195. Event:FireServer(A_1, A_2)
  196. end)
  197.  
  198.  
  199.  
  200.  
  201. local Section = Tab:NewSection("kill bad guys")
  202. Section:NewButton("kill bad guys", "lags", function()
  203. for i,v in pairs(game.Workspace.BadGuys:GetChildren()) do
  204. for i = 1, 50 do
  205. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,10)
  206. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  207. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,9)
  208. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,8)
  209. game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v,996)
  210. end
  211. end
  212. end)
  213.  
  214.  
  215.  
  216.  
  217.  
  218. local Section = Tab:NewSection("other")
  219. Section:NewButton("glue items to hand when you press backspace", "everyone is gonna look at you weirdly", function()
  220. while wait(1) do
  221. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  222. if v:IsA("Tool") then
  223. v.CanBeDropped = true
  224. end
  225. end
  226. end
  227. end)
  228. Section:NewButton("open safe", "everyone: how", function()
  229. game.ReplicatedStorage.RemoteEvents.Safe:FireServer(game:GetService("Workspace").CodeNote.SurfaceGui.TextLabel.Text)
  230. end)
  231.  
  232.  
  233.  
  234.  
  235.  
  236. local Section = Tab:NewSection("stuff i cant explain")
  237. Section:NewButton("private server??", "i tried serverhopping", function()
  238. game:GetService("TeleportService"):Teleport(4620170611, game:GetService("Players").LocalPlayer)
  239. end)
  240.  
  241.  
  242.  
  243.  
  244. local Tab = Window:NewTab("Roles (only for lobby)")
  245. local Section = Tab:NewSection("robux ones")
  246. Section:NewButton("Swat", "bigger gun", function()
  247. local A_1 = "SwatGun"
  248. local A_2 = true
  249. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  250. Event:FireServer(A_1, A_2)
  251. end)
  252. Section:NewButton("Police officer", "gun", function()
  253. local A_1 = "Gun"
  254. local A_2 = true
  255. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  256. Event:FireServer(A_1, A_2)
  257. end)
  258. Section:NewButton("The fighter", "toy sword lmao", function()
  259. local A_1 = "Sword"
  260. local A_2 = true
  261. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  262. Event:FireServer(A_1, A_2)
  263. end)
  264.  
  265.  
  266.  
  267.  
  268.  
  269. local Section = Tab:NewSection("win ones")
  270. Section:NewButton("Guest", "probably", function()
  271. local A_1 = "LinkedSword"
  272. local A_2 = true
  273. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  274. Event:FireServer(A_1, A_2)
  275. end)
  276. Section:NewButton("Lollipop", "girl's gonna get diabetes before she knows it", function()
  277. local A_1 = "Lollipop"
  278. local A_2 = true
  279. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  280. Event:FireServer(A_1, A_2)
  281. end)
  282.  
  283.  
  284.  
  285.  
  286. local Tab = Window:NewTab("Healing")
  287. local Section = Tab:NewSection("item way")
  288. Section:NewButton("Cure", "medkit in a bottle (can heal yourself)", function()
  289. local A_1 = "Cure"
  290. local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  291. Event:FireServer(A_1)
  292. end)
  293.  
  294.  
  295.  
  296.  
  297. local Section = Tab:NewSection("cat way")
  298. Section:NewButton("H e a l", "needs befriend cat", function()
  299. for i = 1, 200 do
  300. wait(0.0001)
  301. local A_1 = "Cat"
  302. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Energy
  303. Event:FireServer(A_1)
  304. end
  305. end)
  306. Section:NewButton("Befriend cat", "befriend the cat", function()
  307. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cattery
  308. Event:FireServer()
  309. end)
  310.  
  311.  
  312.  
  313. local Tab = Window:NewTab("Teleportation")
  314. local Section = Tab:NewSection("in the house")
  315. Section:NewButton("Attic", "why is there even a pie dish there", function()
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-14.697402, 36.4197998, -208.872543, -0.644324303, -3.71446873e-08, -0.764752388, -3.10436228e-08, 1, -2.24157866e-08, 0.764752388, 9.29764976e-09, -0.644324303)
  317. end)
  318. Section:NewButton("Basement", "scary larry has really good capturing-children skills", function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(69.8310394, -13.7755079, -165.977463, 0.95127666, 9.82377957e-10, 0.308338702, 2.93541635e-10, 1, -4.09166079e-09, -0.308338702, 3.98281141e-09, 0.95127666)
  320. end)
  321.  
  322.  
  323.  
  324. local Section = Tab:NewSection("sewers")
  325. Section:NewButton("Sewers", "casual sewer nothing will go wrong", function()
  326. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(265.276642, -273.991974, -1554.37134, -0.99914068, -2.66190581e-09, -0.0414475761, -2.67436318e-09, 1, 2.45109155e-10, 0.0414475761, 3.55744406e-10, -0.99914068)
  327. end)
  328. Section:NewButton("Boss fight", "normal bossfight what would you expect", function()
  329. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-69.2129364, -286.247009, -1470.77979, -0.60776031, 1.01906053e-07, 0.79412055, 2.24060646e-08, 1, -1.11177755e-07, -0.79412055, -4.97763075e-08, -0.60776031)
  330. end)
  331. Section:NewButton("Sewer man", "why is this guy even here", function()
  332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(111.958931, -271.61615, -1519.72192, -0.516001701, 0.0252035502, -0.856216669, 0.0753103346, 0.997031152, -0.016037453, 0.853270531, -0.0727573186, -0.516367912)
  333. end)
  334.  
  335.  
  336.  
  337.  
  338.  
  339. local Section = Tab:NewSection("scary larry")
  340. Section:NewButton("Scary larry's house", "a note for him: get rekd by noobs lmao", function()
  341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1812.02661, 4961.30664, -2453.44116, 0.998638332, -2.23233911e-08, -0.0521681011, 2.30351187e-08, 1, 1.30417206e-08, 0.0521681011, -1.42256606e-08, 0.998638332)
  342. end)
  343. Section:NewButton("Boss fight", "normal bossfight what would you expect", function()
  344. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-69.2129364, -286.247009, -1470.77979, -0.60776031, 1.01906053e-07, 0.79412055, 2.24060646e-08, 1, -1.11177755e-07, -0.79412055, -4.97763075e-08, -0.60776031)
  345. end)
  346.  
  347.  
  348.  
  349.  
  350. local Section = Tab:NewSection("outside")
  351. Section:NewButton("Store", "for some reason the store sells money for robux??", function()
  352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-430.400269, 4.75861835, -118.748116, -0.0400790386, 4.17824992e-08, 0.999196529, -6.09064017e-08, 1, -4.42591315e-08, -0.999196529, -6.26313295e-08, -0.0400790386)
  353. end)
  354. Section:NewButton("Uncle pete's car", "how does he even know where scary larry's house is", function()
  355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54.1903534, 8.42566395, -59.2815132, -0.997427762, -9.33169653e-10, -0.0716788396, -7.80057297e-10, 1, -2.16408202e-09, 0.0716788396, -2.10260187e-09, -0.997427762)
  356. end)
  357.  
  358.  
  359.  
  360.  
  361. local Tab = Window:NewTab("Gui's")
  362. local Section = Tab:NewSection("gui's")
  363. Section:NewButton("MAGIXX's gui", "some features are in here so go check it out", function()
  364. loadstring(game:HttpGet("https://pastebin.com/raw/iQRLPTED"))()
  365. end)
  366. Section:NewButton("script 2", "idk who made this but its pretty old so some features dont work", function()
  367. loadstring(game:HttpGet("https://pastebin.com/raw/bcLiJwFt"))()
  368. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement