Advertisement
Guest User

Untitled

a guest
Oct 14th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.21 KB | None | 0 0
  1. -- Trace
  2. -- Created by LumberUniverseYT
  3. -- Still working on the Scripts
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("Frame")
  7. local bar1 = Instance.new("Frame")
  8. local bar2 = Instance.new("Frame")
  9. local bar3 = Instance.new("Frame")
  10. local TraceLabel = Instance.new("TextLabel")
  11. local Credit = Instance.new("TextLabel")
  12. local exebut = Instance.new("TextButton")
  13. local scriptbut = Instance.new("TextButton")
  14. local exitok = Instance.new("TextButton")
  15. local LoginFrame = Instance.new("Frame")
  16. local bar1_2 = Instance.new("Frame")
  17. local bar2_2 = Instance.new("Frame")
  18. local bar3_2 = Instance.new("Frame")
  19. local user = Instance.new("TextBox")
  20. local pass = Instance.new("TextBox")
  21. local login = Instance.new("TextButton")
  22. local loginLabel = Instance.new("TextLabel")
  23. local ExeFrame = Instance.new("Frame")
  24. local bar1_3 = Instance.new("Frame")
  25. local bar2_3 = Instance.new("Frame")
  26. local bar3_3 = Instance.new("Frame")
  27. local execute = Instance.new("TextButton")
  28. local exitok_2 = Instance.new("TextButton")
  29. local ScrollingFrame = Instance.new("ScrollingFrame")
  30. local input = Instance.new("TextBox")
  31. local clear = Instance.new("TextButton")
  32. local ScriptFrame = Instance.new("Frame")
  33. local bar1_4 = Instance.new("Frame")
  34. local bar2_4 = Instance.new("Frame")
  35. local bar3_4 = Instance.new("Frame")
  36. local LT2Gui1 = Instance.new("TextButton")
  37. local exitok_3 = Instance.new("TextButton")
  38. local LT2Gui2 = Instance.new("TextButton")
  39. local BlackSphere = Instance.new("TextButton")
  40. local LT2Gui3 = Instance.new("TextButton")
  41. local Esp = Instance.new("TextButton")
  42. local MM2Gui = Instance.new("TextButton")
  43. local WhiteLaserGun = Instance.new("TextButton")
  44. local TPGui = Instance.new("TextButton")
  45. local ShotGun = Instance.new("TextButton")
  46. local Dab = Instance.new("TextButton")
  47.  
  48. -- Username = Trace
  49. -- Password = Test
  50.  
  51. ScreenGui.Parent = game.CoreGui
  52.  
  53. MainFrame.Name = "MainFrame"
  54. MainFrame.Parent = ScreenGui
  55. MainFrame.Active = true
  56. MainFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 1)
  57. MainFrame.BorderSizePixel = 0
  58. MainFrame.Draggable = true
  59. MainFrame.Position = UDim2.new(0, -280, -0.0476190485, 0)
  60. MainFrame.Size = UDim2.new(0, 645, 0.603174627, 0)
  61. MainFrame.Visible = false
  62.  
  63. bar1.Name = "bar1"
  64. bar1.Parent = MainFrame
  65. bar1.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  66. bar1.BorderSizePixel = 0
  67. bar1.Position = UDim2.new(0, 8, 0.0131667964, 0)
  68. bar1.Size = UDim2.new(0, 629, 0.0658339858, 0)
  69.  
  70. bar2.Name = "bar2"
  71. bar2.Parent = MainFrame
  72. bar2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  73. bar2.BackgroundTransparency = 0.30000001192093
  74. bar2.BorderSizePixel = 0
  75. bar2.Position = UDim2.new(0, 8, 0.0395003892, 0)
  76. bar2.Size = UDim2.new(0, 629, 0.0658339858, 0)
  77.  
  78. bar3.Name = "bar3"
  79. bar3.Parent = MainFrame
  80. bar3.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  81. bar3.BackgroundTransparency = 0.30000001192093
  82. bar3.BorderSizePixel = 0
  83. bar3.Position = UDim2.new(0, 0, 0.964999974, 0)
  84. bar3.Size = UDim2.new(0, 645, 0.0350000001, 0)
  85.  
  86. TraceLabel.Name = "TraceLabel"
  87. TraceLabel.Parent = MainFrame
  88. TraceLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TraceLabel.BackgroundTransparency = 1
  90. TraceLabel.BorderSizePixel = 0
  91. TraceLabel.Position = UDim2.new(0, 8, 0.118501171, 0)
  92. TraceLabel.Size = UDim2.new(0, 629, 0.158001557, 0)
  93. TraceLabel.Font = Enum.Font.Cartoon
  94. TraceLabel.FontSize = Enum.FontSize.Size96
  95. TraceLabel.Text = "Trace"
  96. TraceLabel.TextColor3 = Color3.new(0, 0, 0)
  97. TraceLabel.TextSize = 75
  98. TraceLabel.TextWrapped = true
  99.  
  100. Credit.Name = "Credit"
  101. Credit.Parent = MainFrame
  102. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Credit.BackgroundTransparency = 1
  104. Credit.BorderSizePixel = 0
  105. Credit.Position = UDim2.new(0, 44, 0.882175446, 0)
  106. Credit.Size = UDim2.new(0, 200, 0.0921675786, 0)
  107. Credit.Font = Enum.Font.Cartoon
  108. Credit.FontSize = Enum.FontSize.Size28
  109. Credit.Text = "Made By LumberUniverseYT"
  110. Credit.TextColor3 = Color3.new(0, 0, 0)
  111. Credit.TextSize = 25
  112.  
  113. exebut.Name = "exebut"
  114. exebut.Parent = MainFrame
  115. exebut.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  116. exebut.BorderColor3 = Color3.new(0, 0, 0.498039)
  117. exebut.BorderSizePixel = 5
  118. exebut.Position = UDim2.new(0, 108, 0.487171471, 0)
  119. exebut.Size = UDim2.new(0, 168, 0.158001557, 0)
  120. exebut.Font = Enum.Font.Cartoon
  121. exebut.FontSize = Enum.FontSize.Size14
  122. exebut.Text = "Execution"
  123. exebut.TextColor3 = Color3.new(0, 0, 0)
  124. exebut.TextScaled = true
  125. exebut.TextSize = 14
  126. exebut.TextWrapped = true
  127.  
  128. exebut.MouseButton1Click:connect(function()
  129. ExeFrame.Visible = true
  130. MainFrame.Visible = false
  131. end)
  132.  
  133. scriptbut.Name = "scriptbut"
  134. scriptbut.Parent = MainFrame
  135. scriptbut.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  136. scriptbut.BorderColor3 = Color3.new(0, 0, 0.498039)
  137. scriptbut.BorderSizePixel = 5
  138. scriptbut.Position = UDim2.new(0, 308, 0.487171471, 0)
  139. scriptbut.Size = UDim2.new(0, 168, 0.158001557, 0)
  140. scriptbut.Font = Enum.Font.Cartoon
  141. scriptbut.FontSize = Enum.FontSize.Size14
  142. scriptbut.Text = "Scripts"
  143. scriptbut.TextColor3 = Color3.new(0, 0, 0)
  144. scriptbut.TextScaled = true
  145. scriptbut.TextSize = 14
  146. scriptbut.TextWrapped = true
  147.  
  148. scriptbut.MouseButton1Click:connect(function()
  149. MainFrame.Visible = false
  150. ScriptFrame.Visible = true
  151. end)
  152.  
  153. exitok.Name = "exitok"
  154. exitok.Parent = MainFrame
  155. exitok.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  156. exitok.BorderColor3 = Color3.new(0, 0, 0.498039)
  157. exitok.BorderSizePixel = 5
  158. exitok.Position = UDim2.new(0, 609, 0.0263335928, 0)
  159. exitok.Size = UDim2.new(0, 28, 0.0790007785, 0)
  160. exitok.Font = Enum.Font.Cartoon
  161. exitok.FontSize = Enum.FontSize.Size14
  162. exitok.Text = "X"
  163. exitok.TextColor3 = Color3.new(0, 0, 0)
  164. exitok.TextScaled = true
  165. exitok.TextSize = 14
  166. exitok.TextWrapped = true
  167.  
  168. exitok.MouseButton1Click:connect(function()
  169. MainFrame.Visible = false
  170. ExeFrame.Visible = false
  171. LoginFrame.Visible = false
  172. ScriptFrame.Visible = false
  173. end)
  174.  
  175. LoginFrame.Name = "LoginFrame"
  176. LoginFrame.Parent = ScreenGui
  177. LoginFrame.Active = true
  178. LoginFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 1)
  179. LoginFrame.BorderSizePixel = 0
  180. LoginFrame.Draggable = true
  181. LoginFrame.Position = UDim2.new(0, 172, 0.150793657, 0)
  182. LoginFrame.Size = UDim2.new(0, 248, 0.650793612, 0)
  183.  
  184. bar1_2.Name = "bar1"
  185. bar1_2.Parent = LoginFrame
  186. bar1_2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  187. bar1_2.BorderSizePixel = 0
  188. bar1_2.Position = UDim2.new(0, 4, 0.0122063011, 0)
  189. bar1_2.Size = UDim2.new(0, 240, 0.0732378066, 0)
  190.  
  191. bar2_2.Name = "bar2"
  192. bar2_2.Parent = LoginFrame
  193. bar2_2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  194. bar2_2.BackgroundTransparency = 0.30000001192093
  195. bar2_2.BorderSizePixel = 0
  196. bar2_2.Position = UDim2.new(0, 4, 0.0366189033, 0)
  197. bar2_2.Size = UDim2.new(0, 240, 0.0732378066, 0)
  198.  
  199. bar3_2.Name = "bar3"
  200. bar3_2.Parent = LoginFrame
  201. bar3_2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  202. bar3_2.BackgroundTransparency = 0.30000001192093
  203. bar3_2.BorderSizePixel = 0
  204. bar3_2.Position = UDim2.new(0, 0, 0.964297771, 0)
  205. bar3_2.Size = UDim2.new(0, 248, 0.0366189033, 0)
  206.  
  207. user.Name = "user"
  208. user.Parent = LoginFrame
  209. user.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  210. user.BorderColor3 = Color3.new(0, 0, 0.498039)
  211. user.BorderSizePixel = 5
  212. user.Position = UDim2.new(0, 20, 0.317363828, 0)
  213. user.Size = UDim2.new(0, 212, 0.10985671, 0)
  214. user.Font = Enum.Font.Cartoon
  215. user.FontSize = Enum.FontSize.Size14
  216. user.Text = "Username"
  217. user.TextColor3 = Color3.new(0, 0, 0)
  218. user.TextScaled = true
  219. user.TextSize = 14
  220. user.TextWrapped = true
  221.  
  222. pass.Name = "pass"
  223. pass.Parent = LoginFrame
  224. pass.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  225. pass.BorderColor3 = Color3.new(0, 0, 0.498039)
  226. pass.BorderSizePixel = 5
  227. pass.Position = UDim2.new(0, 20, 0.476045728, 0)
  228. pass.Size = UDim2.new(0, 212, 0.10985671, 0)
  229. pass.Font = Enum.Font.Cartoon
  230. pass.FontSize = Enum.FontSize.Size14
  231. pass.Text = "Password"
  232. pass.TextColor3 = Color3.new(0, 0, 0)
  233. pass.TextScaled = true
  234. pass.TextSize = 14
  235. pass.TextWrapped = true
  236.  
  237. login.Name = "login"
  238. login.Parent = LoginFrame
  239. login.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  240. login.BorderColor3 = Color3.new(0, 0, 0.498039)
  241. login.BorderSizePixel = 5
  242. login.Position = UDim2.new(0, 24, 0.671346545, 0)
  243. login.Size = UDim2.new(0, 204, 0.10985671, 0)
  244. login.Font = Enum.Font.Cartoon
  245. login.FontSize = Enum.FontSize.Size14
  246. login.Text = "Submit"
  247. login.TextColor3 = Color3.new(0, 0, 0)
  248. login.TextScaled = true
  249. login.TextSize = 14
  250. login.TextWrapped = true
  251.  
  252. login.MouseButton1Click:connect(function()
  253. if user.Text == "Trace" and pass.Text == "Test" then
  254. LoginFrame.Visible = false
  255. MainFrame.Visible = true
  256. else
  257. user.Text = "Incorrect Username"
  258. pass.Text = "Incorrect Password"
  259. end
  260. end)
  261.  
  262. loginLabel.Name = "loginLabel"
  263. loginLabel.Parent = LoginFrame
  264. loginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  265. loginLabel.BackgroundTransparency = 1
  266. loginLabel.BorderSizePixel = 0
  267. loginLabel.Position = UDim2.new(0, 0, 0.134269312, 0)
  268. loginLabel.Size = UDim2.new(0, 248, 0.10985671, 0)
  269. loginLabel.Font = Enum.Font.Cartoon
  270. loginLabel.FontSize = Enum.FontSize.Size14
  271. loginLabel.Text = "Please Login!"
  272. loginLabel.TextColor3 = Color3.new(0, 0, 0)
  273. loginLabel.TextScaled = true
  274. loginLabel.TextSize = 14
  275. loginLabel.TextWrapped = true
  276.  
  277. ExeFrame.Name = "ExeFrame"
  278. ExeFrame.Parent = ScreenGui
  279. ExeFrame.Active = true
  280. ExeFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 1)
  281. ExeFrame.BorderSizePixel = 0
  282. ExeFrame.Draggable = true
  283. ExeFrame.Position = UDim2.new(0, 393, 0.0396825373, 0)
  284. ExeFrame.Size = UDim2.new(0, 645, 0.603174627, 0)
  285. ExeFrame.Visible = false
  286.  
  287. bar1_3.Name = "bar1"
  288. bar1_3.Parent = ExeFrame
  289. bar1_3.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  290. bar1_3.BorderSizePixel = 0
  291. bar1_3.Position = UDim2.new(0, 8, 0.0131667964, 0)
  292. bar1_3.Size = UDim2.new(0, 629, 0.0658339858, 0)
  293.  
  294. bar2_3.Name = "bar2"
  295. bar2_3.Parent = ExeFrame
  296. bar2_3.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  297. bar2_3.BackgroundTransparency = 0.30000001192093
  298. bar2_3.BorderSizePixel = 0
  299. bar2_3.Position = UDim2.new(0, 8, 0.0395003892, 0)
  300. bar2_3.Size = UDim2.new(0, 629, 0.0658339858, 0)
  301.  
  302. bar3_3.Name = "bar3"
  303. bar3_3.Parent = ExeFrame
  304. bar3_3.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  305. bar3_3.BackgroundTransparency = 0.30000001192093
  306. bar3_3.BorderSizePixel = 0
  307. bar3_3.Position = UDim2.new(0, 0, 0.964999974, 0)
  308. bar3_3.Size = UDim2.new(0, 645, 0.0350000001, 0)
  309.  
  310. execute.Name = "execute"
  311. execute.Parent = ExeFrame
  312. execute.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  313. execute.BorderColor3 = Color3.new(0, 0, 0.498039)
  314. execute.BorderSizePixel = 5
  315. execute.Position = UDim2.new(0, 64, 0.79000777, 0)
  316. execute.Size = UDim2.new(0, 168, 0.118501171, 0)
  317. execute.Font = Enum.Font.Cartoon
  318. execute.FontSize = Enum.FontSize.Size14
  319. execute.Text = "Execute"
  320. execute.TextColor3 = Color3.new(0, 0, 0)
  321. execute.TextScaled = true
  322. execute.TextSize = 14
  323. execute.TextWrapped = true
  324.  
  325. execute.MouseButton1Click:connect(function()
  326. loadstring(input.Text)()
  327. end)
  328.  
  329. exitok_2.Name = "exitok"
  330. exitok_2.Parent = ExeFrame
  331. exitok_2.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  332. exitok_2.BorderColor3 = Color3.new(0, 0, 0.498039)
  333. exitok_2.BorderSizePixel = 5
  334. exitok_2.Position = UDim2.new(0, 609, 0.0263335928, 0)
  335. exitok_2.Size = UDim2.new(0, 28, 0.0790007785, 0)
  336. exitok_2.Font = Enum.Font.Cartoon
  337. exitok_2.FontSize = Enum.FontSize.Size14
  338. exitok_2.Text = "X"
  339. exitok_2.TextColor3 = Color3.new(0, 0, 0)
  340. exitok_2.TextScaled = true
  341. exitok_2.TextSize = 14
  342. exitok_2.TextWrapped = true
  343.  
  344. exitok_2.MouseButton1Click:connect(function()
  345. MainFrame.Visible = true
  346. ExeFrame.Visible = false
  347. end)
  348.  
  349. ScrollingFrame.Parent = ExeFrame
  350. ScrollingFrame.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  351. ScrollingFrame.BorderSizePixel = 0
  352. ScrollingFrame.Position = UDim2.new(0, 12, 0.131667972, 0)
  353. ScrollingFrame.Size = UDim2.new(0, 629, 0.618839443, 0)
  354. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1000000, 0)
  355.  
  356. input.Name = "input"
  357. input.Parent = ScrollingFrame
  358. input.BackgroundColor3 = Color3.new(1, 1, 1)
  359. input.BackgroundTransparency = 1
  360. input.BorderSizePixel = 0
  361. input.Size = UDim2.new(0, 617, 0.318720073, 0)
  362. input.ClearTextOnFocus = false
  363. input.Font = Enum.Font.SourceSans
  364. input.FontSize = Enum.FontSize.Size24
  365. input.MultiLine = true
  366. input.Text = "print(\"Script Here!\");"
  367. input.TextColor3 = Color3.new(0, 0, 0)
  368. input.TextSize = 20
  369. input.TextWrapped = true
  370. input.TextXAlignment = Enum.TextXAlignment.Left
  371. input.TextYAlignment = Enum.TextYAlignment.Top
  372.  
  373. clear.Name = "clear"
  374. clear.Parent = ExeFrame
  375. clear.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  376. clear.BorderColor3 = Color3.new(0, 0, 0.498039)
  377. clear.BorderSizePixel = 5
  378. clear.Position = UDim2.new(0, 417, 0.79000777, 0)
  379. clear.Size = UDim2.new(0, 168, 0.118501171, 0)
  380. clear.Font = Enum.Font.Cartoon
  381. clear.FontSize = Enum.FontSize.Size14
  382. clear.Text = "Clear"
  383. clear.TextColor3 = Color3.new(0, 0, 0)
  384. clear.TextScaled = true
  385. clear.TextSize = 14
  386. clear.TextWrapped = true
  387.  
  388. clear.MouseButton1Click:connect(function()
  389. input.Text = ""
  390. end)
  391.  
  392. ScriptFrame.Name = "ScriptFrame"
  393. ScriptFrame.Parent = ScreenGui
  394. ScriptFrame.Active = true
  395. ScriptFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 1)
  396. ScriptFrame.BorderSizePixel = 0
  397. ScriptFrame.Visible = false
  398. ScriptFrame.Draggable = true
  399. ScriptFrame.Position = UDim2.new(0, 284, 0.174603179, 0)
  400. ScriptFrame.Size = UDim2.new(0, 523, 0.603174627, 0)
  401.  
  402. bar1_4.Name = "bar1"
  403. bar1_4.Parent = ScriptFrame
  404. bar1_4.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  405. bar1_4.BorderSizePixel = 0
  406. bar1_4.Position = UDim2.new(0, 8, 0.0131667964, 0)
  407. bar1_4.Size = UDim2.new(0, 509, 0.0658339858, 0)
  408.  
  409. bar2_4.Name = "bar2"
  410. bar2_4.Parent = ScriptFrame
  411. bar2_4.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  412. bar2_4.BackgroundTransparency = 0.30000001192093
  413. bar2_4.BorderSizePixel = 0
  414. bar2_4.Position = UDim2.new(0, 8, 0.0395003892, 0)
  415. bar2_4.Size = UDim2.new(0, 509, 0.0658339858, 0)
  416.  
  417. bar3_4.Name = "bar3"
  418. bar3_4.Parent = ScriptFrame
  419. bar3_4.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  420. bar3_4.BackgroundTransparency = 0.30000001192093
  421. bar3_4.BorderSizePixel = 0
  422. bar3_4.Position = UDim2.new(0, 0, 0.964999974, 0)
  423. bar3_4.Size = UDim2.new(0, 523, 0.0263335928, 3)
  424.  
  425. LT2Gui1.Name = "LT2 Gui 1"
  426. LT2Gui1.Parent = ScriptFrame
  427. LT2Gui1.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  428. LT2Gui1.BorderColor3 = Color3.new(0, 0, 0.498039)
  429. LT2Gui1.BorderSizePixel = 5
  430. LT2Gui1.Position = UDim2.new(0, 116, 0.184335157, 0)
  431. LT2Gui1.Size = UDim2.new(0, 132, 0.105334371, 0)
  432. LT2Gui1.Font = Enum.Font.Cartoon
  433. LT2Gui1.FontSize = Enum.FontSize.Size14
  434. LT2Gui1.Text = "LT2 Gui 1"
  435. LT2Gui1.TextColor3 = Color3.new(0, 0, 0)
  436. LT2Gui1.TextScaled = true
  437. LT2Gui1.TextSize = 14
  438. LT2Gui1.TextWrapped = true
  439.  
  440. LT2Gui1.MouseButton1Click:connect(function()
  441.  
  442. end)
  443.  
  444. exitok_3.Name = "exitok"
  445. exitok_3.Parent = ScriptFrame
  446. exitok_3.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  447. exitok_3.BorderColor3 = Color3.new(0, 0, 0.498039)
  448. exitok_3.BorderSizePixel = 5
  449. exitok_3.Position = UDim2.new(0, 485, 0.0263335928, 0)
  450. exitok_3.Size = UDim2.new(0, 28, 0.0790007785, 0)
  451. exitok_3.Font = Enum.Font.Cartoon
  452. exitok_3.FontSize = Enum.FontSize.Size14
  453. exitok_3.Text = "X"
  454. exitok_3.TextColor3 = Color3.new(0, 0, 0)
  455. exitok_3.TextScaled = true
  456. exitok_3.TextSize = 14
  457. exitok_3.TextWrapped = true
  458.  
  459. exitok_3.MouseButton1Click:connect(function()
  460. ScriptFrame.Visible = false
  461. MainFrame.Visible = true
  462. end)
  463.  
  464. LT2Gui2.Name = "LT2 Gui 2"
  465. LT2Gui2.Parent = ScriptFrame
  466. LT2Gui2.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  467. LT2Gui2.BorderColor3 = Color3.new(0, 0, 0.498039)
  468. LT2Gui2.BorderSizePixel = 5
  469. LT2Gui2.Position = UDim2.new(0, 116, 0.329169929, 0)
  470. LT2Gui2.Size = UDim2.new(0, 132, 0.105334371, 0)
  471. LT2Gui2.Font = Enum.Font.Cartoon
  472. LT2Gui2.FontSize = Enum.FontSize.Size14
  473. LT2Gui2.Text = "LT2 Gui 2"
  474. LT2Gui2.TextColor3 = Color3.new(0, 0, 0)
  475. LT2Gui2.TextScaled = true
  476. LT2Gui2.TextSize = 14
  477. LT2Gui2.TextWrapped = true
  478.  
  479. LT2Gui2.MouseButton1Click:connect(function()
  480. end)
  481.  
  482. BlackSphere.Name = "Black Sphere"
  483. BlackSphere.Parent = ScriptFrame
  484. BlackSphere.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  485. BlackSphere.BorderColor3 = Color3.new(0, 0, 0.498039)
  486. BlackSphere.BorderSizePixel = 5
  487. BlackSphere.Position = UDim2.new(0, 116, 0.474004686, 0)
  488. BlackSphere.Size = UDim2.new(0, 132, 0.105334371, 0)
  489. BlackSphere.Font = Enum.Font.Cartoon
  490. BlackSphere.FontSize = Enum.FontSize.Size14
  491. BlackSphere.Text = "Black Sphere"
  492. BlackSphere.TextColor3 = Color3.new(0, 0, 0)
  493. BlackSphere.TextScaled = true
  494. BlackSphere.TextSize = 14
  495. BlackSphere.TextWrapped = true
  496.  
  497. BlackSphere.MouseButton1Click:connect(function()
  498.  
  499. end)
  500.  
  501. LT2Gui3.Name = "LT2 Gui 3"
  502. LT2Gui3.Parent = ScriptFrame
  503. LT2Gui3.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  504. LT2Gui3.BorderColor3 = Color3.new(0, 0, 0.498039)
  505. LT2Gui3.BorderSizePixel = 5
  506. LT2Gui3.Position = UDim2.new(0, 116, 0.618839443, 0)
  507. LT2Gui3.Size = UDim2.new(0, 132, 0.105334371, 0)
  508. LT2Gui3.Font = Enum.Font.Cartoon
  509. LT2Gui3.FontSize = Enum.FontSize.Size14
  510. LT2Gui3.Text = "LT2 Gui 3"
  511. LT2Gui3.TextColor3 = Color3.new(0, 0, 0)
  512. LT2Gui3.TextScaled = true
  513. LT2Gui3.TextSize = 14
  514. LT2Gui3.TextWrapped = true
  515.  
  516. LT2Gui3.MouseButton1Click:connect(function()
  517.  
  518. end)
  519.  
  520. Esp.Name = "Esp"
  521. Esp.Parent = ScriptFrame
  522. Esp.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  523. Esp.BorderColor3 = Color3.new(0, 0, 0.498039)
  524. Esp.BorderSizePixel = 5
  525. Esp.Position = UDim2.new(0, 272, 0.184335157, 0)
  526. Esp.Size = UDim2.new(0, 132, 0.105334371, 0)
  527. Esp.Font = Enum.Font.Cartoon
  528. Esp.FontSize = Enum.FontSize.Size14
  529. Esp.Text = "Esp"
  530. Esp.TextColor3 = Color3.new(0, 0, 0)
  531. Esp.TextScaled = true
  532. Esp.TextSize = 14
  533. Esp.TextWrapped = true
  534.  
  535. Esp.MouseButton1Click:connect(function()
  536. end)
  537.  
  538. MM2Gui.Name = "MM2 Gui"
  539. MM2Gui.Parent = ScriptFrame
  540. MM2Gui.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  541. MM2Gui.BorderColor3 = Color3.new(0, 0, 0.498039)
  542. MM2Gui.BorderSizePixel = 5
  543. MM2Gui.Position = UDim2.new(0, 272, 0.329169929, 0)
  544. MM2Gui.Size = UDim2.new(0, 132, 0.105334371, 0)
  545. MM2Gui.Font = Enum.Font.Cartoon
  546. MM2Gui.FontSize = Enum.FontSize.Size14
  547. MM2Gui.Text = "MM2 Gui"
  548. MM2Gui.TextColor3 = Color3.new(0, 0, 0)
  549. MM2Gui.TextScaled = true
  550. MM2Gui.TextSize = 14
  551. MM2Gui.TextWrapped = true
  552.  
  553. MM2Gui.MouseButton1Click:connect(function()
  554. local MM2 = Instance.new("ScreenGui")
  555. local Main = Instance.new("Frame")
  556. local Piplup = Instance.new("ImageLabel")
  557. local MadeByMe = Instance.new("TextLabel")
  558. local isOn2 = Instance.new("TextLabel")
  559. local mCheck = Instance.new("TextLabel")
  560. local mSum = Instance.new("TextLabel")
  561. local sCheck = Instance.new("TextLabel")
  562. local sSum = Instance.new("TextLabel")
  563. local Hide = Instance.new("TextButton")
  564. local Shift = Instance.new("TextLabel")
  565. local Coin = Instance.new("TextLabel")
  566. local isOn1 = Instance.new("TextLabel")
  567. local KeyBind = Instance.new("TextLabel")
  568. local isOn3 = Instance.new("TextLabel")
  569. local isOn4 = Instance.new("TextLabel")
  570. local God = Instance.new("TextLabel")
  571. local Show = Instance.new("TextButton")
  572.  
  573. -- Properties
  574.  
  575. MM2.Name = "MM2"
  576. MM2.Parent = game.Players.LocalPlayer.PlayerGui
  577. MM2.ResetOnSpawn = false
  578.  
  579. Main.Name = "Main"
  580. Main.Parent = MM2
  581. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  582. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  583. Main.BorderSizePixel = 5
  584. Main.Draggable = true
  585. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  586. Main.Size = UDim2.new(0.300000012, 0, 0.550000012, 0)
  587. Main.Visible = false
  588.  
  589. Piplup.Name = "Piplup"
  590. Piplup.Parent = Main
  591. Piplup.BackgroundColor3 = Color3.new(1, 1, 1)
  592. Piplup.BorderColor3 = Color3.new(0.129412, 0.54902, 1)
  593. Piplup.BorderSizePixel = 5
  594. Piplup.Draggable = true
  595. Piplup.Position = UDim2.new(0.600000024, 0, 0, 0)
  596. Piplup.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  597. Piplup.ZIndex = 2
  598. Piplup.Image = "rbxassetid://885684262"
  599.  
  600. MadeByMe.Name = "MadeByMe"
  601. MadeByMe.Parent = Main
  602. MadeByMe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  603. MadeByMe.BorderColor3 = Color3.new(0, 0.607843, 1)
  604. MadeByMe.BorderSizePixel = 5
  605. MadeByMe.Draggable = true
  606. MadeByMe.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  607. MadeByMe.ZIndex = 3
  608. MadeByMe.Font = Enum.Font.SciFi
  609. MadeByMe.FontSize = Enum.FontSize.Size24
  610. MadeByMe.Text = "Made by Bubbles"
  611. MadeByMe.TextColor3 = Color3.new(0, 0.607843, 1)
  612. MadeByMe.TextScaled = true
  613. MadeByMe.TextSize = 20
  614. MadeByMe.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  615. MadeByMe.TextWrapped = true
  616.  
  617. isOn2.Name = "isOn2"
  618. isOn2.Parent = Main
  619. isOn2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  620. isOn2.BorderColor3 = Color3.new(0, 0.607843, 1)
  621. isOn2.BorderSizePixel = 5
  622. isOn2.Position = UDim2.new(0.714999974, 0, 0.600000024, 0)
  623. isOn2.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  624. isOn2.ZIndex = 5
  625. isOn2.Font = Enum.Font.SciFi
  626. isOn2.FontSize = Enum.FontSize.Size18
  627. isOn2.Text = "Inactive"
  628. isOn2.TextColor3 = Color3.new(1, 0, 1)
  629. isOn2.TextSize = 18
  630. isOn2.TextStrokeColor3 = Color3.new(1, 0, 1)
  631. isOn2.TextStrokeTransparency = 0.69999998807907
  632. isOn2.TextWrapped = true
  633.  
  634. mCheck.Name = "mCheck"
  635. mCheck.Parent = Main
  636. mCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  637. mCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  638. mCheck.BorderSizePixel = 5
  639. mCheck.Position = UDim2.new(0, 0, 0.36500001, 0)
  640. mCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  641. mCheck.ZIndex = 4
  642. mCheck.Font = Enum.Font.SciFi
  643. mCheck.FontSize = Enum.FontSize.Size24
  644. mCheck.Text = "Murderer [F]"
  645. mCheck.TextColor3 = Color3.new(1, 0, 0)
  646. mCheck.TextSize = 20
  647. mCheck.TextWrapped = true
  648.  
  649. mSum.Name = "mSum"
  650. mSum.Parent = Main
  651. mSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  652. mSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  653. mSum.BorderSizePixel = 5
  654. mSum.Position = UDim2.new(0, 0, 0.485000014, 0)
  655. mSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  656. mSum.ZIndex = 4
  657. mSum.Font = Enum.Font.SciFi
  658. mSum.FontSize = Enum.FontSize.Size24
  659. mSum.Text = "Name"
  660. mSum.TextColor3 = Color3.new(1, 0.607843, 0)
  661. mSum.TextSize = 20
  662. mSum.TextWrapped = true
  663.  
  664. sCheck.Name = "sCheck"
  665. sCheck.Parent = Main
  666. sCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  667. sCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  668. sCheck.BorderSizePixel = 5
  669. sCheck.Position = UDim2.new(0.5, 0, 0.36500001, 0)
  670. sCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  671. sCheck.ZIndex = 3
  672. sCheck.Font = Enum.Font.SciFi
  673. sCheck.FontSize = Enum.FontSize.Size24
  674. sCheck.Text = "Sheriff [G]"
  675. sCheck.TextColor3 = Color3.new(0, 1, 1)
  676. sCheck.TextSize = 20
  677. sCheck.TextWrapped = true
  678.  
  679. sSum.Name = "sSum"
  680. sSum.Parent = Main
  681. sSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  682. sSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  683. sSum.BorderSizePixel = 5
  684. sSum.Position = UDim2.new(0.5, 0, 0.485000014, 0)
  685. sSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  686. sSum.ZIndex = 3
  687. sSum.Font = Enum.Font.SciFi
  688. sSum.FontSize = Enum.FontSize.Size24
  689. sSum.Text = "Name"
  690. sSum.TextColor3 = Color3.new(0, 1, 0.607843)
  691. sSum.TextSize = 20
  692. sSum.TextWrapped = true
  693.  
  694. Hide.Name = "Hide"
  695. Hide.Parent = Main
  696. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  697. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  698. Hide.BorderSizePixel = 5
  699. Hide.Position = UDim2.new(0, 0, 0.925000012, 0)
  700. Hide.Size = UDim2.new(1, 0, 0.075000003, 0)
  701. Hide.ZIndex = 3
  702. Hide.Font = Enum.Font.SourceSans
  703. Hide.FontSize = Enum.FontSize.Size24
  704. Hide.Text = "Hide [X]"
  705. Hide.TextColor3 = Color3.new(0.470588, 0.333333, 1)
  706. Hide.TextScaled = true
  707. Hide.TextSize = 20
  708. Hide.TextWrapped = true
  709.  
  710. Shift.Name = "Shift"
  711. Shift.Parent = Main
  712. Shift.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  713. Shift.BorderColor3 = Color3.new(0, 0.607843, 1)
  714. Shift.BorderSizePixel = 5
  715. Shift.Position = UDim2.new(0, 0, 0.600000024, 0)
  716. Shift.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  717. Shift.ZIndex = 4
  718. Shift.Font = Enum.Font.SciFi
  719. Shift.FontSize = Enum.FontSize.Size24
  720. Shift.Text = "Run [Shift]"
  721. Shift.TextColor3 = Color3.new(1, 1, 0)
  722. Shift.TextSize = 20
  723. Shift.TextWrapped = true
  724.  
  725. Coin.Name = "Coin"
  726. Coin.Parent = Main
  727. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  728. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  729. Coin.BorderSizePixel = 5
  730. Coin.Position = UDim2.new(0, 0, 0.215000004, 0)
  731. Coin.Size = UDim2.new(0.699999988, 0, 0.135000005, 0)
  732. Coin.ZIndex = 4
  733. Coin.Font = Enum.Font.SciFi
  734. Coin.FontSize = Enum.FontSize.Size24
  735. Coin.Text = "Coin Grabber [C]"
  736. Coin.TextColor3 = Color3.new(0, 0.333333, 1)
  737. Coin.TextSize = 20
  738. Coin.TextWrapped = true
  739.  
  740. isOn1.Name = "isOn1"
  741. isOn1.Parent = Main
  742. isOn1.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  743. isOn1.BorderColor3 = Color3.new(0, 0.607843, 1)
  744. isOn1.BorderSizePixel = 5
  745. isOn1.Position = UDim2.new(0.720000029, 0, 0.215000004, 0)
  746. isOn1.Size = UDim2.new(0.280000001, 0, 0.135000005, 0)
  747. isOn1.ZIndex = 5
  748. isOn1.Font = Enum.Font.SciFi
  749. isOn1.FontSize = Enum.FontSize.Size18
  750. isOn1.Text = "Inactive"
  751. isOn1.TextColor3 = Color3.new(1, 0, 1)
  752. isOn1.TextSize = 18
  753. isOn1.TextStrokeColor3 = Color3.new(1, 0, 1)
  754. isOn1.TextStrokeTransparency = 0.69999998807907
  755. isOn1.TextWrapped = true
  756.  
  757. KeyBind.Name = "KeyBind"
  758. KeyBind.Parent = Main
  759. KeyBind.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  760. KeyBind.BorderColor3 = Color3.new(0, 0.607843, 1)
  761. KeyBind.BorderSizePixel = 5
  762. KeyBind.Position = UDim2.new(0, 0, 0.814999998, 0)
  763. KeyBind.Size = UDim2.new(0.699999988, 0, 0.0970000029, 0)
  764. KeyBind.ZIndex = 3
  765. KeyBind.Font = Enum.Font.SciFi
  766. KeyBind.FontSize = Enum.FontSize.Size18
  767. KeyBind.Text = "Key Binds [CTRL]"
  768. KeyBind.TextColor3 = Color3.new(1, 1, 1)
  769. KeyBind.TextSize = 15
  770. KeyBind.TextWrapped = true
  771.  
  772. isOn3.Name = "isOn3"
  773. isOn3.Parent = Main
  774. isOn3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  775. isOn3.BorderColor3 = Color3.new(0, 0.607843, 1)
  776. isOn3.BorderSizePixel = 5
  777. isOn3.Position = UDim2.new(0.714999974, 0, 0.704999983, 0)
  778. isOn3.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  779. isOn3.ZIndex = 4
  780. isOn3.Font = Enum.Font.SciFi
  781. isOn3.FontSize = Enum.FontSize.Size18
  782. isOn3.Text = "Inactive"
  783. isOn3.TextColor3 = Color3.new(1, 0, 1)
  784. isOn3.TextSize = 18
  785. isOn3.TextStrokeColor3 = Color3.new(1, 0, 1)
  786. isOn3.TextStrokeTransparency = 0.69999998807907
  787. isOn3.TextWrapped = true
  788.  
  789. isOn4.Name = "isOn4"
  790. isOn4.Parent = Main
  791. isOn4.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  792. isOn4.BorderColor3 = Color3.new(0, 0.607843, 1)
  793. isOn4.BorderSizePixel = 5
  794. isOn4.Position = UDim2.new(0.714999974, 0, 0.814999998, 0)
  795. isOn4.Size = UDim2.new(0.280000001, 0, 0.0970000029, 0)
  796. isOn4.ZIndex = 5
  797. isOn4.Font = Enum.Font.SciFi
  798. isOn4.FontSize = Enum.FontSize.Size14
  799. isOn4.Text = "Active"
  800. isOn4.TextColor3 = Color3.new(0, 1, 0)
  801. isOn4.TextSize = 14
  802. isOn4.TextStrokeColor3 = Color3.new(0, 1, 0)
  803. isOn4.TextStrokeTransparency = 0.69999998807907
  804. isOn4.TextWrapped = true
  805.  
  806. God.Name = "God"
  807. God.Parent = Main
  808. God.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  809. God.BorderColor3 = Color3.new(0, 0.607843, 1)
  810. God.BorderSizePixel = 5
  811. God.Position = UDim2.new(0, 0, 0.704999983, 0)
  812. God.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  813. God.ZIndex = 3
  814. God.Font = Enum.Font.SciFi
  815. God.FontSize = Enum.FontSize.Size24
  816. God.Text = "God Mode [R]"
  817. God.TextColor3 = Color3.new(0, 1, 0.0313726)
  818. God.TextSize = 20
  819. God.TextWrapped = true
  820.  
  821. Show.Name = "Show"
  822. Show.Parent = MM2
  823. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  824. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  825. Show.BorderSizePixel = 5
  826. Show.Position = UDim2.new(0.574999988, 0, 0.85799998, 0)
  827. Show.Size = UDim2.new(0.300000012, 0, 0.0399999991, 0)
  828. Show.Font = Enum.Font.SourceSans
  829. Show.FontSize = Enum.FontSize.Size24
  830. Show.Text = "Show [X]"
  831. Show.TextColor3 = Color3.new(0, 0.607843, 1)
  832. Show.TextScaled = true
  833. Show.TextSize = 20
  834. Show.TextWrapped = true
  835.  
  836.  
  837. --Variables
  838. local uis = game:GetService("UserInputService")
  839. local player = game.Players.LocalPlayer
  840. local mouse = game.Players.LocalPlayer:GetMouse()
  841. local insidePlayer = game.Players:GetChildren()
  842. local mouse = game.Players.LocalPlayer:GetMouse()
  843. local coinActive = false
  844. local runActive = false
  845. local godActive = false
  846. local keyOff = false
  847. --Hide / Show keybind [X]
  848.  
  849. Show.MouseButton1Click:connect(function()
  850. if Main.Visible == false then
  851. Main.Visible = true
  852. Show.Visible = false
  853. end
  854.  
  855. end)
  856.  
  857. Hide.MouseButton1Click:connect(function()
  858. if Main.Visible == true then
  859. Main.Visible = false
  860. Show.Visible = true
  861. end
  862.  
  863. end)
  864.  
  865. uis.InputBegan:connect(function(input, gpe)
  866. if input.KeyCode == Enum.KeyCode.X then
  867. if Main.Visible == false then
  868. Main.Visible = true
  869. Show.Visible = false
  870. else
  871. Main.Visible = false
  872. Show.Visible = true
  873. end
  874. end
  875. end)
  876. ------------------------Turn off keybinds [CTRL]
  877.  
  878. uis.InputBegan:connect(function(input, gpe)
  879. if input.KeyCode == Enum.KeyCode.LeftControl then
  880. if keyOff == false then
  881. keyOff = true
  882. isOn4.TextColor3 = Color3.new(255, 0, 255)
  883. isOn4.TextStrokeColor3 = isOn4.TextColor3
  884. isOn4.Text = "Inactive"
  885. else
  886. keyOff = false
  887. isOn4.TextColor3 = Color3.new(0, 255, 0)
  888. isOn4.TextStrokeColor3 = isOn4.TextColor3
  889. isOn4.Text = "Active"
  890. end
  891. end
  892. end)
  893.  
  894. ------------------------Find Murderer / Sheriff Function [F and G]
  895.  
  896. local function getMurderer()
  897. local allPlayers = game.Players:GetChildren()
  898. for i,v in pairs(allPlayers) do
  899. print'Step 1: Murderer'
  900. if v:FindFirstChild("Backpack") or v:FindFirstChild("Character")then
  901. print'Step 2: Murderer'
  902. if v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  903. print'Knife has been found'
  904. local name = v.Name
  905. print("The Murderer is...", name)
  906. mSum.Text = name
  907. mSum.TextColor = v.Character.Torso.BrickColor
  908. end
  909. end
  910. end
  911. end
  912.  
  913. local function getSheriff()
  914. local allPlayers = game.Players:GetChildren()
  915. for i,v in pairs(allPlayers) do
  916. print'Step 1: Sheriff'
  917. if v:FindFirstChild("Backpack") or v:FindFirstChild("Character")then
  918. print'Step 2: Sheriff'
  919. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  920. print'Gun has been found'
  921. local name = v.Name
  922. print("The Murderer is...", name)
  923. sSum.Text = name
  924. sSum.TextColor = v.Character.Torso.BrickColor
  925. end
  926. end
  927. end
  928. end
  929.  
  930. uis.InputBegan:connect(function(input,gpe)
  931. if input.KeyCode == Enum.KeyCode.F and keyOff == false then
  932. print'F has been counted'
  933. getMurderer()
  934. end
  935. end)
  936.  
  937.  
  938. uis.InputBegan:connect(function(input,gpe)
  939. if input.KeyCode == Enum.KeyCode.G and keyOff == false then
  940. print'G has been counted'
  941. getSheriff()
  942. end
  943. end)
  944.  
  945. ------------------------Coin Grabber Function [C]
  946.  
  947.  
  948. mouse.KeyDown:connect(function(key)
  949. if key == "c" and coinActive == false and keyOff == false then
  950. coinActive = true
  951. isOn1.TextColor3 = Color3.new(0, 255, 0)
  952. isOn1.TextStrokeColor3 = isOn1.TextColor3
  953. isOn1.Text = "Active"
  954.  
  955. local children = game.Workspace:GetChildren()
  956. for _, child in pairs(children) do
  957. for _, child in pairs(child:GetChildren()) do
  958. table.insert(children, child)
  959. end
  960.  
  961. if child:IsA("BasePart") and child.Name == "Coin" then
  962. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  963. end
  964. end
  965. end
  966. end)
  967.  
  968.  
  969. mouse.KeyUp:connect(function(key)
  970. if key == "c" and coinActive == true and keyOff == false then
  971. isOn1.TextColor3 = Color3.new(255, 0, 255)
  972. isOn1.TextStrokeColor3 = isOn1.TextColor3
  973. isOn1.Text = "Inactive"
  974. coinActive = false
  975. end
  976.  
  977. end)
  978.  
  979. ----------------------Shift to run script [Shift]
  980.  
  981. mouse.KeyDown:connect(function(KeyDown)
  982. if KeyDown == "0" and runActive == false and keyOff == false then
  983. runActive = true
  984. player.Character.Humanoid.WalkSpeed = 32
  985.  
  986. isOn2.TextColor3 = Color3.new(0, 255, 0)
  987. isOn2.TextStrokeColor3 = isOn2.TextColor3
  988. isOn2.Text = "Active"
  989. end
  990. end)
  991.  
  992. mouse.KeyUp:connect(function(KeyUp)
  993. if KeyUp == "0" and runActive == true and keyOff == false then
  994. runActive = false
  995. player.Character.Humanoid.WalkSpeed = 16
  996.  
  997. isOn2.TextColor3 = Color3.new(255, 0, 255)
  998. isOn2.TextStrokeColor3 = isOn2.TextColor3
  999. isOn2.Text = "Inactive"
  1000. end
  1001. end)
  1002.  
  1003. ----------------------God mode function [R]
  1004. uis.InputBegan:connect(function(input, gpe)
  1005. if input.KeyCode == Enum.KeyCode.R and player.Character and godActive == false and keyOff == false then
  1006. if player.Character:FindFirstChild("Humanoid") then
  1007. godActive = true
  1008. player.Character.Humanoid.Name = "1"
  1009. end
  1010. isOn3.TextColor3 = Color3.new(0, 255, 0)
  1011. isOn3.TextStrokeColor3 = isOn3.TextColor3
  1012. isOn3.Text = "Active"
  1013.  
  1014. local l = player.Character["1"]:Clone()
  1015. l.Parent = player.Character
  1016. l.Name = "Humanoid"; wait(0.1)
  1017. player.Character["1"]:Destroy()
  1018. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  1019. player.Character.Animate.Disabled = true; wait(0.1)
  1020. player.Character.Animate.Disabled = false
  1021.  
  1022. local Debounce = Instance.new("BoolValue")
  1023. Debounce.Name = "Debounce"
  1024. Debounce.Parent = player.Character
  1025. local findDebounce = player.Character:FindFirstChild('Debounce')
  1026.  
  1027. repeat
  1028. player.Character:FindFirstChild('Debounce')
  1029. wait(5)
  1030. until not player.Character:FindFirstChild('Debounce')
  1031.  
  1032. isOn3.TextColor3 = Color3.new(255, 0, 255)
  1033. isOn3.TextStrokeColor3 = isOn3.TextColor3
  1034. isOn3.Text = "Inactive"
  1035. godActive = false
  1036. end
  1037. end)
  1038. end)
  1039.  
  1040. WhiteLaserGun.Name = "White Laser Gun"
  1041. WhiteLaserGun.Parent = ScriptFrame
  1042. WhiteLaserGun.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  1043. WhiteLaserGun.BorderColor3 = Color3.new(0, 0, 0.498039)
  1044. WhiteLaserGun.BorderSizePixel = 5
  1045. WhiteLaserGun.Position = UDim2.new(0, 272, 0.474004686, 0)
  1046. WhiteLaserGun.Size = UDim2.new(0, 132, 0.105334371, 0)
  1047. WhiteLaserGun.Font = Enum.Font.Cartoon
  1048. WhiteLaserGun.FontSize = Enum.FontSize.Size14
  1049. WhiteLaserGun.Text = "White Laser Gun"
  1050. WhiteLaserGun.TextColor3 = Color3.new(0, 0, 0)
  1051. WhiteLaserGun.TextScaled = true
  1052. WhiteLaserGun.TextSize = 14
  1053. WhiteLaserGun.TextWrapped = true
  1054.  
  1055. WhiteLaserGun.MouseButton1Click:connect(function()
  1056. end)
  1057.  
  1058. TPGui.Name = "Tp Gui"
  1059. TPGui.Parent = ScriptFrame
  1060. TPGui.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  1061. TPGui.BorderColor3 = Color3.new(0, 0, 0.498039)
  1062. TPGui.BorderSizePixel = 5
  1063. TPGui.Position = UDim2.new(0, 272, 0.618839443, 0)
  1064. TPGui.Size = UDim2.new(0, 132, 0.105334371, 0)
  1065. TPGui.Font = Enum.Font.Cartoon
  1066. TPGui.FontSize = Enum.FontSize.Size14
  1067. TPGui.Text = "Teleport Gui"
  1068. TPGui.TextColor3 = Color3.new(0, 0, 0)
  1069. TPGui.TextScaled = true
  1070. TPGui.TextSize = 14
  1071. TPGui.TextWrapped = true
  1072.  
  1073. TPGui.MouseButton1Click:connect(function()
  1074. -- Gui Created by LumberUniverseYT#0437
  1075. -- If you have any problems plz dm me
  1076.  
  1077. local Etoteleport = Instance.new("ScreenGui")
  1078. local Main = Instance.new("Frame")
  1079. local Frame = Instance.new("Frame")
  1080. local TextLabel = Instance.new("TextLabel")
  1081. local _ = Instance.new("TextButton")
  1082. local X = Instance.new("TextButton")
  1083. local TextLabel_2 = Instance.new("TextLabel")
  1084. local Frame_2 = Instance.new("Frame")
  1085. local Activate = Instance.new("TextButton")
  1086. local Open = Instance.new("TextButton")
  1087. local plr = game.Players.LocalPlayer
  1088.  
  1089. -- Functions and settings
  1090.  
  1091. Etoteleport.Name = "Etoteleport"
  1092. Etoteleport.Parent = game.CoreGui
  1093.  
  1094. Main.Name = "Main"
  1095. Main.Parent = Etoteleport
  1096. Main.Active = true
  1097. Main.BackgroundColor3 = Color3.new(0.486275, 0.486275, 0.486275)
  1098. Main.BorderSizePixel = 0
  1099. Main.Draggable = true
  1100. Main.Position = UDim2.new(0, 96, 0.539682567, 0)
  1101. Main.Size = UDim2.new(0, 196, 0.222222224, 0)
  1102. Main.Visible = false
  1103.  
  1104. Frame.Parent = Main
  1105. Frame.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  1106. Frame.BorderColor3 = Color3.new(0, 0, 0)
  1107. Frame.Size = UDim2.new(0, 196, 0.215136051, 0)
  1108.  
  1109. TextLabel.Parent = Frame
  1110. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1111. TextLabel.BackgroundTransparency = 1
  1112. TextLabel.BorderSizePixel = 0
  1113. TextLabel.Position = UDim2.new(0, 16, 3.68121696, 0)
  1114. TextLabel.Size = UDim2.new(0, 160, 1.00396824, 0)
  1115. TextLabel.ZIndex = 2
  1116. TextLabel.Font = Enum.Font.Cartoon
  1117. TextLabel.FontSize = Enum.FontSize.Size14
  1118. TextLabel.Text = "Made by LumberUniverseYT"
  1119. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1120. TextLabel.TextScaled = true
  1121. TextLabel.TextSize = 14
  1122. TextLabel.TextWrapped = true
  1123.  
  1124. _.Name = "_"
  1125. _.Parent = Frame
  1126. _.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  1127. _.BorderSizePixel = 0
  1128. _.Position = UDim2.new(0, 148, 0, 0)
  1129. _.Size = UDim2.new(0, 24, 1.00396824, 0)
  1130. _.Font = Enum.Font.Cartoon
  1131. _.FontSize = Enum.FontSize.Size24
  1132. _.Text = "_"
  1133. _.TextColor3 = Color3.new(0, 0, 0)
  1134. _.TextSize = 20
  1135.  
  1136. X.Name = "X"
  1137. X.Parent = Frame
  1138. X.BackgroundColor3 = Color3.new(1, 0, 0)
  1139. X.BorderSizePixel = 0
  1140. X.Position = UDim2.new(0, 172, 0, 0)
  1141. X.Size = UDim2.new(0, 24, 1.00396824, 0)
  1142. X.Font = Enum.Font.Cartoon
  1143. X.FontSize = Enum.FontSize.Size24
  1144. X.Text = "X"
  1145. X.TextColor3 = Color3.new(0, 0, 0)
  1146. X.TextSize = 20
  1147.  
  1148. TextLabel_2.Parent = Frame
  1149. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1150. TextLabel_2.BackgroundTransparency = 1
  1151. TextLabel_2.BorderSizePixel = 0
  1152. TextLabel_2.Size = UDim2.new(0, 68, 1.00396824, 0)
  1153. TextLabel_2.ZIndex = 2
  1154. TextLabel_2.Font = Enum.Font.Cartoon
  1155. TextLabel_2.FontSize = Enum.FontSize.Size14
  1156. TextLabel_2.Text = "E Gui"
  1157. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  1158. TextLabel_2.TextScaled = true
  1159. TextLabel_2.TextSize = 14
  1160. TextLabel_2.TextWrapped = true
  1161.  
  1162. Frame_2.Parent = Main
  1163. Frame_2.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  1164. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  1165. Frame_2.Position = UDim2.new(0, 0, 0.788832188, 0)
  1166. Frame_2.Size = UDim2.new(0, 196, 0.215136051, 0)
  1167.  
  1168. Activate.Name = "Activate"
  1169. Activate.Parent = Main
  1170. Activate.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1171. Activate.BorderSizePixel = 0
  1172. Activate.Position = UDim2.new(0, 32, 0.322704077, 0)
  1173. Activate.Size = UDim2.new(0, 132, 0.322704077, 0)
  1174. Activate.Font = Enum.Font.Cartoon
  1175. Activate.FontSize = Enum.FontSize.Size28
  1176. Activate.Text = "Activate"
  1177. Activate.TextColor3 = Color3.new(0, 0, 0)
  1178. Activate.TextSize = 25
  1179.  
  1180. Open.Name = "Open"
  1181. Open.Parent = Etoteleport
  1182. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1183. Open.BorderSizePixel = 0
  1184. Open.Position = UDim2.new(0, 8, 0.904761851, 0)
  1185. Open.Size = UDim2.new(0, 108, 0.0634920597, 0)
  1186. Open.Font = Enum.Font.Cartoon
  1187. Open.FontSize = Enum.FontSize.Size32
  1188. Open.Text = "Open"
  1189. Open.TextColor3 = Color3.new(1, 0.333333, 0)
  1190. Open.TextScaled = true
  1191. Open.TextSize = 30
  1192. Open.TextWrapped = true
  1193.  
  1194. Activate.MouseButton1Click:Connect(function()
  1195. plr = game.Players.LocalPlayer
  1196.  
  1197. hum = plr.Character.HumanoidRootPart
  1198.  
  1199. mouse = plr:GetMouse()
  1200.  
  1201.  
  1202.  
  1203. mouse.KeyDown:connect(function(key)
  1204.  
  1205. if key == "e" then
  1206.  
  1207. if mouse.Target then
  1208.  
  1209. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1210.  
  1211. end
  1212.  
  1213. end
  1214. end)
  1215. end)
  1216.  
  1217. X.MouseButton1Click:connect(function()
  1218. Etoteleport:Destroy()
  1219. end)
  1220.  
  1221. _.MouseButton1Click:connect(function()
  1222. Main.Visible = false
  1223. Open.Visible = true
  1224. end)
  1225.  
  1226. Open.MouseButton1Click:connect(function()
  1227. Main.Visible = true
  1228. Open.Visible = false
  1229. end)
  1230. end)
  1231.  
  1232. ShotGun.Name = "Shot Gun"
  1233. ShotGun.Parent = ScriptFrame
  1234. ShotGun.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  1235. ShotGun.BorderColor3 = Color3.new(0, 0, 0.498039)
  1236. ShotGun.BorderSizePixel = 5
  1237. ShotGun.Position = UDim2.new(0, 272, 0.7636742, 0)
  1238. ShotGun.Size = UDim2.new(0, 132, 0.105334371, 0)
  1239. ShotGun.Font = Enum.Font.Cartoon
  1240. ShotGun.FontSize = Enum.FontSize.Size14
  1241. ShotGun.Text = "Shotgun"
  1242. ShotGun.TextColor3 = Color3.new(0, 0, 0)
  1243. ShotGun.TextScaled = true
  1244. ShotGun.TextSize = 14
  1245. ShotGun.TextWrapped = true
  1246.  
  1247. ShotGun.MouseButton1Click:connect(function()
  1248. end)
  1249.  
  1250. Dab.Name = "Dab"
  1251. Dab.Parent = ScriptFrame
  1252. Dab.BackgroundColor3 = Color3.new(0.133333, 0.407843, 0.72549)
  1253. Dab.BorderColor3 = Color3.new(0, 0, 0.498039)
  1254. Dab.BorderSizePixel = 5
  1255. Dab.Position = UDim2.new(0, 116, 0.7636742, 0)
  1256. Dab.Size = UDim2.new(0, 132, 0.105334371, 0)
  1257. Dab.Font = Enum.Font.Cartoon
  1258. Dab.FontSize = Enum.FontSize.Size14
  1259. Dab.Text = "Dab"
  1260. Dab.TextColor3 = Color3.new(0, 0, 0)
  1261. Dab.TextScaled = true
  1262. Dab.TextSize = 14
  1263. Dab.TextWrapped = true
  1264.  
  1265. Dab.MouseButton1Click:connect(function()
  1266. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement