Advertisement
Dastan502

Script Dino Simulator By : Gag502

Nov 17th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. -- GUI Made By GAG502
  2. -- Which Makes a Script
  3. -- M.Oos.A.k
  4. -- Doni Saputra
  5. -- Denny Raharjo
  6. -- Adnan Syamsul
  7.  
  8. -- Objects
  9.  
  10. local KillGeneralsDSGui = Instance.new("ScreenGui")
  11. local KillGeneral = Instance.new("TextLabel")
  12. local InstantMenu = Instance.new("TextButton")
  13. local Safezone = Instance.new("TextButton")
  14. local Hunger = Instance.new("TextButton")
  15. local LoadPosition = Instance.new("TextButton")
  16. local SavePosition = Instance.new("TextButton")
  17. local Thirst = Instance.new("TextButton")
  18.  
  19. -- Properties
  20.  
  21. KillGeneralsDSGui.Name = "KillGeneral's DS Gui"
  22. KillGeneralsDSGui.Parent = game.CoreGui
  23.  
  24. KillGeneral.Name = "KillGeneral"
  25. KillGeneral.Parent = KillGeneralsDSGui
  26. KillGeneral.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. KillGeneral.Position = UDim2.new(0.816733062, 0, -0.00044048205, 0)
  28. KillGeneral.Size = UDim2.new(0, 184, 0, 39)
  29. KillGeneral.ZIndex = -4
  30. KillGeneral.Font = Enum.Font.SourceSans
  31. KillGeneral.Text = "By GAG502"
  32. KillGeneral.TextColor3 = Color3.new(1, 1, 1)
  33. KillGeneral.TextScaled = true
  34. KillGeneral.TextSize = 14
  35. KillGeneral.TextWrapped = true
  36.  
  37. Hunger.Name = "Makanan"
  38. Hunger.Parent = KillGeneralsDSGui
  39. Hunger.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. Hunger.BackgroundTransparency = 0.34999999403954
  41. Hunger.Position = UDim2.new(0.866397023, 0, 0.444295883, 0)
  42. Hunger.Size = UDim2.new(0, 137, 0, 33)
  43. Hunger.Font = Enum.Font.SourceSans
  44. Hunger.Text = "Makanan"
  45. Hunger.TextColor3 = Color3.new(1, 1, 1)
  46. Hunger.TextSize = 14
  47.  
  48. LoadPosition.Name = "Kembali Ke Posisi"
  49. LoadPosition.Parent = KillGeneralsDSGui
  50. LoadPosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. LoadPosition.BackgroundTransparency = 0.34999999403954
  52. LoadPosition.Position = UDim2.new(0.866879642, 0, 0.373040766, 0)
  53. LoadPosition.Size = UDim2.new(0, 137, 0, 33)
  54. LoadPosition.Font = Enum.Font.SourceSans
  55. LoadPosition.Text = "Kembali Ke Posisi"
  56. LoadPosition.TextColor3 = Color3.new(1, 1, 1)
  57. LoadPosition.TextSize = 14
  58.  
  59. SavePosition.Name = "Simpan Posisi"
  60. SavePosition.Parent = KillGeneralsDSGui
  61. SavePosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  62. SavePosition.BackgroundTransparency = 0.34999999403954
  63. SavePosition.Position = UDim2.new(0.866879642, 0, 0.302507848, 0)
  64. SavePosition.Size = UDim2.new(0, 137, 0, 33)
  65. SavePosition.Font = Enum.Font.SourceSans
  66. SavePosition.Text = "Simpan Posisi"
  67. SavePosition.TextColor3 = Color3.new(1, 1, 1)
  68. SavePosition.TextSize = 14
  69.  
  70. Thirst.Name = "Air"
  71. Thirst.Parent = KillGeneralsDSGui
  72. Thirst.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. Thirst.BackgroundTransparency = 0.34999999403954
  74. Thirst.Position = UDim2.new(0.866397023, 0, 0.514828801, 0)
  75. Thirst.Size = UDim2.new(0, 137, 0, 33)
  76. Thirst.Font = Enum.Font.SourceSans
  77. Thirst.Text = "Air"
  78. Thirst.TextColor3 = Color3.new(1, 1, 1)
  79. Thirst.TextSize = 14
  80.  
  81. -- Scripts
  82.  
  83. SavePosition.MouseButton1Click:connect(function()
  84. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
  85. LoadPosition.MouseButton1Click:connect(function()
  86. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  87. CFrame.new(asd)+Vector3.new(1,0,0)end)
  88. Hunger.MouseButton1Click:connect(function()
  89. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
  90. InstantMenu.MouseButton1Click:connect(function()
  91. game.Workspace.GameEvents.GoToMenu:FireServer()end)
  92. Safezone.MouseButton1Click:connect(function()
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  94. -751,123,-796)+Vector3.new(1,0,0)end)
  95. Thirst.MouseButton1Click:connect(function()
  96. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  97. local A_1 = game:GetService("Workspace").Water
  98. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  99. local Event = game:GetService("Workspace").GameEvents.addThirst
  100. Event:FireServer(A_1, A_2)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement