www.roblox-scripter.com

Сontent continues after AD

2019 Booga Booga [REBORN] script – (picks up an item on mouse hover)

Functions: Picks up an item on mouse hover
Script developer: ...
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
local Toggled = false

-- Settings
local Keybind = "v" -- keybind to toggle


-- stuff
Mouse.KeyDown:Connect(function(Key)
    if Key == Keybind then
        if Toggled then
            Toggled = false
        else
            Toggled = true
            while Toggled and wait() do
                keypress(0x46)
                wait()
                keyrelease(0x46)
                wait()
            end
        end
    end
end)
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: