Advertisement
Pur3ity

MurderMystery

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