Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. -- ez credit cards leak
  2. local MM2Gui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Rainbow = Instance.new("Frame")
  5. local Utility = Instance.new("TextButton")
  6. local Teleports = Instance.new("TextButton")
  7. local Combat = Instance.new("TextButton")
  8. local Utility_2 = Instance.new("Frame")
  9. local Rainbow_2 = Instance.new("Frame")
  10. local JumpButton = Instance.new("TextButton")
  11. local WalkspeedButton = Instance.new("TextButton")
  12. local JPValueBox = Instance.new("TextBox")
  13. local WSValueBox = Instance.new("TextBox")
  14. local Teleports_2 = Instance.new("Frame")
  15. local Rainbow_3 = Instance.new("Frame")
  16. local GunButton = Instance.new("TextButton")
  17. local Combat_2 = Instance.new("Frame")
  18. local Rainbow_4 = Instance.new("Frame")
  19. local CoinButton = Instance.new("TextButton")
  20. local MurdererButton = Instance.new("TextButton")
  21. local KillAllButton = Instance.new("TextButton")
  22. local DesCredits = Instance.new("TextLabel")
  23. local DevCredits = Instance.new("TextLabel")
  24.  
  25. MM2Gui.Name = "MM2Gui"
  26. MM2Gui.Parent = game.CoreGui
  27. MM2Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = MM2Gui
  31. Main.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  32. Main.BorderSizePixel = 0
  33. Main.Position = UDim2.new(0.0346153863, 0, 0.0626535714, 0)
  34. Main.Size = UDim2.new(0, 110, 0, 200)
  35.  
  36. Rainbow.Name = "Rainbow"
  37. Rainbow.Parent = Main
  38. Rainbow.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Rainbow.BorderSizePixel = 0
  40. Rainbow.Position = UDim2.new(0, 0, -0.0951246992, 0)
  41. Rainbow.Size = UDim2.new(0, 110, 0, 19)
  42.  
  43. Utility.Name = "Utility"
  44. Utility.Parent = Main
  45. Utility.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  46. Utility.BorderSizePixel = 0
  47. Utility.Position = UDim2.new(6.93581299e-08, 0, -0.00499999989, 0)
  48. Utility.Size = UDim2.new(0, 110, 0, 26)
  49. Utility.Font = Enum.Font.SourceSansBold
  50. Utility.Text = "Utility OFF"
  51. Utility.TextColor3 = Color3.new(1, 1, 1)
  52. Utility.TextSize = 20
  53.  
  54. Teleports.Name = "Teleports"
  55. Teleports.Parent = Main
  56. Teleports.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  57. Teleports.BorderSizePixel = 0
  58. Teleports.Position = UDim2.new(0, 0, 0.125, 0)
  59. Teleports.Size = UDim2.new(0, 110, 0, 26)
  60. Teleports.Font = Enum.Font.SourceSansBold
  61. Teleports.Text = "Teleports OFF"
  62. Teleports.TextColor3 = Color3.new(1, 1, 1)
  63. Teleports.TextSize = 20
  64.  
  65. Combat.Name = "Combat"
  66. Combat.Parent = Main
  67. Combat.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  68. Combat.BorderSizePixel = 0
  69. Combat.Position = UDim2.new(6.89178705e-08, 0, 0.254999965, 0)
  70. Combat.Size = UDim2.new(0, 110, 0, 26)
  71. Combat.Font = Enum.Font.SourceSansBold
  72. Combat.Text = "Combat OFF"
  73. Combat.TextColor3 = Color3.new(1, 1, 1)
  74. Combat.TextSize = 20
  75.  
  76. Utility_2.Name = "Utility"
  77. Utility_2.Parent = Main
  78. Utility_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  79. Utility_2.BorderSizePixel = 0
  80. Utility_2.Position = UDim2.new(1.36188817, 0, -0.00234642019, 0)
  81. Utility_2.Size = UDim2.new(0, 125, 0, 200)
  82. Utility_2.Visible = false
  83.  
  84. Rainbow_2.Name = "Rainbow"
  85. Rainbow_2.Parent = Utility_2
  86. Rainbow_2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Rainbow_2.BorderSizePixel = 0
  88. Rainbow_2.Position = UDim2.new(1.22070318e-07, 0, -0.100124702, 0)
  89. Rainbow_2.Size = UDim2.new(0, 125, 0, 19)
  90.  
  91. JumpButton.Name = "JumpButton"
  92. JumpButton.Parent = Utility_2
  93. JumpButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  94. JumpButton.BorderSizePixel = 0
  95. JumpButton.Position = UDim2.new(1.2293458e-07, 0, 0.38499999, 0)
  96. JumpButton.Size = UDim2.new(0, 125, 0, 26)
  97. JumpButton.Font = Enum.Font.SourceSansBold
  98. JumpButton.Text = "JumpP OFF"
  99. JumpButton.TextColor3 = Color3.new(1, 1, 1)
  100. JumpButton.TextSize = 20
  101.  
  102. WalkspeedButton.Name = "WalkspeedButton"
  103. WalkspeedButton.Parent = Utility_2
  104. WalkspeedButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  105. WalkspeedButton.BorderSizePixel = 0
  106. WalkspeedButton.Position = UDim2.new(1.2293458e-07, 0, 0.254999995, 0)
  107. WalkspeedButton.Size = UDim2.new(0, 125, 0, 26)
  108. WalkspeedButton.Font = Enum.Font.SourceSansBold
  109. WalkspeedButton.Text = "Walkspeed OFF"
  110. WalkspeedButton.TextColor3 = Color3.new(1, 1, 1)
  111. WalkspeedButton.TextSize = 20
  112.  
  113. JPValueBox.Name = "JPValueBox"
  114. JPValueBox.Parent = Utility_2
  115. JPValueBox.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  116. JPValueBox.BorderSizePixel = 0
  117. JPValueBox.Position = UDim2.new(0, 0, -0.00765358843, 0)
  118. JPValueBox.Size = UDim2.new(0, 125, 0, 26)
  119. JPValueBox.Font = Enum.Font.GothamBold
  120. JPValueBox.Text = "JP Value"
  121. JPValueBox.TextColor3 = Color3.new(1, 1, 1)
  122. JPValueBox.TextSize = 14
  123. JPValueBox.TextStrokeColor3 = Color3.new(1, 1, 1)
  124.  
  125. WSValueBox.Name = "WSValueBox"
  126. WSValueBox.Parent = Utility_2
  127. WSValueBox.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  128. WSValueBox.BorderSizePixel = 0
  129. WSValueBox.Position = UDim2.new(0, 0, 0.127346411, 0)
  130. WSValueBox.Size = UDim2.new(0, 125, 0, 26)
  131. WSValueBox.Font = Enum.Font.GothamBold
  132. WSValueBox.Text = "WS Value"
  133. WSValueBox.TextColor3 = Color3.new(1, 1, 1)
  134. WSValueBox.TextSize = 14
  135. WSValueBox.TextStrokeColor3 = Color3.new(1, 1, 1)
  136.  
  137. Teleports_2.Name = "Teleports"
  138. Teleports_2.Parent = Main
  139. Teleports_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  140. Teleports_2.BorderSizePixel = 0
  141. Teleports_2.Position = UDim2.new(2.89825177, 0, -0.00234642625, 0)
  142. Teleports_2.Size = UDim2.new(0, 110, 0, 200)
  143. Teleports_2.Visible = false
  144.  
  145. Rainbow_3.Name = "Rainbow"
  146. Rainbow_3.Parent = Teleports_2
  147. Rainbow_3.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Rainbow_3.BorderSizePixel = 0
  149. Rainbow_3.Position = UDim2.new(0, 0, -0.0951246992, 0)
  150. Rainbow_3.Size = UDim2.new(0, 110, 0, 19)
  151.  
  152. GunButton.Name = "GunButton"
  153. GunButton.Parent = Teleports_2
  154. GunButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  155. GunButton.BorderSizePixel = 0
  156. GunButton.Size = UDim2.new(0, 110, 0, 26)
  157. GunButton.Font = Enum.Font.SourceSansBold
  158. GunButton.Text = "TP Gun"
  159. GunButton.TextColor3 = Color3.new(1, 1, 1)
  160. GunButton.TextSize = 20
  161.  
  162. Combat_2.Name = "Combat"
  163. Combat_2.Parent = Main
  164. Combat_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  165. Combat_2.BorderSizePixel = 0
  166. Combat_2.Position = UDim2.new(4.52552462, 0, -0.00234642625, 0)
  167. Combat_2.Size = UDim2.new(0, 110, 0, 200)
  168. Combat_2.Visible = false
  169.  
  170. Rainbow_4.Name = "Rainbow"
  171. Rainbow_4.Parent = Combat_2
  172. Rainbow_4.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Rainbow_4.BorderSizePixel = 0
  174. Rainbow_4.Position = UDim2.new(0, 0, -0.0951246992, 0)
  175. Rainbow_4.Size = UDim2.new(0, 110, 0, 19)
  176.  
  177. CoinButton.Name = "CoinButton"
  178. CoinButton.Parent = Combat_2
  179. CoinButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  180. CoinButton.BorderSizePixel = 0
  181. CoinButton.Position = UDim2.new(6.93581299e-08, 0, -0.00499999989, 0)
  182. CoinButton.Size = UDim2.new(0, 110, 0, 26)
  183. CoinButton.Font = Enum.Font.SourceSansBold
  184. CoinButton.Text = "Coin Farm OFF"
  185. CoinButton.TextColor3 = Color3.new(1, 1, 1)
  186. CoinButton.TextSize = 20
  187.  
  188. MurdererButton.Name = "MurdererButton"
  189. MurdererButton.Parent = Combat_2
  190. MurdererButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  191. MurdererButton.BorderSizePixel = 0
  192. MurdererButton.Position = UDim2.new(0, 0, 0.119999997, 0)
  193. MurdererButton.Size = UDim2.new(0, 110, 0, 26)
  194. MurdererButton.Font = Enum.Font.SourceSansBold
  195. MurdererButton.Text = "Kill Murderer"
  196. MurdererButton.TextColor3 = Color3.new(1, 1, 1)
  197. MurdererButton.TextSize = 20
  198.  
  199. KillAllButton.Name = "KillAllButton"
  200. KillAllButton.Parent = Combat_2
  201. KillAllButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  202. KillAllButton.BorderSizePixel = 0
  203. KillAllButton.Position = UDim2.new(6.89178705e-08, 0, 0.24999997, 0)
  204. KillAllButton.Size = UDim2.new(0, 110, 0, 26)
  205. KillAllButton.Font = Enum.Font.SourceSansBold
  206. KillAllButton.Text = "Kill All (TMR)"
  207. KillAllButton.TextColor3 = Color3.new(1, 1, 1)
  208. KillAllButton.TextSize = 20
  209.  
  210. DesCredits.Name = "DesCredits"
  211. DesCredits.Parent = Main
  212. DesCredits.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  213. DesCredits.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  214. DesCredits.BorderSizePixel = 0
  215. DesCredits.Position = UDim2.new(0, 0, 0.600000143, 0)
  216. DesCredits.Size = UDim2.new(0, 110, 0, 39)
  217. DesCredits.Font = Enum.Font.GothamBlack
  218. DesCredits.Text = "Designer: Norbli"
  219. DesCredits.TextColor3 = Color3.new(1, 1, 1)
  220. DesCredits.TextSize = 14
  221. DesCredits.TextXAlignment = Enum.TextXAlignment.Left
  222.  
  223. DevCredits.Name = "DevCredits"
  224. DevCredits.Parent = Main
  225. DevCredits.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  226. DevCredits.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  227. DevCredits.BorderSizePixel = 0
  228. DevCredits.Position = UDim2.new(0, 0, 0.800000072, 0)
  229. DevCredits.Size = UDim2.new(0, 110, 0, 39)
  230. DevCredits.Font = Enum.Font.GothamBlack
  231. DevCredits.Text = "Dev: Emptiness"
  232. DevCredits.TextColor3 = Color3.new(1, 1, 1)
  233. DevCredits.TextSize = 14
  234. DevCredits.TextXAlignment = Enum.TextXAlignment.Left
  235. -- Scripts:
  236. function SCRIPT_SLIV85_FAKESCRIPT() -- Rainbow.LocalScript
  237. local script = Instance.new('LocalScript')
  238. script.Parent = Rainbow
  239. repeat
  240. for hue = 0, 1, .01 do
  241. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  242. wait(.1)
  243. end
  244. for hue = 1, 0 -.01 do
  245. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  246. wait(.1)
  247. end
  248. until nil
  249.  
  250. end
  251. coroutine.resume(coroutine.create(SCRIPT_SLIV85_FAKESCRIPT))
  252. function SCRIPT_EJYN76_FAKESCRIPT() -- Rainbow_2.LocalScript
  253. local script = Instance.new('LocalScript')
  254. script.Parent = Rainbow_2
  255. repeat
  256. for hue = 0, 1, .01 do
  257. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  258. wait(.1)
  259. end
  260. for hue = 1, 0 -.01 do
  261. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  262. wait(.1)
  263. end
  264. until nil
  265.  
  266. end
  267. coroutine.resume(coroutine.create(SCRIPT_EJYN76_FAKESCRIPT))
  268. function SCRIPT_WIXO75_FAKESCRIPT() -- Rainbow_3.LocalScript
  269. local script = Instance.new('LocalScript')
  270. script.Parent = Rainbow_3
  271. repeat
  272. for hue = 0, 1, .01 do
  273. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  274. wait(.1)
  275. end
  276. for hue = 1, 0 -.01 do
  277. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  278. wait(.1)
  279. end
  280. until nil
  281.  
  282. end
  283.  
  284. -- There are just rainbows
  285. coroutine.resume(coroutine.create(SCRIPT_WIXO75_FAKESCRIPT))
  286. function SCRIPT_VKHL68_FAKESCRIPT() -- Rainbow_4.LocalScript
  287. local script = Instance.new('LocalScript')
  288. script.Parent = Rainbow_4
  289. repeat
  290. for hue = 0, 1, .01 do
  291. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  292. wait(.1)
  293. end
  294. for hue = 1, 0 -.01 do
  295. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  296. wait(.1)
  297. end
  298. until nil
  299.  
  300. end
  301. Utility.MouseButton1Click:connect(function()
  302. if Utility.Text == "Utility OFF" then
  303. Utility.Text = "Utility ON"
  304. Utility_2.Visible = true
  305. else
  306. if Utility.Text == "Utility ON" then
  307. Utility.Text = "Utility OFF"
  308. Utility_2.Visible = false
  309. end
  310. end
  311. end)
  312. Teleports.MouseButton1Click:connect(function()
  313. if Teleports.Text == "Teleports OFF" then
  314. Teleports.Text = "Teleports ON"
  315. Teleports_2.Visible = true
  316. else
  317. if Teleports.Text == "Teleports ON" then
  318. Teleports.Text = "Teleports OFF"
  319. Teleports_2.Visible = false
  320. end
  321. end
  322. end)
  323. Combat.MouseButton1Click:connect(function()
  324. if Combat.Text == "Combat OFF" then
  325. Combat.Text = "Combat ON"
  326. Combat_2.Visible = true
  327. else
  328. if Combat.Text == "Combat ON" then
  329. Combat.Text = "Combat OFF"
  330. Combat_2.Visible = false
  331. end
  332. end
  333. end)
  334.  
  335. WalkspeedButton.MouseButton1Click:connect(function()
  336. if WalkspeedButton.Text == "Walkspeed OFF" then
  337. WalkspeedButton.Text = "Walkspeed ON"
  338. local plr = game.Players.LocalPlayer.Character
  339. if plr then
  340. local char = plr
  341. char.Humanoid.WalkSpeed = WSValueBox.Text
  342. end
  343. else
  344. if WalkspeedButton.Text == "Walkspeed ON" then
  345. WalkspeedButton.Text = "Walkspeed OFF"
  346. local plr = game.Players.LocalPlayer.Character
  347. if plr then
  348. local char = plr
  349. char.Humanoid.WalkSpeed = 16
  350. end
  351. end
  352. end
  353. end)
  354.  
  355. JumpButton.MouseButton1Click:connect(function()
  356. if JumpButton.Text == "JumpP OFF" then
  357. JumpButton.Text = "JumpP ON"
  358. local plr = game.Players.LocalPlayer.Character
  359. if plr then
  360. local char = plr
  361. char.Humanoid.JumpPower = JPValueBox.Text
  362. end
  363. else
  364. if JumpButton.Text == "JumpP ON" then
  365. JumpButton.Text = "JumpP OFF"
  366. local plr = game.Players.LocalPlayer.Character
  367. local char = plr
  368. char.Humanoid.JumpPower = 50
  369. end
  370. end
  371. end)
  372.  
  373. GunButton.MouseButton1Click:connect(function()
  374. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  375. end)
  376.  
  377. CoinButton.MouseButton1Click:connect(function()
  378. _G.Toggled = true
  379. if CoinButton.Text == "Coin Farm OFF" or "Coin Farm" then
  380. CoinButton.Text = "Coin Farm"
  381. while _G.Toggled == true do
  382. for i, v in pairs(game.Workspace:GetDescendants()) do
  383. if v.Name == "Coin_Server" then
  384. game:getService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  385. wait(1.0)
  386. else
  387. _G.Toggled = false
  388. CoinButton.Text = "Coin Farm OFF"
  389. end
  390. end
  391. end
  392. end
  393. end)
  394. coroutine.resume(coroutine.create(SCRIPT_VKHL68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement