Advertisement
pradityaf

Bear(Alpha) Script

Feb 2nd, 2020
11,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.16 KB | None | 0 0
  1. --+ Bear Alpha Script by pradityaf#9019 +--
  2. -- This script is manual sorry, will make the gui soon...
  3. -- Auto farm is off remove the lines to turn on
  4.  
  5. print("I love u from asukagett a.k.a pradityaf")
  6.  
  7. -- DONT PRESS SHIFT OK? OR YOUR WALKSPEED IS RESET
  8.  
  9. print("HEHEHE")
  10.  
  11. -- Local
  12. local body = game.Players.LocalPlayer.Character.HumanoidRootPart
  13. local coin = game.Workspace.Obby.Quidz
  14. local yes = false
  15. local brick = Instance.new("Part")
  16. local speed = game.Players.LocalPlayer.Character.Humanoid
  17.  
  18.  
  19. -- Part
  20. brick.Name = "batako"
  21. brick.Anchored = true
  22. brick.Position = Vector3.new(60,60,60)
  23. brick.Parent = game.Workspace
  24. brick.Size = Vector3.new(40,40,40)
  25.  
  26.  
  27. -- Script
  28. yes = true
  29. coin.CFrame = body.CFrame -- Teleport you to spawn dan quidz
  30. game.Lighting.FogEnd = 100000 -- Remove FOG
  31.  
  32. speed.WalkSpeed = 16
  33.  
  34. if speed.WalkSpeed == 16 then -- im so stupid why im using "if", this just waste my time
  35. speed.WalkSpeed = 30 -- Change to higher number if u want more fast
  36. end
  37.  
  38.  
  39. wait(1)
  40.  
  41. if yes == true then
  42. body.CFrame = CFrame.new(Vector3.new(60,70,60))
  43. end
  44.  
  45. -- Auto Farm (Remove Lines to Active) --
  46. --[[ while true do
  47. coin.CFrame = body.CFrame
  48. end ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement