Walking Simulator Roblox

Jul 12th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Walking Simulator Games

  1. -- v1 : Changed UI
  2. -- v3 : Added remotes to make the script easier
  3. -- v4 : Added fern for non-carnivore dinosaurs(use fern for barosaurus xd)
  4. -- v5 : Made Meat Button working for non-carnivore dinosaurs(and for barosaurus)
  5. -- v7 : Added Auto Farm
  6. -- v8 : Made the Auto Farm more stable,enjoy ! Heart
  7. -- Auto Farm(makes you elder,more stable):
  8. warn'Setting things...'
  9. Part0 = Instance.new('Part', game.Workspace)
  10. Part0.Transparency = 0.5
  11. Part0.CFrame = CFrame.new(24, 2.5, 30, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(113, 502, 101) + Vector3.new(1,0,0)
  13. warn'Done!,googoo!'
  14. warn'Welcome to Lau's Dino Sim Auto Farm Script'wait(2)warn'Have Fun!'wait(2)warn'Starting...'wait(5)warn'...'wait(1)warn'googoo'while wait()do wait(0.70)thirst=game.Players.LocalPlayer.PlayerGui.Main.Background.ThirstBarFrame.HealthBarBacking.LblHealth.Text;hunger=game.Players.LocalPlayer.PlayerGui.Main.Background.HungerBarFrame.HealthBarBacking.LblHealth.Text;print(hunger)print(thirst)game:GetService('Workspace').Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  15. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  16. local Event = game:GetService('Workspace').GameEvents.addThirst
  17. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  18. -- The old one(images) :
  19. local _b=Instance.new('ScreenGui')
  20. local ab=Instance.new('Frame')local bb=Instance.new('TextButton')
  21. local cb=Instance.new('TextButton')local db=Instance.new('TextButton')
  22. local _c=Instance.new('TextButton')local ac=Instance.new('TextButton')
  23. local bc=Instance.new('TextButton')local cc=Instance.new('TextLabel')_b.Parent=game.CoreGui
  24. ab.Name='ui'ab.Parent=_b;ab.Active=true;ab.BackgroundColor3=Color3.new(1,1,1)
  25. ab.BackgroundTransparency=0.5;ab.BorderSizePixel=3;ab.Draggable=true
  26. ab.Position=UDim2.new(0.423992664,0,0.297830373,0)ab.Size=UDim2.new(0,250,0,151)bb.Name='setcp'bb.Parent=ab
  27. bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=0.5;bb.BorderSizePixel=0
  28. bb.Position=UDim2.new(0.0360000022,0,0.0686695278,0)bb.Size=UDim2.new(0,99,0,34)bb.Font=Enum.Font.Cartoon
  29. bb.FontSize=Enum.FontSize.Size14;bb.Text='Set Checkpoint'bb.TextSize=14;cb.Name='gotocp'cb.Parent=ab
  30. cb.BackgroundColor3=Color3.new(1,1,1)cb.BackgroundTransparency=0.5;cb.BorderSizePixel=0
  31. cb.Position=UDim2.new(0.56400001,0,0.0686695278,0)cb.Size=UDim2.new(0,99,0,34)cb.Font=Enum.Font.Cartoon
  32. cb.FontSize=Enum.FontSize.Size14;cb.Text='Goto Checkpoint'cb.TextSize=14;db.Name='meat'db.Parent=ab
  33. db.BackgroundColor3=Color3.new(1,1,1)db.BackgroundTransparency=0.5;db.BorderSizePixel=0
  34. db.Position=UDim2.new(0.0360000022,0,0.390335768,0)db.Size=UDim2.new(0,99,0,34)db.Font=Enum.Font.Cartoon
  35. db.FontSize=Enum.FontSize.Size14;db.Text='Meat'db.TextSize=14;_c.Name='fern'_c.Parent=ab
  36. _c.BackgroundColor3=Color3.new(1,1,1)_c.BackgroundTransparency=0.5;_c.BorderSizePixel=0
  37. _c.Position=UDim2.new(0.56400001,0,0.387260884,0)_c.Size=UDim2.new(0,99,0,34)_c.Font=Enum.Font.Cartoon
  38. _c.FontSize=Enum.FontSize.Size14;_c.Text='Fern'_c.TextSize=14;ac.Name='water'ac.Parent=ab
  39. ac.BackgroundColor3=Color3.new(1,1,1)ac.BackgroundTransparency=0.5;ac.BorderSizePixel=0
  40. ac.Position=UDim2.new(0.0360000022,0,0.710074186,0)ac.Size=UDim2.new(0,99,0,34)ac.Font=Enum.Font.Cartoon
  41. ac.FontSize=Enum.FontSize.Size14;ac.Text='Water'ac.TextSize=14;bc.Name='safezone'bc.Parent=ab
  42. bc.BackgroundColor3=Color3.new(1,1,1)bc.BackgroundTransparency=0.5;bc.BorderSizePixel=0
  43. bc.Position=UDim2.new(0.56400001,0,0.710074186,0)bc.Size=UDim2.new(0,99,0,34)bc.Font=Enum.Font.Cartoon
  44. bc.FontSize=Enum.FontSize.Size14;bc.Text='Safe Zone'bc.TextSize=14;cc.Parent=ab
  45. cc.BackgroundColor3=Color3.new(1,1,1)cc.BackgroundTransparency=1
  46. cc.Position=UDim2.new(0.247999996,0,0.423841059,0)cc.Rotation=90;cc.Size=UDim2.new(0,124,0,22)
  47. cc.Font=Enum.Font.Cartoon;cc.FontSize=Enum.FontSize.Size14;cc.Text='Made by Lau#0114'
  48. bb.MouseButton1Click:connect(function()
  49. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  51. db.MouseButton1Click:connect(function()
  52. game.Workspace.GameEvents.EatMeat:FireServer(Workspace.DeadBody)end)
  53. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
  54. game:GetService('Workspace').Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  55. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  56. local Event = game:GetService('Workspace').GameEvents.addThirst
  57. bc.MouseButton1Click:connect(function()
  58. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(

Note: Find more codes for many Roblox Games on the section below! All Roblox Games Codes In this section of our big Roblox guide, you will find the list with all the games and find all the active and available codes, of course all our lists are updated. Adventure Simulator. Alien Simulator. Roblox Pet Walking Simulator Codes are an easy and free way to gain rewards in Pet Walking Simulator. To help you with these codes, we are giving the complete list of working Codes for Pet Walking Simulator roblox 2020. Not only I will provide you with the code list, but you will also learn how to use and redeem these codes step by step. We have 2 MILION+ newest Roblox music codes for you. Just copy and play it in your Roblox game. Roblox Song Codes - Roblox Audio Catalog - Musica Roblox.

RAW Paste Data
Walking
Jan 1, 2021

Pet Walking Simulator Codes – Full List

Codes For Pet Walking Simulator Roblox


Valid and Active Codes


Pet Walking is a very new game, but there are already 3 coins codes available:
  • release: redeem this code for 50 coins.
  • bugfixupdate: redeem this code for 50 coins.
  • razorfish: redeem this code for 50 coins.

Simulator

How to Redeem Pet Walking Simulator Codes


Click on the twitter codes icon, is the last ico at the left side of the screen, enter the code and click on submit to redeem. You can see how to claim your rewards in this video
Note

Pet Walking Simulator Roblox Codes


  • Do you need working codes for any Roblox game? Check them out here. Find valid Roblox Codes for your favorite Roblox games!

Recommended for You:

Codes For Pet Walking Simulator Roblox 2020


  • All Roblox Guides!

Roblox Simulator Codes


Pet Walking Simulator Roblox

You May Also Like:

Pet Walking Simulator Roblox Codes