Created by Tobias020108Back#1234
Features:
- ITEM DUPE 11TH JUNE 2022
- No requirements besides having blood
- HOW TO DUPE:
- 1. Get a Bottle of Blood – Goto sewers and find the hidden room (Added a script to buy it)
- 2. Now get ur alt to trade you (the alt without blood)
- 3. Equip the Bottle then Execute the script below
- 4. Put in the blood first into the trade
- 5. Then put in the items u wanna dupe
local args = {
[1] = "EndDialogue",
[2] = {
["NPC"] = "Alex",
["Option"] = "Option1",
["Dialogue"] = "Dialogue4"
}
}
game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer(unpack(args))
local AltsUser = "PUT USER OF ALT WITHOUT BLOOD IN HERE"
game.Players.LocalPlayer.Character["Bottle of Blood"]:Activate()
wait()
local args = {
[1] = "InitiateCosmeticTrade",
[2] = AltsUser
}
game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
local AltsUser = ""
game.Players.LocalPlayer.Character["Bottle of Blood"]:Activate()
wait(0.1)
local args = {
[1] = "InitiateCosmeticTrade",
[2] = AltsUser
}
game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))