ItsMeMikeyyy

Menu for normal times just a menu

Jun 25th, 2020
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.27 KB | None | 0 0
  1. local SlendersPet = Instance.new("ScreenGui")
  2. local Mainlol = Instance.new("ImageLabel")
  3. local nofog = Instance.new("TextButton")
  4. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  5. local fullbright = Instance.new("TextButton")
  6. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  7. local Rakeesp = Instance.new("TextButton")
  8. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  9. local CtrlDelete = Instance.new("TextButton")
  10. local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
  11. local exit = Instance.new("TextButton")
  12. local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
  13. local Tab2 = Instance.new("TextButton")
  14. local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
  15. local Title = Instance.new("TextLabel")
  16. local Mainlol_2 = Instance.new("ImageLabel")
  17. local safehouse = Instance.new("TextButton")
  18. local TextButton_Roundify_12px_7 = Instance.new("ImageLabel")
  19. local tower = Instance.new("TextButton")
  20. local TextButton_Roundify_12px_8 = Instance.new("ImageLabel")
  21. local shop = Instance.new("TextButton")
  22. local TextButton_Roundify_12px_9 = Instance.new("ImageLabel")
  23. local topoftree = Instance.new("TextButton")
  24. local TextButton_Roundify_12px_10 = Instance.new("ImageLabel")
  25. local Tab1 = Instance.new("TextButton")
  26. local TextButton_Roundify_12px_11 = Instance.new("ImageLabel")
  27.  
  28. SlendersPet.Name = "Slender's Pet"
  29. SlendersPet.Parent = game.CoreGui
  30.  
  31. Mainlol.Name = "Main lol"
  32. Mainlol.Parent = SlendersPet
  33. Mainlol.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Mainlol.BackgroundTransparency = 1
  35. Mainlol.Position = UDim2.new(0.601572692, 0, 0.570484579, 0)
  36. Mainlol.Size = UDim2.new(0, 259, 0, 174)
  37. Mainlol.Image = "rbxassetid://2260429633"
  38. Mainlol.ImageColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  39. Mainlol.ScaleType = Enum.ScaleType.Slice
  40. Mainlol.SliceCenter = Rect.new(12, 12, 13, 13)
  41.  
  42. nofog.Name = "no fog"
  43. nofog.Parent = Mainlol
  44. nofog.BackgroundColor3 = Color3.new(1, 1, 1)
  45. nofog.BackgroundTransparency = 1
  46. nofog.BorderSizePixel = 0
  47. nofog.Position = UDim2.new(0.0709857717, 0, 0.588612199, 0)
  48. nofog.Size = UDim2.new(0, 83, 0, 24)
  49. nofog.ZIndex = 3
  50. nofog.Font = Enum.Font.SourceSans
  51. nofog.Text = "No Fog"
  52. nofog.TextColor3 = Color3.new(0, 0, 0)
  53. nofog.TextSize = 14
  54. nofog.MouseButton1Down:connect(function()
  55. game.Lighting.FogEnd = 9999999999
  56. end)
  57.  
  58. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  59. TextButton_Roundify_12px.Parent = nofog
  60. TextButton_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextButton_Roundify_12px.BackgroundTransparency = 1
  62. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  63. TextButton_Roundify_12px.ZIndex = 2
  64. TextButton_Roundify_12px.Image = "rbxassetid://2260429633"
  65. TextButton_Roundify_12px.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  66. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  67. TextButton_Roundify_12px.SliceCenter = Rect.new(12, 12, 13, 13)
  68.  
  69. fullbright.Name = "full bright"
  70. fullbright.Parent = Mainlol
  71. fullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  72. fullbright.BackgroundTransparency = 1
  73. fullbright.BorderSizePixel = 0
  74. fullbright.Position = UDim2.new(0.60766536, 0, 0.588612199, 0)
  75. fullbright.Size = UDim2.new(0, 83, 0, 24)
  76. fullbright.ZIndex = 3
  77. fullbright.Font = Enum.Font.SourceSans
  78. fullbright.Text = "Full Bright"
  79. fullbright.TextColor3 = Color3.new(0, 0, 0)
  80. fullbright.TextSize = 14
  81. fullbright.MouseButton1Down:connect(function()
  82. game.Lighting.Brightness = 100
  83. end)
  84.  
  85. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  86. TextButton_Roundify_12px_2.Parent = fullbright
  87. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TextButton_Roundify_12px_2.BackgroundTransparency = 1
  89. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  90. TextButton_Roundify_12px_2.ZIndex = 2
  91. TextButton_Roundify_12px_2.Image = "rbxassetid://2260429633"
  92. TextButton_Roundify_12px_2.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  93. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  94. TextButton_Roundify_12px_2.SliceCenter = Rect.new(12, 12, 13, 13)
  95.  
  96. Rakeesp.Name = "Rake esp"
  97. Rakeesp.Parent = Mainlol
  98. Rakeesp.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Rakeesp.BackgroundTransparency = 1
  100. Rakeesp.BorderSizePixel = 0
  101. Rakeesp.Position = UDim2.new(0.0709857792, 0, 0.772520185, 0)
  102. Rakeesp.Size = UDim2.new(0, 83, 0, 24)
  103. Rakeesp.ZIndex = 3
  104. Rakeesp.Font = Enum.Font.SourceSans
  105. Rakeesp.Text = "Coming Soon :)"
  106. Rakeesp.TextColor3 = Color3.new(0, 0, 0)
  107. Rakeesp.TextSize = 14
  108. Rakeesp.MouseButton1Down:connect(function()
  109. print("Unfinished Script, wait a little.")
  110. end)
  111.  
  112. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  113. TextButton_Roundify_12px_3.Parent = Rakeesp
  114. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextButton_Roundify_12px_3.BackgroundTransparency = 1
  116. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  117. TextButton_Roundify_12px_3.ZIndex = 2
  118. TextButton_Roundify_12px_3.Image = "rbxassetid://2260429633"
  119. TextButton_Roundify_12px_3.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  120. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  121. TextButton_Roundify_12px_3.SliceCenter = Rect.new(12, 12, 13, 13)
  122.  
  123. CtrlDelete.Name = "Ctrl Delete"
  124. CtrlDelete.Parent = Mainlol
  125. CtrlDelete.BackgroundColor3 = Color3.new(1, 1, 1)
  126. CtrlDelete.BackgroundTransparency = 1
  127. CtrlDelete.BorderSizePixel = 0
  128. CtrlDelete.Position = UDim2.new(0.60766536, 0, 0.772520185, 0)
  129. CtrlDelete.Size = UDim2.new(0, 83, 0, 24)
  130. CtrlDelete.ZIndex = 3
  131. CtrlDelete.Font = Enum.Font.SourceSans
  132. CtrlDelete.Text = "Ctrl+Left Click Delete"
  133. CtrlDelete.TextColor3 = Color3.new(0, 0, 0)
  134. CtrlDelete.TextScaled = true
  135. CtrlDelete.TextSize = 14
  136. CtrlDelete.TextWrapped = true
  137. CtrlDelete.MouseButton1Down:connect(function()
  138. local Plr = game:GetService("Players").LocalPlayer
  139. local Mouse = Plr:GetMouse()
  140.  
  141. Mouse.Button1Down:connect(function()
  142. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  143. if not Mouse.Target then return end
  144. Mouse.Target:Destroy()
  145. end)
  146. end)
  147.  
  148. TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
  149. TextButton_Roundify_12px_4.Parent = CtrlDelete
  150. TextButton_Roundify_12px_4.BackgroundColor3 = Color3.new(1, 1, 1)
  151. TextButton_Roundify_12px_4.BackgroundTransparency = 1
  152. TextButton_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
  153. TextButton_Roundify_12px_4.ZIndex = 2
  154. TextButton_Roundify_12px_4.Image = "rbxassetid://2260429633"
  155. TextButton_Roundify_12px_4.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  156. TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
  157. TextButton_Roundify_12px_4.SliceCenter = Rect.new(12, 12, 13, 13)
  158.  
  159. exit.Name = "exit"
  160. exit.Parent = Mainlol
  161. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  162. exit.BackgroundTransparency = 1
  163. exit.BorderSizePixel = 0
  164. exit.Position = UDim2.new(0.823881507, 0, 0.0368880332, 0)
  165. exit.Size = UDim2.new(0, 38, 0, 17)
  166. exit.ZIndex = 3
  167. exit.Font = Enum.Font.SourceSans
  168. exit.Text = "X"
  169. exit.TextColor3 = Color3.new(1, 0.14902, 0)
  170. exit.TextScaled = true
  171. exit.TextSize = 14
  172. exit.TextStrokeTransparency = 0
  173. exit.TextWrapped = true
  174. exit.MouseButton1Down:connect(function()
  175. Mainlol.Visible = false
  176. Mainlol_2.Visible = false
  177. Title.Visible = false
  178. end)
  179.  
  180. TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
  181. TextButton_Roundify_12px_5.Parent = exit
  182. TextButton_Roundify_12px_5.BackgroundColor3 = Color3.new(1, 1, 1)
  183. TextButton_Roundify_12px_5.BackgroundTransparency = 1
  184. TextButton_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
  185. TextButton_Roundify_12px_5.ZIndex = 2
  186. TextButton_Roundify_12px_5.Image = "rbxassetid://2260429633"
  187. TextButton_Roundify_12px_5.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  188. TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
  189. TextButton_Roundify_12px_5.SliceCenter = Rect.new(12, 12, 13, 13)
  190.  
  191. Tab2.Name = "Tab2"
  192. Tab2.Parent = Mainlol
  193. Tab2.BackgroundColor3 = Color3.new(1, 1, 1)
  194. Tab2.BackgroundTransparency = 1
  195. Tab2.BorderSizePixel = 0
  196. Tab2.Position = UDim2.new(0.0693917274, 0, 0.361436129, 0)
  197. Tab2.Size = UDim2.new(0, 222, 0, 24)
  198. Tab2.ZIndex = 3
  199. Tab2.Font = Enum.Font.SourceSans
  200. Tab2.Text = "Teleports"
  201. Tab2.TextColor3 = Color3.new(0, 0, 0)
  202. Tab2.TextSize = 14
  203. Tab2.MouseButton1Down:connect(function()
  204. Mainlol.Visible = false
  205. Mainlol_2.Visible = true
  206. end)
  207.  
  208. TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
  209. TextButton_Roundify_12px_6.Parent = Tab2
  210. TextButton_Roundify_12px_6.BackgroundColor3 = Color3.new(1, 1, 1)
  211. TextButton_Roundify_12px_6.BackgroundTransparency = 1
  212. TextButton_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
  213. TextButton_Roundify_12px_6.ZIndex = 2
  214. TextButton_Roundify_12px_6.Image = "rbxassetid://2260429633"
  215. TextButton_Roundify_12px_6.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  216. TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
  217. TextButton_Roundify_12px_6.SliceCenter = Rect.new(12, 12, 13, 13)
  218.  
  219. Title.Name = "Title"
  220. Title.Parent = SlendersPet
  221. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Title.BackgroundTransparency = 1
  223. Title.Position = UDim2.new(0.640218139, 0, 0.619626284, 0)
  224. Title.Size = UDim2.new(0, 200, 0, 27)
  225. Title.ZIndex = 3
  226. Title.Font = Enum.Font.SourceSans
  227. Title.Text = "Slender's Pet v2.0.0"
  228. Title.TextColor3 = Color3.new(0, 0, 0)
  229. Title.TextScaled = true
  230. Title.TextSize = 14
  231. Title.TextStrokeColor3 = Color3.new(1, 1, 1)
  232. Title.TextStrokeTransparency = 0
  233. Title.TextWrapped = true
  234.  
  235. Mainlol_2.Name = "Main lol"
  236. Mainlol_2.Parent = SlendersPet
  237. Mainlol_2.BackgroundColor3 = Color3.new(1, 1, 1)
  238. Mainlol_2.BackgroundTransparency = 1
  239. Mainlol_2.Position = UDim2.new(0.600262046, 0, 0.570484579, 0)
  240. Mainlol_2.Size = UDim2.new(0, 259, 0, 174)
  241. Mainlol_2.Visible = false
  242. Mainlol_2.Image = "rbxassetid://2260429633"
  243. Mainlol_2.ImageColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  244. Mainlol_2.ScaleType = Enum.ScaleType.Slice
  245. Mainlol_2.SliceCenter = Rect.new(12, 12, 13, 13)
  246.  
  247. safehouse.Name = "safehouse"
  248. safehouse.Parent = Mainlol_2
  249. safehouse.BackgroundColor3 = Color3.new(1, 1, 1)
  250. safehouse.BackgroundTransparency = 1
  251. safehouse.BorderSizePixel = 0
  252. safehouse.Position = UDim2.new(0.0709857717, 0, 0.588612199, 0)
  253. safehouse.Size = UDim2.new(0, 83, 0, 24)
  254. safehouse.ZIndex = 3
  255. safehouse.Font = Enum.Font.SourceSans
  256. safehouse.Text = "Safe_House"
  257. safehouse.TextColor3 = Color3.new(0, 0, 0)
  258. safehouse.TextSize = 14
  259. safehouse.MouseButton1Down:connect(function()
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-162.896011, 17.7350807, 215.27366)  
  261. end)
  262.  
  263. TextButton_Roundify_12px_7.Name = "TextButton_Roundify_12px"
  264. TextButton_Roundify_12px_7.Parent = safehouse
  265. TextButton_Roundify_12px_7.BackgroundColor3 = Color3.new(1, 1, 1)
  266. TextButton_Roundify_12px_7.BackgroundTransparency = 1
  267. TextButton_Roundify_12px_7.Size = UDim2.new(1, 0, 1, 0)
  268. TextButton_Roundify_12px_7.ZIndex = 2
  269. TextButton_Roundify_12px_7.Image = "rbxassetid://2260429633"
  270. TextButton_Roundify_12px_7.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  271. TextButton_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
  272. TextButton_Roundify_12px_7.SliceCenter = Rect.new(12, 12, 13, 13)
  273.  
  274. tower.Name = "tower"
  275. tower.Parent = Mainlol_2
  276. tower.BackgroundColor3 = Color3.new(1, 1, 1)
  277. tower.BackgroundTransparency = 1
  278. tower.BorderSizePixel = 0
  279. tower.Position = UDim2.new(0.60766536, 0, 0.588612199, 0)
  280. tower.Size = UDim2.new(0, 83, 0, 24)
  281. tower.ZIndex = 3
  282. tower.Font = Enum.Font.SourceSans
  283. tower.Text = "Tower"
  284. tower.TextColor3 = Color3.new(0, 0, 0)
  285. tower.TextSize = 14
  286. tower.MouseButton1Down:connect(function()
  287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (2.36689878, 16.5745811, -51.1559868)  
  288. end)
  289.  
  290. TextButton_Roundify_12px_8.Name = "TextButton_Roundify_12px"
  291. TextButton_Roundify_12px_8.Parent = tower
  292. TextButton_Roundify_12px_8.BackgroundColor3 = Color3.new(1, 1, 1)
  293. TextButton_Roundify_12px_8.BackgroundTransparency = 1
  294. TextButton_Roundify_12px_8.Size = UDim2.new(1, 0, 1, 0)
  295. TextButton_Roundify_12px_8.ZIndex = 2
  296. TextButton_Roundify_12px_8.Image = "rbxassetid://2260429633"
  297. TextButton_Roundify_12px_8.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  298. TextButton_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
  299. TextButton_Roundify_12px_8.SliceCenter = Rect.new(12, 12, 13, 13)
  300.  
  301. shop.Name = "shop"
  302. shop.Parent = Mainlol_2
  303. shop.BackgroundColor3 = Color3.new(1, 1, 1)
  304. shop.BackgroundTransparency = 1
  305. shop.BorderSizePixel = 0
  306. shop.Position = UDim2.new(0.0709857792, 0, 0.772520185, 0)
  307. shop.Size = UDim2.new(0, 83, 0, 24)
  308. shop.ZIndex = 3
  309. shop.Font = Enum.Font.SourceSans
  310. shop.Text = "Shop"
  311. shop.TextColor3 = Color3.new(0, 0, 0)
  312. shop.TextSize = 14
  313. shop.MouseButton1Down:connect(function()
  314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-26.3852272, 16.403595, -249.440567)  
  315. end)
  316.  
  317. TextButton_Roundify_12px_9.Name = "TextButton_Roundify_12px"
  318. TextButton_Roundify_12px_9.Parent = shop
  319. TextButton_Roundify_12px_9.BackgroundColor3 = Color3.new(1, 1, 1)
  320. TextButton_Roundify_12px_9.BackgroundTransparency = 1
  321. TextButton_Roundify_12px_9.Size = UDim2.new(1, 0, 1, 0)
  322. TextButton_Roundify_12px_9.ZIndex = 2
  323. TextButton_Roundify_12px_9.Image = "rbxassetid://2260429633"
  324. TextButton_Roundify_12px_9.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  325. TextButton_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
  326. TextButton_Roundify_12px_9.SliceCenter = Rect.new(12, 12, 13, 13)
  327.  
  328. topoftree.Name = "topoftree"
  329. topoftree.Parent = Mainlol_2
  330. topoftree.BackgroundColor3 = Color3.new(1, 1, 1)
  331. topoftree.BackgroundTransparency = 1
  332. topoftree.BorderSizePixel = 0
  333. topoftree.Position = UDim2.new(0.60766536, 0, 0.772520185, 0)
  334. topoftree.Size = UDim2.new(0, 83, 0, 24)
  335. topoftree.ZIndex = 3
  336. topoftree.Font = Enum.Font.SourceSans
  337. topoftree.Text = "Top_of_tree"
  338. topoftree.TextColor3 = Color3.new(0, 0, 0)
  339. topoftree.TextScaled = true
  340. topoftree.TextSize = 14
  341. topoftree.TextWrapped = true
  342. topoftree.MouseButton1Down:connect(function()
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-304.894073, 33.7779694, -83.6650925)  
  344. end)
  345.  
  346. TextButton_Roundify_12px_10.Name = "TextButton_Roundify_12px"
  347. TextButton_Roundify_12px_10.Parent = topoftree
  348. TextButton_Roundify_12px_10.BackgroundColor3 = Color3.new(1, 1, 1)
  349. TextButton_Roundify_12px_10.BackgroundTransparency = 1
  350. TextButton_Roundify_12px_10.Size = UDim2.new(1, 0, 1, 0)
  351. TextButton_Roundify_12px_10.ZIndex = 2
  352. TextButton_Roundify_12px_10.Image = "rbxassetid://2260429633"
  353. TextButton_Roundify_12px_10.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  354. TextButton_Roundify_12px_10.ScaleType = Enum.ScaleType.Slice
  355. TextButton_Roundify_12px_10.SliceCenter = Rect.new(12, 12, 13, 13)
  356.  
  357. Tab1.Name = "Tab1"
  358. Tab1.Parent = Mainlol_2
  359. Tab1.BackgroundColor3 = Color3.new(1, 1, 1)
  360. Tab1.BackgroundTransparency = 1
  361. Tab1.BorderSizePixel = 0
  362. Tab1.Position = UDim2.new(0.0693917274, 0, 0.361436129, 0)
  363. Tab1.Size = UDim2.new(0, 222, 0, 24)
  364. Tab1.ZIndex = 3
  365. Tab1.Font = Enum.Font.SourceSans
  366. Tab1.Text = "Main"
  367. Tab1.TextColor3 = Color3.new(0, 0, 0)
  368. Tab1.TextSize = 14
  369. Tab1.MouseButton1Down:connect(function()
  370. Mainlol_2.Visible = false
  371. Mainlol.Visible = true
  372. end)
  373.  
  374. TextButton_Roundify_12px_11.Name = "TextButton_Roundify_12px"
  375. TextButton_Roundify_12px_11.Parent = Tab1
  376. TextButton_Roundify_12px_11.BackgroundColor3 = Color3.new(1, 1, 1)
  377. TextButton_Roundify_12px_11.BackgroundTransparency = 1
  378. TextButton_Roundify_12px_11.Size = UDim2.new(1, 0, 1, 0)
  379. TextButton_Roundify_12px_11.ZIndex = 2
  380. TextButton_Roundify_12px_11.Image = "rbxassetid://2260429633"
  381. TextButton_Roundify_12px_11.ImageColor3 = Color3.new(0.4, 0.4, 0.4)
  382. TextButton_Roundify_12px_11.ScaleType = Enum.ScaleType.Slice
  383. TextButton_Roundify_12px_11.SliceCenter = Rect.new(12, 12, 13, 13)
Add Comment
Please, Sign In to add comment