Angkerscript

JustTest

Apr 11th, 2019
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.58 KB | None | 0 0
  1. -- Mady By:
  2. -- ANGKERSPLOIT
  3. local Madcity = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local main = Instance.new("Frame")
  7. local BeautyA = Instance.new("Frame")
  8. local BeautyB = Instance.new("Frame")
  9. local MadCityGUI = Instance.new("TextLabel")
  10. local ANGKERSPLOIT = Instance.new("TextLabel")
  11. local ScrollingFrameA = Instance.new("ScrollingFrame")
  12. local jewelry = Instance.new("TextButton")
  13. local bank = Instance.new("TextButton")
  14. local casino = Instance.new("TextButton")
  15. local nigthclub = Instance.new("TextButton")
  16. local pyramid = Instance.new("TextButton")
  17. local ScrollingFrameB = Instance.new("ScrollingFrame")
  18. local crim_b = Instance.new("TextButton")
  19. local police_b = Instance.new("TextButton")
  20. local jail_b = Instance.new("TextButton")
  21. local gun_s = Instance.new("TextButton")
  22. local garage = Instance.new("TextButton")
  23. local ScrollingFrameC = Instance.new("ScrollingFrame")
  24. local speed = Instance.new("TextButton")
  25. local giveguns = Instance.new("TextButton")
  26. local noclip = Instance.new("TextButton")
  27. local infityjump = Instance.new("TextButton")
  28. local Gravity = Instance.new("TextButton")
  29. local auto_a = Instance.new("TextButton")
  30. local Freehoverboard = Instance.new("TextButton")
  31. local FreeBanshee = Instance.new("TextButton")
  32. local BeautyC = Instance.new("Frame")
  33. local BeautyD = Instance.new("Frame")
  34. local Close = Instance.new("TextButton")
  35. --Properties:
  36. Madcity.Name = "Madcity"
  37. Madcity.Parent = game.CoreGui
  38.  
  39. OpenFrame.Name = "OpenFrame"
  40. OpenFrame.Parent = Madcity
  41. OpenFrame.Active = true
  42. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  43. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  44. OpenFrame.BorderSizePixel = 0
  45. OpenFrame.Position = UDim2.new(0, 0, 0.59392792, 0)
  46. OpenFrame.Size = UDim2.new(0, 97, 0, 46)
  47.  
  48. Open.Name = "Open"
  49. Open.Parent = OpenFrame
  50. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Open.BorderColor3 = Color3.new(0, 0, 0)
  52. Open.BorderSizePixel = 0
  53. Open.Position = UDim2.new(0, 0, 0.130434781, 0)
  54. Open.Size = UDim2.new(0, 97, 0, 34)
  55. Open.Font = Enum.Font.SciFi
  56. Open.Text = "Open"
  57. Open.TextColor3 = Color3.new(1, 1, 1)
  58. Open.TextSize = 30
  59. Open.MouseButton1Down:connect(function()
  60. main.Visible = true
  61. OpenFrame.Visible = false
  62. end)
  63.  
  64. main.Name = "main"
  65. main.Parent = Madcity
  66. main.Active = true
  67. main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  68. main.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  69. main.BorderSizePixel = 0
  70. main.Position = UDim2.new(0.236415625, 0, 0.201138526, 0)
  71. main.Size = UDim2.new(0, 552, 0, 314)
  72. main.Visible = false
  73. main.Draggable = true
  74.  
  75. BeautyA.Name = "BeautyA"
  76. BeautyA.Parent = main
  77. BeautyA.Active = true
  78. BeautyA.BackgroundColor3 = Color3.new(0, 0, 0)
  79. BeautyA.BorderColor3 = Color3.new(0, 0, 0)
  80. BeautyA.BorderSizePixel = 0
  81. BeautyA.Size = UDim2.new(0, 552, 0, 32)
  82.  
  83. BeautyB.Name = "BeautyB"
  84. BeautyB.Parent = main
  85. BeautyB.Active = true
  86. BeautyB.BackgroundColor3 = Color3.new(0, 0, 0)
  87. BeautyB.BorderColor3 = Color3.new(0, 0, 0)
  88. BeautyB.BorderSizePixel = 0
  89. BeautyB.Position = UDim2.new(0, 0, 0.89808917, 0)
  90. BeautyB.Size = UDim2.new(0, 552, 0, 32)
  91.  
  92. MadCityGUI.Name = "MadCity GUI"
  93. MadCityGUI.Parent = main
  94. MadCityGUI.Active = true
  95. MadCityGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  96. MadCityGUI.BorderColor3 = Color3.new(0, 0, 0)
  97. MadCityGUI.BorderSizePixel = 0
  98. MadCityGUI.Size = UDim2.new(0, 552, 0, 32)
  99. MadCityGUI.Font = Enum.Font.SciFi
  100. MadCityGUI.Text = "MadCity GUI"
  101. MadCityGUI.TextColor3 = Color3.new(1, 1, 1)
  102. MadCityGUI.TextSize = 30
  103.  
  104. ANGKERSPLOIT.Name = "ANGKERSPLOIT"
  105. ANGKERSPLOIT.Parent = main
  106. ANGKERSPLOIT.BackgroundColor3 = Color3.new(0, 0, 0)
  107. ANGKERSPLOIT.BorderColor3 = Color3.new(0, 0, 0)
  108. ANGKERSPLOIT.Position = UDim2.new(0, 0, 0.89808917, 0)
  109. ANGKERSPLOIT.Size = UDim2.new(0, 552, 0, 32)
  110. ANGKERSPLOIT.Font = Enum.Font.SciFi
  111. ANGKERSPLOIT.Text = "ANGKERSPLOIT"
  112. ANGKERSPLOIT.TextColor3 = Color3.new(1, 1, 1)
  113. ANGKERSPLOIT.TextSize = 30
  114.  
  115. ScrollingFrameA.Name = "ScrollingFrameA"
  116. ScrollingFrameA.Parent = main
  117. ScrollingFrameA.Active = true
  118. ScrollingFrameA.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  119. ScrollingFrameA.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  120. ScrollingFrameA.BorderSizePixel = 0
  121. ScrollingFrameA.Position = UDim2.new(0.681159437, 0, 0.10191083, 0)
  122. ScrollingFrameA.Size = UDim2.new(0, 176, 0, 250)
  123.  
  124. jewelry.Name = "jewelry"
  125. jewelry.Parent = ScrollingFrameA
  126. jewelry.BackgroundColor3 = Color3.new(0, 0, 0)
  127. jewelry.BorderColor3 = Color3.new(0, 0, 0)
  128. jewelry.BorderSizePixel = 0
  129. jewelry.Position = UDim2.new(0.0340909101, 0, 0.00970700756, 0)
  130. jewelry.Size = UDim2.new(0, 151, 0, 48)
  131. jewelry.Font = Enum.Font.SciFi
  132. jewelry.Text = "Jewelry"
  133. jewelry.TextColor3 = Color3.new(1, 1, 1)
  134. jewelry.TextSize = 25
  135. jewelry.MouseButton1Click:connect(function()
  136. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-274, 29, 785)
  137. end)
  138.  
  139. bank.Name = "bank"
  140. bank.Parent = ScrollingFrameA
  141. bank.BackgroundColor3 = Color3.new(0, 0, 0)
  142. bank.BorderColor3 = Color3.new(0, 0, 0)
  143. bank.BorderSizePixel = 0
  144. bank.Position = UDim2.new(0.0340909101, 0, 0.111617833, 0)
  145. bank.Size = UDim2.new(0, 151, 0, 48)
  146. bank.Font = Enum.Font.SciFi
  147. bank.Text = "Bank"
  148. bank.TextColor3 = Color3.new(1, 1, 1)
  149. bank.TextSize = 25
  150. bank.MouseButton1Click:connect(function()
  151. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(758, 0, 478)
  152. end)
  153. casino.Name = "casino"
  154. casino.Parent = ScrollingFrameA
  155. casino.BackgroundColor3 = Color3.new(0, 0, 0)
  156. casino.BorderColor3 = Color3.new(0, 0, 0)
  157. casino.BorderSizePixel = 0
  158. casino.Position = UDim2.new(0.0340909101, 0, 0.210343957, 0)
  159. casino.Size = UDim2.new(0, 151, 0, 48)
  160. casino.Font = Enum.Font.SciFi
  161. casino.Text = "Casino"
  162. casino.TextColor3 = Color3.new(1, 1, 1)
  163. casino.TextSize = 25
  164. casino.MouseButton1Click:connect(function()
  165. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1660, 25, 525)
  166. end)
  167.  
  168. nigthclub.Name = "nigthclub"
  169. nigthclub.Parent = ScrollingFrameA
  170. nigthclub.BackgroundColor3 = Color3.new(0, 0, 0)
  171. nigthclub.BorderColor3 = Color3.new(0, 0, 0)
  172. nigthclub.BorderSizePixel = 0
  173. nigthclub.Position = UDim2.new(0.0340909101, 0, 0.310662448, 0)
  174. nigthclub.Size = UDim2.new(0, 151, 0, 48)
  175. nigthclub.Font = Enum.Font.SciFi
  176. nigthclub.Text = "Coming Soon"
  177. nigthclub.TextColor3 = Color3.new(1, 1, 1)
  178. nigthclub.TextSize = 25
  179.  
  180. pyramid.Name = "pyramid"
  181. pyramid.Parent = ScrollingFrameA
  182. pyramid.BackgroundColor3 = Color3.new(0, 0, 0)
  183. pyramid.BorderColor3 = Color3.new(0, 0, 0)
  184. pyramid.BorderSizePixel = 0
  185. pyramid.Position = UDim2.new(0.0340909101, 0, 0.409388572, 0)
  186. pyramid.Size = UDim2.new(0, 151, 0, 48)
  187. pyramid.Font = Enum.Font.SciFi
  188. pyramid.Text = "Coming Soon"
  189. pyramid.TextColor3 = Color3.new(1, 1, 1)
  190. pyramid.TextSize = 25
  191.  
  192. ScrollingFrameB.Name = "ScrollingFrameB"
  193. ScrollingFrameB.Parent = main
  194. ScrollingFrameB.Active = true
  195. ScrollingFrameB.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  196. ScrollingFrameB.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  197. ScrollingFrameB.BorderSizePixel = 0
  198. ScrollingFrameB.Position = UDim2.new(0.340579718, 0, 0.10191083, 0)
  199. ScrollingFrameB.Size = UDim2.new(0, 176, 0, 250)
  200.  
  201. crim_b.Name = "crim_b"
  202. crim_b.Parent = ScrollingFrameB
  203. crim_b.BackgroundColor3 = Color3.new(0, 0, 0)
  204. crim_b.BorderColor3 = Color3.new(0, 0, 0)
  205. crim_b.BorderSizePixel = 0
  206. crim_b.Position = UDim2.new(0.0340909101, 0, 0.00970700756, 0)
  207. crim_b.Size = UDim2.new(0, 151, 0, 48)
  208. crim_b.Font = Enum.Font.SciFi
  209. crim_b.Text = "Criminal Base"
  210. crim_b.TextColor3 = Color3.new(1, 1, 1)
  211. crim_b.TextSize = 25
  212. crim_b.MouseButton1Click:connect(function()
  213. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138, 25, 392)
  214. end)
  215.  
  216. police_b.Name = "police_b"
  217. police_b.Parent = ScrollingFrameB
  218. police_b.BackgroundColor3 = Color3.new(0, 0, 0)
  219. police_b.BorderColor3 = Color3.new(0, 0, 0)
  220. police_b.BorderSizePixel = 0
  221. police_b.Position = UDim2.new(0.0340909101, 0, 0.111617833, 0)
  222. police_b.Size = UDim2.new(0, 151, 0, 48)
  223. police_b.Font = Enum.Font.SciFi
  224. police_b.Text = "Police Base"
  225. police_b.TextColor3 = Color3.new(1, 1, 1)
  226. police_b.TextSize = 25
  227. police_b.MouseButton1Click:connect(function()
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-882.36700439453,53.278591156006,-2648.3139648438)
  229. end)
  230.  
  231. jail_b.Name = "jail_b"
  232. jail_b.Parent = ScrollingFrameB
  233. jail_b.BackgroundColor3 = Color3.new(0, 0, 0)
  234. jail_b.BorderColor3 = Color3.new(0, 0, 0)
  235. jail_b.BorderSizePixel = 0
  236. jail_b.Position = UDim2.new(0.0340909101, 0, 0.210343957, 0)
  237. jail_b.Size = UDim2.new(0, 151, 0, 48)
  238. jail_b.Font = Enum.Font.SciFi
  239. jail_b.Text = "Jail Base"
  240. jail_b.TextColor3 = Color3.new(1, 1, 1)
  241. jail_b.TextSize = 25
  242. jail_b.MouseButton1Click:connect(function()
  243. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1055, 52, -3083)
  244. end)
  245.  
  246. gun_s.Name = "gun_s"
  247. gun_s.Parent = ScrollingFrameB
  248. gun_s.BackgroundColor3 = Color3.new(0, 0, 0)
  249. gun_s.BorderColor3 = Color3.new(0, 0, 0)
  250. gun_s.BorderSizePixel = 0
  251. gun_s.Position = UDim2.new(0.0340909101, 0, 0.310662419, 0)
  252. gun_s.Size = UDim2.new(0, 151, 0, 48)
  253. gun_s.Font = Enum.Font.SciFi
  254. gun_s.Text = "Guns Shop"
  255. gun_s.TextColor3 = Color3.new(1, 1, 1)
  256. gun_s.TextSize = 25
  257. gun_s.MouseButton1Click:connect(function()
  258. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1652, 42, 678)
  259. end)
  260.  
  261. garage.Name = "garage"
  262. garage.Parent = ScrollingFrameB
  263. garage.BackgroundColor3 = Color3.new(0, 0, 0)
  264. garage.BorderColor3 = Color3.new(0, 0, 0)
  265. garage.BorderSizePixel = 0
  266. garage.Position = UDim2.new(0.0340909101, 0, 0.409388542, 0)
  267. garage.Size = UDim2.new(0, 151, 0, 48)
  268. garage.Font = Enum.Font.SciFi
  269. garage.Text = "Garage"
  270. garage.TextColor3 = Color3.new(1, 1, 1)
  271. garage.TextSize = 25
  272. garage.MouseButton1Click:connect(function()
  273. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231.40872192383,24.549949645996,-493.32705688477)
  274. end)
  275.  
  276. ScrollingFrameC.Name = "ScrollingFrameC"
  277. ScrollingFrameC.Parent = main
  278. ScrollingFrameC.Active = true
  279. ScrollingFrameC.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  280. ScrollingFrameC.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  281. ScrollingFrameC.BorderSizePixel = 0
  282. ScrollingFrameC.Position = UDim2.new(0, 0, 0.10191083, 0)
  283. ScrollingFrameC.Size = UDim2.new(0, 176, 0, 250)
  284.  
  285. speed.Name = "speed"
  286. speed.Parent = ScrollingFrameC
  287. speed.BackgroundColor3 = Color3.new(0, 0, 0)
  288. speed.BorderColor3 = Color3.new(0, 0, 0)
  289. speed.BorderSizePixel = 0
  290. speed.Position = UDim2.new(0.0340909101, 0, 0.00970700756, 0)
  291. speed.Size = UDim2.new(0, 151, 0, 48)
  292. speed.Font = Enum.Font.SciFi
  293. speed.Text = "WalkSpeed [X]"
  294. speed.TextColor3 = Color3.new(1, 1, 1)
  295. speed.TextSize = 23
  296. speed.MouseButton1Click:connect(function()
  297. local walkspeedplayer = game:GetService("Players").LocalPlayer
  298. local walkspeedmouse = walkspeedplayer:GetMouse()
  299.  
  300. local walkspeedenabled = false
  301.  
  302. function x_walkspeed(key)
  303. if (key == "x") then
  304. if walkspeedenabled == false then
  305. _G.WS = 120;
  306. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  307. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  308. Humanoid.WalkSpeed = _G.WS;
  309. end)
  310. Humanoid.WalkSpeed = _G.WS;
  311.  
  312. walkspeedenabled = true
  313. elseif walkspeedenabled == true then
  314. _G.WS = 45;
  315. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  316. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  317. Humanoid.WalkSpeed = _G.WS;
  318. end)
  319. Humanoid.WalkSpeed = _G.WS;
  320.  
  321. walkspeedenabled = false
  322. end
  323. end
  324. end
  325.  
  326. walkspeedmouse.KeyDown:connect(x_walkspeed)
  327.  
  328. end)
  329.  
  330.  
  331. giveguns.Name = "giveguns"
  332. giveguns.Parent = ScrollingFrameC
  333. giveguns.BackgroundColor3 = Color3.new(0, 0, 0)
  334. giveguns.BorderColor3 = Color3.new(0, 0, 0)
  335. giveguns.BorderSizePixel = 0
  336. giveguns.Position = UDim2.new(0.0340909101, 0, 0.111617833, 0)
  337. giveguns.Size = UDim2.new(0, 151, 0, 48)
  338. giveguns.Font = Enum.Font.SciFi
  339. giveguns.Text = "Get Guns"
  340. giveguns.TextColor3 = Color3.new(1, 1, 1)
  341. giveguns.TextSize = 25
  342. giveguns.MouseButton1Click:connect(function()
  343. local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  344.  
  345. local Arguments = {
  346.  
  347. }
  348.  
  349. Remote:FireServer(unpack(Arguments))
  350.  
  351.  
  352. local Remote = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  353.  
  354.  
  355. local Arguments = {
  356.  
  357. }
  358.  
  359. Remote:FireServer(unpack(Arguments))
  360.  
  361.  
  362. local Remote = game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']
  363.  
  364.  
  365. local Arguments = {
  366.  
  367. }
  368.  
  369. Remote:FireServer(unpack(Arguments))
  370.  
  371. local Remote = game.Workspace.ObjectSelection.Spoon.Spoon.Spoon['Event']
  372.  
  373.  
  374. local Arguments = {
  375.  
  376. }
  377.  
  378. Remote:FireServer(unpack(Arguments))
  379. end)
  380.  
  381.  
  382. noclip.Name = "noclip"
  383. noclip.Parent = ScrollingFrameC
  384. noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  385. noclip.BorderColor3 = Color3.new(0, 0, 0)
  386. noclip.BorderSizePixel = 0
  387. noclip.Position = UDim2.new(0.0340909101, 0, 0.210343957, 0)
  388. noclip.Size = UDim2.new(0, 151, 0, 48)
  389. noclip.Font = Enum.Font.SciFi
  390. noclip.Text = "NoClip [B]"
  391. noclip.TextColor3 = Color3.new(1, 1, 1)
  392. noclip.TextSize = 25
  393. noclip.MouseButton1Click:connect(function()
  394. local noclipplayer = game:GetService("Players").LocalPlayer
  395. local noclipmouse = noclipplayer:GetMouse()
  396.  
  397. local donoclip = false
  398. local noclip = false
  399.  
  400. function b_noclip(key)
  401. if (key == "b") then
  402. if noclip == false then
  403. donoclip = true
  404.  
  405. noclip = true
  406. elseif noclip == true then
  407. donoclip = false
  408.  
  409. noclip = false
  410. end
  411. end
  412. end
  413.  
  414. noclipmouse.KeyDown:connect(b_noclip)
  415.  
  416. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  417. if obj ~= workspace.Terrain then
  418. if donoclip == true then
  419. obj.CanCollide = false
  420. else
  421. obj.CanCollide = true
  422. end
  423. end
  424. end)
  425. end)
  426.  
  427.  
  428. infityjump.Name = "infityjump"
  429. infityjump.Parent = ScrollingFrameC
  430. infityjump.BackgroundColor3 = Color3.new(0, 0, 0)
  431. infityjump.BorderColor3 = Color3.new(0, 0, 0)
  432. infityjump.BorderSizePixel = 0
  433. infityjump.Position = UDim2.new(0.0340909101, 0, 0.310662419, 0)
  434. infityjump.Size = UDim2.new(0, 151, 0, 48)
  435. infityjump.Font = Enum.Font.SciFi
  436. infityjump.Text = "Inf Jump"
  437. infityjump.TextColor3 = Color3.new(1, 1, 1)
  438. infityjump.TextSize = 25
  439. infityjump.MouseButton1Click:connect(function()
  440. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  441. end)
  442.  
  443. Gravity.Name = "Gravity"
  444. Gravity.Parent = ScrollingFrameC
  445. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  446. Gravity.BorderColor3 = Color3.new(0, 0, 0)
  447. Gravity.BorderSizePixel = 0
  448. Gravity.Position = UDim2.new(0.0340909101, 0, 0.41098088, 0)
  449. Gravity.Size = UDim2.new(0, 151, 0, 48)
  450. Gravity.Font = Enum.Font.SciFi
  451. Gravity.Text = "Gravity"
  452. Gravity.TextColor3 = Color3.new(1, 1, 1)
  453. Gravity.TextSize = 25
  454. gravity.MouseButton1Click:connect(function()
  455. if gr == true then
  456. gr = false
  457. game.workspace.Gravity = 195
  458. gravity.Text = "Gravity [OFF]"
  459. else
  460. gr = true
  461. game.workspace.Gravity = 45
  462. gravity.Text = "Gravity [ON]"
  463. end
  464. end)
  465.  
  466. auto_a.Name = "auto_a"
  467. auto_a.Parent = ScrollingFrameC
  468. auto_a.BackgroundColor3 = Color3.new(0, 0, 0)
  469. auto_a.BorderColor3 = Color3.new(0, 0, 0)
  470. auto_a.BorderSizePixel = 0
  471. auto_a.Position = UDim2.new(0.0340909101, 0, 0.509706974, 0)
  472. auto_a.Size = UDim2.new(0, 151, 0, 48)
  473. auto_a.Font = Enum.Font.SciFi
  474. auto_a.Text = "Auto Arrest"
  475. auto_a.TextColor3 = Color3.new(1, 1, 1)
  476. auto_a.TextSize = 25
  477. auto_a.MouseButton1Click:connect(function()
  478. while wait() do
  479. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  480. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  481. for i,v in pairs(game.Players:GetChildren()) do
  482. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  483. wait(0.25)
  484. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  485. wait()
  486. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  487. end
  488. wait(0.25)
  489. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  490. game.Players.LocalPlayer.Character:BreakJoints()
  491. wait(20)
  492. end
  493. end)
  494.  
  495. Freehoverboard.Name = "Freehoverboard"
  496. Freehoverboard.Parent = ScrollingFrameC
  497. Freehoverboard.BackgroundColor3 = Color3.new(0, 0, 0)
  498. Freehoverboard.BorderColor3 = Color3.new(0, 0, 0)
  499. Freehoverboard.BorderSizePixel = 0
  500. Freehoverboard.Position = UDim2.new(0.0340909101, 0, 0.610025465, 0)
  501. Freehoverboard.Size = UDim2.new(0, 151, 0, 48)
  502. Freehoverboard.Font = Enum.Font.SciFi
  503. Freehoverboard.Text = "Free Hoverboard"
  504. Freehoverboard.TextColor3 = Color3.new(1, 1, 1)
  505. Freehoverboard.TextSize = 20
  506. Freehoverboard.MouseButton1Down:connect(function()
  507. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Hoverboard")
  508. end)
  509.  
  510. FreeBanshee.Name = "FreeBanshee"
  511. FreeBanshee.Parent = ScrollingFrameC
  512. FreeBanshee.BackgroundColor3 = Color3.new(0, 0, 0)
  513. FreeBanshee.BorderColor3 = Color3.new(0, 0, 0)
  514. FreeBanshee.BorderSizePixel = 0
  515. FreeBanshee.Position = UDim2.new(0.0340909101, 0, 0.710343957, 0)
  516. FreeBanshee.Size = UDim2.new(0, 151, 0, 48)
  517. FreeBanshee.Font = Enum.Font.SciFi
  518. FreeBanshee.Text = "Free Banshee"
  519. FreeBanshee.TextColor3 = Color3.new(1, 1, 1)
  520. FreeBanshee.TextSize = 25
  521. FreeBanshee.MouseButton1Down:connect(function()
  522. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Banshee")
  523.  
  524. end)
  525.  
  526. BeautyC.Name = "BeautyC"
  527. BeautyC.Parent = main
  528. BeautyC.Active = true
  529. BeautyC.BackgroundColor3 = Color3.new(0, 0, 0)
  530. BeautyC.BorderColor3 = Color3.new(0, 0, 0)
  531. BeautyC.BorderSizePixel = 0
  532. BeautyC.Position = UDim2.new(0.659420311, 0, 0.10191083, 0)
  533. BeautyC.Size = UDim2.new(0, 12, 0, 250)
  534.  
  535. BeautyD.Name = "BeautyD"
  536. BeautyD.Parent = main
  537. BeautyD.Active = true
  538. BeautyD.BackgroundColor3 = Color3.new(0, 0, 0)
  539. BeautyD.BorderColor3 = Color3.new(0, 0, 0)
  540. BeautyD.BorderSizePixel = 0
  541. BeautyD.Position = UDim2.new(0.318840593, 0, 0.10191083, 0)
  542. BeautyD.Size = UDim2.new(0, 12, 0, 250)
  543.  
  544. Close.Name = "Close"
  545. Close.Parent = main
  546. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  547. Close.BorderColor3 = Color3.new(0, 0, 0)
  548. Close.BorderSizePixel = 0
  549. Close.Position = UDim2.new(0.938405812, 0, 0, 0)
  550. Close.Size = UDim2.new(0, 34, 0, 32)
  551. Close.Font = Enum.Font.SciFi
  552. Close.Text = "X"
  553. Close.TextColor3 = Color3.new(1, 1, 1)
  554. Close.TextSize = 30
  555. Close.MouseButton1Down:connect(function()
  556. OpenFrame.Visible = true
  557. main.Visible = false
  558. end)
  559. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment