Advertisement
athoi21

Untitled

Oct 20th, 2019
3,898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.58 KB | None | 0 0
  1.  
  2. --[[
  3.  
  4. _____ ______ _____ ______ _____
  5. / ___|| ___ \| ___|| ___ \| _ |
  6. \ `--. | |_/ /| |__ | |_/ /| | | |
  7. `--. \| __/ | __| | / | | | |
  8. /\__/ /| | | |___ | |\ \ \ \_/ /
  9. \____/ \_| \____/ \_| \_| \___/
  10.  
  11.  
  12. --------------------------------------------------------/
  13. WHAT ARE YOU DOING HERE KID. /
  14. STOP SKIDDING OR YOUR MOM WILL BE GAY :) /
  15. DONT SKID EM OFF :) /
  16. YOU FUCKING SKID EWWWW /
  17. --------------------------------------------------/
  18. _____ ______ _____ ______ _____
  19. / ___|| ___ \| ___|| ___ \| _ |
  20. \ `--. | |_/ /| |__ | |_/ /| | | |
  21. `--. \| __/ | __| | / | | | |
  22. /\__/ /| | | |___ | |\ \ \ \_/ /
  23. \____/ \_| \____/ \_| \_| \___/
  24.  
  25.  
  26. --]]
  27.  
  28.  
  29. --Anti afk
  30. local VirtualUser=game:service'VirtualUser'
  31. game:service'Players'.LocalPlayer.Idled:connect(function()
  32. VirtualUser:CaptureController()
  33. VirtualUser:ClickButton2(Vector2.new())
  34. end)
  35.  
  36. -- Loaded message
  37. game:GetService("StarterGui"):SetCore("SendNotification", {
  38. Title = "Mad City Haxx v0 Loaded";
  39. Text = "Made by Athoi 21";
  40. Duration = 15;
  41. })
  42.  
  43.  
  44. local ScreenGui = Instance.new("ScreenGui")
  45. local MainFrameShit = Instance.new("ImageLabel")
  46. local Back = Instance.new("Frame")
  47. local Xs2 = Instance.new("Frame")
  48. local Xs2_2 = Instance.new("Frame")
  49. local Frame = Instance.new("Frame")
  50. local ACON = Instance.new("TextButton")
  51. local ASON = Instance.new("TextButton")
  52. local nameoff = Instance.new("TextButton")
  53. local close = Instance.new("TextButton")
  54. local TextLabel = Instance.new("TextLabel")
  55. --Properties:
  56. ScreenGui.Parent = game.CoreGui
  57.  
  58. MainFrameShit.Name = "MainFrameShit"
  59. MainFrameShit.Active = true
  60. MainFrameShit.Draggable = true
  61. MainFrameShit.Parent = ScreenGui
  62. MainFrameShit.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  63. MainFrameShit.BackgroundTransparency = 1
  64. MainFrameShit.Position = UDim2.new(0.485202491, 0, 0.442944795, 0)
  65. MainFrameShit.Size = UDim2.new(0.089563854, 0, 0.025039766, 0)
  66. MainFrameShit.Image = "rbxassetid://2851926732"
  67. MainFrameShit.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  68. MainFrameShit.ScaleType = Enum.ScaleType.Slice
  69. MainFrameShit.SliceCenter = Rect.new(12, 12, 12, 12)
  70.  
  71. Back.Name = "Back"
  72. Back.Parent = MainFrameShit
  73. Back.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  74. Back.BorderSizePixel = 0
  75. Back.Position = UDim2.new(0, 0, 0.967601776, 0)
  76. Back.Size = UDim2.new(0.933708072, 0, 4.6914854, 0)
  77.  
  78. Xs2.Name = "Xs2"
  79. Xs2.Parent = Back
  80. Xs2.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Xs2.BorderSizePixel = 0
  82. Xs2.Position = UDim2.new(-0.000479180046, 0, 0.010537968, 0)
  83. Xs2.Size = UDim2.new(1.00047922, 0, 0.0172463339, 0)
  84.  
  85. Xs2_2.Name = "Xs2"
  86. Xs2_2.Parent = Back
  87. Xs2_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  88. Xs2_2.BorderSizePixel = 0
  89. Xs2_2.Position = UDim2.new(0, 0, -0.0952272341, 0)
  90. Xs2_2.Size = UDim2.new(0.0650783032, 0, 0.0952273011, 0)
  91.  
  92. Frame.Parent = Back
  93. Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  94. Frame.BorderSizePixel = 0
  95. Frame.Position = UDim2.new(-0.000479180046, 0, 0.072139129, 0)
  96. Frame.Size = UDim2.new(0.998796463, 0, 0.927860856, 0)
  97.  
  98. ACON.Name = "AC ON"
  99. ACON.Parent = Frame
  100. ACON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  101. ACON.BackgroundTransparency = 1
  102. ACON.BorderSizePixel = 0
  103. ACON.Position = UDim2.new(0, 0, 0.113266528, 0)
  104. ACON.Size = UDim2.new(1, 0, 0.184210524, 0)
  105. ACON.Font = Enum.Font.Cartoon
  106. ACON.Text = "Xp Farm"
  107. ACON.TextColor3 = Color3.new(1, 1, 1)
  108. ACON.TextSize = 20
  109. ACON.TextWrapped = true
  110.  
  111. ASON.Name = "AS ON"
  112. ASON.Parent = Frame
  113. ASON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  114. ASON.BackgroundTransparency = 1
  115. ASON.BorderSizePixel = 0
  116. ASON.Position = UDim2.new(0, 0, 0.404974818, 0)
  117. ASON.Size = UDim2.new(1, 0, 0.184210524, 0)
  118. ASON.Font = Enum.Font.Cartoon
  119. ASON.Text = "Auto Rob"
  120. ASON.TextColor3 = Color3.new(1, 1, 1)
  121. ASON.TextSize = 20
  122. ASON.TextWrapped = true
  123.  
  124. nameoff.Name = "nameoff"
  125. nameoff.Parent = Frame
  126. nameoff.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  127. nameoff.BackgroundTransparency = 1
  128. nameoff.BorderSizePixel = 0
  129. nameoff.Position = UDim2.new(0, 0, 0.697654247, 0)
  130. nameoff.Size = UDim2.new(1, 0, 0.184210524, 0)
  131. nameoff.Font = Enum.Font.Cartoon
  132. nameoff.Text = "Hide Name"
  133. nameoff.TextColor3 = Color3.new(1, 1, 1)
  134. nameoff.TextSize = 20
  135. nameoff.TextWrapped = true
  136.  
  137. close.Name = "close"
  138. close.Parent = MainFrameShit
  139. close.BackgroundColor3 = Color3.new(1, 0, 0)
  140. close.BackgroundTransparency = 1
  141. close.BorderSizePixel = 0
  142. close.Position = UDim2.new(0.888764083, 0, 0.0308265537, 0)
  143. close.Size = UDim2.new(0.095505625, 0, 0.931034386, 0)
  144. close.Font = Enum.Font.SourceSansBold
  145. close.Text = "X"
  146. close.TextColor3 = Color3.new(1, 0, 0)
  147. close.TextScaled = true
  148. close.TextSize = 14
  149. close.TextWrapped = true
  150.  
  151. TextLabel.Parent = MainFrameShit
  152. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  153. TextLabel.BackgroundTransparency = 1
  154. TextLabel.BorderSizePixel = 0
  155. TextLabel.Position = UDim2.new(0.179775313, 0, 0.147005424, 0)
  156. TextLabel.Size = UDim2.new(0.57303375, 0, 0.784028947, 0)
  157. TextLabel.Font = Enum.Font.SourceSansBold
  158. TextLabel.Text = "MC Haxx"
  159. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  160. TextLabel.TextSize = 20
  161. TextLabel.TextWrapped = true
  162. -- Scripts:
  163.  
  164.  
  165. ASON.MouseButton1Down:connect(function()
  166. loadstring(game:GetObjects("rbxassetid://3532505683")[1].Source)()
  167. end)
  168.  
  169. ACON.MouseButton1Down:connect(function()
  170. loadstring(game:GetObjects("rbxassetid://3843380653")[1].Source)()
  171. end)
  172.  
  173. nameoff.MouseButton1Down:connect(function()
  174.  
  175. game.Players.LocalPlayer.Character.NameTag:Destroy()
  176. game:GetService("StarterGui"):SetCore("SendNotification", {
  177. Title = "Attention";
  178. Text = "Name Hidden, if you die press me again!";
  179. Duration = 25;
  180. })
  181. end)
  182.  
  183. close.MouseButton1Down:connect(function()
  184. MainFrameShit:Destroy()
  185. end)
  186.  
  187.  
  188. function SCRIPT_JZPL83_FAKESCRIPT() -- Xs2.LocalScript
  189. local script = Instance.new('LocalScript')
  190. script.Parent = Xs2
  191. repeat
  192. for hue = 0, 1, .01 do
  193. script.Parent.Parent.Xs2.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  194. wait(0.3)
  195. end
  196. for hue = 1, 0 -.01 do
  197. script.Parent.Parent.Xs2.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  198. wait(0.3)
  199. end
  200. until nil
  201.  
  202. end
  203. coroutine.resume(coroutine.create(SCRIPT_JZPL83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement