Advertisement
wallop560

burger king fucker V2

Apr 15th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1.  
  2.  
  3. local origchildren = game.Players.LocalPlayer.Character:GetChildren()
  4. warn("Deleting Barriers...")
  5. workspace.tipjars:Destroy()
  6. workspace.kitchendoor:Destroy()
  7. workspace.kitchendoor:Destroy()
  8. warn("Loading...")
  9. local library = loadstring(game:HttpGet("https://pastebin.com/raw/CkyR8ePz", true))()
  10.  
  11.  
  12.  
  13. local w = library:CreateWindow('handTo')
  14. local w2 = library:CreateWindow('exeptions')
  15. local toggle2 = w2:Toggle('Exeption',{flag = "ex1"})
  16.  
  17.  
  18.  
  19. local toggle1 = w:Toggle('Spam',{flag = "Spam"})
  20. local button1 = w:Button("Equip all", function()
  21. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  22. if v.Name ~= "LocalScript" and v.Name ~= "Model" then
  23. v.Parent = game.Players.LocalPlayer.Character
  24. end
  25. end
  26. end)
  27.  
  28.  
  29. local plrs = {"all"}
  30. for i, child in ipairs(game.Players:GetPlayers()) do
  31.  
  32. table.insert(plrs,child.Name)
  33.  
  34. end
  35. local box2 = w2:SearchBox("Player", {
  36. location = shared;
  37. flag = "Plr";
  38. list = plrs
  39.  
  40. }, function(enter)
  41. ex1 = enter
  42. end)
  43.  
  44. local search = w:SearchBox("Player", {
  45. location = shared;
  46. flag = "Player";
  47. list = plrs
  48.  
  49. }, function(enter)
  50. Player = enter
  51. end)
  52. function find(name)
  53. for i,d in pairs(plrs) do
  54. if name == d then
  55. return i
  56. end
  57. end
  58. return nil
  59. end
  60.  
  61. game.Players.PlayerAdded:Connect(function(plr)
  62. if find(plr.Name) == nil then
  63. local old = w.flags.Player
  64. table.insert(plrs, plr.Name)
  65.  
  66. end
  67. end)
  68. game.Players.PlayerRemoving:Connect(function(plr)
  69. local id = find(plr.Name)
  70. if id then
  71. local old = w.flags.Player
  72. table.remove(plrs, id)
  73.  
  74. end
  75. end)
  76.  
  77.  
  78.  
  79.  
  80. --section3 clicktp
  81. local TweenService = game:GetService("TweenService")
  82.  
  83. local mouse = game.Players.LocalPlayer:GetMouse()
  84. local w3 = library:CreateWindow('clicktp')
  85. w3:Bind("Toggle key:", {
  86. flag = "toggle";
  87. kbonly = true;
  88. default = Enum.KeyCode.G;
  89. }, function()
  90. local tweenInfo = TweenInfo.new(
  91. 1, -- Time
  92. Enum.EasingStyle.Linear, -- EasingStyle
  93. Enum.EasingDirection.Out, -- EasingDirection
  94. 0, -- RepeatCount (when less than zero the tween will loop indefinitely)
  95. false, -- Reverses (tween will reverse once reaching it's goal)
  96. 0 -- DelayTime
  97. )
  98. local tween = TweenService:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tweenInfo, {CFrame = mouse.Hit})
  99. tween:Play()
  100. end)
  101.  
  102.  
  103. --section4 others
  104. local w4 = library:CreateWindow('other')
  105. local button3 = w4:Button("Naked", function()
  106. game.Players.LocalPlayer.Character.Pants:Destroy()
  107. game.Players.LocalPlayer.Character.Shirt:Destroy()
  108. end)
  109. local button4 = w4:Button("Creeper (R15)", function()
  110. local Character = game.Players.LocalPlayer.Character
  111. Character.RightLowerArm:Destroy()
  112. Character.LeftLowerArm:Destroy()
  113. Character.RightUpperArm:Destroy()
  114. Character.LeftUpperArm:Destroy()
  115. Character.LeftHand:Destroy()
  116. Character.RightHand:Destroy()
  117. end)
  118. local button13 = w4:Button("Delete legs(R15)", function()
  119. local Character = game.Players.LocalPlayer.Character
  120. Character.RightLowerLeg:Destroy()
  121. Character.LeftLowerLeg:Destroy()
  122. Character.RightUpperLeg:Destroy()
  123. Character.LeftUpperLeg:Destroy()
  124. Character.LeftFoot:Destroy()
  125. Character.RightFoot:Destroy()
  126. end)
  127. local button4 = w4:Button("no-limbs (R15)", function()
  128. local Character = game.Players.LocalPlayer.Character
  129. Character.RightLowerArm:Destroy()
  130. Character.LeftLowerArm:Destroy()
  131. Character.RightUpperArm:Destroy()
  132. Character.LeftUpperArm:Destroy()
  133. Character.LeftHand:Destroy()
  134. Character.RightHand:Destroy()
  135.  
  136. Character.RightLowerLeg:Destroy()
  137. Character.LeftLowerLeg:Destroy()
  138. Character.RightUpperLeg:Destroy()
  139. Character.LeftUpperLeg:Destroy()
  140. Character.LeftFoot:Destroy()
  141. Character.RightFoot:Destroy()
  142. end)
  143. local button5 = w4:Button("Delete T-shirt", function()
  144. local Character = game.Players.LocalPlayer.Character
  145. Character["Shirt Graphic"]:Destroy()
  146. end)
  147. local button7 = w4:Button("Drop inventory", function()
  148. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  149. v.Parent = game.Players.LocalPlayer.Character
  150. wait()
  151. v.Parent = workspace
  152. end
  153. end)
  154.  
  155. local button13 = w4:Button("Delete inventory", function()
  156. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  157. v:Destroy()
  158. end
  159. end)
  160. local button11 = w4:Button("Delete Hats", function()
  161. local Character = game.Players.LocalPlayer.Character
  162. for i, child in ipairs(Character:GetChildren()) do
  163. if child.ClassName == "Accessory" then
  164. child:Destroy()
  165. end
  166. end
  167. end)
  168. local button7 = w4:Button("no-face", function()
  169. local Character = game.Players.LocalPlayer.Character
  170. Character.Head.face:Destroy()
  171. end)
  172. local button8 = w4:Button("Brick head", function()
  173. local Character = game.Players.LocalPlayer.Character
  174. Character.Head.Mesh:Destroy()
  175. end)
  176. local button9 = w4:Button("Freeze", function()
  177. local Character = game.Players.LocalPlayer.Character
  178. Character.Humanoid.Animator:Destroy()
  179. end)
  180. local button6 = w4:Button("Incognito", function()
  181. local Character = game.Players.LocalPlayer.Character
  182. Character.Head.Overhead:Destroy()
  183. end)
  184. local button6 = w4:Button("Ultra-Incognito", function()
  185. local Character = game.Players.LocalPlayer.Character
  186. local hat = Character:FindFirstChildOfClass("Accessory")
  187. Character.Head.Overhead:Destroy()
  188. hat:Destroy()
  189. Character.Pants:Destroy()
  190. Character.Shirt:Destroy()
  191. end)
  192. w4:Bind("Panic key:", {
  193. flag = "panic";
  194. kbonly = true;
  195. default = Enum.KeyCode.P;
  196. }, function()
  197. game.Players.LocalPlayer.Character:Destroy()
  198. end)
  199.  
  200.  
  201. print("Youre Body has "..#origchildren.." Parts")
  202. warn("Finished!")
  203. while wait(0.5) do
  204.  
  205.  
  206. for t,v in pairs(game.Players:GetChildren()) do
  207.  
  208. local children = game.Players.LocalPlayer.Character
  209. local numbechild = {}
  210. for i, child in ipairs(children:GetChildren()) do
  211. if child.ClassName == "Tool" then
  212. table.insert(numbechild, child.Name)
  213. end
  214. end
  215.  
  216. local numberchild = #numbechild
  217.  
  218. if w.flags.Spam == true then
  219. if numberchild ~= 0 then
  220.  
  221.  
  222. tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name
  223. print(tool)
  224. if w2.flags.ex1 == true then
  225. if v.Name ~= ex1 then
  226. if Player == "all" then
  227.  
  228. local tbl_main =
  229. {
  230. "HandTo",
  231. v.Name,
  232. tool
  233. }
  234. game:GetService("ReplicatedStorage")["HandTo_Sys"]:InvokeServer(unpack(tbl_main))
  235. else
  236. local tbl_main =
  237. {
  238. "HandTo",
  239. Player,
  240. tool
  241. }
  242. game:GetService("ReplicatedStorage")["HandTo_Sys"]:InvokeServer(unpack(tbl_main))
  243.  
  244. end
  245. end
  246. else
  247. if Player == "all" then
  248.  
  249. local tbl_main =
  250. {
  251. "HandTo",
  252. v.Name,
  253. tool
  254. }
  255. game:GetService("ReplicatedStorage")["HandTo_Sys"]:InvokeServer(unpack(tbl_main))
  256. else
  257. local tbl_main =
  258. {
  259. "HandTo",
  260. Player,
  261. tool
  262. }
  263. game:GetService("ReplicatedStorage")["HandTo_Sys"]:InvokeServer(unpack(tbl_main))
  264. end
  265. end
  266.  
  267.  
  268. end
  269. end
  270. end
  271. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement