MinoritySmasher

Murder Mistery 2 GUI

Dec 20th, 2018
12,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.76 KB | None | 0 0
  1. -- Made by abs_0 (absoabsolute0)
  2. -- Objects
  3.  
  4. local mygui = Instance.new("ScreenGui")
  5. local maintab = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local bodyframe = Instance.new("Frame")
  8. local menuframe = Instance.new("Frame")
  9. local generalbuttonframe = Instance.new("Frame")
  10. local generalbutton = Instance.new("TextButton")
  11. local generalbuttonlabel = Instance.new("ImageLabel")
  12. local lpbuttonframe = Instance.new("Frame")
  13. local lpbutton = Instance.new("TextButton")
  14. local lpbuttonlabel = Instance.new("ImageLabel")
  15. local tpbuttonframe = Instance.new("Frame")
  16. local tpbutton = Instance.new("TextButton")
  17. local tpbuttonlabel = Instance.new("ImageLabel")
  18. local tptextbox = Instance.new("TextBox")
  19. local tpunderline = Instance.new("Frame")
  20. local tpunderlinebase = Instance.new("Frame")
  21. local generalframe = Instance.new("Frame")
  22. local generalespframe = Instance.new("Frame")
  23. local generalespbutton = Instance.new("TextButton")
  24. local generalesplabel = Instance.new("ImageLabel")
  25. local generalcoinframe = Instance.new("Frame")
  26. local generalcoinbutton = Instance.new("TextButton")
  27. local generalcoinlabel = Instance.new("ImageLabel")
  28. local generalgunframe = Instance.new("Frame")
  29. local generalgunbutton = Instance.new("TextButton")
  30. local generalgunlabel = Instance.new("ImageLabel")
  31. local generallobbyframe = Instance.new("Frame")
  32. local generallobbybutton = Instance.new("TextButton")
  33. local generallobbylabel = Instance.new("ImageLabel")
  34. local lpframe = Instance.new("Frame")
  35. local lpjumpframe = Instance.new("Frame")
  36. local lpjumpbutton = Instance.new("TextButton")
  37. local lpjumplabel = Instance.new("ImageLabel")
  38. local lpgravframe = Instance.new("Frame")
  39. local lpgravbutton = Instance.new("TextButton")
  40. local lpgravlabel = Instance.new("ImageLabel")
  41. local lpwalkframe = Instance.new("Frame")
  42. local lpwalkbutton = Instance.new("TextButton")
  43. local lpwalklabel = Instance.new("ImageLabel")
  44. local lpgodframe = Instance.new("Frame")
  45. local lpgodbutton = Instance.new("TextButton")
  46. local lpgodlabel = Instance.new("ImageLabel")
  47. local backbutton1 = Instance.new("TextButton")
  48. local backbutton1label = Instance.new("ImageLabel")
  49. local backbutton2 = Instance.new("TextButton")
  50. local backbutton2label = Instance.new("ImageLabel")
  51. local creditsbutton = Instance.new("TextButton")
  52. local creditsiconlabel1 = Instance.new("ImageLabel")
  53. local creditsiconlabel2 = Instance.new("ImageLabel")
  54. local toggle = Instance.new("Frame")
  55. local closeall = Instance.new("TextButton")
  56. local closeopen = Instance.new("TextButton")
  57. local closeopenlabel = Instance.new("ImageLabel")
  58. local creditstab = Instance.new("Frame")
  59. local creditstitle = Instance.new("TextLabel")
  60. local creditsframe = Instance.new("Frame")
  61. local creditsmenuframe = Instance.new("Frame")
  62. local creditsfield = Instance.new("TextLabel")
  63. local closecredits = Instance.new("TextButton")
  64.  
  65. -- Properties
  66.  
  67. mygui.Name = "mygui"
  68. mygui.Parent = game.CoreGui
  69.  
  70. maintab.Name = "maintab"
  71. maintab.Parent = mygui
  72. maintab.Active = true
  73. maintab.BackgroundColor3 = Color3.new(1, 1, 1)
  74. maintab.BackgroundTransparency = 0.5
  75. maintab.BorderSizePixel = 0
  76. maintab.Draggable = true
  77. maintab.Position = UDim2.new(0, 900, 0, 330)
  78. maintab.Size = UDim2.new(0, 256, 0, 30)
  79.  
  80. title.Name = "title"
  81. title.Parent = maintab
  82. title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
  83. title.BorderSizePixel = 0
  84. title.Size = UDim2.new(0, 256, 0, 30)
  85. title.Font = Enum.Font.SourceSansBold
  86. title.FontSize = Enum.FontSize.Size24
  87. title.Text = "MM2 Gui"
  88. title.TextColor3 = Color3.new(1, 1, 1)
  89. title.TextSize = 23
  90.  
  91. bodyframe.Name = "bodyframe"
  92. bodyframe.Parent = maintab
  93. bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  94. bodyframe.BorderSizePixel = 0
  95. bodyframe.ClipsDescendants = true
  96. bodyframe.Position = UDim2.new(0, 0, 0, 30)
  97. bodyframe.Size = UDim2.new(0, 256, 0, 222)
  98.  
  99. menuframe.Name = "menuframe"
  100. menuframe.Parent = bodyframe
  101. menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
  102. menuframe.BackgroundTransparency = 1
  103. menuframe.BorderSizePixel = 0
  104. menuframe.Size = UDim2.new(0, 256, 0, 222)
  105.  
  106. generalbuttonframe.Name = "generalbuttonframe"
  107. generalbuttonframe.Parent = menuframe
  108. generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
  109. generalbuttonframe.BorderSizePixel = 0
  110. generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
  111. generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
  112.  
  113. generalbutton.Name = "generalbutton"
  114. generalbutton.Parent = generalbuttonframe
  115. generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  116. generalbutton.BackgroundTransparency = 1
  117. generalbutton.BorderSizePixel = 0
  118. generalbutton.ClipsDescendants = true
  119. generalbutton.Size = UDim2.new(0, 194, 0, 30)
  120. generalbutton.Font = Enum.Font.SourceSansSemibold
  121. generalbutton.FontSize = Enum.FontSize.Size24
  122. generalbutton.Text = "General"
  123. generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  124. generalbutton.TextSize = 20
  125.  
  126. generalbuttonlabel.Name = "generalbuttonlabel"
  127. generalbuttonlabel.Parent = generalbutton
  128. generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  129. generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  130. generalbuttonlabel.BackgroundTransparency = 1
  131. generalbuttonlabel.BorderSizePixel = 0
  132. generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  133. generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
  134. generalbuttonlabel.Visible = false
  135. generalbuttonlabel.Image = "rbxassetid://200182847"
  136. generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  137. generalbuttonlabel.ImageTransparency = 0.80000001192093
  138.  
  139. lpbuttonframe.Name = "lpbuttonframe"
  140. lpbuttonframe.Parent = menuframe
  141. lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
  142. lpbuttonframe.BorderSizePixel = 0
  143. lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
  144. lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
  145.  
  146. lpbutton.Name = "lpbutton"
  147. lpbutton.Parent = lpbuttonframe
  148. lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  149. lpbutton.BackgroundTransparency = 1
  150. lpbutton.BorderSizePixel = 0
  151. lpbutton.ClipsDescendants = true
  152. lpbutton.Size = UDim2.new(0, 194, 0, 30)
  153. lpbutton.Font = Enum.Font.SourceSansSemibold
  154. lpbutton.FontSize = Enum.FontSize.Size24
  155. lpbutton.Text = "Local Player"
  156. lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  157. lpbutton.TextSize = 19
  158.  
  159. lpbuttonlabel.Name = "lpbuttonlabel"
  160. lpbuttonlabel.Parent = lpbutton
  161. lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  162. lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  163. lpbuttonlabel.BackgroundTransparency = 1
  164. lpbuttonlabel.BorderSizePixel = 0
  165. lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  166. lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
  167. lpbuttonlabel.Visible = false
  168. lpbuttonlabel.Image = "rbxassetid://200182847"
  169. lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  170. lpbuttonlabel.ImageTransparency = 0.80000001192093
  171.  
  172. tptextbox.Name = "tptextbox"
  173. tptextbox.Parent = menuframe
  174. tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
  175. tptextbox.BackgroundTransparency = 1
  176. tptextbox.BorderSizePixel = 0
  177. tptextbox.Position = UDim2.new(0, 31, 0, 165)
  178. tptextbox.Size = UDim2.new(0, 194, 0, 31)
  179. tptextbox.Font = Enum.Font.SourceSans
  180. tptextbox.FontSize = Enum.FontSize.Size18
  181. tptextbox.Text = "Player Name"
  182. tptextbox.TextColor3 = Color3.new(1, 1, 1)
  183. tptextbox.TextSize = 15
  184.  
  185. tpunderline.Name = "tpunderline"
  186. tpunderline.Parent = tptextbox
  187. tpunderline.AnchorPoint = Vector2.new(0, 0)
  188. tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
  189. tpunderline.BorderSizePixel = 0
  190. tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
  191. tpunderline.Size = UDim2.new(0, 0, 0, 2)
  192.  
  193. tpunderlinebase.Name = "tpunderlinebase"
  194. tpunderlinebase.Parent = tptextbox
  195. tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
  196. tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
  197. tpunderlinebase.BackgroundTransparency = 0.80000001192093
  198. tpunderlinebase.BorderSizePixel = 0
  199. tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
  200. tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
  201. tpunderlinebase.Visible = false --secretkey
  202.  
  203. generalframe.Name = "generalframe"
  204. generalframe.Parent = bodyframe
  205. generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
  206. generalframe.BackgroundTransparency = 1
  207. generalframe.BorderSizePixel = 0
  208. generalframe.Position = UDim2.new(0, 256, 0, 0)
  209. generalframe.Size = UDim2.new(0, 256, 0, 222)
  210.  
  211. generalespframe.Name = "generalespframe"
  212. generalespframe.Parent = generalframe
  213. generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
  214. generalespframe.BorderSizePixel = 0
  215. generalespframe.Position = UDim2.new(0, 31, 0, 172)
  216. generalespframe.Size = UDim2.new(0, 194, 0, 30)
  217.  
  218. generalespbutton.Name = "generalespbutton"
  219. generalespbutton.Parent = generalespframe
  220. generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  221. generalespbutton.BackgroundTransparency = 1
  222. generalespbutton.BorderSizePixel = 0
  223. generalespbutton.ClipsDescendants = true
  224. generalespbutton.Size = UDim2.new(0, 194, 0, 30)
  225. generalespbutton.Font = Enum.Font.SourceSansSemibold
  226. generalespbutton.FontSize = Enum.FontSize.Size24
  227. generalespbutton.Text = "ESP (Left Alt)"
  228. generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  229. generalespbutton.TextSize = 19
  230.  
  231. generalesplabel.Name = "generalesplabel"
  232. generalesplabel.Parent = generalespbutton
  233. generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
  234. generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
  235. generalesplabel.BackgroundTransparency = 1
  236. generalesplabel.BorderSizePixel = 0
  237. generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  238. generalesplabel.Size = UDim2.new(0, 50, 0, 50)
  239. generalesplabel.Visible = false
  240. generalesplabel.Image = "rbxassetid://200182847"
  241. generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  242. generalesplabel.ImageTransparency = 0.80000001192093
  243.  
  244. generalcoinframe.Name = "generalcoinframe"
  245. generalcoinframe.Parent = generalframe
  246. generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
  247. generalcoinframe.BorderSizePixel = 0
  248. generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
  249. generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
  250.  
  251. generalcoinbutton.Name = "generalcoinbutton"
  252. generalcoinbutton.Parent = generalcoinframe
  253. generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  254. generalcoinbutton.BackgroundTransparency = 1
  255. generalcoinbutton.BorderSizePixel = 0
  256. generalcoinbutton.ClipsDescendants = true
  257. generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
  258. generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
  259. generalcoinbutton.Font = Enum.Font.SourceSansSemibold
  260. generalcoinbutton.FontSize = Enum.FontSize.Size24
  261. generalcoinbutton.Text = "Grab 10 Coins"
  262. generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  263. generalcoinbutton.TextSize = 19
  264.  
  265. generalcoinlabel.Name = "generalcoinlabel"
  266. generalcoinlabel.Parent = generalcoinbutton
  267. generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  268. generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  269. generalcoinlabel.BackgroundTransparency = 1
  270. generalcoinlabel.BorderSizePixel = 0
  271. generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  272. generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
  273. generalcoinlabel.Visible = false
  274. generalcoinlabel.Image = "rbxassetid://200182847"
  275. generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  276. generalcoinlabel.ImageTransparency = 0.80000001192093
  277.  
  278. generalgunframe.Name = "generalgunframe"
  279. generalgunframe.Parent = generalframe
  280. generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
  281. generalgunframe.BorderSizePixel = 0
  282. generalgunframe.Position = UDim2.new(0, 31, 0, 68)
  283. generalgunframe.Size = UDim2.new(0, 194, 0, 30)
  284.  
  285. generalgunbutton.Name = "generalgunbutton"
  286. generalgunbutton.Parent = generalgunframe
  287. generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  288. generalgunbutton.BackgroundTransparency = 1
  289. generalgunbutton.BorderSizePixel = 0
  290. generalgunbutton.ClipsDescendants = true
  291. generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
  292. generalgunbutton.Font = Enum.Font.SourceSansSemibold
  293. generalgunbutton.FontSize = Enum.FontSize.Size24
  294. generalgunbutton.Text = "Grab Gun"
  295. generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  296. generalgunbutton.TextSize = 19
  297.  
  298. generalgunlabel.Name = "generalgunlabel"
  299. generalgunlabel.Parent = generalgunbutton
  300. generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  301. generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  302. generalgunlabel.BackgroundTransparency = 1
  303. generalgunlabel.BorderSizePixel = 0
  304. generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  305. generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
  306. generalgunlabel.Visible = false
  307. generalgunlabel.Image = "rbxassetid://200182847"
  308. generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  309. generalgunlabel.ImageTransparency = 0.80000001192093
  310.  
  311. generallobbyframe.Name = "generallobbyframe"
  312. generallobbyframe.Parent = generalframe
  313. generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
  314. generallobbyframe.BorderSizePixel = 0
  315. generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
  316. generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
  317.  
  318. generallobbybutton.Name = "generallobbybutton"
  319. generallobbybutton.Parent = generallobbyframe
  320. generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
  321. generallobbybutton.BackgroundTransparency = 1
  322. generallobbybutton.BorderSizePixel = 0
  323. generallobbybutton.ClipsDescendants = true
  324. generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
  325. generallobbybutton.Font = Enum.Font.SourceSansSemibold
  326. generallobbybutton.FontSize = Enum.FontSize.Size24
  327. generallobbybutton.Text = "TP to Lobby"
  328. generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
  329. generallobbybutton.TextSize = 19
  330.  
  331. generallobbylabel.Name = "generallobbylabel"
  332. generallobbylabel.Parent = generallobbybutton
  333. generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
  334. generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
  335. generallobbylabel.BackgroundTransparency = 1
  336. generallobbylabel.BorderSizePixel = 0
  337. generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  338. generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
  339. generallobbylabel.Visible = false
  340. generallobbylabel.Image = "rbxassetid://200182847"
  341. generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  342. generallobbylabel.ImageTransparency = 0.80000001192093
  343.  
  344. lpframe.Name = "lpframe"
  345. lpframe.Parent = bodyframe
  346. lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
  347. lpframe.BackgroundTransparency = 1
  348. lpframe.BorderSizePixel = 0
  349. lpframe.Position = UDim2.new(0, 256, 0, 0)
  350. lpframe.Size = UDim2.new(0, 256, 0, 222)
  351.  
  352. lpjumpframe.Name = "lpjumpframe"
  353. lpjumpframe.Parent = lpframe
  354. lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
  355. lpjumpframe.BorderSizePixel = 0
  356. lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
  357. lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
  358.  
  359. lpjumpbutton.Name = "lpjumpbutton"
  360. lpjumpbutton.Parent = lpjumpframe
  361. lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  362. lpjumpbutton.BackgroundTransparency = 1
  363. lpjumpbutton.BorderSizePixel = 0
  364. lpjumpbutton.ClipsDescendants = true
  365. lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
  366. lpjumpbutton.Font = Enum.Font.SourceSansSemibold
  367. lpjumpbutton.FontSize = Enum.FontSize.Size24
  368. lpjumpbutton.Text = "High Jump"
  369. lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  370. lpjumpbutton.TextSize = 19
  371.  
  372. lpjumplabel.Name = "lpjumplabel"
  373. lpjumplabel.Parent = lpjumpbutton
  374. lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
  375. lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
  376. lpjumplabel.BackgroundTransparency = 1
  377. lpjumplabel.BorderSizePixel = 0
  378. lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  379. lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
  380. lpjumplabel.Visible = false
  381. lpjumplabel.Image = "rbxassetid://200182847"
  382. lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  383. lpjumplabel.ImageTransparency = 0.80000001192093
  384.  
  385. lpgravframe.Name = "lpgravframe"
  386. lpgravframe.Parent = lpframe
  387. lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
  388. lpgravframe.BorderSizePixel = 0
  389. lpgravframe.Position = UDim2.new(0, 31, 0, 120)
  390. lpgravframe.Size = UDim2.new(0, 194, 0, 30)
  391.  
  392. lpgravbutton.Name = "lpgravbutton"
  393. lpgravbutton.Parent = lpgravframe
  394. lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  395. lpgravbutton.BackgroundTransparency = 1
  396. lpgravbutton.BorderSizePixel = 0
  397. lpgravbutton.ClipsDescendants = true
  398. lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
  399. lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
  400. lpgravbutton.Font = Enum.Font.SourceSansSemibold
  401. lpgravbutton.FontSize = Enum.FontSize.Size24
  402. lpgravbutton.Text = "Low Gravity"
  403. lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  404. lpgravbutton.TextSize = 19
  405.  
  406. lpgravlabel.Name = "lpgravlabel"
  407. lpgravlabel.Parent = lpgravbutton
  408. lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  409. lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  410. lpgravlabel.BackgroundTransparency = 1
  411. lpgravlabel.BorderSizePixel = 0
  412. lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  413. lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
  414. lpgravlabel.Visible = false
  415. lpgravlabel.Image = "rbxassetid://200182847"
  416. lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  417. lpgravlabel.ImageTransparency = 0.80000001192093
  418.  
  419. lpwalkframe.Name = "lpwalkframe"
  420. lpwalkframe.Parent = lpframe
  421. lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
  422. lpwalkframe.BorderSizePixel = 0
  423. lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
  424. lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
  425.  
  426. lpwalkbutton.Name = "lpwalkbutton"
  427. lpwalkbutton.Parent = lpwalkframe
  428. lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  429. lpwalkbutton.BackgroundTransparency = 1
  430. lpwalkbutton.BorderSizePixel = 0
  431. lpwalkbutton.ClipsDescendants = true
  432. lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
  433. lpwalkbutton.Font = Enum.Font.SourceSansSemibold
  434. lpwalkbutton.FontSize = Enum.FontSize.Size24
  435. lpwalkbutton.Text = "Fast Walk"
  436. lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  437. lpwalkbutton.TextSize = 19
  438.  
  439. lpwalklabel.Name = "lpwalklabel"
  440. lpwalklabel.Parent = lpwalkbutton
  441. lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
  442. lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
  443. lpwalklabel.BackgroundTransparency = 1
  444. lpwalklabel.BorderSizePixel = 0
  445. lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  446. lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
  447. lpwalklabel.Visible = false
  448. lpwalklabel.Image = "rbxassetid://200182847"
  449. lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  450. lpwalklabel.ImageTransparency = 0.80000001192093
  451.  
  452. lpgodframe.Name = "lpgodframe"
  453. lpgodframe.Parent = lpframe
  454. lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
  455. lpgodframe.BorderSizePixel = 0
  456. lpgodframe.Position = UDim2.new(0, 31, 0, 17)
  457. lpgodframe.Size = UDim2.new(0, 194, 0, 30)
  458.  
  459. lpgodbutton.Name = "lpgodbutton"
  460. lpgodbutton.Parent = lpgodframe
  461. lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  462. lpgodbutton.BackgroundTransparency = 1
  463. lpgodbutton.BorderSizePixel = 0
  464. lpgodbutton.ClipsDescendants = true
  465. lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
  466. lpgodbutton.Font = Enum.Font.SourceSansSemibold
  467. lpgodbutton.FontSize = Enum.FontSize.Size24
  468. lpgodbutton.Text = "God Mode"
  469. lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  470. lpgodbutton.TextSize = 19
  471.  
  472. lpgodlabel.Name = "lpgodlabel"
  473. lpgodlabel.Parent = lpgodbutton
  474. lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  475. lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  476. lpgodlabel.BackgroundTransparency = 1
  477. lpgodlabel.BorderSizePixel = 0
  478. lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  479. lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
  480. lpgodlabel.Visible = false
  481. lpgodlabel.Image = "rbxassetid://200182847"
  482. lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
  483. lpgodlabel.ImageTransparency = 0.80000001192093
  484.  
  485. backbutton1.Name = "backbutton1"
  486. backbutton1.Parent = maintab
  487. backbutton1.Active = false
  488. backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
  489. backbutton1.BackgroundTransparency = 1
  490. backbutton1.BorderSizePixel = 0
  491. backbutton1.ClipsDescendants = true
  492. backbutton1.Size = UDim2.new(0, 29, 0, 30)
  493. backbutton1.Visible = false
  494. backbutton1.AutoButtonColor = false
  495. backbutton1.Font = Enum.Font.SourceSansBold
  496. backbutton1.FontSize = Enum.FontSize.Size24
  497. backbutton1.Text = "<"
  498. backbutton1.TextColor3 = Color3.new(1, 1, 1)
  499. backbutton1.TextSize = 20
  500.  
  501. backbutton1label.Name = "backbutton1label"
  502. backbutton1label.Parent = backbutton1
  503. backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
  504. backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
  505. backbutton1label.BackgroundTransparency = 1
  506. backbutton1label.BorderSizePixel = 0
  507. backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  508. backbutton1label.Size = UDim2.new(0, 50, 0, 50)
  509. backbutton1label.Visible = false
  510. backbutton1label.Image = "rbxassetid://200182847"
  511. backbutton1label.ImageTransparency = 0.80000001192093
  512.  
  513. backbutton2.Name = "backbutton2"
  514. backbutton2.Parent = maintab
  515. backbutton2.Active = false
  516. backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
  517. backbutton2.BackgroundTransparency = 1
  518. backbutton2.BorderSizePixel = 0
  519. backbutton2.ClipsDescendants = true
  520. backbutton2.Size = UDim2.new(0, 29, 0, 30)
  521. backbutton2.Visible = false
  522. backbutton2.AutoButtonColor = false
  523. backbutton2.Font = Enum.Font.SourceSansBold
  524. backbutton2.FontSize = Enum.FontSize.Size24
  525. backbutton2.Text = "<"
  526. backbutton2.TextColor3 = Color3.new(1, 1, 1)
  527. backbutton2.TextSize = 20
  528.  
  529. backbutton2label.Name = "backbutton2label"
  530. backbutton2label.Parent = backbutton2
  531. backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
  532. backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
  533. backbutton2label.BackgroundTransparency = 1
  534. backbutton2label.BorderSizePixel = 0
  535. backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  536. backbutton2label.Size = UDim2.new(0, 50, 0, 50)
  537. backbutton2label.Visible = false
  538. backbutton2label.Image = "rbxassetid://200182847"
  539. backbutton2label.ImageTransparency = 0.80000001192093
  540.  
  541. creditsbutton.Name = "creditsbutton"
  542. creditsbutton.Parent = maintab
  543. creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  544. creditsbutton.BackgroundTransparency = 1
  545. creditsbutton.BorderSizePixel = 0
  546. creditsbutton.ClipsDescendants = true
  547. creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
  548. creditsbutton.Size = UDim2.new(0, 31, 0, 30)
  549. creditsbutton.Font = Enum.Font.SourceSansSemibold
  550. creditsbutton.FontSize = Enum.FontSize.Size18
  551. creditsbutton.Text = ""
  552. creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
  553. creditsbutton.TextSize = 15
  554.  
  555. creditsiconlabel1.Name = "creditsiconlabel1"
  556. creditsiconlabel1.Parent = creditsbutton
  557. creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
  558. creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  559. creditsiconlabel1.BackgroundTransparency = 1
  560. creditsiconlabel1.BorderSizePixel = 0
  561. creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  562. creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
  563. creditsiconlabel1.Visible = false
  564. creditsiconlabel1.Image = "rbxassetid://200182847"
  565. creditsiconlabel1.ImageTransparency = 0.80000001192093
  566.  
  567. creditsiconlabel2.Name = "creditsiconlabel2"
  568. creditsiconlabel2.Parent = creditsbutton
  569. creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
  570. creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  571. creditsiconlabel2.BackgroundTransparency = 1
  572. creditsiconlabel2.BorderSizePixel = 0
  573. creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
  574. creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
  575. creditsiconlabel2.Image = "rbxassetid://23151450"
  576.  
  577. toggle.Name = "toggle"
  578. toggle.Parent = mygui
  579. toggle.Active = true
  580. toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
  581. toggle.BackgroundTransparency = 0.5
  582. toggle.BorderSizePixel = 0
  583. toggle.Draggable = true
  584. toggle.Position = UDim2.new(0, 5, 0, 530)
  585. toggle.Size = UDim2.new(0, 140, 0, 30)
  586.  
  587. closeall.Name = "closeall"
  588. closeall.Parent = toggle
  589. closeall.BackgroundColor3 = Color3.new(1, 0, 0)
  590. closeall.BorderSizePixel = 0
  591. closeall.Position = UDim2.new(0, 110, 0, 0)
  592. closeall.Size = UDim2.new(0, 30, 0, 30)
  593. closeall.FontSize = Enum.FontSize.Size18
  594. closeall.Text = ""
  595. closeall.TextSize = 15
  596.  
  597. closeopen.Name = "closeopen"
  598. closeopen.Parent = toggle
  599. closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  600. closeopen.BorderSizePixel = 0
  601. closeopen.ClipsDescendants = true
  602. closeopen.Size = UDim2.new(0, 110, 0, 30)
  603. closeopen.AutoButtonColor = false
  604. closeopen.Font = Enum.Font.SourceSansBold
  605. closeopen.FontSize = Enum.FontSize.Size24
  606. closeopen.Text = "Close"
  607. closeopen.TextColor3 = Color3.new(1, 1, 1)
  608. closeopen.TextSize = 20
  609.  
  610. closeopenlabel.Name = "closeopenlabel"
  611. closeopenlabel.Parent = closeopen
  612. closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
  613. closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  614. closeopenlabel.BackgroundTransparency = 1
  615. closeopenlabel.BorderSizePixel = 0
  616. closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
  617. closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
  618. closeopenlabel.Visible = false
  619. closeopenlabel.Image = "rbxassetid://200182847"
  620. closeopenlabel.ImageTransparency = 0.80000001192093
  621.  
  622. creditstab.Name = "creditstab"
  623. creditstab.Parent = mygui
  624. creditstab.Active = true
  625. creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
  626. creditstab.BackgroundTransparency = 0.5
  627. creditstab.BorderSizePixel = 0
  628. creditstab.Draggable = true
  629. creditstab.Position = UDim2.new(0, 42, 0, 47)
  630. creditstab.Size = UDim2.new(0, 256, 0, 30)
  631. creditstab.Visible = false
  632.  
  633. creditstitle.Name = "creditstitle"
  634. creditstitle.Parent = creditstab
  635. creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
  636. creditstitle.BorderSizePixel = 0
  637. creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
  638. creditstitle.Size = UDim2.new(0, 256, 0, 30)
  639. creditstitle.Font = Enum.Font.SourceSansBold
  640. creditstitle.FontSize = Enum.FontSize.Size24
  641. creditstitle.Text = "Credits"
  642. creditstitle.TextColor3 = Color3.new(1, 1, 1)
  643. creditstitle.TextSize = 23
  644.  
  645. creditsframe.Name = "creditsframe"
  646. creditsframe.Parent = creditstab
  647. creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  648. creditsframe.BorderSizePixel = 0
  649. creditsframe.ClipsDescendants = true
  650. creditsframe.Position = UDim2.new(0, 0, 0, 30)
  651. creditsframe.Size = UDim2.new(0, 256, 0, 222)
  652.  
  653. creditsmenuframe.Name = "menuframe"
  654. creditsmenuframe.Parent = creditsframe
  655. creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
  656. creditsmenuframe.BackgroundTransparency = 1
  657. creditsmenuframe.BorderSizePixel = 0
  658. creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
  659.  
  660. creditsfield.Name = "creditsfield"
  661. creditsfield.Parent = creditsmenuframe
  662. creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
  663. creditsfield.BorderSizePixel = 0
  664. creditsfield.Position = UDim2.new(0, 31, 0, 31)
  665. creditsfield.Size = UDim2.new(0, 194, 0, 31)
  666. creditsfield.Font = Enum.Font.SourceSansSemibold
  667. creditsfield.FontSize = Enum.FontSize.Size24
  668. creditsfield.Text = "By: abs_0"
  669. creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
  670. creditsfield.TextSize = 20
  671.  
  672. closecredits.Name = "closeall"
  673. closecredits.Parent = creditstab
  674. closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
  675. closecredits.BorderSizePixel = 0
  676. closecredits.Position = UDim2.new(0, 226, 0, 0)
  677. closecredits.Size = UDim2.new(0, 30, 0, 30)
  678. closecredits.FontSize = Enum.FontSize.Size18
  679. closecredits.Text = ""
  680. closecredits.TextSize = 15
  681.  
  682. --Appearance Scripts
  683.  
  684. --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
  685. local mouse = game.Players.LocalPlayer:GetMouse()
  686.  
  687.  
  688. generallobbybutton.MouseButton1Down:connect(function()
  689. local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
  690. local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
  691. generallobbylabel.Position = UDim2.new(0,x,0,y)
  692. generallobbylabel.Size = UDim2.new(0,50,0,50)
  693. generallobbylabel.ImageTransparency = 0.8
  694. generallobbylabel.Visible = true
  695.  
  696. wait()
  697.  
  698. generallobbylabel:TweenSize(
  699. UDim2.new(0,390,0,390),
  700. "Out",
  701. "Quint",
  702. 1
  703. )
  704. end)
  705.  
  706. generallobbybutton.MouseButton1Up:connect(function()
  707. wait(0.35)
  708. local TweenService = game:GetService("TweenService")
  709. local circle = generallobbylabel
  710.  
  711. local Info = TweenInfo.new(
  712. 0.2, -- Length
  713. Enum.EasingStyle.Linear, -- Easing Style
  714. Enum.EasingDirection.Out, -- Easing Direction
  715. 0, -- Times repeated
  716. false, -- Reverse
  717. 0 -- Delay
  718. )
  719. local Goals =
  720. {
  721. ImageTransparency = 1;
  722. }
  723.  
  724. local tween = TweenService:Create(circle,Info,Goals)
  725. tween:Play()
  726. end)
  727.  
  728. --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
  729. local mouse = game.Players.LocalPlayer:GetMouse()
  730.  
  731.  
  732. generalgunbutton.MouseButton1Down:connect(function()
  733. local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
  734. local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
  735. generalgunlabel.Position = UDim2.new(0,x,0,y)
  736. generalgunlabel.Size = UDim2.new(0,50,0,50)
  737. generalgunlabel.ImageTransparency = 0.8
  738. generalgunlabel.Visible = true
  739.  
  740. wait()
  741.  
  742. generalgunlabel:TweenSize(
  743. UDim2.new(0,390,0,390),
  744. "Out",
  745. "Quint",
  746. 1
  747. )
  748. end)
  749.  
  750. generalgunbutton.MouseButton1Up:connect(function()
  751. wait(0.35)
  752. local TweenService = game:GetService("TweenService")
  753. local circle = generalgunlabel
  754.  
  755. local Info = TweenInfo.new(
  756. 0.2, -- Length
  757. Enum.EasingStyle.Linear, -- Easing Style
  758. Enum.EasingDirection.Out, -- Easing Direction
  759. 0, -- Times repeated
  760. false, -- Reverse
  761. 0 -- Delay
  762. )
  763. local Goals =
  764. {
  765. ImageTransparency = 1;
  766. }
  767.  
  768. local tween = TweenService:Create(circle,Info,Goals)
  769. tween:Play()
  770. end)
  771.  
  772. --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
  773. local mouse = game.Players.LocalPlayer:GetMouse()
  774.  
  775.  
  776. generalcoinbutton.MouseButton1Down:connect(function()
  777. local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
  778. local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
  779. generalcoinlabel.Position = UDim2.new(0,x,0,y)
  780. generalcoinlabel.Size = UDim2.new(0,50,0,50)
  781. generalcoinlabel.ImageTransparency = 0.8
  782. generalcoinlabel.Visible = true
  783.  
  784. wait()
  785.  
  786. generalcoinlabel:TweenSize(
  787. UDim2.new(0,390,0,390),
  788. "Out",
  789. "Quint",
  790. 1
  791. )
  792. end)
  793.  
  794. generalcoinbutton.MouseButton1Up:connect(function()
  795. wait(0.35)
  796. local TweenService = game:GetService("TweenService")
  797. local circle = generalcoinlabel
  798.  
  799. local Info = TweenInfo.new(
  800. 0.2, -- Length
  801. Enum.EasingStyle.Linear, -- Easing Style
  802. Enum.EasingDirection.Out, -- Easing Direction
  803. 0, -- Times repeated
  804. false, -- Reverse
  805. 0 -- Delay
  806. )
  807. local Goals =
  808. {
  809. ImageTransparency = 1;
  810. }
  811.  
  812. local tween = TweenService:Create(circle,Info,Goals)
  813. tween:Play()
  814. end)
  815.  
  816. --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
  817. local mouse = game.Players.LocalPlayer:GetMouse()
  818.  
  819.  
  820. generalespbutton.MouseButton1Down:connect(function()
  821. local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
  822. local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
  823. generalesplabel.Position = UDim2.new(0,x,0,y)
  824. generalesplabel.Size = UDim2.new(0,50,0,50)
  825. generalesplabel.ImageTransparency = 0.8
  826. generalesplabel.Visible = true
  827.  
  828. wait()
  829.  
  830. generalesplabel:TweenSize(
  831. UDim2.new(0,390,0,390),
  832. "Out",
  833. "Quint",
  834. 1
  835. )
  836. end)
  837.  
  838. generalespbutton.MouseButton1Up:connect(function()
  839. wait(0.35)
  840. local TweenService = game:GetService("TweenService")
  841. local circle = generalesplabel
  842.  
  843. local Info = TweenInfo.new(
  844. 0.2, -- Length
  845. Enum.EasingStyle.Linear, -- Easing Style
  846. Enum.EasingDirection.Out, -- Easing Direction
  847. 0, -- Times repeated
  848. false, -- Reverse
  849. 0 -- Delay
  850. )
  851. local Goals =
  852. {
  853. ImageTransparency = 1;
  854. }
  855.  
  856. local tween = TweenService:Create(circle,Info,Goals)
  857. tween:Play()
  858. end)
  859.  
  860. --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
  861. local mouse = game.Players.LocalPlayer:GetMouse()
  862.  
  863.  
  864. lpgodbutton.MouseButton1Down:connect(function()
  865. local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
  866. local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
  867. lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
  868. lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
  869. lpgodbutton.lpgodlabel.ImageTransparency = 0.8
  870. lpgodbutton.lpgodlabel.Visible = true
  871.  
  872. wait()
  873.  
  874. lpgodbutton.lpgodlabel:TweenSize(
  875. UDim2.new(0,390,0,390),
  876. "Out",
  877. "Quint",
  878. 1
  879. )
  880. end)
  881.  
  882. lpgodbutton.MouseButton1Up:connect(function()
  883. wait(0.35)
  884. local TweenService = game:GetService("TweenService")
  885. local circle = lpgodbutton.lpgodlabel
  886.  
  887. local Info = TweenInfo.new(
  888. 0.2, -- Length
  889. Enum.EasingStyle.Linear, -- Easing Style
  890. Enum.EasingDirection.Out, -- Easing Direction
  891. 0, -- Times repeated
  892. false, -- Reverse
  893. 0 -- Delay
  894. )
  895. local Goals =
  896. {
  897. ImageTransparency = 1;
  898. }
  899.  
  900. local tween = TweenService:Create(circle,Info,Goals)
  901. tween:Play()
  902. end)
  903.  
  904. --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
  905. local mouse = game.Players.LocalPlayer:GetMouse()
  906.  
  907.  
  908. lpwalkbutton.MouseButton1Down:connect(function()
  909. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
  910. lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
  911. lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
  912. else
  913. lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
  914. lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
  915. end
  916.  
  917. local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
  918. local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
  919. lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
  920. lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
  921. lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
  922. lpwalkbutton.lpwalklabel.Visible = true
  923.  
  924. wait()
  925.  
  926. lpwalkbutton.lpwalklabel:TweenSize(
  927. UDim2.new(0,390,0,390),
  928. "Out",
  929. "Quint",
  930. 1
  931. )
  932. end)
  933.  
  934. lpwalkbutton.MouseButton1Up:connect(function()
  935. wait(0.35)
  936. local TweenService = game:GetService("TweenService")
  937. local circle = lpwalkbutton.lpwalklabel
  938.  
  939. local Info = TweenInfo.new(
  940. 0.2, -- Length
  941. Enum.EasingStyle.Linear, -- Easing Style
  942. Enum.EasingDirection.Out, -- Easing Direction
  943. 0, -- Times repeated
  944. false, -- Reverse
  945. 0 -- Delay
  946. )
  947. local Goals =
  948. {
  949. ImageTransparency = 1;
  950. }
  951.  
  952. local tween = TweenService:Create(circle,Info,Goals)
  953. tween:Play()
  954. end)
  955.  
  956. --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
  957. local mouse = game.Players.LocalPlayer:GetMouse()
  958.  
  959. lpgravbutton.MouseButton1Down:connect(function()
  960. if game.Workspace.Gravity < 196.1 then
  961. lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
  962. lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
  963. else
  964. lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
  965. lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
  966. end
  967.  
  968. local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
  969. local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
  970. lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
  971. lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
  972. lpgravbutton.lpgravlabel.ImageTransparency = 0.8
  973. lpgravbutton.lpgravlabel.Visible = true
  974.  
  975. wait()
  976.  
  977. lpgravbutton.lpgravlabel:TweenSize(
  978. UDim2.new(0,390,0,390),
  979. "Out",
  980. "Quint",
  981. 1
  982. )
  983. end)
  984.  
  985. lpgravbutton.MouseButton1Up:connect(function()
  986. wait(0.35)
  987. local TweenService = game:GetService("TweenService")
  988. local circle = lpgravbutton.lpgravlabel
  989.  
  990. local Info = TweenInfo.new(
  991. 0.2, -- Length
  992. Enum.EasingStyle.Linear, -- Easing Style
  993. Enum.EasingDirection.Out, -- Easing Direction
  994. 0, -- Times repeated
  995. false, -- Reverse
  996. 0 -- Delay
  997. )
  998. local Goals =
  999. {
  1000. ImageTransparency = 1;
  1001. }
  1002.  
  1003. local tween = TweenService:Create(circle,Info,Goals)
  1004. tween:Play()
  1005. end)
  1006.  
  1007. --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
  1008. local mouse = game.Players.LocalPlayer:GetMouse()
  1009.  
  1010.  
  1011. lpjumpbutton.MouseButton1Down:connect(function()
  1012. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
  1013. lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
  1014. lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
  1015. else
  1016. lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
  1017. lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
  1018. end
  1019.  
  1020. local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
  1021. local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
  1022. lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
  1023. lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
  1024. lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
  1025. lpjumpbutton.lpjumplabel.Visible = true
  1026.  
  1027. wait()
  1028.  
  1029. lpjumpbutton.lpjumplabel:TweenSize(
  1030. UDim2.new(0,390,0,390),
  1031. "Out",
  1032. "Quint",
  1033. 1
  1034. )
  1035. end)
  1036.  
  1037. lpjumpbutton.MouseButton1Up:connect(function()
  1038. wait(0.35)
  1039. local TweenService = game:GetService("TweenService")
  1040. local circle = lpjumpbutton.lpjumplabel
  1041.  
  1042. local Info = TweenInfo.new(
  1043. 0.2, -- Length
  1044. Enum.EasingStyle.Linear, -- Easing Style
  1045. Enum.EasingDirection.Out, -- Easing Direction
  1046. 0, -- Times repeated
  1047. false, -- Reverse
  1048. 0 -- Delay
  1049. )
  1050. local Goals =
  1051. {
  1052. ImageTransparency = 1;
  1053. }
  1054.  
  1055. local tween = TweenService:Create(circle,Info,Goals)
  1056. tween:Play()
  1057. end)
  1058.  
  1059. --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
  1060. local mouse = game.Players.LocalPlayer:GetMouse()
  1061.  
  1062.  
  1063. generalbutton.MouseButton1Down:connect(function()
  1064. local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
  1065. local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
  1066. generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
  1067. generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
  1068. generalbutton.generalbuttonlabel.ImageTransparency = 0.8
  1069. generalbutton.generalbuttonlabel.Visible = true
  1070.  
  1071. wait()
  1072.  
  1073. generalbutton.generalbuttonlabel:TweenSize(
  1074. UDim2.new(0,390,0,390),
  1075. "Out",
  1076. "Quint",
  1077. 1
  1078. )
  1079. end)
  1080.  
  1081. generalbutton.MouseButton1Up:connect(function()
  1082. wait(0.35)
  1083. local TweenService = game:GetService("TweenService")
  1084. local circle = generalbutton.generalbuttonlabel
  1085.  
  1086. local Info = TweenInfo.new(
  1087. 0.2, -- Length
  1088. Enum.EasingStyle.Linear, -- Easing Style
  1089. Enum.EasingDirection.Out, -- Easing Direction
  1090. 0, -- Times repeated
  1091. false, -- Reverse
  1092. 0 -- Delay
  1093. )
  1094. local Goals =
  1095. {
  1096. ImageTransparency = 1;
  1097. }
  1098.  
  1099. local tween = TweenService:Create(circle,Info,Goals)
  1100. tween:Play()
  1101. end)
  1102.  
  1103. --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
  1104. generalbutton.MouseButton1Click:connect(function()
  1105. wait(0.25)
  1106. menuframe:TweenPosition(
  1107. UDim2.new(0,-256,0,0),
  1108. "Out",
  1109. "Quint",
  1110. 0.2
  1111. )
  1112. generalframe:TweenPosition(
  1113. UDim2.new(0,0,0,0),
  1114. "Out",
  1115. "Quint",
  1116. 0.2
  1117. )
  1118. backbutton1.Visible = true
  1119. backbutton1.Active = true
  1120. maintab.title.Text = "General"
  1121. maintab.title.TextSize = 19
  1122. end)
  1123.  
  1124. --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
  1125. local mouse = game.Players.LocalPlayer:GetMouse()
  1126.  
  1127.  
  1128. lpbutton.MouseButton1Down:connect(function()
  1129. local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
  1130. local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
  1131. lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
  1132. lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
  1133. lpbutton.lpbuttonlabel.ImageTransparency = 0.8
  1134. lpbutton.lpbuttonlabel.Visible = true
  1135.  
  1136. wait()
  1137.  
  1138. lpbuttonlabel:TweenSize(
  1139. UDim2.new(0,390,0,390),
  1140. "Out",
  1141. "Quint",
  1142. 1
  1143. )
  1144. end)
  1145.  
  1146. lpbutton.MouseButton1Up:connect(function()
  1147. wait(0.35)
  1148. local TweenService = game:GetService("TweenService")
  1149. local circle = lpbutton.lpbuttonlabel
  1150.  
  1151. local Info = TweenInfo.new(
  1152. 0.2, -- Length
  1153. Enum.EasingStyle.Linear, -- Easing Style
  1154. Enum.EasingDirection.Out, -- Easing Direction
  1155. 0, -- Times repeated
  1156. false, -- Reverse
  1157. 0 -- Delay
  1158. )
  1159. local Goals =
  1160. {
  1161. ImageTransparency = 1;
  1162. }
  1163.  
  1164. local tween = TweenService:Create(circle,Info,Goals)
  1165. tween:Play()
  1166. end)
  1167.  
  1168. --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
  1169. lpbutton.MouseButton1Click:connect(function()
  1170. wait(0.25)
  1171. menuframe:TweenPosition(
  1172. UDim2.new(0,-256,0,0),
  1173. "Out",
  1174. "Quint",
  1175. 0.2
  1176. )
  1177. lpframe:TweenPosition(
  1178. UDim2.new(0,0,0,0),
  1179. "Out",
  1180. "Quint",
  1181. 0.2
  1182. )
  1183. backbutton2.Visible = true
  1184. backbutton2.Active = true
  1185. maintab.title.Text = "Local Player"
  1186. maintab.title.TextSize = 19
  1187. end)
  1188.  
  1189. --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
  1190. local mouse = game.Players.LocalPlayer:GetMouse()
  1191.  
  1192.  
  1193. tpbutton.MouseButton1Down:connect(function()
  1194. local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
  1195. local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
  1196. tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
  1197. tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
  1198. tpbutton.tpbuttonlabel.ImageTransparency = 0.8
  1199. tpbutton.tpbuttonlabel.Visible = true
  1200.  
  1201. wait()
  1202.  
  1203. tpbutton.tpbuttonlabel:TweenSize(
  1204. UDim2.new(0,75,0,75),
  1205. "Out",
  1206. "Quint",
  1207. 0.9
  1208. )
  1209. end)
  1210.  
  1211. tpbutton.MouseButton1Up:connect(function()
  1212. wait(0.35)
  1213. local TweenService = game:GetService("TweenService")
  1214. local circle = tpbutton.tpbuttonlabel
  1215.  
  1216. local Info = TweenInfo.new(
  1217. 0.2, -- Length
  1218. Enum.EasingStyle.Linear, -- Easing Style
  1219. Enum.EasingDirection.Out, -- Easing Direction
  1220. 0, -- Times repeated
  1221. false, -- Reverse
  1222. 0 -- Delay
  1223. )
  1224. local Goals =
  1225. {
  1226. ImageTransparency = 1;
  1227. }
  1228.  
  1229. local tween = TweenService:Create(circle,Info,Goals)
  1230. tween:Play()
  1231. end)
  1232.  
  1233. --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
  1234. --[[tptextbox.Focused:connect(function()
  1235. local mouse = game.Players.LocalPlayer:GetMouse()
  1236. tptextbox.tpunderline.BackgroundTransparency = 0
  1237. local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
  1238. tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
  1239.  
  1240. wait()
  1241. tptextbox.tpunderline:TweenSizeAndPosition(
  1242. UDim2.new(0,156,0,2),
  1243. UDim2.new(0,0,0,30),
  1244. "Out",
  1245. "Quint",
  1246. 0.2
  1247. )
  1248. end)]]--
  1249.  
  1250. --mygui.maintab.backbutton1.Script
  1251. local mouse = game.Players.LocalPlayer:GetMouse()
  1252.  
  1253. backbutton1.MouseButton1Down:connect(function()
  1254. backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
  1255. backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
  1256. backbutton1.backbutton1label.ImageTransparency = 0.8
  1257. backbutton1.backbutton1label.Visible = true
  1258.  
  1259. wait()
  1260.  
  1261. backbutton1.backbutton1label:TweenSize(
  1262. UDim2.new(0,60,0,60),
  1263. "Out",
  1264. "Quint",
  1265. 0.25
  1266. )
  1267. end)
  1268.  
  1269. backbutton1.MouseButton1Up:connect(function()
  1270. wait(0.35)
  1271. local TweenService = game:GetService("TweenService")
  1272. local circle = backbutton1.backbutton1label
  1273.  
  1274. local Info = TweenInfo.new(
  1275. 0.2, -- Length
  1276. Enum.EasingStyle.Linear, -- Easing Style
  1277. Enum.EasingDirection.Out, -- Easing Direction
  1278. 0, -- Times repeated
  1279. false, -- Reverse
  1280. 0 -- Delay
  1281. )
  1282. local Goals =
  1283. {
  1284. ImageTransparency = 1;
  1285. }
  1286.  
  1287. local tween = TweenService:Create(circle,Info,Goals)
  1288. tween:Play()
  1289. end)
  1290.  
  1291. --mygui.maintab.backbutton1.TransitionScript
  1292. backbutton1.MouseButton1Click:connect(function()
  1293. wait(0.2)
  1294. menuframe:TweenPosition(
  1295. UDim2.new(0,0,0,0),
  1296. "Out",
  1297. "Quint",
  1298. 0.2
  1299. )
  1300. generalframe:TweenPosition(
  1301. UDim2.new(0,256,0,0),
  1302. "Out",
  1303. "Quint",
  1304. 0.2
  1305. )
  1306. backbutton1.Visible = false
  1307. backbutton1.Active = false
  1308. maintab.title.Text = "MM2 Gui"
  1309. maintab.title.TextSize = 20
  1310. end)
  1311.  
  1312. --mygui.maintab.backbutton2.Script
  1313. local mouse = game.Players.LocalPlayer:GetMouse()
  1314.  
  1315.  
  1316. backbutton2.MouseButton1Down:connect(function()
  1317. backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
  1318. backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
  1319. backbutton2.backbutton2label.ImageTransparency = 0.8
  1320. backbutton2.backbutton2label.Visible = true
  1321.  
  1322. wait()
  1323.  
  1324. backbutton2.backbutton2label:TweenSize(
  1325. UDim2.new(0,60,0,60),
  1326. "Out",
  1327. "Quint",
  1328. 0.25
  1329. )
  1330. end)
  1331.  
  1332. backbutton2.MouseButton1Up:connect(function()
  1333. wait(0.35)
  1334. local TweenService = game:GetService("TweenService")
  1335. local circle = backbutton2.backbutton2label
  1336.  
  1337. local Info = TweenInfo.new(
  1338. 0.2, -- Length
  1339. Enum.EasingStyle.Linear, -- Easing Style
  1340. Enum.EasingDirection.Out, -- Easing Direction
  1341. 0, -- Times repeated
  1342. false, -- Reverse
  1343. 0 -- Delay
  1344. )
  1345. local Goals =
  1346. {
  1347. ImageTransparency = 1;
  1348. }
  1349.  
  1350. local tween = TweenService:Create(circle,Info,Goals)
  1351. tween:Play()
  1352. end)
  1353.  
  1354. --mygui.maintab.backbutton2.TransitionScript
  1355. backbutton2.MouseButton1Click:connect(function()
  1356. wait(0.2)
  1357. menuframe:TweenPosition(
  1358. UDim2.new(0,0,0,0),
  1359. "Out",
  1360. "Quint",
  1361. 0.2
  1362. )
  1363. lpframe:TweenPosition(
  1364. UDim2.new(0,256,0,0),
  1365. "Out",
  1366. "Quint",
  1367. 0.2
  1368. )
  1369. backbutton2.Visible = false
  1370. backbutton2.Active = false
  1371. backbutton2.Parent.title.Text = "MM2 Gui"
  1372. backbutton2.Parent.title.TextSize = 20
  1373. end)
  1374.  
  1375. --mygui.maintab.creditsbutton.Script
  1376. local mouse = game.Players.LocalPlayer:GetMouse()
  1377.  
  1378.  
  1379. creditsbutton.MouseButton1Down:connect(function()
  1380. local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
  1381. local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
  1382. creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
  1383. creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
  1384. creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
  1385. creditsbutton.creditsiconlabel1.Visible = true
  1386.  
  1387. wait()
  1388.  
  1389. creditsbutton.creditsiconlabel1:TweenSize(
  1390. UDim2.new(0,75,0,75),
  1391. "Out",
  1392. "Quint",
  1393. 0.9
  1394. )
  1395. end)
  1396.  
  1397. creditsbutton.MouseButton1Up:connect(function()
  1398. wait(0.35)
  1399. local TweenService = game:GetService("TweenService")
  1400. local circle = creditsbutton.creditsiconlabel1
  1401.  
  1402. local Info = TweenInfo.new(
  1403. 0.2, -- Length
  1404. Enum.EasingStyle.Linear, -- Easing Style
  1405. Enum.EasingDirection.Out, -- Easing Direction
  1406. 0, -- Times repeated
  1407. false, -- Reverse
  1408. 0 -- Delay
  1409. )
  1410. local Goals =
  1411. {
  1412. ImageTransparency = 1;
  1413. }
  1414.  
  1415. local tween = TweenService:Create(circle,Info,Goals)
  1416. tween:Play()
  1417. end)
  1418.  
  1419. --mygui.maintab.creditsbutton.CreditsWindowScript
  1420. creditsbutton.MouseButton1Click:connect(function()
  1421. creditstab.Visible = true
  1422. creditstab.Active = true
  1423. end)
  1424.  
  1425. --mygui.creditstab.closecredits.Script
  1426. closecredits.MouseButton1Click:connect(function()
  1427. creditstab.Visible = false
  1428. creditstab.Active = false
  1429. end)
  1430.  
  1431. --mygui.toggle.closeopen.CloseOpenScript
  1432. closeopen.MouseButton1Click:connect(function()
  1433. if
  1434. (maintab.Visible == true) and
  1435. (maintab.Active == true) then
  1436. maintab.Visible = false
  1437. maintab.Active = false
  1438. closeopen.Text = "Open"
  1439. else
  1440. maintab.Visible = true
  1441. maintab.Active = true
  1442. closeopen.Text = "Close"
  1443. end
  1444. end)
  1445.  
  1446. --mygui.toggle.closeopen.Script
  1447. local mouse = game.Players.LocalPlayer:GetMouse()
  1448.  
  1449.  
  1450. closeopen.MouseButton1Down:connect(function()
  1451. local x = (mouse.X) - (closeopen.AbsolutePosition.X)
  1452. local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
  1453. closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
  1454. closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
  1455. closeopen.closeopenlabel.ImageTransparency = 0.8
  1456. closeopen.closeopenlabel.Visible = true
  1457.  
  1458. wait()
  1459.  
  1460. closeopen.closeopenlabel:TweenSize(
  1461. UDim2.new(0,240,0,240),
  1462. "Out",
  1463. "Quint",
  1464. 1
  1465. )
  1466. end)
  1467.  
  1468. closeopen.MouseButton1Up:connect(function()
  1469. wait(0.35)
  1470. local TweenService = game:GetService("TweenService")
  1471. local circle = closeopen.closeopenlabel
  1472.  
  1473. local Info = TweenInfo.new(
  1474. 0.2, -- Length
  1475. Enum.EasingStyle.Linear, -- Easing Style
  1476. Enum.EasingDirection.Out, -- Easing Direction
  1477. 0, -- Times repeated
  1478. false, -- Reverse
  1479. 0 -- Delay
  1480. )
  1481. local Goals =
  1482. {
  1483. ImageTransparency = 1;
  1484. }
  1485.  
  1486. local tween = TweenService:Create(circle,Info,Goals)
  1487. tween:Play()
  1488. end)
  1489.  
  1490. --mygui.toggle.closeall.Script
  1491. closeall.MouseButton1Click:connect(function()
  1492. mygui:Remove()
  1493. end)
  1494.  
  1495. -- Scripts
  1496.  
  1497. lpgravbutton.MouseButton1Down:connect(function()
  1498. if game.Workspace.Gravity > 196.1 then
  1499. game.Workspace.Gravity = 50
  1500. else
  1501. game.Workspace.Gravity = 196.2
  1502. end
  1503. end)
  1504.  
  1505. lpwalkbutton.MouseButton1Down:connect(function()
  1506. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
  1507. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
  1508. else
  1509. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1510. end
  1511. end)
  1512.  
  1513. lpjumpbutton.MouseButton1Down:connect(function()
  1514. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
  1515. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  1516. else
  1517. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1518. end
  1519. end)
  1520.  
  1521. lpgodbutton.MouseButton1Down:connect(function()
  1522. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1523. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  1524. end)
  1525.  
  1526. generallobbybutton.MouseButton1Down:connect(function()
  1527. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  1528. end)
  1529.  
  1530. generalgunbutton.MouseButton1Down:connect(function()
  1531. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  1532. end)
  1533.  
  1534. generalcoinbutton.MouseButton1Down:connect(function()
  1535. for i = 10, 1, -1 do
  1536. for i,v in pairs(game.Workspace:GetChildren()) do
  1537. local s = v:FindFirstChild("CoinContainer")
  1538. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  1539. if e and s then
  1540. for i,c in pairs(s:GetChildren()) do
  1541. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1542. end
  1543. end
  1544. end
  1545. wait(0.7)
  1546. end
  1547. end)
  1548.  
  1549. --[[tpbutton.MouseButton1Down:connect(function()
  1550. for i,v in pairs(game.Workspace:GetChildren()) do
  1551. if tptextbox.Text:lower() == v.Name:lower() then
  1552. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
  1553. else
  1554. print("Player not found")
  1555. end
  1556. end
  1557. end)]]--
  1558.  
  1559.  
  1560.  
  1561.  
  1562. --script
  1563. local parent = tptextbox --insert textbox name!
  1564. local mouse = game.Players.LocalPlayer:GetMouse()
  1565.  
  1566. local xsize = parent.Size.X.Offset
  1567. local ysize = parent.Size.Y.Offset
  1568. parent.Visible = true
  1569. parent.Active = true
  1570. parent.Selectable = true
  1571.  
  1572. local Underline = Instance.new("Frame")
  1573. local UnderlineBase = Instance.new("Frame")
  1574.  
  1575. Underline.Name = "Underline"
  1576. Underline.Parent = parent
  1577. Underline.BackgroundColor3 = parent.TextColor3
  1578. Underline.BorderSizePixel = 0
  1579. Underline.Position = UDim2.new(0, 0, 1, 0)
  1580. Underline.Size = UDim2.new(0, 0, 0, 1)
  1581.  
  1582. UnderlineBase.Name = "UnderlineBase"
  1583. UnderlineBase.Parent = parent
  1584. UnderlineBase.BackgroundColor3 = parent.TextColor3
  1585. UnderlineBase.BackgroundTransparency = 0.85
  1586. UnderlineBase.BorderSizePixel = 0
  1587. UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
  1588. UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
  1589.  
  1590. parent.Focused:connect(function()
  1591. local x = (mouse.X) - (parent.AbsolutePosition.X)
  1592. Underline.BackgroundTransparency = 0
  1593. Underline.Position = UDim2.new(0,x,1,0)
  1594. wait()
  1595. Underline:TweenSizeAndPosition(
  1596. UDim2.new(0, xsize, 0, 1),
  1597. UDim2.new(0, 0, 1, 0),
  1598. "Out",
  1599. "Quint",
  1600. 0.2
  1601. )
  1602. end)
  1603.  
  1604. parent.FocusLost:connect(function(enterPressed)
  1605. if parent.Text == "" then
  1606. parent.Text = "Player Name"
  1607. end
  1608.  
  1609. local TweenService = game:GetService("TweenService")
  1610.  
  1611. local Info = TweenInfo.new(
  1612. 0.15,
  1613. Enum.EasingStyle.Linear,
  1614. Enum.EasingDirection.Out,
  1615. 0,
  1616. false,
  1617. 0
  1618. )
  1619. local Goals =
  1620. {
  1621. BackgroundTransparency = 1;
  1622. }
  1623.  
  1624. local tween = TweenService:Create(Underline,Info,Goals)
  1625. tween:Play()
  1626.  
  1627. wait(0.15)
  1628. Underline.Size = UDim2.new(0,0,0,1)
  1629.  
  1630. if enterPressed then
  1631. for i,v in pairs(game.Workspace:GetChildren()) do
  1632. if tptextbox.Text:lower() == v.Name:lower() then
  1633. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
  1634. else
  1635. print("Player not found")
  1636. end
  1637. end
  1638. print(true)
  1639. elseif tptextbox.Text ~= "Player Name" then
  1640. tptextbox.Text = "Press Enter to TP"
  1641. end
  1642. end)
  1643.  
  1644. --/script
  1645.  
  1646. if enterPressed then
  1647. for i,v in pairs(game.Workspace:GetChildren()) do
  1648. if tptextbox.Text:lower() == v.Name:lower() then
  1649. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
  1650. else
  1651. print("Player not found")
  1652. end
  1653. end
  1654. end
  1655.  
  1656. generalespbutton.MouseButton1Down:connect(function()
  1657. --credits to Nebula Hub for the esp + aimbot
  1658. PLAYER = game.Players.LocalPlayer
  1659. MOUSE = PLAYER:GetMouse()
  1660. CC = game.Workspace.CurrentCamera
  1661.  
  1662. ENABLED = false
  1663. ESP_ENABLED = false
  1664.  
  1665. _G.FREE_FOR_ALL = true
  1666.  
  1667. _G.BIND = 50
  1668. _G.ESP_BIND = 52
  1669. _G.CHANGE_AIM = 'q'
  1670.  
  1671. _G.AIM_AT = 'Head'
  1672.  
  1673. wait(1)
  1674.  
  1675. function GetNearestPlayerToMouse()
  1676. local PLAYERS = {}
  1677. local PLAYER_HOLD = {}
  1678. local DISTANCES = {}
  1679. for i, v in pairs(game.Players:GetPlayers()) do
  1680. if v ~= PLAYER then
  1681. table.insert(PLAYERS, v)
  1682. end
  1683. end
  1684. for i, v in pairs(PLAYERS) do
  1685. if _G.FREE_FOR_ALL == false then
  1686. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  1687. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1688. if AIM ~= nil then
  1689. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1690. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1691. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1692. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1693. PLAYER_HOLD[v.Name .. i] = {}
  1694. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1695. PLAYER_HOLD[v.Name .. i].plr = v
  1696. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1697. table.insert(DISTANCES, DIFF)
  1698. end
  1699. end
  1700. elseif _G.FREE_FOR_ALL == true then
  1701. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1702. if AIM ~= nil then
  1703. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1704. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1705. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1706. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1707. PLAYER_HOLD[v.Name .. i] = {}
  1708. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1709. PLAYER_HOLD[v.Name .. i].plr = v
  1710. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1711. table.insert(DISTANCES, DIFF)
  1712. end
  1713. end
  1714. end
  1715.  
  1716. if unpack(DISTANCES) == nil then
  1717. return false
  1718. end
  1719.  
  1720. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  1721. if L_DISTANCE > 20 then
  1722. return false
  1723. end
  1724.  
  1725. for i, v in pairs(PLAYER_HOLD) do
  1726. if v.diff == L_DISTANCE then
  1727. return v.plr
  1728. end
  1729. end
  1730. return false
  1731. end
  1732.  
  1733. GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
  1734. GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
  1735. GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
  1736.  
  1737. GUI_MAIN.Name = 'AIMBOT'
  1738.  
  1739. GUI_TARGET.Size = UDim2.new(0,200,0,30)
  1740. GUI_TARGET.BackgroundTransparency = 0.5
  1741. GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
  1742. GUI_TARGET.BorderSizePixel = 0
  1743. GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
  1744. GUI_TARGET.Text = 'AIMBOT : OFF'
  1745. GUI_TARGET.TextColor3 = Color3.new(1,1,1)
  1746. GUI_TARGET.TextStrokeTransparency = 1
  1747. GUI_TARGET.TextWrapped = true
  1748. GUI_TARGET.FontSize = 'Size24'
  1749. GUI_TARGET.Font = 'SourceSansBold'
  1750.  
  1751. GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
  1752. GUI_AIM_AT.BackgroundTransparency = 0.5
  1753. GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
  1754. GUI_AIM_AT.BorderSizePixel = 0
  1755. GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
  1756. GUI_AIM_AT.Text = 'AIMING : HEAD'
  1757. GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
  1758. GUI_AIM_AT.TextStrokeTransparency = 1
  1759. GUI_AIM_AT.TextWrapped = true
  1760. GUI_AIM_AT.FontSize = 'Size18'
  1761. GUI_AIM_AT.Font = 'SourceSansBold'
  1762.  
  1763. local TRACK = false
  1764.  
  1765. function CREATE(BASE, COLOR)
  1766. local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
  1767. local ESP_DOT = Instance.new('Frame', ESP_MAIN)
  1768. local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
  1769.  
  1770. ESP_MAIN.Name = 'ESP'
  1771. ESP_MAIN.Adornee = BASE
  1772. ESP_MAIN.AlwaysOnTop = true
  1773. ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
  1774. ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
  1775.  
  1776. ESP_DOT.Name = 'DOT'
  1777. ESP_DOT.BackgroundColor3 = COLOR
  1778. ESP_DOT.BackgroundTransparency = 0.3
  1779. ESP_DOT.BorderSizePixel = 0
  1780. ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  1781. ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
  1782. ESP_DOT.Visible = true
  1783. ESP_DOT.ZIndex = 10
  1784.  
  1785. ESP_NAME.Name = 'NAME'
  1786. ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
  1787. ESP_NAME.BackgroundTransparency = 1
  1788. ESP_NAME.BorderSizePixel = 0
  1789. ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
  1790. ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
  1791. ESP_NAME.Visible = true
  1792. ESP_NAME.ZIndex = 10
  1793. ESP_NAME.Font = 'ArialBold'
  1794. ESP_NAME.FontSize = 'Size14'
  1795. ESP_NAME.Text = BASE.Parent.Name:upper()
  1796. ESP_NAME.TextColor3 = COLOR
  1797. end
  1798.  
  1799. function CLEAR()
  1800. for _,v in pairs(PLAYER.PlayerGui:children()) do
  1801. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  1802. v:Destroy()
  1803. end
  1804. end
  1805. end
  1806.  
  1807. local Remote = game:service'ReplicatedStorage'.GetPlayerData
  1808. local player_roles = Remote:InvokeServer()
  1809. function FIND()
  1810. CLEAR()
  1811. TRACK = true
  1812. spawn(function()
  1813. while wait() do
  1814. if TRACK then
  1815. CLEAR()
  1816. local a,b = ypcall(function()
  1817. for name,player in pairs(player_roles)do
  1818. if game:service'Players':FindFirstChild(name) ~= nil then
  1819. local v = game:service'Players':FindFirstChild(name)
  1820. if v.Character and v.Character:FindFirstChild('Head') then
  1821. if v.Character:FindFirstChild('Head') then
  1822. if player.Dead ~= true then
  1823. if player.Role == "Murderer"then
  1824. CREATE(v.Character.Head, Color3.new(1,0,0))
  1825. elseif player.Role == "Sheriff" or player.Role == "Hero" then
  1826. CREATE(v.Character.Head, Color3.new(0,0,1))
  1827. else
  1828. CREATE(v.Character.Head, Color3.new(0,1,0))
  1829. end
  1830. end
  1831. end
  1832. end
  1833. end
  1834. end
  1835. end)
  1836. end
  1837. end
  1838. wait(1)
  1839. end)
  1840. end
  1841. coroutine.wrap(function()
  1842. while wait()do
  1843. player_roles = Remote:InvokeServer()
  1844. end
  1845. end)()
  1846.  
  1847. MOUSE.KeyDown:connect(function(KEY)
  1848. KEY = KEY:lower():byte()
  1849. if KEY == _G.BIND then
  1850. ENABLED = true
  1851. end
  1852. end)
  1853.  
  1854. MOUSE.KeyUp:connect(function(KEY)
  1855. KEY = KEY:lower():byte()
  1856. if KEY == _G.BIND then
  1857. ENABLED = false
  1858. end
  1859. end)
  1860.  
  1861. MOUSE.KeyDown:connect(function(KEY)
  1862. KEY = KEY:lower():byte()
  1863. if KEY == _G.ESP_BIND then
  1864. if ESP_ENABLED == false then
  1865. FIND()
  1866. ESP_ENABLED = true
  1867. print('ESP : ON')
  1868. elseif ESP_ENABLED == true then
  1869. wait()
  1870. CLEAR()
  1871. TRACK = false
  1872. ESP_ENABLED = false
  1873. print('ESP : OFF')
  1874. end
  1875. end
  1876. end)
  1877.  
  1878. MOUSE.KeyDown:connect(function(KEY)
  1879. if KEY == _G.CHANGE_AIM then
  1880. if _G.AIM_AT == 'Head' then
  1881. _G.AIM_AT = 'Torso'
  1882. GUI_AIM_AT.Text = 'AIMING : TORSO'
  1883. elseif _G.AIM_AT == 'Torso' then
  1884. _G.AIM_AT = 'Head'
  1885. GUI_AIM_AT.Text = 'AIMING : HEAD'
  1886. end
  1887. end
  1888. end)
  1889.  
  1890. game:GetService('RunService').RenderStepped:connect(function()
  1891. if ENABLED then
  1892. local TARGET = GetNearestPlayerToMouse()
  1893. if (TARGET ~= false) then
  1894. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  1895. if AIM then
  1896. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  1897. end
  1898. GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  1899. else
  1900. GUI_TARGET.Text = 'AIMBOT : OFF'
  1901. end
  1902. end
  1903. end)
  1904.  
  1905. repeat
  1906. wait()
  1907. if ESP_ENABLED == true then
  1908. FIND()
  1909. end
  1910. until ESP_ENABLED == false
  1911.  
  1912.  
  1913. wait()
  1914.  
  1915. _G.FREE_FOR_ALL = true
  1916.  
  1917. _G.BIND = 50 -- LEFT CTRL
  1918. _G.ESP_BIND = 52 -- LEFT ALT
  1919. end)
  1920.  
  1921. local plr = game.Players.LocalPlayer
  1922.  
  1923. plr:GetMouse().KeyDown:connect(function(KeyUp)
  1924. if KeyUp == "0" then
  1925. plr.Character.Humanoid.WalkSpeed = 35
  1926. end
  1927. end)
  1928.  
  1929. plr:GetMouse().KeyUp:connect(function(KeyUp)
  1930. if KeyUp == "0" then
  1931. plr.Character.Humanoid.WalkSpeed = 16
  1932. end
  1933. end)
Add Comment
Please, Sign In to add comment