[ad_1]
Created by Kokuen#0245
Features:
- ITADORI AUTO BLACK FLASH
local UserInputService = game:GetService("UserInputService")
UserInputService.InputBegan:Connect(function(input)
if input.KeyCode == Enum.KeyCode.Two then
wait(0.6)
mouse1click()
else
return;
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]