Advertisement
Upscalefanatic3

Camping 2 GUI

Jun 25th, 2019
10,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Game Link: https://www.roblox.com/games/3199109640/Camping-2#!/store
  2.  
  3. -- Farewell Infortality.
  4. -- Version: 2.82
  5. -- Instances:
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Mainframe = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Campsite = Instance.new("TextButton")
  10. local FinishParkour = Instance.new("TextButton")
  11. local Cabin = Instance.new("TextButton")
  12. local End = Instance.new("TextButton")
  13. local Hole = Instance.new("TextButton")
  14. local Wood = Instance.new("TextButton")
  15. local Snakepart = Instance.new("TextButton")
  16. local Nodamage = Instance.new("TextButton")
  17. local Creditos = Instance.new("TextBox")
  18. local peloque = Instance.new("TextBox")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Mainframe.Name = "Main frame"
  24. Mainframe.Parent = ScreenGui
  25. Mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Mainframe.Position = UDim2.new(0.866788328, 0, 0.388446212, 0)
  27. Mainframe.Size = UDim2.new(0, 146, 0, 307)
  28.  
  29. Frame.Parent = Mainframe
  30. Frame.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  31. Frame.Position = UDim2.new(0, 0, -0.00276358053, 0)
  32. Frame.Size = UDim2.new(0, 145, 0, 250)
  33.  
  34. Campsite.Name = "Campsite"
  35. Campsite.Parent = Frame
  36. Campsite.BackgroundColor3 = Color3.new(0, 1, 0)
  37. Campsite.Size = UDim2.new(0, 73, 0, 50)
  38. Campsite.Font = Enum.Font.SourceSans
  39. Campsite.Text = "Campsite"
  40. Campsite.TextColor3 = Color3.new(0, 0, 0)
  41. Campsite.TextSize = 14
  42.  
  43. FinishParkour.Name = "Finish Parkour"
  44. FinishParkour.Parent = Frame
  45. FinishParkour.BackgroundColor3 = Color3.new(0, 1, 0)
  46. FinishParkour.Position = UDim2.new(0, 0, 0.199201882, 0)
  47. FinishParkour.Size = UDim2.new(0, 146, 0, 50)
  48. FinishParkour.Font = Enum.Font.SourceSans
  49. FinishParkour.Text = "Finish Parkour"
  50. FinishParkour.TextColor3 = Color3.new(0, 0, 0)
  51. FinishParkour.TextSize = 14
  52.  
  53. Cabin.Name = "Cabin"
  54. Cabin.Parent = Frame
  55. Cabin.BackgroundColor3 = Color3.new(0, 1, 0)
  56. Cabin.Position = UDim2.new(0.5, 0, 0, 0)
  57. Cabin.Size = UDim2.new(0, 73, 0, 50)
  58. Cabin.Font = Enum.Font.SourceSans
  59. Cabin.Text = "Cabin"
  60. Cabin.TextColor3 = Color3.new(0, 0, 0)
  61. Cabin.TextSize = 14
  62.  
  63. End.Name = "End"
  64. End.Parent = Frame
  65. End.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  66. End.Position = UDim2.new(0, 0, 0.794173121, 0)
  67. End.Size = UDim2.new(0, 73, 0, 52)
  68. End.Font = Enum.Font.SourceSans
  69. End.Text = "End"
  70. End.TextColor3 = Color3.new(0, 0, 0)
  71. End.TextSize = 14
  72.  
  73. Hole.Name = "Hole"
  74. Hole.Parent = Frame
  75. Hole.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  76. Hole.Position = UDim2.new(0, 0, 0.597605705, 0)
  77. Hole.Size = UDim2.new(0, 73, 0, 50)
  78. Hole.Font = Enum.Font.SourceSans
  79. Hole.Text = "Hole"
  80. Hole.TextColor3 = Color3.new(0, 0, 0)
  81. Hole.TextSize = 14
  82.  
  83. Wood.Name = "Wood"
  84. Wood.Parent = Frame
  85. Wood.BackgroundColor3 = Color3.new(0, 1, 0)
  86. Wood.Position = UDim2.new(0, 0, 0.398403764, 0)
  87. Wood.Size = UDim2.new(0, 146, 0, 50)
  88. Wood.Font = Enum.Font.SourceSans
  89. Wood.Text = "Wood tp(after rain)"
  90. Wood.TextColor3 = Color3.new(0, 0, 0)
  91. Wood.TextSize = 14
  92.  
  93. Snakepart.Name = "Snake part"
  94. Snakepart.Parent = Frame
  95. Snakepart.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  96. Snakepart.Position = UDim2.new(0.5, 0, 0.595073283, 0)
  97. Snakepart.Size = UDim2.new(0, 73, 0, 50)
  98. Snakepart.Font = Enum.Font.SourceSans
  99. Snakepart.Text = "Snake part"
  100. Snakepart.TextColor3 = Color3.new(0, 0, 0)
  101. Snakepart.TextSize = 14
  102.  
  103. Nodamage.Name = "No damage"
  104. Nodamage.Parent = Frame
  105. Nodamage.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  106. Nodamage.Position = UDim2.new(0.5, 0, 0.797605693, 0)
  107. Nodamage.Size = UDim2.new(0, 73, 0, 50)
  108. Nodamage.Font = Enum.Font.SourceSans
  109. Nodamage.Text = "No damage"
  110. Nodamage.TextColor3 = Color3.new(0, 0, 0)
  111. Nodamage.TextSize = 14
  112.  
  113. Creditos.Name = "Creditos"
  114. Creditos.Parent = Mainframe
  115. Creditos.BackgroundColor3 = Color3.new(0, 1, 0)
  116. Creditos.Position = UDim2.new(0, 0, 0.814332247, 0)
  117. Creditos.Size = UDim2.new(0, 145, 0, 28)
  118. Creditos.Font = Enum.Font.SourceSans
  119. Creditos.Text = "Credits for SpencerPcGamer"
  120. Creditos.TextColor3 = Color3.new(0, 0, 0)
  121. Creditos.TextSize = 14
  122.  
  123. peloque.Name = "pelo que"
  124. peloque.Parent = Creditos
  125. peloque.BackgroundColor3 = Color3.new(0, 1, 0)
  126. peloque.Position = UDim2.new(0, 0, 1, 0)
  127. peloque.Size = UDim2.new(0, 145, 0, 29)
  128. peloque.Font = Enum.Font.SourceSans
  129. peloque.Text = "for the no damage script"
  130. peloque.TextColor3 = Color3.new(0, 0, 0)
  131. peloque.TextSize = 15
  132. -- Scripts:
  133. Campsite.MouseButton1Click:connect(function()
  134.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-58.6362228, 4.02998877, 17.2469769))
  135. end)
  136. Cabin.MouseButton1Click:connect(function()
  137.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-183.319717, 7.22351456, -104.233521))
  138. end)
  139. FinishParkour.MouseButton1Click:connect(function()
  140.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-397.505951, -0.799984694, -178.693024))
  141. end)
  142. Wood.MouseButton1Click:connect(function()
  143.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(10.3995457, 6.1709466, 40.5279007))
  144.     wait(1)
  145. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82.1698532, 4.00001287, -66.0625992))
  146. wait(1)
  147. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-106.39299, 4.00001287, -7.52695847))
  148. wait(1)
  149. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-168.98465, 4.00001287, -13.5003748))
  150. wait(1)
  151. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(22.8612309, 4.00001287, -71.6104355))
  152. end)
  153. Snakepart.MouseButton1Click:connect(function()
  154.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-500.789429, -24.3999939, -47.7346573))
  155. end)
  156. End.MouseButton1Click:connect(function()
  157.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-610.244568, -24.3583717, -35.1223984))
  158. end)
  159. Hole.MouseButton1Click:connect(function()
  160.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-389.218109, -26.3999882, -48.991394))
  161. end)
  162. Nodamage.MouseButton1Click:connect(function()
  163.     game:GetService("Workspace")[game.Players.LocalPlayer.Name].RainDamage:Destroy()
  164. game:GetService("Workspace")[game.Players.LocalPlayer.Name].DarkDamage:Destroy()
  165. game:GetService("Workspace")[game.Players.LocalPlayer.Name].SnakeHitDB:Destroy()
  166. game:GetService("Workspace")[game.Players.LocalPlayer.Name].HitRockDB:Destroy()
  167. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement