Lucas_Gauer

Camping 2

Jun 25th, 2019
10,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.14 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Campsite = Instance.new("TextButton")
  8. local FinishParkour = Instance.new("TextButton")
  9. local Cabin = Instance.new("TextButton")
  10. local End = Instance.new("TextButton")
  11. local Hole = Instance.new("TextButton")
  12. local Wood = Instance.new("TextButton")
  13. local Snakepart = Instance.new("TextButton")
  14. local Nodamage = Instance.new("TextButton")
  15. local Nofog = Instance.new("TextButton")
  16. local Credits = Instance.new("TextButton")
  17. local Wood2 = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Itens = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Mainframe.Name = "Main frame"
  25. Mainframe.Parent = ScreenGui
  26. Mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Mainframe.Position = UDim2.new(0.866788328, 0, 0.388446212, 0)
  28. Mainframe.Size = UDim2.new(0, 146, 0, 298)
  29.  
  30. Frame.Parent = Mainframe
  31. Frame.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  32. Frame.Position = UDim2.new(0, 0, -0.00276358053, 0)
  33. Frame.Size = UDim2.new(0, 145, 0, 250)
  34.  
  35. Campsite.Name = "Campsite"
  36. Campsite.Parent = Frame
  37. Campsite.BackgroundColor3 = Color3.new(0, 1, 0)
  38. Campsite.Size = UDim2.new(0, 72, 0, 50)
  39. Campsite.Font = Enum.Font.SourceSans
  40. Campsite.Text = "Campsite"
  41. Campsite.TextColor3 = Color3.new(0, 0, 0)
  42. Campsite.TextSize = 14
  43.  
  44. FinishParkour.Name = "Finish Parkour"
  45. FinishParkour.Parent = Frame
  46. FinishParkour.BackgroundColor3 = Color3.new(0, 1, 0)
  47. FinishParkour.Position = UDim2.new(0, 0, 0.199201912, 0)
  48. FinishParkour.Size = UDim2.new(0, 72, 0, 50)
  49. FinishParkour.Font = Enum.Font.SourceSans
  50. FinishParkour.Text = "Finish Parkour"
  51. FinishParkour.TextColor3 = Color3.new(0, 0, 0)
  52. FinishParkour.TextSize = 14
  53.  
  54. Cabin.Name = "Cabin"
  55. Cabin.Parent = Frame
  56. Cabin.BackgroundColor3 = Color3.new(0, 1, 0)
  57. Cabin.Position = UDim2.new(0.5, 0, 0, 0)
  58. Cabin.Size = UDim2.new(0, 73, 0, 50)
  59. Cabin.Font = Enum.Font.SourceSans
  60. Cabin.Text = "Cabin"
  61. Cabin.TextColor3 = Color3.new(0, 0, 0)
  62. Cabin.TextSize = 14
  63.  
  64. End.Name = "End"
  65. End.Parent = Frame
  66. End.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  67. End.Position = UDim2.new(0, 0, 0.794173121, 0)
  68. End.Size = UDim2.new(0, 73, 0, 50)
  69. End.Font = Enum.Font.SourceSans
  70. End.Text = "End"
  71. End.TextColor3 = Color3.new(0, 0, 0)
  72. End.TextSize = 14
  73.  
  74. Hole.Name = "Hole"
  75. Hole.Parent = Frame
  76. Hole.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  77. Hole.Position = UDim2.new(0, 0, 0.597605705, 0)
  78. Hole.Size = UDim2.new(0, 73, 0, 50)
  79. Hole.Font = Enum.Font.SourceSans
  80. Hole.Text = "Hole"
  81. Hole.TextColor3 = Color3.new(0, 0, 0)
  82. Hole.TextSize = 14
  83.  
  84. Wood.Name = "Wood"
  85. Wood.Parent = Frame
  86. Wood.BackgroundColor3 = Color3.new(0, 1, 0)
  87. Wood.Position = UDim2.new(0, 0, 0.398403823, 0)
  88. Wood.Size = UDim2.new(0, 65, 0, 49)
  89. Wood.Font = Enum.Font.SourceSans
  90. Wood.Text = "Wood tp"
  91. Wood.TextColor3 = Color3.new(0, 0, 0)
  92. Wood.TextSize = 14
  93.  
  94. Snakepart.Name = "Snake part"
  95. Snakepart.Parent = Frame
  96. Snakepart.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  97. Snakepart.Position = UDim2.new(0.5, 0, 0.595073283, 0)
  98. Snakepart.Size = UDim2.new(0, 73, 0, 50)
  99. Snakepart.Font = Enum.Font.SourceSans
  100. Snakepart.Text = "Snake part"
  101. Snakepart.TextColor3 = Color3.new(0, 0, 0)
  102. Snakepart.TextSize = 14
  103.  
  104. Nodamage.Name = "No damage"
  105. Nodamage.Parent = Frame
  106. Nodamage.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  107. Nodamage.Position = UDim2.new(0.5, 0, 0.797605693, 0)
  108. Nodamage.Size = UDim2.new(0, 73, 0, 50)
  109. Nodamage.Font = Enum.Font.SourceSans
  110. Nodamage.Text = "No damage"
  111. Nodamage.TextColor3 = Color3.new(0, 0, 0)
  112. Nodamage.TextSize = 14
  113.  
  114. Nofog.Name = "No fog"
  115. Nofog.Parent = Frame
  116. Nofog.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  117. Nofog.Position = UDim2.new(0, 0, 0.996000111, 0)
  118. Nofog.Size = UDim2.new(0, 73, 0, 50)
  119. Nofog.Font = Enum.Font.SourceSans
  120. Nofog.Text = "No fog"
  121. Nofog.TextColor3 = Color3.new(0, 0, 0)
  122. Nofog.TextSize = 14
  123.  
  124. Credits.Name = "Credits"
  125. Credits.Parent = Frame
  126. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  127. Credits.Position = UDim2.new(0.496551305, 0, 0.991999984, 0)
  128. Credits.Size = UDim2.new(0, 73, 0, 51)
  129. Credits.Font = Enum.Font.SourceSans
  130. Credits.Text = "Credits(f9)"
  131. Credits.TextColor3 = Color3.new(1, 1, 1)
  132. Credits.TextSize = 14
  133.  
  134. Wood2.Name = "Wood2"
  135. Wood2.Parent = Frame
  136. Wood2.BackgroundColor3 = Color3.new(0, 1, 0)
  137. Wood2.Position = UDim2.new(0.551723719, 0, 0.398403823, 0)
  138. Wood2.Size = UDim2.new(0, 65, 0, 49)
  139. Wood2.Font = Enum.Font.SourceSans
  140. Wood2.Text = "Wood tp"
  141. Wood2.TextColor3 = Color3.new(0, 0, 0)
  142. Wood2.TextSize = 14
  143.  
  144. TextLabel.Parent = Frame
  145. TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  146. TextLabel.Position = UDim2.new(0.455172002, 0, 0.3992019, 0)
  147. TextLabel.Size = UDim2.new(0, 14, 0, 49)
  148. TextLabel.Font = Enum.Font.SourceSans
  149. TextLabel.Text = "or"
  150. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  151. TextLabel.TextSize = 14
  152.  
  153. Itens.Name = "Itens"
  154. Itens.Parent = Frame
  155. Itens.BackgroundColor3 = Color3.new(0, 1, 0)
  156. Itens.Position = UDim2.new(0.503448248, 0, 0.199201912, 0)
  157. Itens.Size = UDim2.new(0, 72, 0, 49)
  158. Itens.Font = Enum.Font.SourceSans
  159. Itens.Text = "Itens"
  160. Itens.TextColor3 = Color3.new(0, 0, 0)
  161. Itens.TextSize = 14
  162. -- Scripts:
  163. Campsite.MouseButton1Click:connect(function()
  164.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-58.6362228, 4.02998877, 17.2469769))
  165. end)
  166. Cabin.MouseButton1Click:connect(function()
  167.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-183.319717, 7.22351456, -104.233521))
  168. end)
  169. FinishParkour.MouseButton1Click:connect(function()
  170.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-425.859192, -1.62450504, -274.958618))
  171.     wait(1)
  172.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-397.505951, -0.799984694, -178.693024))
  173. end)
  174. Wood.MouseButton1Click:connect(function()
  175.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(10.3995457, 6.1709466, 40.5279007))
  176.     wait(1)
  177. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-82.1698532, 4.00001287, -66.0625992))
  178. wait(1)
  179. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-106.39299, 4.00001287, -7.52695847))
  180. wait(1)
  181. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-168.98465, 4.00001287, -13.5003748))
  182. wait(1)
  183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(22.8612309, 4.00001287, -71.6104355))
  184. end)
  185. Snakepart.MouseButton1Click:connect(function()
  186.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-500.789429, -24.3999939, -47.7346573))
  187. end)
  188. End.MouseButton1Click:connect(function()
  189.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-610.244568, -24.3583717, -35.1223984))
  190. end)
  191. Hole.MouseButton1Click:connect(function()
  192.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-389.218109, -26.3999882, -48.991394))
  193. end)
  194. Nodamage.MouseButton1Click:connect(function()
  195.     game:GetService("Workspace")[game.Players.LocalPlayer.Name].RainDamage:Destroy()
  196. game:GetService("Workspace")[game.Players.LocalPlayer.Name].DarkDamage:Destroy()
  197. game:GetService("Workspace")[game.Players.LocalPlayer.Name].SnakeHitDB:Destroy()
  198. game:GetService("Workspace")[game.Players.LocalPlayer.Name].HitRockDB:Destroy()
  199. end)
  200. Wood2.MouseButton1Click:connect(function()
  201.     game:GetService("Workspace").ChildAdded:Connect(function(Item)
  202.     if Item.Name == "WoodsCollect" then
  203.         wait(1)
  204.         for i,v in pairs(game:GetService("Workspace").WoodsCollect:GetChildren()) do
  205.             game.workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
  206.             wait()
  207.         end
  208.     end
  209. end)
  210. end)
  211. Credits.MouseButton1Click:connect(function()
  212.     print("here is the credits")
  213.     wait(1)
  214.     error("the print is desc and the warn is the link")
  215.     wait(1)
  216.     print("thanks SpencerPcGamer for the no damage and wood collect")
  217.     wait(1)
  218.     warn("https://v3rmillion.net/showthread.php?tid=854706&highlight=Camping+2 and https://v3rmillion.net/showthread.php?tid=854534&highlight=Camping+2")
  219.     wait(1)
  220.     print("and Kendu303 for the itens tp")
  221.     wait(2)
  222.     warn("https://v3rmillion.net/showthread.php?tid=854651&highlight=Camping+2")
  223. end)
  224. Nofog.MouseButton1Click:connect(function()
  225.     game:GetService"Lighting".FogEnd = 1000000
  226. end)
  227. Itens.MouseButton1Click:connect(function()
  228.     local function tp(...)
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  230. end
  231.  
  232. tp(-39.2401543, 1.71041596, 24.080265, 0.996078014, -0, -0.088479504, 0, 1, -0, 0.088479504, 0, 0.996078014)
  233. wait(0.5)
  234. tp(-8.52000427, 1.50001299, -86.3699951, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  235. wait(0.5)
  236. tp(-197.289917, 5.70000124, -115.100067, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  237. wait(0.5)
  238. tp(-166.449936, 4.70000172, -121.850067, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  239. wait(0.5)
  240. tp(-180.999969, 1.50001299, 19.2000504, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  241. wait(0.5)
  242. tp(-312.179932, -3.29998493, 49.4498978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  243. wait(0.5)
  244. tp(-336.579926, -3.29998493, -35.3601074, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  245. wait(0.5)
  246. tp(-292.119934, -3.29998493, -77.5601044, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  247. wait(0.5)
  248. tp(-85.4300003, 1.50001299, -39.8200035, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  249. wait(0.5)
  250. tp(-332.939941, -3.29998493, -162.080109, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  251. end)
Add Comment
Please, Sign In to add comment