Advertisement
Eliseyfoxy

trghg

Nov 26th, 2022 (edited)
1,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.25 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("BDFS Gui By Eliseyfoxy", "DarkTheme")
  3. local Tab = Window:NewTab("LocalPlayer")
  4. local Section = Tab:NewSection("LocalPlayer Scripts(all FE)")
  5. Section:NewToggle("AutoFarm", "ToggleInfo", function(state)
  6. if state then
  7. _G.w = true
  8. while _G.w == true do
  9. wait()
  10. for _,v in pairs(game.Workspace:GetDescendants()) do
  11. if v.Name == "Trashcan" then
  12. if v.CFrame == CFrame.new(99.1480865, 15.8500023, 53.1413269, -4.30345535e-05, -0.984805167, 0.173663586, -1.00000012, 4.27365303e-05, -3.75509262e-06, -3.75509262e-06, -0.173663586, -0.984805346) then
  13. fireclickdetector(v.ClickDetector)
  14. end
  15. end
  16. end
  17. wait(0.5)
  18. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass"Tool"
  19. local w = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass"Tool"
  20. local z = game:GetService("Workspace").DumpsterMoneyMaker.MoneyHitbox
  21. local v = game:GetService("Workspace").DumpsterMoneyMaker.MoneyHitbox.CFrame
  22. if w then
  23. w.Parent = game.Players.LocalPlayer.Character
  24. wait()
  25. z.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  26. elseif a then
  27. wait()
  28. z.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  29. end
  30. end
  31. while _G.w == false do
  32. wait()
  33. game:GetService("Workspace").DumpsterMoneyMaker.MoneyHitbox.CFrame = v
  34. end
  35. else
  36. _G.w = false
  37. while _G.w == true do
  38. wait()
  39. for _,v in pairs(game.Workspace:GetDescendants()) do
  40. if v.Name == "Trashcan" then
  41. if v.CFrame == CFrame.new(99.1480865, 15.8500023, 53.1413269, -4.30345535e-05, -0.984805167, 0.173663586, -1.00000012, 4.27365303e-05, -3.75509262e-06, -3.75509262e-06, -0.173663586, -0.984805346) then
  42. fireclickdetector(v.ClickDetector)
  43. end
  44. end
  45. end
  46. wait(0.5)
  47. local a = game.Players.LocalPlayer.Character:FindFirstChildOfClass"Tool"
  48. local w = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass"Tool"
  49. local z = game:GetService("Workspace").DumpsterMoneyMaker.MoneyHitbox
  50. if w then
  51. w.Parent = game.Players.LocalPlayer.Character
  52. wait()
  53. z.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  54. elseif a then
  55. wait()
  56. z.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  57. end
  58. end
  59. while _G.w == false do
  60. wait()
  61. game:GetService("Workspace").DumpsterMoneyMaker.MoneyHitbox.CFrame = CFrame.new(-123.569946, 20, 164.801575, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  62. end
  63. end
  64. end)
  65. Section:NewButton("Remove all trashbags(use after auto farming)", "ButtonInfo", function()
  66. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  67. if v.Name == "Garbage Bag" then
  68. v:Destroy()
  69. end
  70. end
  71. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  72. if v.Name == "Garbage Bag" then
  73. v:Destroy()
  74. end
  75. end
  76. end)
  77. Section:NewButton("God mode(Cant use tools,auto farm)", "ButtonInfo", function()
  78. local player = game.Players.LocalPlayer
  79. local clone = player.Character.Humanoid:Clone()
  80. clone.Parent = player.Character
  81. player.Character.Humanoid:Destroy()
  82. wait(0.1)
  83. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  84. end)
  85. Section:NewButton("No fall damage", "ButtonInfo", function()
  86. game.Players.LocalPlayer.Character.FallDamage:Destroy()
  87. end)
  88. local Section = Tab:NewSection("Death Scripts(all FE)")
  89. Section:NewButton("Move while dead(cant tp,moving faster)", "ButtonInfo", function()
  90. game.Players.LocalPlayer.Character.Head:Destroy()
  91. wait()
  92. local player = game.Players.LocalPlayer
  93. local clone = player.Character.Humanoid:Clone()
  94. clone.Parent = player.Character
  95. player.Character.Humanoid:Destroy()
  96. wait()
  97. game.Players.LocalPlayer.Character.Humanoid.AutoRotate = true
  98. wait(0.1)
  99. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  100. end)
  101. Section:NewButton("Move while dead(cant tp,moving slowly)", "ButtonInfo", function()
  102. local player = game.Players.LocalPlayer
  103. local clone = player.Character.Humanoid:Clone()
  104. clone.Parent = player.Character
  105. player.Character.Humanoid:Destroy()
  106. wait()
  107. game.Players.LocalPlayer.Character.Humanoid.AutoRotate = true
  108. wait(0.1)
  109. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  110. end)
  111. Section:NewButton("Use if you got flung or stuck on ground", "ButtonInfo", function()
  112. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  113. wait(3)
  114. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  115. end)
  116. Section:NewButton("Ragdoll", "ButtonInfo", function()
  117. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  118. end)
  119. Section:NewButton("UnRagdoll", "ButtonInfo", function()
  120. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  121. end)
  122. local Section = Tab:NewSection("Limb Scripts(all FE)")
  123. Section:NewButton("Headless(cant use death scripts)", "ButtonInfo", function()
  124. game.Players.LocalPlayer.Character.Head:Destroy()
  125. end)
  126. Section:NewButton("Chop off the head(cant use death scripts)", "ButtonInfo", function()
  127. game.Players.LocalPlayer.Character.Head:BreakJoints()
  128. end)
  129. Section:NewButton("Remove Right Arm(cant use delete character)", "ButtonInfo", function()
  130. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  131. end)
  132. Section:NewButton("Remove Left Arm(cant use delete character)", "ButtonInfo", function()
  133. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  134. end)
  135. Section:NewButton("Remove Right Leg(cant use delete character)", "ButtonInfo", function()
  136. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  137. end)
  138. Section:NewButton("Remove Left Leg(cant use delete character)", "ButtonInfo", function()
  139. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  140. end)
  141. Section:NewButton("Delete character(Can autofarm)", "ButtonInfo", function()
  142. game.Players.LocalPlayer.Character.Head:Destroy()
  143. for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  144. if v:IsA"Accessory" then
  145. v.Handle:BreakJoints()
  146. end
  147. end
  148. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  149. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  150. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  151. end)
  152. Section:NewButton("Delete character(Cant autofarm)", "ButtonInfo", function()
  153. game.Players.LocalPlayer.Character.Head:Destroy()
  154. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  155. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  156. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  157. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  158. end)
  159. local Tab = Window:NewTab("Tools")
  160. local Section = Tab:NewSection("Buy/GetTools(all FE)")
  161. Section:NewButton("Buy Burger(30 coins)", "ButtonInfo", function()
  162. fireclickdetector(game:GetService("Workspace").burgre.ClickDetector)
  163. end)
  164. Section:NewButton("Get Medkit(GodMode/NonGodMode)", "ButtonInfo", function()
  165. fireclickdetector(game:GetService("Workspace")["Meshes/Medkit"].ClickDetector)
  166. end)
  167. Section:NewButton("DupeBag(NonGodMode)", "ButtonInfo", function()
  168. for _,v in pairs(game.Workspace:GetDescendants()) do
  169. if v.Name == "Trashcan" then
  170. if v.CFrame == CFrame.new(99.1480865, 15.8500023, 53.1413269, -4.30345535e-05, -0.984805167, 0.173663586, -1.00000012, 4.27365303e-05, -3.75509262e-06, -3.75509262e-06, -0.173663586, -0.984805346) then
  171. fireclickdetector(v.ClickDetector)
  172. end
  173. end
  174. end
  175. wait(0.2)
  176. for a, w in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  177. if w.Name == "Garbage Bag" then
  178. w.Parent = game.Players.LocalPlayer.Character
  179. end
  180. end
  181. end)
  182. local Section = Tab:NewSection("Tool Scripts(all FE)")
  183. Section:NewButton("Be a bag(70 GarbageBags)", "ButtonInfo", function()
  184. for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  185. if v:IsA"Accessory" then
  186. v.Handle:BreakJoints()
  187. end
  188. end
  189. wait()
  190. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  191. local Tools = plr.Backpack:GetChildren()
  192.  
  193. Tools[1].Grip = CFrame.new(2,2,0) * CFrame.Angles(0, math.rad(0), 0)
  194. Tools[1].Parent = plr.Character
  195. Tools[2].Grip = CFrame.new(1,0,0) * CFrame.Angles(0, math.rad(0), 0)
  196. Tools[2].Parent = plr.Character
  197. Tools[3].Grip = CFrame.new(1, 1, 0) * CFrame.Angles(0, math.rad(0), 0)
  198. Tools[3].Parent = plr.Character
  199. Tools[4].Grip = CFrame.new(1, 2, 0) * CFrame.Angles(0, math.rad(0), 0)
  200. Tools[4].Parent = plr.Character
  201. Tools[5].Grip = CFrame.new(0, 1, 0) * CFrame.Angles(0, math.rad(0), 0)
  202. Tools[5].Parent = plr.Character
  203. Tools[6].Grip = CFrame.new(0, 2, 0) * CFrame.Angles(0, math.rad(0), 0)
  204. Tools[6].Parent = plr.Character
  205. Tools[7].Grip = CFrame.new(-1, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  206. Tools[7].Parent = plr.Character
  207. Tools[8].Grip = CFrame.new(-1, 1, 0) * CFrame.Angles(0, math.rad(0), 0)
  208. Tools[8].Parent = plr.Character
  209. Tools[9].Grip = CFrame.new(-1, 2, 0) * CFrame.Angles(0, math.rad(0), 0)
  210. Tools[9].Parent = plr.Character
  211. Tools[10].Grip = CFrame.new(-1, 0, -1) * CFrame.Angles(0, math.rad(0), 0)
  212. Tools[10].Parent = plr.Character
  213. Tools[11].Grip = CFrame.new(-1, 1, -1) * CFrame.Angles(0, math.rad(0), 0)
  214. Tools[11].Parent = plr.Character
  215. Tools[12].Grip = CFrame.new(-1, 2, -1) * CFrame.Angles(0, math.rad(0), 0)
  216. Tools[12].Parent = plr.Character
  217. Tools[13].Grip = CFrame.new(-1, 0, -2) * CFrame.Angles(0, math.rad(0), 0)
  218. Tools[13].Parent = plr.Character
  219. Tools[14].Grip = CFrame.new(-1, 1, -2) * CFrame.Angles(0, math.rad(0), 0)
  220. Tools[14].Parent = plr.Character
  221. Tools[15].Grip = CFrame.new(-1, 2, -2) * CFrame.Angles(0, math.rad(0), 0)
  222. Tools[15].Parent = plr.Character
  223. Tools[16].Grip = CFrame.new(-1, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  224. Tools[16].Parent = plr.Character
  225. Tools[17].Grip = CFrame.new(-1, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  226. Tools[17].Parent = plr.Character
  227. Tools[18].Grip = CFrame.new(-1, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  228. Tools[18].Parent = plr.Character
  229. Tools[19].Grip = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  230. Tools[19].Parent = plr.Character
  231. Tools[20].Grip = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  232. Tools[20].Parent = plr.Character
  233. Tools[21].Grip = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  234. Tools[21].Parent = plr.Character
  235. Tools[22].Grip = CFrame.new(0, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  236. Tools[22].Parent = plr.Character
  237. Tools[23].Grip = CFrame.new(0, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  238. Tools[23].Parent = plr.Character
  239. Tools[24].Grip = CFrame.new(0, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  240. Tools[24].Parent = plr.Character
  241. Tools[25].Grip = CFrame.new(1, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  242. Tools[25].Parent = plr.Character
  243. Tools[26].Grip = CFrame.new(1, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  244. Tools[26].Parent = plr.Character
  245. Tools[27].Grip = CFrame.new(1, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  246. Tools[27].Parent = plr.Character
  247. Tools[28].Grip = CFrame.new(2, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  248. Tools[28].Parent = plr.Character
  249. Tools[29].Grip = CFrame.new(2, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  250. Tools[29].Parent = plr.Character
  251. Tools[30].Grip = CFrame.new(2, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  252. Tools[30].Parent = plr.Character
  253. Tools[31].Grip = CFrame.new(3, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  254. Tools[31].Parent = plr.Character
  255. Tools[32].Grip = CFrame.new(3, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  256. Tools[32].Parent = plr.Character
  257. Tools[33].Grip = CFrame.new(3, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  258. Tools[33].Parent = plr.Character
  259. Tools[34].Grip = CFrame.new(4, 0, -3) * CFrame.Angles(0, math.rad(0), 0)
  260. Tools[34].Parent = plr.Character
  261. Tools[35].Grip = CFrame.new(4, 1, -3) * CFrame.Angles(0, math.rad(0), 0)
  262. Tools[35].Parent = plr.Character
  263. Tools[36].Grip = CFrame.new(4, 2, -3) * CFrame.Angles(0, math.rad(0), 0)
  264. Tools[36].Parent = plr.Character
  265. Tools[37].Grip = CFrame.new(4, 0, -2) * CFrame.Angles(0, math.rad(0), 0)
  266. Tools[37].Parent = plr.Character
  267. Tools[38].Grip = CFrame.new(4, 1, -2) * CFrame.Angles(0, math.rad(0), 0)
  268. Tools[38].Parent = plr.Character
  269. Tools[39].Grip = CFrame.new(4, 2, -2) * CFrame.Angles(0, math.rad(0), 0)
  270. Tools[39].Parent = plr.Character
  271. Tools[40].Grip = CFrame.new(4, 0, -1) * CFrame.Angles(0, math.rad(0), 0)
  272. Tools[40].Parent = plr.Character
  273. Tools[41].Grip = CFrame.new(4, 1, -1) * CFrame.Angles(0, math.rad(0), 0)
  274. Tools[41].Parent = plr.Character
  275. Tools[42].Grip = CFrame.new(4, 2, -1) * CFrame.Angles(0, math.rad(0), 0)
  276. Tools[42].Parent = plr.Character
  277. Tools[43].Grip = CFrame.new(4, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  278. Tools[43].Parent = plr.Character
  279. Tools[44].Grip = CFrame.new(4, 1, 0) * CFrame.Angles(0, math.rad(0), 0)
  280. Tools[44].Parent = plr.Character
  281. Tools[45].Grip = CFrame.new(4, 2, 0) * CFrame.Angles(0, math.rad(0), 0)
  282. Tools[45].Parent = plr.Character
  283. Tools[46].Grip = CFrame.new(3, 0, 0) * CFrame.Angles(0, math.rad(0), 0)
  284. Tools[46].Parent = plr.Character
  285. Tools[47].Grip = CFrame.new(3,1,0) * CFrame.Angles(0, math.rad(0), 0)
  286. Tools[47].Parent = plr.Character
  287. Tools[48].Grip = CFrame.new(3,2,0) * CFrame.Angles(0, math.rad(0), 0)
  288. Tools[48].Parent = plr.Character
  289. Tools[49].Grip = CFrame.new(2,0,0) * CFrame.Angles(0, math.rad(0), 0)
  290. Tools[49].Parent = plr.Character
  291. Tools[50].Grip = CFrame.new(2,1,0) * CFrame.Angles(0, math.rad(0), 0)
  292. Tools[50].Parent = plr.Character
  293. Tools[51].Grip = CFrame.new(0,-1,0) * CFrame.Angles(0, math.rad(0), 0)
  294. Tools[51].Parent = plr.Character
  295. Tools[52].Grip = CFrame.new(1,-1,0) * CFrame.Angles(0, math.rad(0), 0)
  296. Tools[52].Parent = plr.Character
  297. Tools[53].Grip = CFrame.new(2,-1,0) * CFrame.Angles(0, math.rad(0), 0)
  298. Tools[53].Parent = plr.Character
  299. Tools[54].Grip = CFrame.new(3,-1,0) * CFrame.Angles(0, math.rad(0), 0)
  300. Tools[54].Parent = plr.Character
  301. Tools[55].Grip = CFrame.new(3,-1,-1) * CFrame.Angles(0, math.rad(0), 0)
  302. Tools[55].Parent = plr.Character
  303. Tools[56].Grip = CFrame.new(3,-1,-2) * CFrame.Angles(0, math.rad(0), 0)
  304. Tools[56].Parent = plr.Character
  305. Tools[57].Grip = CFrame.new(3,-1,-3) * CFrame.Angles(0, math.rad(0), 0)
  306. Tools[57].Parent = plr.Character
  307. Tools[58].Grip = CFrame.new(2,-1,-3) * CFrame.Angles(0, math.rad(0), 0)
  308. Tools[58].Parent = plr.Character
  309. Tools[59].Grip = CFrame.new(1,-1,-3) * CFrame.Angles(0, math.rad(0), 0)
  310. Tools[59].Parent = plr.Character
  311. Tools[60].Grip = CFrame.new(0,-1,-2) * CFrame.Angles(0, math.rad(0), 0)
  312. Tools[60].Parent = plr.Character
  313. Tools[61].Grip = CFrame.new(0,-1,-1) * CFrame.Angles(0, math.rad(0), 0)
  314. Tools[61].Parent = plr.Character
  315. Tools[62].Grip = CFrame.new(1.5,-2,-1.5) * CFrame.Angles(0, math.rad(0), 0)
  316. Tools[62].Parent = plr.Character
  317. Tools[63].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  318. Tools[63].Parent = plr.Character
  319. Tools[64].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  320. Tools[64].Parent = plr.Character
  321. Tools[65].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  322. Tools[65].Parent = plr.Character
  323. Tools[66].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  324. Tools[66].Parent = plr.Character
  325. Tools[67].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  326. Tools[67].Parent = plr.Character
  327. Tools[68].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  328. Tools[68].Parent = plr.Character
  329. Tools[69].Grip = CFrame.new(0,0,0) * CFrame.Angles(0, math.rad(0), 0)
  330. Tools[69].Parent = plr.Character
  331. Tools[70].Grip = CFrame.new(0,-1,-3) * CFrame.Angles(0, math.rad(0), 0)
  332. Tools[70].Parent = plr.Character
  333.  
  334. end)
  335. Section:NewButton("MegaPenisto(70 GarbageBags)", "ButtonInfo", function()
  336. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  337. local Tools = plr.Backpack:GetChildren()
  338.  
  339. Tools[1].Grip = CFrame.new(1.5,0,-1) * CFrame.Angles(0, math.rad(0), 0)
  340. Tools[1].Parent = plr.Character
  341. Tools[2].Grip = CFrame.new(1.5,0,0) * CFrame.Angles(0, math.rad(0), 0)
  342. Tools[2].Parent = plr.Character
  343. Tools[3].Grip = CFrame.new(1.5,0,1) * CFrame.Angles(0, math.rad(0), 0)
  344. Tools[3].Parent = plr.Character
  345. Tools[4].Grip = CFrame.new(1.5,0,2) * CFrame.Angles(0, math.rad(0), 0)
  346. Tools[4].Parent = plr.Character
  347. Tools[5].Grip = CFrame.new(1.5,0,3) * CFrame.Angles(0, math.rad(0), 0)
  348. Tools[5].Parent = plr.Character
  349. Tools[6].Grip = CFrame.new(1.5,0,4) * CFrame.Angles(0, math.rad(0), 0)
  350. Tools[6].Parent = plr.Character
  351. Tools[7].Grip = CFrame.new(1.5,0,5) * CFrame.Angles(0, math.rad(0), 0)
  352. Tools[7].Parent = plr.Character
  353. Tools[8].Grip = CFrame.new(1.5,0,6) * CFrame.Angles(0, math.rad(0), 0)
  354. Tools[8].Parent = plr.Character
  355. Tools[9].Grip = CFrame.new(1.5,0,7) * CFrame.Angles(0, math.rad(0), 0)
  356. Tools[9].Parent = plr.Character
  357. Tools[10].Grip = CFrame.new(1.5,0,8) * CFrame.Angles(0, math.rad(0), 0)
  358. Tools[10].Parent = plr.Character
  359. Tools[11].Grip = CFrame.new(1.5,0,9) * CFrame.Angles(0, math.rad(0), 0)
  360. Tools[11].Parent = plr.Character
  361. Tools[12].Grip = CFrame.new(1.5,0,10) * CFrame.Angles(0, math.rad(0), 0)
  362. Tools[12].Parent = plr.Character
  363. Tools[13].Grip = CFrame.new(1.5,0,11) * CFrame.Angles(0, math.rad(0), 0)
  364. Tools[13].Parent = plr.Character
  365. Tools[14].Grip = CFrame.new(1.5,0,12) * CFrame.Angles(0, math.rad(0), 0)
  366. Tools[14].Parent = plr.Character
  367. Tools[15].Grip = CFrame.new(1.5,0,13) * CFrame.Angles(0, math.rad(0), 0)
  368. Tools[15].Parent = plr.Character
  369. Tools[16].Grip = CFrame.new(1.5,0,14) * CFrame.Angles(0, math.rad(0), 0)
  370. Tools[16].Parent = plr.Character
  371. Tools[17].Grip = CFrame.new(1.5,0,15) * CFrame.Angles(0, math.rad(0), 0)
  372. Tools[17].Parent = plr.Character
  373. Tools[18].Grip = CFrame.new(1.5,0,16) * CFrame.Angles(0, math.rad(0), 0)
  374. Tools[18].Parent = plr.Character
  375. Tools[19].Grip = CFrame.new(1.5,0,17) * CFrame.Angles(0, math.rad(0), 0)
  376. Tools[19].Parent = plr.Character
  377. Tools[20].Grip = CFrame.new(1.5,0,18) * CFrame.Angles(0, math.rad(0), 0)
  378. Tools[20].Parent = plr.Character
  379. Tools[21].Grip = CFrame.new(1.5,0,19) * CFrame.Angles(0, math.rad(0), 0)
  380. Tools[21].Parent = plr.Character
  381. Tools[22].Grip = CFrame.new(1.5,0,20) * CFrame.Angles(0, math.rad(0), 0)
  382. Tools[22].Parent = plr.Character
  383. Tools[23].Grip = CFrame.new(1.5,0,21) * CFrame.Angles(0, math.rad(0), 0)
  384. Tools[23].Parent = plr.Character
  385. Tools[24].Grip = CFrame.new(1.5,0,22) * CFrame.Angles(0, math.rad(0), 0)
  386. Tools[24].Parent = plr.Character
  387. Tools[25].Grip = CFrame.new(1.5,0,23) * CFrame.Angles(0, math.rad(0), 0)
  388. Tools[25].Parent = plr.Character
  389. Tools[26].Grip = CFrame.new(1.5,0,24) * CFrame.Angles(0, math.rad(0), 0)
  390. Tools[26].Parent = plr.Character
  391. Tools[27].Grip = CFrame.new(1.5,0,25) * CFrame.Angles(0, math.rad(0), 0)
  392. Tools[27].Parent = plr.Character
  393. Tools[28].Grip = CFrame.new(1.5,0,26) * CFrame.Angles(0, math.rad(0), 0)
  394. Tools[28].Parent = plr.Character
  395. Tools[29].Grip = CFrame.new(1.5,0,27) * CFrame.Angles(0, math.rad(0), 0)
  396. Tools[29].Parent = plr.Character
  397. Tools[30].Grip = CFrame.new(1.5,0,28) * CFrame.Angles(0, math.rad(0), 0)
  398. Tools[30].Parent = plr.Character
  399. Tools[31].Grip = CFrame.new(1.5,0,29) * CFrame.Angles(0, math.rad(0), 0)
  400. Tools[31].Parent = plr.Character
  401. Tools[32].Grip = CFrame.new(1.5,0,30) * CFrame.Angles(0, math.rad(0), 0)
  402. Tools[32].Parent = plr.Character
  403. Tools[33].Grip = CFrame.new(1.5,0,31) * CFrame.Angles(0, math.rad(0), 0)
  404. Tools[33].Parent = plr.Character
  405. Tools[34].Grip = CFrame.new(1.5,0,32) * CFrame.Angles(0, math.rad(0), 0)
  406. Tools[34].Parent = plr.Character
  407. Tools[35].Grip = CFrame.new(1.5,0,33) * CFrame.Angles(0, math.rad(0), 0)
  408. Tools[35].Parent = plr.Character
  409. Tools[36].Grip = CFrame.new(1.5,0,34) * CFrame.Angles(0, math.rad(0), 0)
  410. Tools[36].Parent = plr.Character
  411. Tools[37].Grip = CFrame.new(1.5,0,35) * CFrame.Angles(0, math.rad(0), 0)
  412. Tools[37].Parent = plr.Character
  413. Tools[38].Grip = CFrame.new(1.5,0,36) * CFrame.Angles(0, math.rad(0), 0)
  414. Tools[38].Parent = plr.Character
  415. Tools[39].Grip = CFrame.new(1.5,0,37) * CFrame.Angles(0, math.rad(0), 0)
  416. Tools[39].Parent = plr.Character
  417. Tools[40].Grip = CFrame.new(1.5,0,38) * CFrame.Angles(0, math.rad(0), 0)
  418. Tools[40].Parent = plr.Character
  419. Tools[41].Grip = CFrame.new(1.5,0,39) * CFrame.Angles(0, math.rad(0), 0)
  420. Tools[41].Parent = plr.Character
  421. Tools[42].Grip = CFrame.new(1.5,0,40) * CFrame.Angles(0, math.rad(0), 0)
  422. Tools[42].Parent = plr.Character
  423. Tools[43].Grip = CFrame.new(1.5,0,41) * CFrame.Angles(0, math.rad(0), 0)
  424. Tools[43].Parent = plr.Character
  425. Tools[44].Grip = CFrame.new(1.5,0,42) * CFrame.Angles(0, math.rad(0), 0)
  426. Tools[44].Parent = plr.Character
  427. Tools[45].Grip = CFrame.new(1.5,0,43) * CFrame.Angles(0, math.rad(0), 0)
  428. Tools[45].Parent = plr.Character
  429. Tools[46].Grip = CFrame.new(1.5,0,44) * CFrame.Angles(0, math.rad(0), 0)
  430. Tools[46].Parent = plr.Character
  431. Tools[47].Grip = CFrame.new(1.5,0,45) * CFrame.Angles(0, math.rad(0), 0)
  432. Tools[47].Parent = plr.Character
  433. Tools[48].Grip = CFrame.new(1.5,0,46) * CFrame.Angles(0, math.rad(0), 0)
  434. Tools[48].Parent = plr.Character
  435. Tools[49].Grip = CFrame.new(1.5,0,47) * CFrame.Angles(0, math.rad(0), 0)
  436. Tools[49].Parent = plr.Character
  437. Tools[50].Grip = CFrame.new(1.5,0,48) * CFrame.Angles(0, math.rad(0), 0)
  438. Tools[50].Parent = plr.Character
  439. Tools[51].Grip = CFrame.new(1.5,0,49) * CFrame.Angles(0, math.rad(0), 0)
  440. Tools[51].Parent = plr.Character
  441. Tools[52].Grip = CFrame.new(1.5,0,50) * CFrame.Angles(0, math.rad(0), 0)
  442. Tools[52].Parent = plr.Character
  443. Tools[53].Grip = CFrame.new(1.5,0,51) * CFrame.Angles(0, math.rad(0), 0)
  444. Tools[53].Parent = plr.Character
  445. Tools[54].Grip = CFrame.new(1.5,0,52) * CFrame.Angles(0, math.rad(0), 0)
  446. Tools[54].Parent = plr.Character
  447. Tools[55].Grip = CFrame.new(1.5,0,53) * CFrame.Angles(0, math.rad(0), 0)
  448. Tools[55].Parent = plr.Character
  449. Tools[56].Grip = CFrame.new(1.5,0,54) * CFrame.Angles(0, math.rad(0), 0)
  450. Tools[56].Parent = plr.Character
  451. Tools[57].Grip = CFrame.new(1.5,0,55) * CFrame.Angles(0, math.rad(0), 0)
  452. Tools[57].Parent = plr.Character
  453. Tools[58].Grip = CFrame.new(1.5,0,56) * CFrame.Angles(0, math.rad(0), 0)
  454. Tools[58].Parent = plr.Character
  455. Tools[59].Grip = CFrame.new(1.5,0,57) * CFrame.Angles(0, math.rad(0), 0)
  456. Tools[59].Parent = plr.Character
  457. Tools[60].Grip = CFrame.new(1.5,0,58) * CFrame.Angles(0, math.rad(0), 0)
  458. Tools[60].Parent = plr.Character
  459. Tools[61].Grip = CFrame.new(1.5,0,59) * CFrame.Angles(0, math.rad(0), 0)
  460. Tools[61].Parent = plr.Character
  461. Tools[62].Grip = CFrame.new(1.5,0,60) * CFrame.Angles(0, math.rad(0), 0)
  462. Tools[62].Parent = plr.Character
  463. Tools[63].Grip = CFrame.new(1.5,0,61) * CFrame.Angles(0, math.rad(0), 0)
  464. Tools[63].Parent = plr.Character
  465. Tools[64].Grip = CFrame.new(1.5,0,62) * CFrame.Angles(0, math.rad(0), 0)
  466. Tools[64].Parent = plr.Character
  467. Tools[65].Grip = CFrame.new(1.5,0,63) * CFrame.Angles(0, math.rad(0), 0)
  468. Tools[65].Parent = plr.Character
  469. Tools[66].Grip = CFrame.new(1.5,0,64) * CFrame.Angles(0, math.rad(0), 0)
  470. Tools[66].Parent = plr.Character
  471. Tools[67].Grip = CFrame.new(1.5,0,65) * CFrame.Angles(0, math.rad(0), 0)
  472. Tools[67].Parent = plr.Character
  473. Tools[68].Grip = CFrame.new(1.5,0,66) * CFrame.Angles(0, math.rad(0), 0)
  474. Tools[68].Parent = plr.Character
  475. Tools[70].Grip = CFrame.new(-1.5, 2, 0) * CFrame.Angles(0, math.rad(0), 1.5)
  476. Tools[70].Parent = plr.Character
  477. Tools[69].Grip = CFrame.new(1.8, -1, 0) * CFrame.Angles(0, math.rad(0), -1.5)
  478. Tools[69].Parent = plr.Character
  479.  
  480.  
  481.  
  482. end)
  483. Section:NewButton("Penisto(5 GarbageBags)", "ButtonInfo", function()
  484. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  485. local Tools = plr.Backpack:GetChildren()
  486.  
  487. Tools[1].Grip = CFrame.new(1.5, -1, 1.5) * CFrame.Angles(1.5, math.rad(0), 0)
  488. Tools[1].Parent = plr.Character
  489.  
  490. Tools[2].Grip = CFrame.new(-1.5, 2, 0) * CFrame.Angles(0, math.rad(0), 1.5)
  491. Tools[2].Parent = plr.Character
  492.  
  493. Tools[3].Grip = CFrame.new(1.8, -1, 0) * CFrame.Angles(0, math.rad(0), -1.5)
  494. Tools[3].Parent = plr.Character
  495.  
  496. Tools[4].Grip = CFrame.new(1.5, -2.5, 1.5) * CFrame.Angles(1.5, math.rad(0), 0)
  497. Tools[4].Parent = plr.Character
  498.  
  499. Tools[5].Grip = CFrame.new(1.5, -4.3, 1.5) * CFrame.Angles(1.5, math.rad(0), 0)
  500. Tools[5].Parent = plr.Character
  501. end)
  502. Section:NewButton("BagHead(1 GarbageBag)", "ButtonInfo", function()
  503. for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  504. if v:IsA"Accessory" then
  505. v.Handle:BreakJoints()
  506. end
  507. end
  508. wait(0.1)
  509. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  510. local Tools = plr.Backpack:GetChildren()
  511.  
  512. Tools[1].Grip = CFrame.new(1.4, -2, -1.5) * CFrame.Angles(0, math.rad(0), 0)
  513. Tools[1].Parent = plr.Character
  514. end)
  515. Section:NewButton("Anti tool scripts fling(activate tool script first)", "ButtonInfo", function()
  516. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  517. if v:IsA"Tool" then
  518. v.Handle.Massless = true
  519. v.Handle.CanCollide = false
  520. v.Bag.Massless = true
  521. v.Bag.CanCollide = false
  522. end
  523. end
  524. end)
  525. local Tab = Window:NewTab("Teleports")
  526. local Section = Tab:NewSection("TeleportMenu")
  527. Section:NewButton("Cafe", "ButtonInfo", function()
  528. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  529. end)
  530. Section:NewButton("ToolsBooth", "ButtonInfo", function()
  531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  532. end)
  533. Section:NewButton("Cafe(dead)", "ButtonInfo", function()
  534. game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  535. game.Players.LocalPlayer.Character["Left Arm"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  536. game.Players.LocalPlayer.Character["Right Arm"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  537. game.Players.LocalPlayer.Character["Left Leg"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  538. game.Players.LocalPlayer.Character["Right Leg"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  539. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  540. end)
  541. Section:NewButton("ToolsBooth(dead)", "ButtonInfo", function()
  542. game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  543. game.Players.LocalPlayer.Character["Left Arm"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  544. game.Players.LocalPlayer.Character["Right Arm"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  545. game.Players.LocalPlayer.Character["Left Leg"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  546. game.Players.LocalPlayer.Character["Right Leg"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  547. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  548. end)
  549. Section:NewButton("Cafe(dead,headless)", "ButtonInfo", function()
  550. game.Players.LocalPlayer.Character["Left Arm"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  551. game.Players.LocalPlayer.Character["Right Arm"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  552. game.Players.LocalPlayer.Character["Left Leg"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  553. game.Players.LocalPlayer.Character["Right Leg"].CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  554. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(-1.5305835, 17.9999962, 167.612549, -0.00564076891, -0.000753691187, 0.999983966, 0, 0.999999762, 0.000753703178, -0.999984205, 4.25131293e-06, -0.00564074516)
  555. end)
  556. Section:NewButton("ToolsBooth(dead,headless)", "ButtonInfo", function()
  557. game.Players.LocalPlayer.Character["Left Arm"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  558. game.Players.LocalPlayer.Character["Right Arm"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  559. game.Players.LocalPlayer.Character["Left Leg"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  560. game.Players.LocalPlayer.Character["Right Leg"].CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  561. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(10.8263149, 18, 59.9354286, -0.021355994, 0.00463623833, 0.999761283, 2.32830644e-10, 0.999989271, -0.00463729585, -0.999772012, -9.9033583e-05, -0.0213557482)
  562. end)
  563. --
  564. -- yea)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement