ChaosityYT

Arda Mad City GUI

Mar 16th, 2019
3,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. --[[
  2. This script/gui (by Dissapear a.k.a Calvin Calyx/GerryNyx)
  3. use at your own risk!
  4. Download the new update here: https://discord.gg/JHRkZf
  5. ESP AutoON!
  6. ]]
  7. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  8.  
  9. local enabledesp = false
  10.  
  11. function CreateESP(plr)
  12.  
  13. if plr ~= nil then
  14.  
  15. local GetChar = plr.Character
  16. if not GetChar then return end
  17.  
  18. local GetHead do
  19.  
  20. repeat wait() until GetChar:FindFirstChild("Head")
  21.  
  22. end
  23. GetHead = GetChar.Head
  24.  
  25. local bb = Instance.new("BillboardGui", Important.CoreGui)
  26. bb.Adornee = GetHead
  27. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  28. bb.AlwaysOnTop = true
  29. bb.Size = UDim2.new(0, 5, 0, 5)
  30. bb.StudsOffset = Vector3.new(0, 3, 0)
  31. bb.Name = "ESP_PLAYER_" .. plr.Name
  32.  
  33. local displayframe = Instance.new("Frame", bb)
  34. displayframe.ZIndex = 10
  35. displayframe.BackgroundTransparency = 1
  36. displayframe.Size = UDim2.new(1,0,1,0)
  37.  
  38. local name = Instance.new("TextLabel", displayframe)
  39. name.Name = "Name"
  40. name.ZIndex = 10
  41. name.Text = plr.Name
  42. name.Visible = true
  43. name.TextColor3 = Color3.new(65,207,4)
  44. name.BackgroundTransparency = 1
  45. name.Size = UDim2.new(1,0,10,0)
  46. name.Font = Enum.Font.SourceSansLight
  47. name.TextSize = 20
  48. name.TextStrokeTransparency = .5
  49.  
  50. end
  51.  
  52. end
  53.  
  54. for i,v in pairs(Important.Players:GetChildren()) do
  55. CreateESP(v)
  56. end
  57.  
  58.  
  59. local MadCity = Instance.new("ScreenGui")
  60. local Main = Instance.new("Frame")
  61. local Header = Instance.new("Frame")
  62. local moddedmp5 = Instance.new("TextButton")
  63. local infammo = Instance.new("TextButton")
  64. local cashfarm = Instance.new("TextButton")
  65. local xpfarm = Instance.new("TextButton")
  66. local Main2 = Instance.new("Frame")
  67. local Header2 = Instance.new("Frame")
  68. local tptojewel = Instance.new("TextButton")
  69. local tptocriminal = Instance.new("TextButton")
  70. local Open = Instance.new("ImageButton")
  71. local openlabel = Instance.new("TextLabel")
  72. local MainWL = Instance.new("Frame")
  73. local headerwL = Instance.new("Frame")
  74. local shadowheader = Instance.new("Frame")
  75. local dropkeyhere = Instance.new("TextBox")
  76. local checkwhitelist = Instance.new("TextButton")
  77. local shadow = Instance.new("Frame")
  78. local onlyicon = Instance.new("TextButton")
  79. local titlewL = Instance.new("TextLabel")
  80.  
  81. -- Properties
  82.  
  83. MadCity.Name = "MadCity"
  84. MadCity.Parent = game.CoreGui
  85. MadCity.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  86.  
  87. Main.Name = "Main"
  88. Main.Parent = MadCity
  89. Main.Active = true
  90. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Main.BackgroundTransparency = 0.55000001192093
  92. Main.BorderSizePixel = 0
  93. Main.Position = UDim2.new(0.00749765662, 0, 0.321637452, 0)
  94. Main.Size = UDim2.new(0, 130, 0, 123)
  95. Main.Visible = false
  96. Main.Draggable = true
  97.  
  98. Header.Name = "Header"
  99. Header.Parent = Main
  100. Header.BackgroundColor3 = Color3.new(0.654902, 0.164706, 0.741176)
  101. Header.BorderSizePixel = 0
  102. Header.Size = UDim2.new(0, 130, 0, 14)
  103.  
  104. moddedmp5.Name = "moddedmp5"
  105. moddedmp5.Parent = Main
  106. moddedmp5.BackgroundColor3 = Color3.new(1, 1, 1)
  107. moddedmp5.BackgroundTransparency = 1
  108. moddedmp5.Position = UDim2.new(0.0615384616, 0, 0.16260162, 0)
  109. moddedmp5.Size = UDim2.new(0, 116, 0, 22)
  110. moddedmp5.Font = Enum.Font.SourceSans
  111. moddedmp5.Text = "> Modded MP5"
  112. moddedmp5.TextColor3 = Color3.new(1, 1, 1)
  113. moddedmp5.TextSize = 14
  114. moddedmp5.TextXAlignment = Enum.TextXAlignment.Left
  115. moddedmp5.MouseButton1Down:connect(function()
  116. local backpack = game.Players.LocalPlayer.Backpack
  117. local gun = backpack['MP5'] --MP5,Pistol,Baton,Shotgun,Baton etc.
  118. local ss = gun['RifleScript'] --RifleScript,PistolScript,MeeleScript,ShotgunScript etc.
  119. for i=1,10 do --u can change this to higher value if u want more damage
  120. ss:Clone().Parent = gun
  121. end
  122. end)
  123.  
  124.  
  125. infammo.Name = "infammo"
  126. infammo.Parent = Main
  127. infammo.BackgroundColor3 = Color3.new(1, 1, 1)
  128. infammo.BackgroundTransparency = 1
  129. infammo.Position = UDim2.new(0.0615384616, 0, 0.341463387, 0)
  130. infammo.Size = UDim2.new(0, 116, 0, 22)
  131. infammo.Font = Enum.Font.SourceSans
  132. infammo.Text = "> Inf Ammo"
  133. infammo.TextColor3 = Color3.new(1, 1, 1)
  134. infammo.TextSize = 14
  135. infammo.TextXAlignment = Enum.TextXAlignment.Left
  136. infammo.MouseButton1Down:Connect(function()
  137. for _,v in next,game.Players.LocalPlayer.Backpack:GetDescendants() do
  138. if v:FindFirstChild("PistolScript") or v:FindFirstChild("RifleScript") or v:FindFirstChild("ShotgunScript") or v:FindFirstChild("TazerScript") or v:FindFirstChild("GrenadeScript") or v:FindFirstChild("PowerScript") then
  139. for _,b in next, v:GetDescendants() do
  140. if b:IsA("LocalScript") then
  141. local env = getsenv(b)
  142. debug.setupvalue(env.Reload, "Ammo", math.huge)
  143. debug.setupvalue(env.Reload, "Clip", math.huge)
  144. end
  145. end
  146. end
  147. end
  148. end)
  149.  
  150.  
  151. cashfarm.Name = "cashfarm"
  152. cashfarm.Parent = Main
  153. cashfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  154. cashfarm.BackgroundTransparency = 1
  155. cashfarm.Position = UDim2.new(0.0615384616, 0, 0.520325184, 0)
  156. cashfarm.Size = UDim2.new(0, 116, 0, 22)
  157. cashfarm.Font = Enum.Font.SourceSans
  158. cashfarm.Text = "> Cash Farm"
  159. cashfarm.TextColor3 = Color3.new(1, 1, 1)
  160. cashfarm.TextSize = 14
  161. cashfarm.TextXAlignment = Enum.TextXAlignment.Left
  162. local ct = false
  163. local xt = false
  164. cashfarm.MouseButton1Down:Connect(function()
  165. if not ct then
  166. ct = true
  167. cashfarm.TextColor3 = Color3.fromRGB(65,207,4)
  168. while ct and wait() do
  169. for _,v in pairs (workspace.ObjectSelection:GetChildren()) do
  170. if v.Name == "CashRegister" then
  171. if v:FindFirstChild("SmashCash") then
  172. v.SmashCash.SmashCash.Event:FireServer()
  173. end
  174. else if v.Name == "ATM" or v.Name == "Cash" or v.Name == "SlotMachine" then
  175. if v:FindFirstChild(v.Name) then
  176. v[v.Name][v.Name].Event:FireServer()
  177. end
  178. end
  179. end
  180. end
  181. end
  182. else
  183. ct = false
  184. cashfarm.TextColor3 = Color3.fromRGB(207,0,3)
  185. end
  186. end)
  187.  
  188.  
  189. xpfarm.Name = "xpfarm"
  190. xpfarm.Parent = Main
  191. xpfarm.BackgroundColor3 = Color3.new(1, 1, 1)
  192. xpfarm.BackgroundTransparency = 1
  193. xpfarm.Position = UDim2.new(0.0615384616, 0, 0.699186981, 0)
  194. xpfarm.Size = UDim2.new(0, 116, 0, 22)
  195. xpfarm.Font = Enum.Font.SourceSans
  196. xpfarm.Text = "> XP Farm"
  197. xpfarm.TextColor3 = Color3.new(1, 1, 1)
  198. xpfarm.TextSize = 14
  199. xpfarm.TextXAlignment = Enum.TextXAlignment.Left
  200. xpfarm.MouseButton1Down:Connect(function()
  201. if not xt then
  202. xt = true
  203. xpfarm.BackgroundColor3 = Color3.fromRGB(65,207,4)
  204. game:service'RunService'.RenderStepped:Connect(function()
  205. if xt then
  206. if game.Players.LocalPlayer.Team.Name == "Prisoners" then
  207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2116,25,348)
  208. end
  209. wait(.25)
  210. if game.Players.LocalPlayer.Team.Name == "Criminals" then
  211. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Police")
  212. wait(.25)
  213. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Prisoners")
  214. wait(.5)
  215. end
  216. end
  217. end)
  218. else
  219. xt = false
  220. xpfarm.TextColor3 = Color3.fromRGB(207,0,3)
  221. end
  222. end)
  223.  
  224. Main2.Name = "Main2"
  225. Main2.Parent = Main
  226. Main2.BackgroundColor3 = Color3.new(0, 0, 0)
  227. Main2.BackgroundTransparency = 0.55000001192093
  228. Main2.Position = UDim2.new(1.05384612, 0, 0, 0)
  229. Main2.Size = UDim2.new(0, 123, 0, 64)
  230.  
  231. Header2.Name = "Header2"
  232. Header2.Parent = Main2
  233. Header2.BackgroundColor3 = Color3.new(0.654902, 0.164706, 0.741176)
  234. Header2.BorderSizePixel = 0
  235. Header2.Size = UDim2.new(0, 123, 0, 14)
  236.  
  237. tptojewel.Name = "tptojewel"
  238. tptojewel.Parent = Main2
  239. tptojewel.BackgroundColor3 = Color3.new(1, 1, 1)
  240. tptojewel.BackgroundTransparency = 1
  241. tptojewel.Position = UDim2.new(0.0615384467, 0, 0.21875, 0)
  242. tptojewel.Size = UDim2.new(0, 116, 0, 27)
  243. tptojewel.Font = Enum.Font.SourceSans
  244. tptojewel.Text = "> Tp to Jewelry"
  245. tptojewel.TextColor3 = Color3.new(1, 1, 1)
  246. tptojewel.TextSize = 14
  247. tptojewel.TextXAlignment = Enum.TextXAlignment.Left
  248. tptojewel.MouseButton1Down:connect(function()
  249. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(206.067108, 24.5781498, 724.659607)
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(206.067108, 24.5781498, 724.659607)
  251. end)
  252.  
  253. tptocriminal.Name = "tptocriminal"
  254. tptocriminal.Parent = Main2
  255. tptocriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  256. tptocriminal.BackgroundTransparency = 1
  257. tptocriminal.Position = UDim2.new(0.0615384467, 0, 0.653963327, 0)
  258. tptocriminal.Size = UDim2.new(0, 108, 0, 22)
  259. tptocriminal.Font = Enum.Font.SourceSans
  260. tptocriminal.Text = "> Tp to Criminal"
  261. tptocriminal.TextColor3 = Color3.new(1, 1, 1)
  262. tptocriminal.TextSize = 14
  263. tptocriminal.TextXAlignment = Enum.TextXAlignment.Left
  264. tptocriminal.MouseButton1Down:connect(function()
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138.22729, 60.4737778, 318.482147)
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138.22729, 60.4737778, 318.482147)
  267. end)
  268.  
  269. Open.Name = "Open"
  270. Open.Parent = MadCity
  271. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  272. Open.BackgroundTransparency = 1
  273. Open.BorderSizePixel = 0
  274. Open.Position = UDim2.new(0.0140581317, 0, 0.559454262, 0)
  275. Open.Size = UDim2.new(0, 61, 0, 61)
  276. Open.Visible = false
  277. Open.Image = "rbxassetid://1249553900"
  278. openkontol = 0
  279. opencontol = false
  280. Open.MouseButton1Down:connect(function()
  281. if openkontol == 1 then
  282. openkontol = 0
  283. openlabel.Text = "GUI: HIDE"
  284. opencontol = false
  285. Main.Visible = false
  286. else
  287. openkontol = 1
  288. opencontol = true
  289. openlabel.Text = "GUI: SHOW"
  290. Main.Visible = true
  291. end
  292. end)
  293.  
  294. openlabel.Name = "openlabel"
  295. openlabel.Parent = Open
  296. openlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  297. openlabel.BackgroundTransparency = 1
  298. openlabel.Position = UDim2.new(0.236065477, 0, 0.697213113, 0)
  299. openlabel.Size = UDim2.new(0, 37, 0, 27)
  300. openlabel.Font = Enum.Font.GothamBold
  301. openlabel.Text = "GUI: HIDE"
  302. openlabel.TextColor3 = Color3.new(1, 1, 1)
  303. openlabel.TextSize = 10
  304. openlabel.TextStrokeTransparency = 0.5
  305.  
  306. MainWL.Name = "MainWL"
  307. MainWL.Parent = MadCity
  308. MainWL.Active = true
  309. MainWL.BackgroundColor3 = Color3.new(0.486275, 0.439216, 1)
  310. MainWL.BorderSizePixel = 0
  311. MainWL.Position = UDim2.new(0.299906284, 0, 0.292397648, 0)
  312. MainWL.Size = UDim2.new(0, 365, 0, 169)
  313. MainWL.Draggable = true
  314.  
  315. headerwL.Name = "headerwL"
  316. headerwL.Parent = MainWL
  317. headerwL.BackgroundColor3 = Color3.new(0.388235, 0.34902, 0.796079)
  318. headerwL.BorderSizePixel = 0
  319. headerwL.Size = UDim2.new(0, 365, 0, 24)
  320.  
  321. shadowheader.Name = "shadowheader"
  322. shadowheader.Parent = headerwL
  323. shadowheader.BackgroundColor3 = Color3.new(0.301961, 0.27451, 0.623529)
  324. shadowheader.BorderSizePixel = 0
  325. shadowheader.Position = UDim2.new(0, 0, 0.682576537, 0)
  326. shadowheader.Size = UDim2.new(0, 365, 0, 7)
  327.  
  328. dropkeyhere.Name = "dropkeyhere"
  329. dropkeyhere.Parent = MainWL
  330. dropkeyhere.BackgroundColor3 = Color3.new(0.388235, 0.34902, 0.796079)
  331. dropkeyhere.BorderColor3 = Color3.new(0.301961, 0.27451, 0.623529)
  332. dropkeyhere.Position = UDim2.new(0.197260275, 0, 0.349112421, 0)
  333. dropkeyhere.Size = UDim2.new(0, 273, 0, 50)
  334. dropkeyhere.Font = Enum.Font.SourceSans
  335. dropkeyhere.PlaceholderColor3 = Color3.new(1, 1, 1)
  336. dropkeyhere.PlaceholderText = "Please put your key here"
  337. dropkeyhere.Text = ""
  338. dropkeyhere.TextColor3 = Color3.new(0, 0, 0)
  339. dropkeyhere.TextSize = 20
  340.  
  341. checkwhitelist.Name = "checkwhitelist"
  342. checkwhitelist.Parent = MainWL
  343. checkwhitelist.BackgroundColor3 = Color3.new(0.301961, 0.27451, 0.623529)
  344. checkwhitelist.BorderSizePixel = 0
  345. checkwhitelist.Position = UDim2.new(0.0575342476, 0, 0.704142034, 0)
  346. checkwhitelist.Size = UDim2.new(0, 324, 0, 42)
  347. checkwhitelist.Font = Enum.Font.SourceSans
  348. checkwhitelist.Text = "Check Whitelist"
  349. checkwhitelist.TextColor3 = Color3.new(1, 1, 1)
  350. checkwhitelist.TextSize = 14
  351.  
  352. local vr512 = "gerrytamvan"
  353. checkwhitelist.MouseButton1Down:connect(function()
  354. if dropkeyhere.Text == vr512 then
  355. Open.Visible = true
  356. MainWL.Visible = false
  357. else
  358. dropkeyhere.Text = "Sorry, key incorrect!"
  359. end
  360. end)
  361.  
  362. shadow.Name = "shadow"
  363. shadow.Parent = checkwhitelist
  364. shadow.BackgroundColor3 = Color3.new(0.388235, 0.34902, 0.796079)
  365. shadow.BorderSizePixel = 0
  366. shadow.Position = UDim2.new(0, 0, 0.857142866, 0)
  367. shadow.Size = UDim2.new(0, 324, 0, 6)
  368.  
  369. onlyicon.Name = "onlyicon"
  370. onlyicon.Parent = MainWL
  371. onlyicon.BackgroundColor3 = Color3.new(0.301961, 0.27451, 0.623529)
  372. onlyicon.BorderColor3 = Color3.new(0.301961, 0.27451, 0.623529)
  373. onlyicon.Position = UDim2.new(0.0575342476, 0, 0.349112421, 0)
  374. onlyicon.Size = UDim2.new(0, 51, 0, 50)
  375. onlyicon.Font = Enum.Font.GothamBold
  376. onlyicon.Text = "</>"
  377. onlyicon.TextColor3 = Color3.new(1, 1, 1)
  378. onlyicon.TextSize = 14
  379.  
  380. titlewL.Name = "titlewL"
  381. titlewL.Parent = MainWL
  382. titlewL.BackgroundColor3 = Color3.new(1, 1, 1)
  383. titlewL.BackgroundTransparency = 1
  384. titlewL.BorderColor3 = Color3.new(1, 1, 1)
  385. titlewL.Position = UDim2.new(0.0575342476, 0, 0.142011836, 0)
  386. titlewL.Size = UDim2.new(0, 324, 0, 35)
  387. titlewL.Font = Enum.Font.SourceSans
  388. titlewL.Text = "Welcome to Calyxion!"
  389. titlewL.TextColor3 = Color3.new(1, 1, 1)
  390. titlewL.TextSize = 20
  391. titlewL.TextStrokeTransparency = 0.5
  392.  
  393. local VirtualUser=game:service'VirtualUser'
  394. game:service'Players'.LocalPlayer.Idled:connect(function()
  395. VirtualUser:CaptureController()
  396. VirtualUser:ClickButton2(Vector2.new())
  397. end)
Add Comment
Please, Sign In to add comment