Advertisement
gilward

Mano County Hax v1

Mar 9th, 2020
5,344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1.  
  2. --Enjoy
  3.  
  4. -- Mano County Link: https://www.roblox.com/games/4765103264/Mano-County-Roleplay?refPageId=9bc1e899-e139-40f8-bc95-d9350a237c95#!/game-instances
  5.  
  6. -- Instances:
  7.  
  8. local Frame = Instance.new("ImageLabel")
  9. local title = Instance.new("TextLabel")
  10. local cash = Instance.new("TextButton")
  11. local TextButton_Roundify_25px = Instance.new("ImageLabel")
  12. local credit = Instance.new("TextLabel")
  13. local speed = Instance.new("TextButton")
  14. local TextButton_Roundify_25px_2 = Instance.new("ImageLabel")
  15. local shutdown = Instance.new("TextButton")
  16. local TextButton_Roundify_25px_3 = Instance.new("ImageLabel")
  17. local close = Instance.new("TextButton")
  18. local fekill = Instance.new("TextButton")
  19. local TextButton_Roundify_25px_4 = Instance.new("ImageLabel")
  20.  
  21. --[[
  22. Properties:
  23. --]]
  24.  
  25. Frame.Name = "Frame"
  26. Frame.Parent = game.CoreGui.ScreenGui
  27. Frame.BackgroundColor3 = Color3.new(0, 0.584314, 0.67451)
  28. Frame.BackgroundTransparency = 1
  29. Frame.Position = UDim2.new(0.310477644, 0, 0.284457475, 0)
  30. Frame.Size = UDim2.new(0, 463, 0, 294)
  31. Frame.Visible = false
  32. Frame.Image = "rbxassetid://3570695787"
  33. Frame.ImageColor3 = Color3.new(0, 0.584314, 0.67451)
  34. Frame.ScaleType = Enum.ScaleType.Slice
  35. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  36.  
  37. title.Name = "title"
  38. title.Parent = Frame
  39. title.BackgroundColor3 = Color3.new(1, 1, 1)
  40. title.BackgroundTransparency = 1
  41. title.Position = UDim2.new(0.17988959, 0, 0.0442176871, 0)
  42. title.Size = UDim2.new(0, 367, 0, 58)
  43. title.Font = Enum.Font.GothamBold
  44. title.Text = "Mano County Haxxxx"
  45. title.TextColor3 = Color3.new(0, 0, 0)
  46. title.TextScaled = true
  47. title.TextSize = 14
  48. title.TextWrapped = true
  49.  
  50. cash.Name = "cash"
  51. cash.Parent = Frame
  52. cash.BackgroundColor3 = Color3.new(1, 1, 1)
  53. cash.BackgroundTransparency = 1
  54. cash.BorderSizePixel = 0
  55. cash.Position = UDim2.new(0.0222222097, 0, 0.34353739, 0)
  56. cash.Size = UDim2.new(0, 205, 0, 52)
  57. cash.ZIndex = 2
  58. cash.Font = Enum.Font.Fantasy
  59. cash.Text = "$5000 Cash"
  60. cash.TextColor3 = Color3.new(0, 0, 0)
  61. cash.TextScaled = true
  62. cash.TextSize = 14
  63. cash.TextWrapped = true
  64.  
  65. cash.MouseButton1Down:connect(function()
  66. game.Lighting.StoreFunctions:InvokeServer("BuyBank", -5000)
  67.  
  68. end)
  69.  
  70.  
  71. TextButton_Roundify_25px.Name = "TextButton_Roundify_25px"
  72. TextButton_Roundify_25px.Parent = cash
  73. TextButton_Roundify_25px.Active = true
  74. TextButton_Roundify_25px.AnchorPoint = Vector2.new(0.5, 0.5)
  75. TextButton_Roundify_25px.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextButton_Roundify_25px.BackgroundTransparency = 1
  77. TextButton_Roundify_25px.Position = UDim2.new(0.5, 0, 0.5, 0)
  78. TextButton_Roundify_25px.Selectable = true
  79. TextButton_Roundify_25px.Size = UDim2.new(1, 0, 1, 0)
  80. TextButton_Roundify_25px.Image = "rbxassetid://3570695787"
  81. TextButton_Roundify_25px.ImageTransparency = 0.5
  82. TextButton_Roundify_25px.ScaleType = Enum.ScaleType.Slice
  83. TextButton_Roundify_25px.SliceCenter = Rect.new(100, 100, 100, 100)
  84.  
  85. credit.Name = "credit"
  86. credit.Parent = Frame
  87. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  88. credit.BackgroundTransparency = 1
  89. credit.Position = UDim2.new(0.531111121, 0, 0.802721083, 0)
  90. credit.Size = UDim2.new(0, 200, 0, 50)
  91. credit.Font = Enum.Font.GothamBold
  92. credit.Text = "Made by Gilward"
  93. credit.TextColor3 = Color3.new(0, 0, 0)
  94. credit.TextScaled = true
  95. credit.TextSize = 14
  96. credit.TextWrapped = true
  97.  
  98. speed.Name = "speed"
  99. speed.Parent = Frame
  100. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  101. speed.BackgroundTransparency = 1
  102. speed.BorderSizePixel = 0
  103. speed.Position = UDim2.new(0.0222221911, 0, 0.62585032, 0)
  104. speed.Size = UDim2.new(0, 205, 0, 52)
  105. speed.ZIndex = 2
  106. speed.Font = Enum.Font.Fantasy
  107. speed.Text = "+40 Speed"
  108. speed.TextColor3 = Color3.new(0, 0, 0)
  109. speed.TextScaled = true
  110. speed.TextSize = 14
  111. speed.TextWrapped = true
  112.  
  113. speed.MouseButton1Down:connect(function()
  114. game.Workspace.LocalPlayer.Humanoid.WalkSpeed = 40
  115.  
  116. end)
  117.  
  118.  
  119. TextButton_Roundify_25px_2.Name = "TextButton_Roundify_25px"
  120. TextButton_Roundify_25px_2.Parent = speed
  121. TextButton_Roundify_25px_2.Active = true
  122. TextButton_Roundify_25px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  123. TextButton_Roundify_25px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  124. TextButton_Roundify_25px_2.BackgroundTransparency = 1
  125. TextButton_Roundify_25px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  126. TextButton_Roundify_25px_2.Selectable = true
  127. TextButton_Roundify_25px_2.Size = UDim2.new(1, 0, 1, 0)
  128. TextButton_Roundify_25px_2.Image = "rbxassetid://3570695787"
  129. TextButton_Roundify_25px_2.ImageTransparency = 0.5
  130. TextButton_Roundify_25px_2.ScaleType = Enum.ScaleType.Slice
  131. TextButton_Roundify_25px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  132.  
  133. shutdown.Name = "shutdown"
  134. shutdown.Parent = Frame
  135. shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  136. shutdown.BackgroundTransparency = 1
  137. shutdown.BorderSizePixel = 0
  138. shutdown.Position = UDim2.new(0.531111121, 0, 0.62585032, 0)
  139. shutdown.Size = UDim2.new(0, 205, 0, 52)
  140. shutdown.ZIndex = 2
  141. shutdown.Font = Enum.Font.Fantasy
  142. shutdown.Text = "Shutdown"
  143. shutdown.TextColor3 = Color3.new(0, 0, 0)
  144. shutdown.TextScaled = true
  145. shutdown.TextSize = 14
  146. shutdown.TextWrapped = true
  147.  
  148. shutdown.MouseButton1Down:connect(function()
  149.  
  150. while wait() do
  151. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  152. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  153. for _,x in pairs(v.Character.Head:GetChildren()) do
  154. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  155. end
  156. end
  157. end
  158. end
  159.  
  160. end)
  161.  
  162.  
  163.  
  164. TextButton_Roundify_25px_3.Name = "TextButton_Roundify_25px"
  165. TextButton_Roundify_25px_3.Parent = shutdown
  166. TextButton_Roundify_25px_3.Active = true
  167. TextButton_Roundify_25px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  168. TextButton_Roundify_25px_3.BackgroundColor3 = Color3.new(1, 1, 1)
  169. TextButton_Roundify_25px_3.BackgroundTransparency = 1
  170. TextButton_Roundify_25px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  171. TextButton_Roundify_25px_3.Selectable = true
  172. TextButton_Roundify_25px_3.Size = UDim2.new(1, 0, 1, 0)
  173. TextButton_Roundify_25px_3.Image = "rbxassetid://3570695787"
  174. TextButton_Roundify_25px_3.ImageTransparency = 0.5
  175. TextButton_Roundify_25px_3.ScaleType = Enum.ScaleType.Slice
  176. TextButton_Roundify_25px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  177.  
  178. close.Name = "close"
  179. close.Parent = Frame
  180. close.BackgroundColor3 = Color3.new(1, 1, 1)
  181. close.BackgroundTransparency = 1
  182. close.Position = UDim2.new(0.021598272, 0, 0.0442176908, 0)
  183. close.Size = UDim2.new(0, 61, 0, 52)
  184. close.Font = Enum.Font.SourceSans
  185. close.Text = "X"
  186. close.TextColor3 = Color3.new(1, 0, 0)
  187. close.TextScaled = true
  188. close.TextSize = 14
  189. close.TextWrapped = true
  190.  
  191. fekill.Name = "fekill"
  192. fekill.Parent = Frame
  193. fekill.BackgroundColor3 = Color3.new(1, 1, 1)
  194. fekill.BackgroundTransparency = 1
  195. fekill.BorderSizePixel = 0
  196. fekill.Position = UDim2.new(0.51898247, 0, 0.34353739, 0)
  197. fekill.Size = UDim2.new(0, 205, 0, 52)
  198. fekill.ZIndex = 2
  199. fekill.Font = Enum.Font.Fantasy
  200. fekill.Text = "Fe Kill (Coming Soon)"
  201. fekill.TextColor3 = Color3.new(0, 0, 0)
  202. fekill.TextScaled = true
  203. fekill.TextSize = 14
  204. fekill.TextWrapped = true
  205.  
  206. TextButton_Roundify_25px_4.Name = "TextButton_Roundify_25px"
  207. TextButton_Roundify_25px_4.Parent = fekill
  208. TextButton_Roundify_25px_4.Active = true
  209. TextButton_Roundify_25px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  210. TextButton_Roundify_25px_4.BackgroundColor3 = Color3.new(1, 1, 1)
  211. TextButton_Roundify_25px_4.BackgroundTransparency = 1
  212. TextButton_Roundify_25px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  213. TextButton_Roundify_25px_4.Selectable = true
  214. TextButton_Roundify_25px_4.Size = UDim2.new(1, 0, 1, 0)
  215. TextButton_Roundify_25px_4.Image = "rbxassetid://3570695787"
  216. TextButton_Roundify_25px_4.ImageTransparency = 0.5
  217. TextButton_Roundify_25px_4.ScaleType = Enum.ScaleType.Slice
  218. TextButton_Roundify_25px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  219.  
  220. --[[
  221. Scripts:
  222. --]]
  223.  
  224. local function AFJF_fake_script() -- close.LocalScript
  225. local script = Instance.new('LocalScript', close)
  226.  
  227. script.parent.MouseButton1Click:Connect(function()
  228.  
  229. script.Parent.Parent.Visible = false
  230. script.Parent.Parent.Parent.TextButton.Visible = true
  231.  
  232. end)
  233. end
  234. coroutine.wrap(AFJF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement