ControlC ControlC · Pastebin

FE Btool move tool script

Views: 2,410Total Chars: 756
Created: 6/20/21 9:31:15AM ET
Self Destructs: Never
--[[
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))()
·Create new version