Nangin20

Mad City GUI

Mar 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 34.66 KB | None | 0 0
  1.  
  2.  
  3. -- vouch and don't be a gay leech
  4.  
  5. -- if you don't vouch 100 years of bad luck >:)
  6.  
  7. -- Instances:
  8. local MadCityGui = Instance.new("ScreenGui")
  9. local MadFrame = Instance.new("Frame")
  10. local teleports = Instance.new("ScrollingFrame")
  11. local Bank = Instance.new("TextButton")
  12. local Jewel = Instance.new("TextButton")
  13. local Casino = Instance.new("TextButton")
  14. local Gunstore = Instance.new("TextButton")
  15. local ship = Instance.new("TextButton")
  16. local Garage = Instance.new("TextButton")
  17. local crimbase = Instance.new("TextButton")
  18. local Police = Instance.new("TextButton")
  19. local Hero = Instance.new("TextButton")
  20. local club = Instance.new("TextButton")
  21. local airport = Instance.new("TextButton")
  22. local gunmodssss = Instance.new("ScrollingFrame")
  23. local MPMod = Instance.new("TextButton")
  24. local tecmod = Instance.new("TextButton")
  25. local shotgunmode = Instance.new("TextButton")
  26. local pistolmod = Instance.new("TextButton")
  27. local batonmod = Instance.new("TextButton")
  28. local snipermod = Instance.new("TextButton")
  29. local spasmod = Instance.new("TextButton")
  30. local protonmod = Instance.new("TextButton")
  31. local infernomopd = Instance.new("TextButton")
  32. local vantamod = Instance.new("TextButton")
  33. local phantommod = Instance.new("TextButton")
  34. local voltronmod = Instance.new("TextButton")
  35. local frostmod = Instance.new("TextButton")
  36. local akmod = Instance.new("TextButton")
  37. local grenademod = Instance.new("TextButton")
  38. local title = Instance.new("TextLabel")
  39. local teleportslabrl = Instance.new("TextLabel")
  40. local functonlabel = Instance.new("TextLabel")
  41. local tpto = Instance.new("TextButton")
  42. local tpBOX = Instance.new("TextBox")
  43. local gravity = Instance.new("TextButton")
  44. local gunmodlabel = Instance.new("TextLabel")
  45. local emoteunlock = Instance.new("TextButton")
  46. local audioBOX = Instance.new("TextBox")
  47. local audio = Instance.new("TextButton")
  48. local gamepassunlock = Instance.new("TextButton")
  49. local ctrltp = Instance.new("TextButton")
  50. local openclose = Instance.new("TextButton")
  51. --Properties:
  52. MadCityGui.Name = "MadCityGui"
  53. MadCityGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  54. MadCityGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  55.  
  56. MadFrame.Name = "MadFrame"
  57. MadFrame.Parent = MadCityGui
  58. MadFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  59. MadFrame.BorderSizePixel = 2
  60. MadFrame.Position = UDim2.new(0.279187202, 0, 0.302023977, 0)
  61. MadFrame.Size = UDim2.new(0, 384, 0, 197)
  62.  
  63. teleports.Name = "teleports"
  64. teleports.Parent = MadFrame
  65. teleports.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  66. teleports.Position = UDim2.new(0.739583313, 0, 0.126903549, 0)
  67. teleports.Size = UDim2.new(0, 100, 0, 172)
  68.  
  69. Bank.Name = "Bank"
  70. Bank.Parent = teleports
  71. Bank.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  72. Bank.BorderColor3 = Color3.new(1, 1, 1)
  73. Bank.Position = UDim2.new(0.170000002, 0, 0.031229917, 0)
  74. Bank.Size = UDim2.new(0, 65, 0, 16)
  75. Bank.Font = Enum.Font.GothamSemibold
  76. Bank.Text = "Bank"
  77. Bank.TextColor3 = Color3.new(1, 1, 1)
  78. Bank.TextSize = 14
  79.  
  80. Jewel.Name = "Jewel"
  81. Jewel.Parent = teleports
  82. Jewel.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  83. Jewel.BorderColor3 = Color3.new(1, 1, 1)
  84. Jewel.Position = UDim2.new(0.170000002, 0, 0.0946816877, 0)
  85. Jewel.Size = UDim2.new(0, 65, 0, 16)
  86. Jewel.Font = Enum.Font.GothamSemibold
  87. Jewel.Text = "Jewelry"
  88. Jewel.TextColor3 = Color3.new(1, 1, 1)
  89. Jewel.TextSize = 14
  90.  
  91. Casino.Name = "Casino"
  92. Casino.Parent = teleports
  93. Casino.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  94. Casino.BorderColor3 = Color3.new(1, 1, 1)
  95. Casino.Position = UDim2.new(0.170000002, 0, 0.160671532, 0)
  96. Casino.Size = UDim2.new(0, 65, 0, 16)
  97. Casino.Font = Enum.Font.GothamSemibold
  98. Casino.Text = "Casino"
  99. Casino.TextColor3 = Color3.new(1, 1, 1)
  100. Casino.TextSize = 14
  101.  
  102. Gunstore.Name = "Gunstore"
  103. Gunstore.Parent = teleports
  104. Gunstore.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  105. Gunstore.BorderColor3 = Color3.new(1, 1, 1)
  106. Gunstore.Position = UDim2.new(0.170000002, 0, 0.226661384, 0)
  107. Gunstore.Size = UDim2.new(0, 65, 0, 16)
  108. Gunstore.Font = Enum.Font.GothamSemibold
  109. Gunstore.Text = "Gun Store"
  110. Gunstore.TextColor3 = Color3.new(1, 1, 1)
  111. Gunstore.TextSize = 14
  112.  
  113. ship.Name = "ship"
  114. ship.Parent = teleports
  115. ship.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  116. ship.BorderColor3 = Color3.new(1, 1, 1)
  117. ship.Position = UDim2.new(0.170000002, 0, 0.287575096, 0)
  118. ship.Size = UDim2.new(0, 65, 0, 16)
  119. ship.Font = Enum.Font.GothamSemibold
  120. ship.Text = "Ship"
  121. ship.TextColor3 = Color3.new(1, 1, 1)
  122. ship.TextSize = 14
  123.  
  124. Garage.Name = "Garage"
  125. Garage.Parent = teleports
  126. Garage.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  127. Garage.BorderColor3 = Color3.new(1, 1, 1)
  128. Garage.Position = UDim2.new(0.170000002, 0, 0.348488808, 0)
  129. Garage.Size = UDim2.new(0, 65, 0, 16)
  130. Garage.Font = Enum.Font.GothamSemibold
  131. Garage.Text = "Garage"
  132. Garage.TextColor3 = Color3.new(1, 1, 1)
  133. Garage.TextSize = 14
  134.  
  135. crimbase.Name = "crimbase"
  136. crimbase.Parent = teleports
  137. crimbase.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  138. crimbase.BorderColor3 = Color3.new(1, 1, 1)
  139. crimbase.Position = UDim2.new(0.170000002, 0, 0.41447866, 0)
  140. crimbase.Size = UDim2.new(0, 65, 0, 16)
  141. crimbase.Font = Enum.Font.GothamSemibold
  142. crimbase.Text = "Crim Base"
  143. crimbase.TextColor3 = Color3.new(1, 1, 1)
  144. crimbase.TextSize = 14
  145.  
  146. Police.Name = "Police"
  147. Police.Parent = teleports
  148. Police.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  149. Police.BorderColor3 = Color3.new(1, 1, 1)
  150. Police.Position = UDim2.new(0.170000002, 0, 0.475392371, 0)
  151. Police.Size = UDim2.new(0, 65, 0, 16)
  152. Police.Font = Enum.Font.GothamSemibold
  153. Police.Text = "Police"
  154. Police.TextColor3 = Color3.new(1, 1, 1)
  155. Police.TextSize = 14
  156.  
  157. Hero.Name = "Hero"
  158. Hero.Parent = teleports
  159. Hero.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  160. Hero.BorderColor3 = Color3.new(1, 1, 1)
  161. Hero.Position = UDim2.new(0.170000002, 0, 0.536306083, 0)
  162. Hero.Size = UDim2.new(0, 65, 0, 16)
  163. Hero.Font = Enum.Font.GothamSemibold
  164. Hero.Text = "Hero Base"
  165. Hero.TextColor3 = Color3.new(1, 1, 1)
  166. Hero.TextSize = 14
  167.  
  168. club.Name = "club"
  169. club.Parent = teleports
  170. club.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  171. club.BorderColor3 = Color3.new(1, 1, 1)
  172. club.Position = UDim2.new(0.170000002, 0, 0.59468174, 0)
  173. club.Size = UDim2.new(0, 65, 0, 16)
  174. club.Font = Enum.Font.GothamSemibold
  175. club.Text = "Nightclub"
  176. club.TextColor3 = Color3.new(1, 1, 1)
  177. club.TextSize = 14
  178.  
  179. airport.Name = "airport"
  180. airport.Parent = teleports
  181. airport.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  182. airport.BorderColor3 = Color3.new(1, 1, 1)
  183. airport.Position = UDim2.new(0.170000002, 0, 0.660671592, 0)
  184. airport.Size = UDim2.new(0, 65, 0, 16)
  185. airport.Font = Enum.Font.GothamSemibold
  186. airport.Text = "Airport"
  187. airport.TextColor3 = Color3.new(1, 1, 1)
  188. airport.TextSize = 14
  189.  
  190. gunmodssss.Name = "gunmodssss"
  191. gunmodssss.Parent = MadFrame
  192. gunmodssss.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  193. gunmodssss.Position = UDim2.new(0.479166657, 0, 0.121827409, 0)
  194. gunmodssss.Size = UDim2.new(0, 100, 0, 172)
  195. gunmodssss.CanvasPosition = Vector2.new(0, 221.999969)
  196.  
  197. MPMod.Name = "MPMod"
  198. MPMod.Parent = gunmodssss
  199. MPMod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  200. MPMod.BorderColor3 = Color3.new(1, 1, 1)
  201. MPMod.Position = UDim2.new(0.134583324, 0, 0.229199469, 0)
  202. MPMod.Size = UDim2.new(0, 65, 0, 16)
  203. MPMod.Font = Enum.Font.GothamSemibold
  204. MPMod.Text = "MP5 Mod"
  205. MPMod.TextColor3 = Color3.new(1, 1, 1)
  206. MPMod.TextScaled = true
  207. MPMod.TextSize = 14
  208. MPMod.TextWrapped = true
  209.  
  210. tecmod.Name = "tecmod"
  211. tecmod.Parent = gunmodssss
  212. tecmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  213. tecmod.BorderColor3 = Color3.new(1, 1, 1)
  214. tecmod.Position = UDim2.new(0.143645823, 0, 0.163209602, 0)
  215. tecmod.Size = UDim2.new(0, 65, 0, 16)
  216. tecmod.Font = Enum.Font.GothamSemibold
  217. tecmod.Text = "TEC9 Mod"
  218. tecmod.TextColor3 = Color3.new(1, 1, 1)
  219. tecmod.TextScaled = true
  220. tecmod.TextSize = 14
  221. tecmod.TextWrapped = true
  222.  
  223. shotgunmode.Name = "shotgunmode"
  224. shotgunmode.Parent = gunmodssss
  225. shotgunmode.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  226. shotgunmode.BorderColor3 = Color3.new(1, 1, 1)
  227. shotgunmode.Position = UDim2.new(0.135520816, 0, 0.0312299281, 0)
  228. shotgunmode.Size = UDim2.new(0, 65, 0, 16)
  229. shotgunmode.Font = Enum.Font.GothamSemibold
  230. shotgunmode.Text = "Shotgun Mod"
  231. shotgunmode.TextColor3 = Color3.new(1, 1, 1)
  232. shotgunmode.TextScaled = true
  233. shotgunmode.TextSize = 14
  234. shotgunmode.TextWrapped = true
  235.  
  236. pistolmod.Name = "pistolmod"
  237. pistolmod.Parent = gunmodssss
  238. pistolmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  239. pistolmod.BorderColor3 = Color3.new(1, 1, 1)
  240. pistolmod.Position = UDim2.new(0.123645827, 0, 0.353565007, 0)
  241. pistolmod.Size = UDim2.new(0, 65, 0, 16)
  242. pistolmod.Font = Enum.Font.GothamSemibold
  243. pistolmod.Text = "Pistol Mod"
  244. pistolmod.TextColor3 = Color3.new(1, 1, 1)
  245. pistolmod.TextScaled = true
  246. pistolmod.TextSize = 14
  247. pistolmod.TextWrapped = true
  248.  
  249. batonmod.Name = "batonmod"
  250. batonmod.Parent = gunmodssss
  251. batonmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  252. batonmod.BorderColor3 = Color3.new(1, 1, 1)
  253. batonmod.Position = UDim2.new(0.124583334, 0, 0.4144786, 0)
  254. batonmod.Size = UDim2.new(0, 65, 0, 16)
  255. batonmod.Font = Enum.Font.GothamSemibold
  256. batonmod.Text = "Baton Mod"
  257. batonmod.TextColor3 = Color3.new(1, 1, 1)
  258. batonmod.TextScaled = true
  259. batonmod.TextSize = 14
  260. batonmod.TextWrapped = true
  261.  
  262. snipermod.Name = "snipermod"
  263. snipermod.Parent = gunmodssss
  264. snipermod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  265. snipermod.BorderColor3 = Color3.new(1, 1, 1)
  266. snipermod.Position = UDim2.new(0.135520816, 0, 0.09468171, 0)
  267. snipermod.Size = UDim2.new(0, 65, 0, 16)
  268. snipermod.Font = Enum.Font.GothamSemibold
  269. snipermod.Text = "Sniper Mod"
  270. snipermod.TextColor3 = Color3.new(1, 1, 1)
  271. snipermod.TextScaled = true
  272. snipermod.TextSize = 14
  273. snipermod.TextWrapped = true
  274.  
  275. spasmod.Name = "spasmod"
  276. spasmod.Parent = gunmodssss
  277. spasmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  278. spasmod.BorderColor3 = Color3.new(1, 1, 1)
  279. spasmod.Position = UDim2.new(0.126000002, 0, 0.287807107, 0)
  280. spasmod.Size = UDim2.new(0, 65, 0, 16)
  281. spasmod.Font = Enum.Font.GothamSemibold
  282. spasmod.Text = "SPAS Mod"
  283. spasmod.TextColor3 = Color3.new(1, 1, 1)
  284. spasmod.TextScaled = true
  285. spasmod.TextSize = 14
  286. spasmod.TextWrapped = true
  287.  
  288. protonmod.Name = "protonmod"
  289. protonmod.Parent = gunmodssss
  290. protonmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  291. protonmod.BorderColor3 = Color3.new(1, 1, 1)
  292. protonmod.Position = UDim2.new(0.14458333, 0, 0.485544562, 0)
  293. protonmod.Size = UDim2.new(0, 65, 0, 16)
  294. protonmod.Font = Enum.Font.GothamSemibold
  295. protonmod.Text = "Proton Mod"
  296. protonmod.TextColor3 = Color3.new(1, 1, 1)
  297. protonmod.TextScaled = true
  298. protonmod.TextSize = 14
  299. protonmod.TextWrapped = true
  300.  
  301. infernomopd.Name = "infernomopd"
  302. infernomopd.Parent = gunmodssss
  303. infernomopd.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  304. infernomopd.BorderColor3 = Color3.new(1, 1, 1)
  305. infernomopd.Position = UDim2.new(0.154583335, 0, 0.548996389, 0)
  306. infernomopd.Size = UDim2.new(0, 65, 0, 16)
  307. infernomopd.Font = Enum.Font.GothamSemibold
  308. infernomopd.Text = "Inferno Mod"
  309. infernomopd.TextColor3 = Color3.new(1, 1, 1)
  310. infernomopd.TextScaled = true
  311. infernomopd.TextSize = 14
  312. infernomopd.TextWrapped = true
  313.  
  314. vantamod.Name = "vantamod"
  315. vantamod.Parent = gunmodssss
  316. vantamod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  317. vantamod.BorderColor3 = Color3.new(1, 1, 1)
  318. vantamod.Position = UDim2.new(0.154583335, 0, 0.609910131, 0)
  319. vantamod.Size = UDim2.new(0, 65, 0, 16)
  320. vantamod.Font = Enum.Font.GothamSemibold
  321. vantamod.Text = "Vanta Mod"
  322. vantamod.TextColor3 = Color3.new(1, 1, 1)
  323. vantamod.TextScaled = true
  324. vantamod.TextSize = 14
  325. vantamod.TextWrapped = true
  326.  
  327. phantommod.Name = "phantommod"
  328. phantommod.Parent = gunmodssss
  329. phantommod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  330. phantommod.BorderColor3 = Color3.new(1, 1, 1)
  331. phantommod.Position = UDim2.new(0.154583335, 0, 0.678438008, 0)
  332. phantommod.Size = UDim2.new(0, 65, 0, 16)
  333. phantommod.Font = Enum.Font.GothamSemibold
  334. phantommod.Text = "Phantom Mod"
  335. phantommod.TextColor3 = Color3.new(1, 1, 1)
  336. phantommod.TextScaled = true
  337. phantommod.TextSize = 14
  338. phantommod.TextWrapped = true
  339.  
  340. voltronmod.Name = "voltronmod"
  341. voltronmod.Parent = gunmodssss
  342. voltronmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  343. voltronmod.BorderColor3 = Color3.new(1, 1, 1)
  344. voltronmod.Position = UDim2.new(0.154583335, 0, 0.746965945, 0)
  345. voltronmod.Size = UDim2.new(0, 65, 0, 16)
  346. voltronmod.Font = Enum.Font.GothamSemibold
  347. voltronmod.Text = "Voltron Mod"
  348. voltronmod.TextColor3 = Color3.new(1, 1, 1)
  349. voltronmod.TextScaled = true
  350. voltronmod.TextSize = 14
  351. voltronmod.TextWrapped = true
  352.  
  353. frostmod.Name = "frostmod"
  354. frostmod.Parent = gunmodssss
  355. frostmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  356. frostmod.BorderColor3 = Color3.new(1, 1, 1)
  357. frostmod.Position = UDim2.new(0.154583335, 0, 0.812955797, 0)
  358. frostmod.Size = UDim2.new(0, 65, 0, 16)
  359. frostmod.Font = Enum.Font.GothamSemibold
  360. frostmod.Text = "Frostbite Mod"
  361. frostmod.TextColor3 = Color3.new(1, 1, 1)
  362. frostmod.TextScaled = true
  363. frostmod.TextSize = 14
  364. frostmod.TextWrapped = true
  365.  
  366. akmod.Name = "akmod"
  367. akmod.Parent = gunmodssss
  368. akmod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  369. akmod.BorderColor3 = Color3.new(1, 1, 1)
  370. akmod.Position = UDim2.new(0.173645824, 0, 0.876407564, 0)
  371. akmod.Size = UDim2.new(0, 65, 0, 16)
  372. akmod.Font = Enum.Font.GothamSemibold
  373. akmod.Text = "AK47 Mod"
  374. akmod.TextColor3 = Color3.new(1, 1, 1)
  375. akmod.TextScaled = true
  376. akmod.TextSize = 14
  377. akmod.TextWrapped = true
  378.  
  379. grenademod.Name = "grenademod"
  380. grenademod.Parent = gunmodssss
  381. grenademod.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  382. grenademod.BorderColor3 = Color3.new(1, 1, 1)
  383. grenademod.Position = UDim2.new(0.173645824, 0, 0.939859331, 0)
  384. grenademod.Size = UDim2.new(0, 65, 0, 16)
  385. grenademod.Font = Enum.Font.GothamSemibold
  386. grenademod.Text = "Grenade Mod"
  387. grenademod.TextColor3 = Color3.new(1, 1, 1)
  388. grenademod.TextScaled = true
  389. grenademod.TextSize = 14
  390. grenademod.TextWrapped = true
  391.  
  392. title.Name = "title"
  393. title.Parent = MadFrame
  394. title.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  395. title.BorderSizePixel = 2
  396. title.Position = UDim2.new(0, 0, -0.255046338, 0)
  397. title.Size = UDim2.new(0, 384, 0, 50)
  398. title.Font = Enum.Font.GothamSemibold
  399. title.Text = "Mad City GUI By Neb#7444"
  400. title.TextColor3 = Color3.new(1, 1, 1)
  401. title.TextScaled = true
  402. title.TextSize = 14
  403. title.TextWrapped = true
  404.  
  405. teleportslabrl.Name = "teleportslabrl"
  406. teleportslabrl.Parent = MadFrame
  407. teleportslabrl.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  408. teleportslabrl.BorderColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  409. teleportslabrl.Position = UDim2.new(0.739583433, 0, 0, 0)
  410. teleportslabrl.Size = UDim2.new(0, 100, 0, 25)
  411. teleportslabrl.Font = Enum.Font.GothamSemibold
  412. teleportslabrl.Text = "Teleports"
  413. teleportslabrl.TextColor3 = Color3.new(1, 1, 1)
  414. teleportslabrl.TextSize = 14
  415. teleportslabrl.TextStrokeColor3 = Color3.new(1, 1, 1)
  416.  
  417. functonlabel.Name = "functonlabel"
  418. functonlabel.Parent = MadFrame
  419. functonlabel.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  420. functonlabel.BorderColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  421. functonlabel.Size = UDim2.new(0, 184, 0, 25)
  422. functonlabel.Font = Enum.Font.GothamSemibold
  423. functonlabel.Text = "Functions"
  424. functonlabel.TextColor3 = Color3.new(1, 1, 1)
  425. functonlabel.TextSize = 14
  426. functonlabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  427.  
  428. tpto.Name = "tpto"
  429. tpto.Parent = MadFrame
  430. tpto.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  431. tpto.BorderColor3 = Color3.new(1, 1, 1)
  432. tpto.Position = UDim2.new(0.177812502, 0, 0.57945329, 0)
  433. tpto.Size = UDim2.new(0, 65, 0, 16)
  434. tpto.Font = Enum.Font.GothamSemibold
  435. tpto.Text = "Teleport"
  436. tpto.TextColor3 = Color3.new(1, 1, 1)
  437. tpto.TextScaled = true
  438. tpto.TextSize = 14
  439. tpto.TextWrapped = true
  440.  
  441. tpBOX.Name = "tpBOX"
  442. tpBOX.Parent = MadFrame
  443. tpBOX.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  444. tpBOX.Position = UDim2.new(0.0736458302, 0, 0.457625866, 0)
  445. tpBOX.Size = UDim2.new(0, 146, 0, 16)
  446. tpBOX.Font = Enum.Font.GothamSemibold
  447. tpBOX.PlaceholderText = "Enter Username Here..."
  448. tpBOX.Text = ""
  449. tpBOX.TextColor3 = Color3.new(0, 0, 0)
  450. tpBOX.TextScaled = true
  451. tpBOX.TextSize = 14
  452. tpBOX.TextWrapped = true
  453.  
  454. gravity.Name = "gravity"
  455. gravity.Parent = MadFrame
  456. gravity.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  457. gravity.BorderColor3 = Color3.new(1, 1, 1)
  458. gravity.Position = UDim2.new(0.28458333, 0, 0.188590318, 0)
  459. gravity.Size = UDim2.new(0, 65, 0, 16)
  460. gravity.Font = Enum.Font.GothamSemibold
  461. gravity.Text = "Gravity: OFF"
  462. gravity.TextColor3 = Color3.new(1, 1, 1)
  463. gravity.TextScaled = true
  464. gravity.TextSize = 14
  465. gravity.TextWrapped = true
  466.  
  467. gunmodlabel.Name = "gunmodlabel"
  468. gunmodlabel.Parent = MadFrame
  469. gunmodlabel.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  470. gunmodlabel.BorderColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  471. gunmodlabel.Position = UDim2.new(0.479166776, 0, 0, 0)
  472. gunmodlabel.Size = UDim2.new(0, 100, 0, 25)
  473. gunmodlabel.Font = Enum.Font.GothamSemibold
  474. gunmodlabel.Text = "Weapon Mod"
  475. gunmodlabel.TextColor3 = Color3.new(1, 1, 1)
  476. gunmodlabel.TextSize = 14
  477. gunmodlabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  478.  
  479. emoteunlock.Name = "emoteunlock"
  480. emoteunlock.Parent = MadFrame
  481. emoteunlock.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  482. emoteunlock.BorderColor3 = Color3.new(1, 1, 1)
  483. emoteunlock.Position = UDim2.new(0.0736458451, 0, 0.188590348, 0)
  484. emoteunlock.Size = UDim2.new(0, 65, 0, 16)
  485. emoteunlock.Font = Enum.Font.GothamSemibold
  486. emoteunlock.Text = "Unlock All Emotes"
  487. emoteunlock.TextColor3 = Color3.new(1, 1, 1)
  488. emoteunlock.TextScaled = true
  489. emoteunlock.TextSize = 14
  490. emoteunlock.TextWrapped = true
  491.  
  492. audioBOX.Name = "audioBOX"
  493. audioBOX.Parent = MadFrame
  494. audioBOX.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  495. audioBOX.Position = UDim2.new(0.0736458302, 0, 0.696204543, 0)
  496. audioBOX.Size = UDim2.new(0, 146, 0, 16)
  497. audioBOX.Font = Enum.Font.GothamSemibold
  498. audioBOX.PlaceholderText = "Enter Audio ID Here..."
  499. audioBOX.Text = ""
  500. audioBOX.TextColor3 = Color3.new(0, 0, 0)
  501. audioBOX.TextScaled = true
  502. audioBOX.TextSize = 14
  503. audioBOX.TextWrapped = true
  504.  
  505. audio.Name = "audio"
  506. audio.Parent = MadFrame
  507. audio.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  508. audio.BorderColor3 = Color3.new(1, 1, 1)
  509. audio.Position = UDim2.new(0.177812502, 0, 0.828184247, 0)
  510. audio.Size = UDim2.new(0, 65, 0, 16)
  511. audio.Font = Enum.Font.GothamSemibold
  512. audio.Text = "Play Vehicle Radio"
  513. audio.TextColor3 = Color3.new(1, 1, 1)
  514. audio.TextScaled = true
  515. audio.TextSize = 14
  516. audio.TextWrapped = true
  517.  
  518. gamepassunlock.Name = "gamepassunlock"
  519. gamepassunlock.Parent = MadFrame
  520. gamepassunlock.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  521. gamepassunlock.BorderColor3 = Color3.new(1, 1, 1)
  522. gamepassunlock.Position = UDim2.new(0.0736458451, 0, 0.325646192, 0)
  523. gamepassunlock.Size = UDim2.new(0, 65, 0, 16)
  524. gamepassunlock.Font = Enum.Font.GothamSemibold
  525. gamepassunlock.Text = "Unlock Gamepasses"
  526. gamepassunlock.TextColor3 = Color3.new(1, 1, 1)
  527. gamepassunlock.TextScaled = true
  528. gamepassunlock.TextSize = 14
  529. gamepassunlock.TextWrapped = true
  530.  
  531. ctrltp.Name = "ctrltp"
  532. ctrltp.Parent = MadFrame
  533. ctrltp.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  534. ctrltp.BorderColor3 = Color3.new(1, 1, 1)
  535. ctrltp.Position = UDim2.new(0.28458333, 0, 0.315493882, 0)
  536. ctrltp.Size = UDim2.new(0, 65, 0, 16)
  537. ctrltp.Font = Enum.Font.GothamSemibold
  538. ctrltp.Text = "Ctrl TP"
  539. ctrltp.TextColor3 = Color3.new(1, 1, 1)
  540. ctrltp.TextScaled = true
  541. ctrltp.TextSize = 14
  542. ctrltp.TextWrapped = true
  543.  
  544. openclose.Name = "openclose"
  545. openclose.Parent = MadCityGui
  546. openclose.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  547. openclose.BorderSizePixel = 2
  548. openclose.Position = UDim2.new(0.723486066, 0, 0.904224277, 0)
  549. openclose.Size = UDim2.new(0, 187, 0, 48)
  550. openclose.Font = Enum.Font.GothamSemibold
  551. openclose.Text = "< Open >"
  552. openclose.TextColor3 = Color3.new(1, 1, 1)
  553. openclose.TextScaled = true
  554. openclose.TextSize = 14
  555. openclose.TextWrapped = true
  556. -- Scripts:
  557. function SCRIPT_BRQU82_FAKESCRIPT() -- Bank.Script
  558.     getfenv().script = Instance.new('Script', Bank)
  559.  
  560.     local bank = script.Parent
  561.    
  562.     bank.MouseButton1Click:Connect(function()
  563.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(690.11553955078,24.889343261719,446.09664916992)
  564.     end)
  565.  
  566. end
  567. coroutine.resume(coroutine.create(SCRIPT_BRQU82_FAKESCRIPT))
  568. function SCRIPT_TBYV75_FAKESCRIPT() -- Jewel.Script
  569.     getfenv().script = Instance.new('Script', Jewel)
  570.  
  571.     local jew = script.Parent
  572.    
  573.     jew.MouseButton1Click:Connect(function()
  574.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-93,85.43,780)
  575.     end)
  576.  
  577. end
  578. coroutine.resume(coroutine.create(SCRIPT_TBYV75_FAKESCRIPT))
  579. function SCRIPT_NPLW90_FAKESCRIPT() -- Casino.Script
  580.     getfenv().script = Instance.new('Script', Casino)
  581.  
  582.     local casino = script.Parent
  583.     casino.MouseButton1Click:Connect(function()
  584.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1779.7911376953,24.738931655884,685.00677490234)
  585.     end)
  586.  
  587. end
  588. coroutine.resume(coroutine.create(SCRIPT_NPLW90_FAKESCRIPT))
  589. function SCRIPT_QZUQ71_FAKESCRIPT() -- Gunstore.Script
  590.     getfenv().script = Instance.new('Script', Gunstore)
  591.  
  592.     local gunstore = script.Parent
  593.    
  594.     gunstore.MouseButton1Click:Connect(function()
  595.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1619.1705322266,41.934741973877,684.16217041016)
  596.     end)
  597.  
  598. end
  599. coroutine.resume(coroutine.create(SCRIPT_QZUQ71_FAKESCRIPT))
  600. function SCRIPT_HHZU74_FAKESCRIPT() -- ship.Script
  601.     getfenv().script = Instance.new('Script', ship)
  602.  
  603.     local ship = script.Parent
  604.    
  605.     ship.MouseButton1Click:Connect(function()
  606.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2416,24.8,270.13)
  607.     end)
  608.  
  609. end
  610. coroutine.resume(coroutine.create(SCRIPT_HHZU74_FAKESCRIPT))
  611. function SCRIPT_VRCP82_FAKESCRIPT() -- Garage.Script
  612.     getfenv().script = Instance.new('Script', Garage)
  613.  
  614.     local gar = script.Parent
  615.    
  616.     gar.MouseButton1Click:Connect(function()
  617.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231.40872192383,24.549949645996,-493.32705688477)
  618.     end)
  619.  
  620. end
  621. coroutine.resume(coroutine.create(SCRIPT_VRCP82_FAKESCRIPT))
  622. function SCRIPT_DEPQ78_FAKESCRIPT() -- crimbase.Script
  623.     getfenv().script = Instance.new('Script', crimbase)
  624.  
  625.     local crim = script.Parent
  626.    
  627.     crim.MouseButton1Click:Connect(function()
  628.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2036.802,24.23,455.75)
  629.     end)
  630.  
  631. end
  632. coroutine.resume(coroutine.create(SCRIPT_DEPQ78_FAKESCRIPT))
  633. function SCRIPT_QEZK83_FAKESCRIPT() -- Police.Script
  634.     getfenv().script = Instance.new('Script', Police)
  635.  
  636.     local pol = script.Parent
  637.     pol.MouseButton1Click:Connect(function()
  638.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-993.44,54.33,-2938.27)
  639.     end)
  640.    
  641.  
  642. end
  643. coroutine.resume(coroutine.create(SCRIPT_QEZK83_FAKESCRIPT))
  644. function SCRIPT_FQTH66_FAKESCRIPT() -- Hero.Script
  645.     getfenv().script = Instance.new('Script', Hero)
  646.  
  647.     local hero = script.Parent
  648.    
  649.     hero.MouseButton1Click:Connect(function()
  650.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1706.74,85.2,1533.5)
  651.     end)
  652.    
  653.  
  654. end
  655. coroutine.resume(coroutine.create(SCRIPT_FQTH66_FAKESCRIPT))
  656. function SCRIPT_FAEN87_FAKESCRIPT() -- club.Script
  657.     getfenv().script = Instance.new('Script', club)
  658.  
  659.     local hero = script.Parent
  660.    
  661.     hero.MouseButton1Click:Connect(function()
  662.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1287,24,31.3)
  663.     end)
  664.    
  665.  
  666. end
  667. coroutine.resume(coroutine.create(SCRIPT_FAEN87_FAKESCRIPT))
  668. function SCRIPT_ZBAG89_FAKESCRIPT() -- airport.Script
  669.     getfenv().script = Instance.new('Script', airport)
  670.  
  671.     local hero = script.Parent
  672.    
  673.     hero.MouseButton1Click:Connect(function()
  674.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2131,27.17,-1404)
  675.     end)
  676.    
  677.  
  678. end
  679. coroutine.resume(coroutine.create(SCRIPT_ZBAG89_FAKESCRIPT))
  680. function SCRIPT_CWVS74_FAKESCRIPT() -- MadFrame.Script
  681.     getfenv().script = Instance.new('Script', MadFrame)
  682.  
  683.    
  684.     script.Parent.Active = true
  685.     script.Parent.Draggable = true
  686.     script.Parent.Visible = false
  687.    
  688.  
  689. end
  690. coroutine.resume(coroutine.create(SCRIPT_CWVS74_FAKESCRIPT))
  691. function SCRIPT_BMMB72_FAKESCRIPT() -- MPMod.Script
  692.     getfenv().script = Instance.new('Script', MPMod)
  693.  
  694.     local ak4 = script.Parent
  695.    
  696.     ak4.MouseButton1Click:Connect(function()
  697.     local backpack = game.Players.LocalPlayer.Backpack
  698.     local gun      = backpack['MP5']
  699.     local ss       = gun['RifleScript']
  700.     for i          = 1,35 do
  701.     ss:Clone().Parent = gun
  702.     end
  703.     end)
  704.  
  705. end
  706. coroutine.resume(coroutine.create(SCRIPT_BMMB72_FAKESCRIPT))
  707. function SCRIPT_SIWD71_FAKESCRIPT() -- tecmod.Script
  708.     getfenv().script = Instance.new('Script', tecmod)
  709.  
  710.     local tec = script.Parent
  711.    
  712.     tec.MouseButton1Click:Connect(function()
  713.     local backpack = game.Players.LocalPlayer.Backpack
  714.     local gun      = backpack['TEC9']
  715.     local ss       = gun['PistolScript']
  716.     for i          = 1,35 do
  717.     ss:Clone().Parent = gun
  718.     end
  719.     end)
  720.  
  721. end
  722. coroutine.resume(coroutine.create(SCRIPT_SIWD71_FAKESCRIPT))
  723. function SCRIPT_XMIA72_FAKESCRIPT() -- shotgunmode.Script
  724.     getfenv().script = Instance.new('Script', shotgunmode)
  725.  
  726.     local ask4 = script.Parent
  727.    
  728.     ask4.MouseButton1Click:Connect(function()
  729.     local backpack = game.Players.LocalPlayer.Backpack
  730.     local gun      = backpack['Shotgun']
  731.     local ss       = gun['ShotgunScript']
  732.     for i          = 1,5 do
  733.     ss:Clone().Parent = gun
  734.     end
  735.     end)
  736.  
  737. end
  738. coroutine.resume(coroutine.create(SCRIPT_XMIA72_FAKESCRIPT))
  739. function SCRIPT_OUJX87_FAKESCRIPT() -- pistolmod.Script
  740.     getfenv().script = Instance.new('Script', pistolmod)
  741.  
  742.     local assk4 = script.Parent
  743.    
  744.     assk4.MouseButton1Click:Connect(function()
  745.     local backpack = game.Players.LocalPlayer.Backpack
  746.     local gun      = backpack['Pistol']
  747.     local ss       = gun['PistolScript']
  748.     for i          = 1,17 do
  749.     ss:Clone().Parent = gun
  750.     end
  751.     end)
  752.  
  753. end
  754. coroutine.resume(coroutine.create(SCRIPT_OUJX87_FAKESCRIPT))
  755. function SCRIPT_BZLI73_FAKESCRIPT() -- batonmod.Script
  756.     getfenv().script = Instance.new('Script', batonmod)
  757.  
  758.     local assk4 = script.Parent
  759.    
  760.     assk4.MouseButton1Click:Connect(function()
  761.     local backpack = game.Players.LocalPlayer.Backpack
  762.     local gun      = backpack['Baton']
  763.     local ss       = gun['MeleeScript']
  764.     for i          = 1,10 do
  765.     ss:Clone().Parent = gun
  766.     end
  767.     end)
  768.  
  769. end
  770. coroutine.resume(coroutine.create(SCRIPT_BZLI73_FAKESCRIPT))
  771. function SCRIPT_JFBU80_FAKESCRIPT() -- snipermod.Script
  772.     getfenv().script = Instance.new('Script', snipermod)
  773.  
  774.     local ak47 = script.Parent
  775.    
  776.     ak47.MouseButton1Click:Connect(function()
  777.     local backpack = game.Players.LocalPlayer.Backpack
  778.     local gun      = backpack['Sniper']
  779.     local ss       = gun['RifleScript']
  780.     for i          = 1,5 do
  781.     ss:Clone().Parent = gun
  782.     end
  783.     end)
  784.  
  785. end
  786. coroutine.resume(coroutine.create(SCRIPT_JFBU80_FAKESCRIPT))
  787. function SCRIPT_YPFS80_FAKESCRIPT() -- spasmod.Script
  788.     getfenv().script = Instance.new('Script', spasmod)
  789.  
  790.     local ak47 = script.Parent
  791.    
  792.     ak47.MouseButton1Click:Connect(function()
  793.     local backpack = game.Players.LocalPlayer.Backpack
  794.     local gun      = backpack['SPAS']
  795.     local ss       = gun['ShotgunScript']
  796.     for i          = 1,3 do
  797.     ss:Clone().Parent = gun
  798.     end
  799.     end)
  800.  
  801. end
  802. coroutine.resume(coroutine.create(SCRIPT_YPFS80_FAKESCRIPT))
  803. function SCRIPT_ULGF72_FAKESCRIPT() -- protonmod.Script
  804.     getfenv().script = Instance.new('Script', protonmod)
  805.  
  806.     local assk4 = script.Parent
  807.    
  808.     assk4.MouseButton1Click:Connect(function()
  809.     local backpack = game.Players.LocalPlayer.Backpack
  810.     local gun      = backpack['Laser Beam']
  811.     local ss       = gun['PowerScript']
  812.     for i          = 1,35 do
  813.     ss:Clone().Parent = gun
  814.     end
  815.     end)
  816.  
  817. end
  818. coroutine.resume(coroutine.create(SCRIPT_ULGF72_FAKESCRIPT))
  819. function SCRIPT_WYEN87_FAKESCRIPT() -- infernomopd.Script
  820.     getfenv().script = Instance.new('Script', infernomopd)
  821.  
  822.     local assk4 = script.Parent
  823.    
  824.     assk4.MouseButton1Click:Connect(function()
  825.     local backpack = game.Players.LocalPlayer.Backpack
  826.     local gun      = backpack['Fire Ball']
  827.     local ss       = gun['PowerScript']
  828.     for i          = 1,35 do
  829.     ss:Clone().Parent = gun
  830.     end
  831.     end)
  832.  
  833. end
  834. coroutine.resume(coroutine.create(SCRIPT_WYEN87_FAKESCRIPT))
  835. function SCRIPT_SJGG83_FAKESCRIPT() -- vantamod.Script
  836.     getfenv().script = Instance.new('Script', vantamod)
  837.  
  838.     local assk4 = script.Parent
  839.    
  840.     assk4.MouseButton1Click:Connect(function()
  841.     local backpack = game.Players.LocalPlayer.Backpack
  842.     local gun      = backpack['Dark Energy']
  843.     local ss       = gun['PowerScript']
  844.     for i          = 1,35 do
  845.     ss:Clone().Parent = gun
  846.     end
  847.     end)
  848.  
  849. end
  850. coroutine.resume(coroutine.create(SCRIPT_SJGG83_FAKESCRIPT))
  851. function SCRIPT_ETCE86_FAKESCRIPT() -- phantommod.Script
  852.     getfenv().script = Instance.new('Script', phantommod)
  853.  
  854.     local assk4 = script.Parent
  855.    
  856.     assk4.MouseButton1Click:Connect(function()
  857.     local backpack = game.Players.LocalPlayer.Backpack
  858.     local gun      = backpack['Phantom']
  859.     local ss       = gun['PowerScript']
  860.     for i          = 1,35 do
  861.     ss:Clone().Parent = gun
  862.     end
  863.     end)
  864.  
  865. end
  866. coroutine.resume(coroutine.create(SCRIPT_ETCE86_FAKESCRIPT))
  867. function SCRIPT_NQGR76_FAKESCRIPT() -- voltronmod.Script
  868.     getfenv().script = Instance.new('Script', voltronmod)
  869.  
  870.     local assk4 = script.Parent
  871.    
  872.     assk4.MouseButton1Click:Connect(function()
  873.     local backpack = game.Players.LocalPlayer.Backpack
  874.     local gun      = backpack['Electricity']
  875.     local ss       = gun['PowerScript']
  876.     for i          = 1,35 do
  877.     ss:Clone().Parent = gun
  878.     end
  879.     end)
  880.  
  881. end
  882. coroutine.resume(coroutine.create(SCRIPT_NQGR76_FAKESCRIPT))
  883. function SCRIPT_CPTU86_FAKESCRIPT() -- frostmod.Script
  884.     getfenv().script = Instance.new('Script', frostmod)
  885.  
  886.     local assk4 = script.Parent
  887.    
  888.     assk4.MouseButton1Click:Connect(function()
  889.     local backpack = game.Players.LocalPlayer.Backpack
  890.     local gun      = backpack['Frost']
  891.     local ss       = gun['PowerScript']
  892.     for i          = 1,35 do
  893.     ss:Clone().Parent = gun
  894.     end
  895.     end)
  896.  
  897. end
  898. coroutine.resume(coroutine.create(SCRIPT_CPTU86_FAKESCRIPT))
  899. function SCRIPT_TYXI90_FAKESCRIPT() -- akmod.Script
  900.     getfenv().script = Instance.new('Script', akmod)
  901.  
  902.     local ak47 = script.Parent
  903.    
  904.     ak47.MouseButton1Click:Connect(function()
  905.     local backpack = game.Players.LocalPlayer.Backpack
  906.     local gun      = backpack['AK47']
  907.     local ss       = gun['RifleScript']
  908.     for i          = 1,35 do
  909.     ss:Clone().Parent = gun
  910.     end
  911.     end)
  912.  
  913. end
  914. coroutine.resume(coroutine.create(SCRIPT_TYXI90_FAKESCRIPT))
  915. function SCRIPT_QVGN86_FAKESCRIPT() -- grenademod.Script
  916.     getfenv().script = Instance.new('Script', grenademod)
  917.  
  918.     local ak4s7 = script.Parent
  919.    
  920.     ak4s7.MouseButton1Click:Connect(function()
  921.     local backpack = game.Players.LocalPlayer.Backpack
  922.     local gun      = backpack['Grenade']
  923.     local ss       = gun['GrenadeScript']
  924.     for i          = 1,10 do
  925.     ss:Clone().Parent = gun
  926.     end
  927.     end)
  928.  
  929. end
  930. coroutine.resume(coroutine.create(SCRIPT_QVGN86_FAKESCRIPT))
  931. function SCRIPT_GBFX85_FAKESCRIPT() -- tpto.Script
  932.     getfenv().script = Instance.new('Script', tpto)
  933.  
  934.     local tpto = script.Parent
  935.    
  936.     tpto.MouseButton1Click:Connect(function()
  937.         local victim = game.Players:FindFirstChild(tpto.Parent.tpBOX.Text)
  938.         local aaa = victim.Character.HumanoidRootPart.CFrame
  939.        
  940.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = aaa
  941.     end)
  942.  
  943. end
  944. coroutine.resume(coroutine.create(SCRIPT_GBFX85_FAKESCRIPT))
  945. function SCRIPT_MHXY77_FAKESCRIPT() -- gravity.Script
  946.     getfenv().script = Instance.new('Script', gravity)
  947.  
  948.     local grav = script.Parent
  949.     gr = true
  950.     grav.MouseButton1Click:Connect(function()
  951.         if gr == true then
  952.             gr = false
  953.             game.workspace.Gravity = 195
  954.             grav.Text = "Gravity: OFF"
  955.         else
  956.             gr = true
  957.             game.workspace.Gravity = 45
  958.             grav.Text = "Gravity: ON"
  959.         end
  960.     end)
  961.  
  962. end
  963. coroutine.resume(coroutine.create(SCRIPT_MHXY77_FAKESCRIPT))
  964. function SCRIPT_YLAP74_FAKESCRIPT() -- emoteunlock.Script
  965.     getfenv().script = Instance.new('Script', emoteunlock)
  966.  
  967.     local tdpto = script.Parent
  968.    
  969.     tdpto.MouseButton1Click:Connect(function()
  970.     game.Players.LocalPlayer.Name = "nic10telf"
  971.     game.Players.LocalPlayer.Character.Head:Destroy()
  972.     game.Players.LocalPlayer.Character.HumanoidRootPart.Changed:connect(function ()
  973.     game.Players.LocalPlayer.Name = "nic10telf"
  974.     print(game.Players.LocalPlayer.Name)
  975.     end)
  976.     end)
  977.  
  978. end
  979. coroutine.resume(coroutine.create(SCRIPT_YLAP74_FAKESCRIPT))
  980. function SCRIPT_YBOM67_FAKESCRIPT() -- audio.Script
  981.     getfenv().script = Instance.new('Script', audio)
  982.  
  983.     local audio = script.Parent
  984.    
  985.     audio.MouseButton1Click:Connect(function()
  986.         local AudioId = audio.Parent.audioBOX.Text
  987.     local Player = game:GetService("Players").LocalPlayer
  988.     local TheEvent = game:GetService("ReplicatedStorage").Event
  989.     TheEvent:FireServer("PlayRadio", workspace.ObjectSelection[Player.Name .. "'s Vehicle"].Chassis, AudioId)
  990.     --Made by Booted and Fist
  991.     --Improved by Lord Ulbert Alain Odle#1337(BlackHatHelper)
  992.     end)
  993.  
  994. end
  995. coroutine.resume(coroutine.create(SCRIPT_YBOM67_FAKESCRIPT))
  996. function SCRIPT_LQMT82_FAKESCRIPT() -- gamepassunlock.Script
  997.     getfenv().script = Instance.new('Script', gamepassunlock)
  998.  
  999.     local tdpto = script.Parent
  1000.    
  1001.     tdpto.MouseButton1Click:Connect(function()
  1002.     local gamepasses = {5275404, 5275406, 5275408, 5283883, 5285945, 5786950,5945566,5981868}
  1003.     for _,v in next, gamepasses do
  1004.        if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  1005.            local l = Instance.new("BoolValue", game.Players.LocalPlayer)
  1006.            l.Name = tostring(v)
  1007.            l.Value = true
  1008.        end
  1009.     end
  1010.     end)
  1011.  
  1012. end
  1013. coroutine.resume(coroutine.create(SCRIPT_LQMT82_FAKESCRIPT))
  1014. function SCRIPT_BUFO89_FAKESCRIPT() -- ctrltp.Script
  1015.     getfenv().script = Instance.new('Script', ctrltp)
  1016.  
  1017.     local tpt = script.Parent
  1018.    
  1019.     tpt.MouseButton1Click:Connect(function()
  1020.         local Imput = game:GetService("UserInputService")
  1021.     local Plr = game.Players.LocalPlayer
  1022.     local Mouse = Plr:GetMouse()
  1023.    
  1024.     function To(position)
  1025.        local Chr = Plr.Character
  1026.        if Chr ~= nil then
  1027.            Chr:MoveTo(position)
  1028.        end
  1029.     end
  1030.    
  1031.     Imput.InputBegan:Connect(function(input)
  1032.        if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  1033.            To(Mouse.Hit.p)
  1034.        end
  1035.     end)
  1036.     end)
  1037.  
  1038. end
  1039. coroutine.resume(coroutine.create(SCRIPT_BUFO89_FAKESCRIPT))
  1040. function SCRIPT_LGOZ70_FAKESCRIPT() -- openclose.Script
  1041.     getfenv().script = Instance.new('Script', openclose)
  1042.  
  1043.     local budt = script.Parent
  1044.     open = true
  1045.    
  1046.     budt.MouseButton1Click:Connect(function()
  1047.         if open == true then
  1048.             open = false
  1049.             budt.Parent.MadFrame.Visible = false
  1050.             budt.Text = "< Open >"
  1051.            
  1052.         else
  1053.             open = true
  1054.                 budt.Parent.MadFrame.Visible = true
  1055.             budt.Text = "< Close >"
  1056.             end
  1057.     end)
  1058.    
  1059.  
  1060. end
  1061. coroutine.resume(coroutine.create(SCRIPT_LGOZ70_FAKESCRIPT))
  1062. function SCRIPT_EXAS74_FAKESCRIPT() -- MadCityGui.Script
  1063.     getfenv().script = Instance.new('Script', MadCityGui)
  1064.  
  1065.     script.Parent.ResetOnSpawn = false
  1066.  
  1067. end
  1068. coroutine.resume(coroutine.create(SCRIPT_EXAS74_FAKESCRIPT))
Add Comment
Please, Sign In to add comment