Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --+ Bear Alpha Script by pradityaf#9019 +--
- -- This script is manual sorry, will make the gui soon...
- -- Auto farm is off remove the lines to turn on
- print("I love u from asukagett a.k.a pradityaf")
- -- DONT PRESS SHIFT OK? OR YOUR WALKSPEED IS RESET
- print("HEHEHE")
- -- Local
- local body = game.Players.LocalPlayer.Character.HumanoidRootPart
- local coin = game.Workspace.Obby.Quidz
- local yes = false
- local brick = Instance.new("Part")
- local speed = game.Players.LocalPlayer.Character.Humanoid
- -- Part
- brick.Name = "batako"
- brick.Anchored = true
- brick.Position = Vector3.new(60,60,60)
- brick.Parent = game.Workspace
- brick.Size = Vector3.new(40,40,40)
- -- Script
- yes = true
- coin.CFrame = body.CFrame -- Teleport you to spawn dan quidz
- game.Lighting.FogEnd = 100000 -- Remove FOG
- speed.WalkSpeed = 16
- if speed.WalkSpeed == 16 then -- im so stupid why im using "if", this just waste my time
- speed.WalkSpeed = 30 -- Change to higher number if u want more fast
- end
- wait(1)
- if yes == true then
- body.CFrame = CFrame.new(Vector3.new(60,70,60))
- end
- -- Auto Farm (Remove Lines to Active) --
- --[[ while true do
- coin.CFrame = body.CFrame
- end ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement