BINO2002

Untitled

May 11th, 2019
1,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. -- Objects
  2.  
  3. local vApocalypticsDSGui = Instance.new("ScreenGui")
  4. local vApocalyptic = Instance.new("TextLabel")
  5. local InstantMenu = Instance.new("TextButton")
  6. local Safezone = Instance.new("TextButton")
  7. local Hunger = Instance.new("TextButton")
  8. local LoadPosition = Instance.new("TextButton")
  9. local SavePosition = Instance.new("TextButton")
  10. local Thirst = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. vApocalypticsDSGui.Name = "vApocalyptic's DS Gui"
  15. vApocalypticsDSGui.Parent = game.CoreGui
  16.  
  17. vApocalyptic.Name = "vApocalyptic"
  18. vApocalyptic.Parent = vApocalypticsDSGui
  19. vApocalyptic.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  20. vApocalyptic.Position = UDim2.new(0.816733062, 0, -0.00044048205, 0)
  21. vApocalyptic.Size = UDim2.new(0, 184, 0, 39)
  22. vApocalyptic.ZIndex = -4
  23. vApocalyptic.Font = Enum.Font.SourceSans
  24. vApocalyptic.Text = "stolen by lil woozy#8268"
  25. vApocalyptic.TextColor3 = Color3.new(1, 1, 1)
  26. vApocalyptic.TextScaled = true
  27. vApocalyptic.TextSize = 14
  28. vApocalyptic.TextWrapped = true
  29.  
  30. InstantMenu.Name = "Instant Menu"
  31. InstantMenu.Parent = vApocalypticsDSGui
  32. InstantMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. InstantMenu.BorderColor3 = Color3.new(0, 0, 0)
  34. InstantMenu.Position = UDim2.new(0.449414283, 0, 0.877742946, 0)
  35. InstantMenu.Size = UDim2.new(0, 162, 0, 48)
  36. InstantMenu.Font = Enum.Font.SourceSans
  37. InstantMenu.Text = "Instant Menu"
  38. InstantMenu.TextColor3 = Color3.new(1, 1, 1)
  39. InstantMenu.TextSize = 14
  40.  
  41. Safezone.Name = "Safezone"
  42. Safezone.Parent = vApocalypticsDSGui
  43. Safezone.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. Safezone.BorderColor3 = Color3.new(0, 0, 0)
  45. Safezone.Position = UDim2.new(0.841003597, 0, 0.942274451, 0)
  46. Safezone.Size = UDim2.new(0, 135, 0, 37)
  47. Safezone.Font = Enum.Font.SourceSans
  48. Safezone.Text = "Safezone"
  49. Safezone.TextColor3 = Color3.new(1, 1, 1)
  50. Safezone.TextSize = 14
  51.  
  52. Hunger.Name = "Hunger"
  53. Hunger.Parent = vApocalypticsDSGui
  54. Hunger.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. Hunger.BackgroundTransparency = 0.34999999403954
  56. Hunger.Position = UDim2.new(0.866397023, 0, 0.444295883, 0)
  57. Hunger.Size = UDim2.new(0, 137, 0, 33)
  58. Hunger.Font = Enum.Font.SourceSans
  59. Hunger.Text = "Hunger"
  60. Hunger.TextColor3 = Color3.new(1, 1, 1)
  61. Hunger.TextSize = 14
  62.  
  63. LoadPosition.Name = "LoadPosition"
  64. LoadPosition.Parent = vApocalypticsDSGui
  65. LoadPosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  66. LoadPosition.BackgroundTransparency = 0.34999999403954
  67. LoadPosition.Position = UDim2.new(0.866879642, 0, 0.373040766, 0)
  68. LoadPosition.Size = UDim2.new(0, 137, 0, 33)
  69. LoadPosition.Font = Enum.Font.SourceSans
  70. LoadPosition.Text = "Load Position"
  71. LoadPosition.TextColor3 = Color3.new(1, 1, 1)
  72. LoadPosition.TextSize = 14
  73.  
  74. SavePosition.Name = "SavePosition"
  75. SavePosition.Parent = vApocalypticsDSGui
  76. SavePosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  77. SavePosition.BackgroundTransparency = 0.34999999403954
  78. SavePosition.Position = UDim2.new(0.866879642, 0, 0.302507848, 0)
  79. SavePosition.Size = UDim2.new(0, 137, 0, 33)
  80. SavePosition.Font = Enum.Font.SourceSans
  81. SavePosition.Text = "Save Position"
  82. SavePosition.TextColor3 = Color3.new(1, 1, 1)
  83. SavePosition.TextSize = 14
  84.  
  85. Thirst.Name = "Thirst"
  86. Thirst.Parent = vApocalypticsDSGui
  87. Thirst.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  88. Thirst.BackgroundTransparency = 0.34999999403954
  89. Thirst.Position = UDim2.new(0.866397023, 0, 0.514828801, 0)
  90. Thirst.Size = UDim2.new(0, 137, 0, 33)
  91. Thirst.Font = Enum.Font.SourceSans
  92. Thirst.Text = "Thirst"
  93. Thirst.TextColor3 = Color3.new(1, 1, 1)
  94. Thirst.TextSize = 14
  95.  
  96. -- Scripts
  97.  
  98. SavePosition.MouseButton1Click:connect(function()
  99. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
  100. LoadPosition.MouseButton1Click:connect(function()
  101. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  102. CFrame.new(asd)+Vector3.new(1,0,0)end)
  103. Hunger.MouseButton1Click:connect(function()
  104. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
  105. InstantMenu.MouseButton1Click:connect(function()
  106. game.Workspace.GameEvents.GoToMenu:FireServer()end)
  107. Safezone.MouseButton1Click:connect(function()
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  109. -751,123,-796)+Vector3.new(1,0,0)end)
  110. Thirst.MouseButton1Click:connect(function()
  111. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  112. local A_1 = game:GetService("Workspace").Water
  113. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  114. local Event = game:GetService("Workspace").GameEvents.addThirst
  115. Event:FireServer(A_1, A_2)end)
Add Comment
Please, Sign In to add comment