get paid to paste

FE Btool move tool script

--[[ 
e to make unanchord out q to make unanchord near 
k to simple net bypass (this might not work on some game)
t to make unanchord to comeback fast y to make unanchord far away
r to rotate back to 0

by me_ozoneYT chanel on YT : https://www.youtube.com/channel/UCOUFlqujCTz0UfBsrNbvJFA

]]


local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://216917652"
sound.Parent = game:GetService("SoundService")
sound:Play()
sound.PlaybackSpeed = 1

spawn(function()
local message = Instance.new("Message",workspace)
message.Text = "move tool by me_ozoneYT load"
wait(0.5)
message:Destroy()
end)

loadstring(game:HttpGet(('https://pastebin.com/raw/VHpzmw3a'),true))()

Pasted: Jun 20, 2021, 1:31:15 pm
Views: 1,280