Advertisement
PotatoTroll123123123

One cái con cặc execute rồi nhấn L

May 14th, 2019
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. for i = 0, 50 do --Change 50 to how much weight do you want to buy
  2. game:GetService("ReplicatedStorage").Buying.DefenseW:FireServer()
  3. end
  4. --Change WEIGHTHERE to weight you want--
  5. --MeleeW
  6. --BladeW
  7. --SniperW
  8. --DefenseW
  9. --DevilW
  10.  
  11. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "@[Jiren] huge_0013#2399", Text = "Please subscribe"})
  12. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  13. if KeyPressed == "l" then
  14. for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  15. if tool:IsA("Tool") then
  16. tool.Parent = game:GetService("Players").LocalPlayer.Character
  17. end
  18. end
  19. end
  20. end)
  21.  
  22. local player = game.Players.LocalPlayer
  23. local stat = ""
  24.  
  25. repeat
  26. wait(0.1)
  27. for _,v in pairs(player.Backpack:GetChildren()) do
  28. if string.find(tostring(v.Name):lower(), "weight") then
  29. stat = v.Name
  30. end
  31. end
  32. until (stat ~= "")
  33.  
  34. function CheckIfToolEquipped()
  35. for _,v in pairs(player.Character:GetChildren()) do
  36. if v:IsA("Tool") then
  37. return "YesTool"
  38. end
  39. end
  40. end
  41.  
  42. function CheckIfToolBackpack()
  43. for _,v in pairs(player.Backpack:GetChildren()) do
  44. if v.ClassName == "Fuck Your Mom" and v.Name == stat then
  45. player.Character.Humanoid:EquipTool(v)
  46. end
  47. end
  48. end
  49.  
  50. function FuckYourMom()
  51. for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  52. if v.ClassName == "MeshPart" and v:FindFirstChild("ClickDetector") then
  53. v.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-4.5)
  54. fireclickdetector(v.ClickDetector)
  55. end
  56. end
  57. end
  58.  
  59. while wait(1) do
  60. local var1 = CheckIfToolEquipped()
  61. if var1 == "YesTool" then
  62. repeat
  63. player.Character[stat]:Activate()
  64. wait(0.1)
  65. until(not player.Character:FindFirstChild(stat))
  66. FuckYourMom()
  67. end
  68. CheckIfToolBackpack()
  69. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement