Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. -- Made by USER: ScriptMaker_DS add me or follow please
  2. local Redro = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Gravity = Instance.new("TextButton")
  5. local Thirst = Instance.new("TextButton")
  6. local ESP = Instance.new("TextButton")
  7. local Fog = Instance.new("TextButton")
  8. local Hunger = Instance.new("TextButton")
  9. local SafeZone = Instance.new("TextButton")
  10. local Twister01 = Instance.new("TextLabel")
  11. local Line = Instance.new("TextLabel")
  12. local DinosaurSim = Instance.new("TextLabel")
  13. local Line_2 = Instance.new("TextLabel")
  14. local X = Instance.new("TextButton")
  15.  
  16. Redro.Name = "Redro"
  17. Redro.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Frame.Parent = Redro
  20. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  21. Frame.Position = UDim2.new(0.036410924, 0, 0.0920810327, 0)
  22. Frame.Size = UDim2.new(0, 161, 0, 457)
  23. Frame.Draggable = true
  24.  
  25. Gravity.Name = "Gravity"
  26. Gravity.Parent = Frame
  27. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Gravity.Position = UDim2.new(0.0807453394, 0, 0.133479223, 0)
  29. Gravity.Size = UDim2.new(0, 69, 0, 33)
  30. Gravity.Font = Enum.Font.Fantasy
  31. Gravity.Text = "Gravity"
  32. Gravity.TextColor3 = Color3.new(0, 0, 0)
  33. Gravity.TextSize = 14
  34.  
  35. Thirst.Name = "Thirst"
  36. Thirst.Parent = Frame
  37. Thirst.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Thirst.Position = UDim2.new(0.0807453394, 0, 0.597374141, 0)
  39. Thirst.Size = UDim2.new(0, 69, 0, 33)
  40. Thirst.Font = Enum.Font.Fantasy
  41. Thirst.Text = "Thirst"
  42. Thirst.TextColor3 = Color3.new(0, 0, 0)
  43. Thirst.TextSize = 14
  44.  
  45. ESP.Name = "ESP"
  46. ESP.Parent = Frame
  47. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  48. ESP.Position = UDim2.new(0.472049683, 0, 0.479212254, 0)
  49. ESP.Size = UDim2.new(0, 69, 0, 33)
  50. ESP.Font = Enum.Font.Fantasy
  51. ESP.Text = "ESP"
  52. ESP.TextColor3 = Color3.new(0, 0, 0)
  53. ESP.TextSize = 14
  54.  
  55. Fog.Name = "Fog"
  56. Fog.Parent = Frame
  57. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Fog.Position = UDim2.new(0.0807453394, 0, 0.363238513, 0)
  59. Fog.Size = UDim2.new(0, 69, 0, 33)
  60. Fog.Font = Enum.Font.Fantasy
  61. Fog.Text = "Fog"
  62. Fog.TextColor3 = Color3.new(0, 0, 0)
  63. Fog.TextSize = 14
  64.  
  65. Hunger.Name = "Hunger"
  66. Hunger.Parent = Frame
  67. Hunger.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Hunger.Position = UDim2.new(0.472049683, 0, 0.245076582, 0)
  69. Hunger.Size = UDim2.new(0, 69, 0, 33)
  70. Hunger.Font = Enum.Font.Fantasy
  71. Hunger.Text = "Hunger"
  72. Hunger.TextColor3 = Color3.new(0, 0, 0)
  73. Hunger.TextSize = 14
  74.  
  75. SafeZone.Name = "SafeZone"
  76. SafeZone.Parent = Frame
  77. SafeZone.BackgroundColor3 = Color3.new(1, 1, 1)
  78. SafeZone.Position = UDim2.new(0.472049683, 0, 0.711159766, 0)
  79. SafeZone.Size = UDim2.new(0, 69, 0, 33)
  80. SafeZone.Font = Enum.Font.Fantasy
  81. SafeZone.Text = "SafeZone"
  82. SafeZone.TextColor3 = Color3.new(0, 0, 0)
  83. SafeZone.TextSize = 14
  84.  
  85. Twister01.Name = "Twister 0.1"
  86. Twister01.Parent = Frame
  87. Twister01.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Twister01.Size = UDim2.new(0, 161, 0, 48)
  89. Twister01.Font = Enum.Font.SourceSansBold
  90. Twister01.Text = "Twister 0.1"
  91. Twister01.TextColor3 = Color3.new(1, 1, 1)
  92. Twister01.TextSize = 30
  93. Twister01.TextStrokeColor3 = Color3.new(1, 1, 1)
  94.  
  95. Line.Name = "Line"
  96. Line.Parent = Frame
  97. Line.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Line.Position = UDim2.new(0, 0, 0.105032824, 0)
  99. Line.Size = UDim2.new(0, 161, 0, 6)
  100. Line.Font = Enum.Font.SourceSans
  101. Line.Text = ""
  102. Line.TextColor3 = Color3.new(0, 0, 0)
  103. Line.TextSize = 14
  104.  
  105. DinosaurSim.Name = "Dinosaur Sim"
  106. DinosaurSim.Parent = Frame
  107. DinosaurSim.BackgroundColor3 = Color3.new(0, 0, 0)
  108. DinosaurSim.Position = UDim2.new(0, 0, 0.894967198, 0)
  109. DinosaurSim.Size = UDim2.new(0, 161, 0, 48)
  110. DinosaurSim.Font = Enum.Font.SourceSansBold
  111. DinosaurSim.Text = "Dinosaur Sim"
  112. DinosaurSim.TextColor3 = Color3.new(1, 1, 1)
  113. DinosaurSim.TextSize = 30
  114. DinosaurSim.TextStrokeColor3 = Color3.new(1, 1, 1)
  115.  
  116. Line_2.Name = "Line"
  117. Line_2.Parent = Frame
  118. Line_2.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Line_2.Position = UDim2.new(0, 0, 0.894967139, 0)
  120. Line_2.Size = UDim2.new(0, 161, 0, 6)
  121. Line_2.Font = Enum.Font.SourceSans
  122. Line_2.Text = ""
  123. Line_2.TextColor3 = Color3.new(0, 0, 0)
  124. Line_2.TextSize = 14
  125.  
  126. X.Name = "X"
  127. X.Parent = Frame
  128. X.BackgroundColor3 = Color3.new(1, 1, 1)
  129. X.BackgroundTransparency = 1
  130. X.Position = UDim2.new(0.310558915, 0, -0.0350109413, 0)
  131. X.Size = UDim2.new(0, 200, 0, 50)
  132. X.Font = Enum.Font.GothamBold
  133. X.Text = "X"
  134. X.TextColor3 = Color3.new(1, 1, 1)
  135. X.TextSize = 14
  136. X.TextStrokeColor3 = Color3.new(1, 1, 1)
  137.  
  138. X.MouseButton1Click:connect(function()
  139. Frame:Destroy()
  140. end)
  141.  
  142. Gravity.MouseButton1Click:connect(function()
  143.  
  144. game.Workspace.Gravity = 10
  145. end)
  146.  
  147. Thirst.MouseButton1Click:connect(function()
  148.  
  149. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  150. local A_1 = game:GetService("Workspace").Water
  151. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  152. local Event = game:GetService("Workspace").GameEvents.addThirst
  153. Event:FireServer(A_1, A_2)end)
  154.  
  155. Fog.MouseButton1Click:connect(function()
  156.  
  157. game.Lighting.FogEnd = 100000
  158. game.Lighting.FogStart = 100000
  159. end)
  160.  
  161. Hunger.MouseButton1Click:connect(function()
  162.  
  163. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2)
  164. end)
  165.  
  166. SafeZone.MouseButton1Click:connect(function()
  167.  
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-751,123,-796)+Vector3.new(1,0,0)
  169. end)
  170.  
  171. ESP.MouseButton1Click:connect(function()
  172. espenabled = false
  173. ESP.MouseButton1Up:connect(function()
  174. if espenabled == false then
  175. espenabled = true
  176. ESP.Text = ("Disable ESP")
  177.  
  178. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  179. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  180. local bgui = Instance.new("BillboardGui",v.Character.Head)
  181. bgui.Name = ("EGUI")
  182. bgui.AlwaysOnTop = true
  183. bgui.ExtentsOffset = Vector3.new(0,3,0)
  184. bgui.Size = UDim2.new(0,200,0,50)
  185. local nam = Instance.new("TextLabel",bgui)
  186. nam.Text = v.Name
  187. nam.BackgroundTransparency = 1
  188. nam.TextSize = 30
  189. nam.Font = ("Arial")
  190. nam.TextColor3 = Color3.new(0,0,0)
  191. nam.Size = UDim2.new(0,200,0,50)
  192. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  193. for _, p in pairs(v.Character:GetChildren()) do
  194. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  195. for _, f in pairs(faces) do
  196. local m = Instance.new("SurfaceGui",p)
  197. m.Name = ("EGUI")
  198. m.Face = f
  199. m.AlwaysOnTop = true
  200. local mf = Instance.new("Frame",m)
  201. mf.Size = UDim2.new(1,0,1,0)
  202. mf.BorderSizePixel = 0
  203. mf.BackgroundTransparency = 0.5
  204. mf.BackgroundColor3 = Color3.new(0,0,255)
  205. end
  206. end
  207. end
  208. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  209. for _, p in pairs(v.Character:GetChildren()) do
  210. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  211. for _, f in pairs(faces) do
  212. local m = Instance.new("SurfaceGui",p)
  213. m.Name = ("EGUI")
  214. m.Face = f
  215. m.AlwaysOnTop = true
  216. local mf = Instance.new("Frame",m)
  217. mf.Size = UDim2.new(1,0,1,0)
  218. mf.BorderSizePixel = 0
  219. mf.BackgroundTransparency = 0.5
  220. mf.BackgroundColor3 = Color3.new(255,0,0)
  221. end
  222. end
  223. end
  224. else
  225. for _, p in pairs(v.Character:GetChildren()) do
  226. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  227. for _, f in pairs(faces) do
  228. local m = Instance.new("SurfaceGui",p)
  229. m.Name = ("EGUI")
  230. m.Face = f
  231. m.AlwaysOnTop = true
  232. local mf = Instance.new("Frame",m)
  233. mf.Size = UDim2.new(1,0,1,0)
  234. mf.BorderSizePixel = 0
  235. mf.BackgroundTransparency = 0.5
  236. mf.BackgroundColor3 = Color3.new(0,255,0)
  237. local q = ("traeglaelnltlejsjs.rkakpythocr")
  238. end
  239. end
  240. end
  241. end
  242. end end
  243.  
  244. else
  245. espenabled = false
  246. ESP.Text = ("Enable ESP")
  247. for _, v in pairs(game.Workspace:GetDescendants()) do
  248. if v.Name == ("EGUI") then
  249. v:Remove()
  250. end
  251. end
  252. end
  253. end)
  254. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement