Posted
I know this script isnt perfect at all but with this you can steal cash easily from cash duppers, money droppers or robbers
You just execute once your character is loaded and it works
I recommend go checking cuz you can get kicked for being ragdolled and trying to pickup cash
Also this script only works for exploits that handle fireclickdetector()
So if your exploit doesnt pick up cash then rip
Also you might dont wanna have any weapons equipped because those can be deleted if someone kills you
The own exploit has a detection when someone ragdolls you and it automatticly deletes the torso in hope of getting you out of the situation
It also doesnt teleport if you're ragdolled
loop = true
local value = Instance.new("BoolValue")
value.Parent = game.Players.LocalPlayer
value.Name = "delay"
game.Players.LocalPlayer.delay.Value = false
while wait() do
for i, v in pairs (game.Workspace.Ignored.Drop:GetChildren()) do
if v.Name == "MoneyDrop" and v:IsDescendantOf(game) and game.Players.LocalPlayer:DistanceFromCharacter(v.Position) > 20 and game.Players.LocalPlayer.delay.Value == false and game.Players.LocalPlayer.Character.Humanoid.Health > 20 and game.Players.LocalPlayer.Character:WaitForChild("RightUpperLeg"):FindFirstChildOfClass("Motor6D") then
game.Players.LocalPlayer.Character.Humanoid.Jump = true
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
wait(1)
fireclickdetector(v.ClickDetector)
game.Players.LocalPlayer.delay.Value = true
elseif v.Name == "MoneyDrop" and v:IsDescendantOf(game) and game.Players.LocalPlayer:DistanceFromCharacter(v.Position) < 20 and game.Players.LocalPlayer.delay.Value == true and game.Players.LocalPlayer.Character.Humanoid.Health > 20 and game.Players.LocalPlayer.Character:WaitForChild("RightUpperLeg"):FindFirstChildOfClass("Motor6D") then
game.Players.LocalPlayer.Character.Humanoid.Jump = true
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
wait(.5)
fireclickdetector(v.ClickDetector)
game.Players.LocalPlayer.delay.Value = true
end
end
if game.Players.LocalPlayer.delay.Value == true then
wait(2)
game.Players.LocalPlayer.delay.Value = false
end
if not game.Players.LocalPlayer.Character:WaitForChild("RightUpperLeg"):FindFirstChildOfClass("Motor6D") and game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
game.Players.LocalPlayer.Character.UpperTorso:Destroy()
end
end
Added
btw I was testing a copyright gui to obsfucate and then boom Im banned so lmao I hope they enjoy the hackers
Cancel
Post
Replied
so what does this click exactly and what does it do?
Cancel
Post
hi123
Replied
Well if your exploit includes fireclickdetector()
it basicly fires the clickdetector that it teleported
If it doesnt then you just dont pick up the money
I recomment using alts since your account is exposed to public
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post