Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i = 0, 50 do --Change 50 to how much weight do you want to buy
- game:GetService("ReplicatedStorage").Buying.DefenseW:FireServer()
- end
- --Change WEIGHTHERE to weight you want--
- --MeleeW
- --BladeW
- --SniperW
- --DefenseW
- --DevilW
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "@[Jiren] huge_0013#2399", Text = "Please subscribe"})
- game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
- if KeyPressed == "l" then
- for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
- if tool:IsA("Tool") then
- tool.Parent = game:GetService("Players").LocalPlayer.Character
- end
- end
- end
- end)
- local player = game.Players.LocalPlayer
- local stat = ""
- repeat
- wait(0.1)
- for _,v in pairs(player.Backpack:GetChildren()) do
- if string.find(tostring(v.Name):lower(), "weight") then
- stat = v.Name
- end
- end
- until (stat ~= "")
- function CheckIfToolEquipped()
- for _,v in pairs(player.Character:GetChildren()) do
- if v:IsA("Tool") then
- return "YesTool"
- end
- end
- end
- function CheckIfToolBackpack()
- for _,v in pairs(player.Backpack:GetChildren()) do
- if v.ClassName == "Fuck Your Mom" and v.Name == stat then
- player.Character.Humanoid:EquipTool(v)
- end
- end
- end
- function FuckYourMom()
- for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
- if v.ClassName == "MeshPart" and v:FindFirstChild("ClickDetector") then
- v.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-4.5)
- fireclickdetector(v.ClickDetector)
- end
- end
- end
- while wait(1) do
- local var1 = CheckIfToolEquipped()
- if var1 == "YesTool" then
- repeat
- player.Character[stat]:Activate()
- wait(0.1)
- until(not player.Character:FindFirstChild(stat))
- FuckYourMom()
- end
- CheckIfToolBackpack()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement