Advertisement
ItDoge

Mirage - Free Counter Blox GUI

Jul 13th, 2020 (edited)
7,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.15 KB | None | 0 0
  1. -- Created By Snowy#5475
  2. -- https://discord.gg/9JmAmER
  3.  
  4. local MirageMain = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Bar = Instance.new("Frame")
  7. local Bar_2 = Instance.new("Frame")
  8. local Bar_3 = Instance.new("Frame")
  9. local MainTopBar = Instance.new("Frame")
  10. local AntiVotekick = Instance.new("TextButton")
  11. local AimlockEsp = Instance.new("TextButton")
  12. local NoSpread = Instance.new("TextButton")
  13. local UnlockAll = Instance.new("TextButton")
  14. local ControlsTitle = Instance.new("TextLabel")
  15. local ControlsContext = Instance.new("TextLabel")
  16. local NotesTitle = Instance.new("TextLabel")
  17. local NotesContext = Instance.new("TextLabel")
  18. local CREDITS = Instance.new("TextLabel")
  19. local Title = Instance.new("TextLabel")
  20. local Close = Instance.new("TextButton")
  21. local Open = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. MirageMain.Name = "Mirage-Main"
  26. MirageMain.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27.  
  28. Frame.Parent = MirageMain
  29. Frame.BackgroundColor3 = Color3.fromRGB(27, 42, 53)
  30. Frame.BorderSizePixel = 0
  31. Frame.Position = UDim2.new(0.380710661, 0, 0.18427518, 0)
  32. Frame.Size = UDim2.new(0, 376, 0, 514)
  33.  
  34. Bar.Name = "Bar"
  35. Bar.Parent = Frame
  36. Bar.BackgroundColor3 = Color3.fromRGB(255, 140, 0)
  37. Bar.Position = UDim2.new(-0.00226807594, 0, 0.7067945, 0)
  38. Bar.Size = UDim2.new(0, 376, 0, 10)
  39.  
  40. Bar_2.Name = "Bar"
  41. Bar_2.Parent = Frame
  42. Bar_2.BackgroundColor3 = Color3.fromRGB(255, 140, 0)
  43. Bar_2.Position = UDim2.new(-0.00226807594, 0, 0.850682139, 0)
  44. Bar_2.Size = UDim2.new(0, 376, 0, 10)
  45.  
  46. Bar_3.Name = "Bar"
  47. Bar_3.Parent = Frame
  48. Bar_3.BackgroundColor3 = Color3.fromRGB(255, 140, 0)
  49. Bar_3.Position = UDim2.new(-0.00226807594, 0, 0.503996253, 0)
  50. Bar_3.Size = UDim2.new(0, 376, 0, 10)
  51.  
  52. MainTopBar.Name = "Main-TopBar"
  53. MainTopBar.Parent = Frame
  54. MainTopBar.BackgroundColor3 = Color3.fromRGB(255, 140, 0)
  55. MainTopBar.BorderSizePixel = 0
  56. MainTopBar.Position = UDim2.new(-0.00226807594, 0, -0.000549718738, 0)
  57. MainTopBar.Size = UDim2.new(0, 376, 0, 10)
  58.  
  59. AntiVotekick.Name = "AntiVotekick"
  60. AntiVotekick.Parent = Frame
  61. AntiVotekick.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. AntiVotekick.BackgroundTransparency = 1.000
  63. AntiVotekick.Position = UDim2.new(0.309307158, 0, 0.0983518064, 0)
  64. AntiVotekick.Size = UDim2.new(0, 140, 0, 44)
  65. AntiVotekick.Font = Enum.Font.Gotham
  66. AntiVotekick.Text = "Anti Votekick"
  67. AntiVotekick.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. AntiVotekick.TextSize = 14.000
  69. AntiVotekick.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet("https://pastebin.com/raw/HChMDuEQ"))();
  71. end)
  72.  
  73. AimlockEsp.Name = "AimlockEsp"
  74. AimlockEsp.Parent = Frame
  75. AimlockEsp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. AimlockEsp.BackgroundTransparency = 1.000
  77. AimlockEsp.Position = UDim2.new(0.311966717, 0, 0.199098468, 0)
  78. AimlockEsp.Size = UDim2.new(0, 140, 0, 50)
  79. AimlockEsp.Font = Enum.Font.Gotham
  80. AimlockEsp.Text = "Aimlock and esp"
  81. AimlockEsp.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. AimlockEsp.TextSize = 14.000
  83. AimlockEsp.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet("https://pastebin.com/raw/q0G92N5k"))();
  85. end)
  86.  
  87. NoSpread.Name = "NoSpread"
  88. NoSpread.Parent = Frame
  89. NoSpread.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. NoSpread.BackgroundTransparency = 1.000
  91. NoSpread.Position = UDim2.new(0.309307098, 0, 0.295542985, 0)
  92. NoSpread.Size = UDim2.new(0, 140, 0, 50)
  93. NoSpread.Font = Enum.Font.Gotham
  94. NoSpread.Text = "No Spread"
  95. NoSpread.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. NoSpread.TextSize = 14.000
  97. NoSpread.MouseButton1Down:connect(function()
  98. loadstring(game:HttpGet("https://pastebin.com/raw/zjjzkXFt"))();
  99. end)
  100.  
  101. UnlockAll.Name = "UnlockAll"
  102. UnlockAll.Parent = Frame
  103. UnlockAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. UnlockAll.BackgroundTransparency = 1.000
  105. UnlockAll.Position = UDim2.new(0.306647658, 0, 0.391987503, 0)
  106. UnlockAll.Size = UDim2.new(0, 140, 0, 50)
  107. UnlockAll.Font = Enum.Font.Gotham
  108. UnlockAll.Text = "All Skins"
  109. UnlockAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. UnlockAll.TextSize = 14.000
  111. UnlockAll.MouseButton1Down:connect(function()
  112. loadstring(game:HttpGet("https://pastebin.com/raw/ES67QhdX"))();
  113. end)
  114.  
  115. ControlsTitle.Name = "ControlsTitle"
  116. ControlsTitle.Parent = Frame
  117. ControlsTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. ControlsTitle.BackgroundTransparency = 1.000
  119. ControlsTitle.Position = UDim2.new(0.22644186, 0, 0.527031779, 0)
  120. ControlsTitle.Size = UDim2.new(0, 200, 0, 42)
  121. ControlsTitle.Font = Enum.Font.GothamBlack
  122. ControlsTitle.Text = "Controls"
  123. ControlsTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. ControlsTitle.TextSize = 14.000
  125.  
  126. ControlsContext.Name = "ControlsContext"
  127. ControlsContext.Parent = Frame
  128. ControlsContext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. ControlsContext.BackgroundTransparency = 1.000
  130. ControlsContext.Position = UDim2.new(0.22644186, 0, 0.636683881, 0)
  131. ControlsContext.Size = UDim2.new(0, 200, 0, 0)
  132. ControlsContext.Font = Enum.Font.Gotham
  133. ControlsContext.Text = "E for aim lock\\nL for loop ESP\\nT for refreshing ESP\\nY for .5 speed on Aim lock"
  134. ControlsContext.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. ControlsContext.TextSize = 14.000
  136.  
  137. NotesTitle.Name = "NotesTitle"
  138. NotesTitle.Parent = Frame
  139. NotesTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. NotesTitle.BackgroundTransparency = 1.000
  141. NotesTitle.Position = UDim2.new(0.226441845, 0, 0.705379605, 0)
  142. NotesTitle.Size = UDim2.new(0, 200, 0, 50)
  143. NotesTitle.Font = Enum.Font.GothamBold
  144. NotesTitle.Text = "Notes"
  145. NotesTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. NotesTitle.TextSize = 14.000
  147.  
  148. NotesContext.Name = "NotesContext"
  149. NotesContext.Parent = Frame
  150. NotesContext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. NotesContext.BackgroundTransparency = 1.000
  152. NotesContext.Position = UDim2.new(0.234420568, 0, 0.705379546, 0)
  153. NotesContext.Size = UDim2.new(0, 200, 0, 100)
  154. NotesContext.Font = Enum.Font.Gotham
  155. NotesContext.Text = "\"All skins\" requires a good paid exploit."
  156. NotesContext.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. NotesContext.TextSize = 14.000
  158.  
  159. CREDITS.Name = "CREDITS"
  160. CREDITS.Parent = Frame
  161. CREDITS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. CREDITS.BackgroundTransparency = 1.000
  163. CREDITS.Position = UDim2.new(-0.00226806104, 0, 0.86877507, 0)
  164. CREDITS.Size = UDim2.new(0, 376, 0, 36)
  165. CREDITS.Font = Enum.Font.GothamBold
  166. CREDITS.Text = "Created By Snowy#5475"
  167. CREDITS.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. CREDITS.TextSize = 14.000
  169.  
  170. Title.Name = "Title"
  171. Title.Parent = Frame
  172. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. Title.BackgroundTransparency = 1.000
  174. Title.Position = UDim2.new(0.234420568, 0, 0.0175718665, 0)
  175. Title.Size = UDim2.new(0, 200, 0, 42)
  176. Title.Font = Enum.Font.GothamBlack
  177. Title.Text = "Mirage"
  178. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. Title.TextSize = 14.000
  180.  
  181. Close.Name = "Close"
  182. Close.Parent = Frame
  183. Close.BackgroundColor3 = Color3.fromRGB(27, 42, 53)
  184. Close.BorderColor3 = Color3.fromRGB(255, 140, 0)
  185. Close.BorderSizePixel = 2
  186. Close.Position = UDim2.new(0.234420568, 0, 0.937891364, 0)
  187. Close.Size = UDim2.new(0, 200, 0, 32)
  188. Close.Font = Enum.Font.GothamBlack
  189. Close.Text = "Close"
  190. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. Close.TextSize = 14.000
  192.  
  193. Open.Name = "Open"
  194. Open.Parent = MirageMain
  195. Open.BackgroundColor3 = Color3.fromRGB(27, 42, 53)
  196. Open.BorderColor3 = Color3.fromRGB(255, 140, 0)
  197. Open.BorderSizePixel = 5
  198. Open.Position = UDim2.new(0.452411175, 0, 0, 0)
  199. Open.Size = UDim2.new(0, 150, 0, 30)
  200. Open.Font = Enum.Font.GothamBlack
  201. Open.Text = "Open"
  202. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. Open.TextSize = 14.000
  204.  
  205. -- Scripts:
  206.  
  207. local function AFRRMKE_fake_script() -- Close.LocalScript
  208.     local script = Instance.new('LocalScript', Close)
  209.  
  210.     script.Parent.MouseButton1Click:Connect(function()
  211.         script.Parent.Parent.Visible = false
  212.     end)
  213.    
  214. end
  215. coroutine.wrap(AFRRMKE_fake_script)()
  216. local function QZEZUZE_fake_script() -- Open.LocalScript
  217.     local script = Instance.new('LocalScript', Open)
  218.  
  219.     local frame = script.Parent.Parent.Frame
  220.     local open = false
  221.    
  222.     script.Parent.MouseButton1Click:Connect(function()
  223.         if frame.Visible == false then
  224.             frame.Visible = true
  225.         end
  226.     end)
  227.    
  228. end
  229. coroutine.wrap(QZEZUZE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement