Advertisement
Anonymouse10101

(BONUS)MAD CITY SCRIPT

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