laurencessko

asdasd

May 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2. Title = "nice to see u there!",
  3. Text = "Join The Discord discord.gg/pmj9xBP."
  4. })
  5. -- Instances:
  6. local SpeedyDevs = Instance.new("ScreenGui")
  7. local main = Instance.new("ImageLabel")
  8. local credits = Instance.new("TextLabel")
  9. local header = Instance.new("Frame")
  10. local headers = Instance.new("TextLabel")
  11. local headerstuff = Instance.new("Frame")
  12. local headerpeddy = Instance.new("TextLabel")
  13. local closeuwu = Instance.new("ImageLabel")
  14. local b_teleport = Instance.new("TextButton")
  15. local b_autorob = Instance.new("TextButton")
  16. local b_infammo = Instance.new("TextButton")
  17. local b_stuff = Instance.new("TextButton")
  18. local b_xpfarm = Instance.new("TextButton")
  19. local b_autoarrest = Instance.new("TextButton")
  20. local tps = Instance.new("ImageLabel")
  21. local tpheaders = Instance.new("Frame")
  22. local tpheaderstuff = Instance.new("Frame")
  23. local tpheader = Instance.new("TextLabel")
  24. local b_coptp = Instance.new("TextButton")
  25. local b_crimtp = Instance.new("TextButton")
  26. --Properties:
  27. SpeedyDevs.Name = "SpeedyDevs"
  28. SpeedyDevs.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. SpeedyDevs.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30. SpeedyDevs.ResetOnSpawn = false
  31.  
  32. main.Name = "main"
  33. main.Parent = SpeedyDevs
  34. main.BackgroundColor3 = Color3.new(1, 1, 1)
  35. main.BackgroundTransparency = 1
  36. main.BorderColor3 = Color3.new(0.172549, 0.184314, 0.2)
  37. main.BorderSizePixel = 5
  38. main.Position = UDim2.new(0.0974833891, 0, 0.503685534, 0)
  39. main.Size = UDim2.new(0, 244, 0, 247)
  40. main.Image = "rbxassetid://2260429633"
  41. main.ImageColor3 = Color3.new(0.172549, 0.184314, 0.2)
  42. main.ScaleType = Enum.ScaleType.Slice
  43. main.SliceCenter = Rect.new(12, 12, 13, 13)
  44. main.Active = true
  45. main.Draggable = true
  46.  
  47. credits.Name = "credits"
  48. credits.Parent = main
  49. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  50. credits.BackgroundTransparency = 1
  51. credits.BorderSizePixel = 0
  52. credits.Position = UDim2.new(0.0901639313, 0, 0.866330087, 0)
  53. credits.Size = UDim2.new(0, 200, 0, 20)
  54. credits.Font = Enum.Font.Highway
  55. credits.Text = "Created by Speedy#4325 / Speedy Devs Owner"
  56. credits.TextColor3 = Color3.new(1, 1, 1)
  57. credits.TextSize = 12
  58.  
  59. header.Name = "header"
  60. header.Parent = main
  61. header.BackgroundColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  62. header.BorderColor3 = Color3.new(0.172549, 0.184314, 0.2)
  63. header.BorderSizePixel = 0
  64. header.Position = UDim2.new(-0.00171507895, 0, -0.00625565648, 0)
  65. header.Size = UDim2.new(0, 244, 0, 27)
  66.  
  67. headers.Name = "headers"
  68. headers.Parent = header
  69. headers.BackgroundColor3 = Color3.new(1, 1, 1)
  70. headers.BackgroundTransparency = 1
  71. headers.BorderSizePixel = 0
  72. headers.Position = UDim2.new(-0.0656557083, 0, 0, 0)
  73. headers.Size = UDim2.new(0, 200, 0, 27)
  74. headers.Font = Enum.Font.Highway
  75. headers.Text = "S"
  76. headers.TextColor3 = Color3.new(1, 0, 0)
  77. headers.TextScaled = true
  78. headers.TextSize = 14
  79. headers.TextWrapped = true
  80.  
  81. headerstuff.Name = "headerstuff"
  82. headerstuff.Parent = header
  83. headerstuff.BackgroundColor3 = Color3.new(1, 1, 1)
  84. headerstuff.BorderSizePixel = 0
  85. headerstuff.Position = UDim2.new(0, 0, 1, 0)
  86. headerstuff.Size = UDim2.new(0, 244, 0, 4)
  87.  
  88. headerpeddy.Name = "headerpeddy"
  89. headerpeddy.Parent = header
  90. headerpeddy.BackgroundColor3 = Color3.new(1, 1, 1)
  91. headerpeddy.BackgroundTransparency = 1
  92. headerpeddy.Position = UDim2.new(0.0942623019, 0, 0, 0)
  93. headerpeddy.Size = UDim2.new(0, 200, 0, 27)
  94. headerpeddy.Font = Enum.Font.Highway
  95. headerpeddy.Text = "peedy"
  96. headerpeddy.TextColor3 = Color3.new(1, 1, 1)
  97. headerpeddy.TextScaled = true
  98. headerpeddy.TextSize = 14
  99. headerpeddy.TextWrapped = true
  100.  
  101. closeuwu.Name = "close uwu"
  102. closeuwu.Parent = header
  103. closeuwu.BackgroundColor3 = Color3.new(1, 1, 1)
  104. closeuwu.BackgroundTransparency = 1
  105. closeuwu.Position = UDim2.new(0.86475414, 0, 0, 0)
  106. closeuwu.Size = UDim2.new(0, 33, 0, 31)
  107. closeuwu.Image = "rbxassetid://1312007357"
  108.  
  109. b_teleport.Name = "b_teleport"
  110. b_teleport.Parent = main
  111. b_teleport.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  112. b_teleport.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  113. b_teleport.BorderSizePixel = 5
  114. b_teleport.Position = UDim2.new(0.5368855, 0, 0.68217051, 0)
  115. b_teleport.Size = UDim2.new(0, 90, 0, 22)
  116. b_teleport.Font = Enum.Font.Highway
  117. b_teleport.Text = "Teleports"
  118. b_teleport.TextColor3 = Color3.new(1, 1, 1)
  119. b_teleport.TextScaled = true
  120. b_teleport.TextSize = 14
  121. b_teleport.TextWrapped = true
  122.  
  123. b_autorob.Name = "b_autorob"
  124. b_autorob.Parent = main
  125. b_autorob.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  126. b_autorob.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  127. b_autorob.BorderSizePixel = 5
  128. b_autorob.Position = UDim2.new(0.0901635513, 0, 0.452915579, 0)
  129. b_autorob.Size = UDim2.new(0, 90, 0, 22)
  130. b_autorob.Font = Enum.Font.Highway
  131. b_autorob.Text = "Auto Rob"
  132. b_autorob.TextColor3 = Color3.new(1, 1, 1)
  133. b_autorob.TextScaled = true
  134. b_autorob.TextSize = 14
  135. b_autorob.TextWrapped = true
  136.  
  137. b_infammo.Name = "b_infammo"
  138. b_infammo.Parent = main
  139. b_infammo.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  140. b_infammo.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  141. b_infammo.BorderSizePixel = 5
  142. b_infammo.Position = UDim2.new(0.0901635885, 0, 0.224680662, 0)
  143. b_infammo.Size = UDim2.new(0, 90, 0, 22)
  144. b_infammo.Font = Enum.Font.Highway
  145. b_infammo.Text = "Infinite Ammo"
  146. b_infammo.TextColor3 = Color3.new(1, 1, 1)
  147. b_infammo.TextScaled = true
  148. b_infammo.TextSize = 14
  149. b_infammo.TextWrapped = true
  150.  
  151. b_stuff.Name = "b_stuff"
  152. b_stuff.Parent = main
  153. b_stuff.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  154. b_stuff.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  155. b_stuff.BorderSizePixel = 5
  156. b_stuff.Position = UDim2.new(0.536885381, 0, 0.222146332, 0)
  157. b_stuff.Size = UDim2.new(0, 90, 0, 22)
  158. b_stuff.Font = Enum.Font.Highway
  159. b_stuff.Text = "Coming Soon!"
  160. b_stuff.TextColor3 = Color3.new(1, 1, 1)
  161. b_stuff.TextScaled = true
  162. b_stuff.TextSize = 14
  163. b_stuff.TextWrapped = true
  164.  
  165. b_xpfarm.Name = "b_xpfarm"
  166. b_xpfarm.Parent = main
  167. b_xpfarm.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  168. b_xpfarm.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  169. b_xpfarm.BorderSizePixel = 5
  170. b_xpfarm.Position = UDim2.new(0.540983737, 0, 0.452915549, 0)
  171. b_xpfarm.Size = UDim2.new(0, 90, 0, 22)
  172. b_xpfarm.Font = Enum.Font.Highway
  173. b_xpfarm.Text = "XP Farm"
  174. b_xpfarm.TextColor3 = Color3.new(1, 1, 1)
  175. b_xpfarm.TextScaled = true
  176. b_xpfarm.TextSize = 14
  177. b_xpfarm.TextWrapped = true
  178.  
  179. b_autoarrest.Name = "b_autoarrest"
  180. b_autoarrest.Parent = main
  181. b_autoarrest.BackgroundColor3 = Color3.new(0.447059, 0.537255, 0.854902)
  182. b_autoarrest.BorderColor3 = Color3.new(0.137255, 0.152941, 0.164706)
  183. b_autoarrest.BorderSizePixel = 5
  184. b_autoarrest.Position = UDim2.new(0.0901641846, 0, 0.68217051, 0)
  185. b_autoarrest.Size = UDim2.new(0, 90, 0, 22)
  186. b_autoarrest.Font = Enum.Font.Highway
  187. b_autoarrest.Text = "Auto Arrest"
  188. b_autoarrest.TextColor3 = Color3.new(1, 1, 1)
  189. b_autoarrest.TextScaled = true
  190. b_autoarrest.TextSize = 14
  191. b_autoarrest.TextWrapped = true
  192.  
  193. tps.Name = "tps"
  194. tps.Parent = SpeedyDevs
  195. tps.BackgroundColor3 = Color3.new(1, 1, 1)
  196. tps.BackgroundTransparency = 1
  197. tps.BorderColor3 = Color3.new(0.172549, 0.184314, 0.2)
  198. tps.BorderSizePixel = 5
  199. tps.Position = UDim2.new(0.265840322, 0, 0.501228452, 0)
  200. tps.Size = UDim2.new(0, 116, 0, 152)
  201. tps.Visible = false
  202. tps.Image = "rbxassetid://2260429633"
  203. tps.ImageColor3 = Color3.new(0.666667, 0, 0)
  204. tps.ScaleType = Enum.ScaleType.Slice
  205. tps.SliceCenter = Rect.new(12, 12, 13, 13)
  206. tps.Active = true
  207. tps.Draggable = true
  208.  
  209. tpheaders.Name = "tpheaders"
  210. tpheaders.Parent = tps
  211. tpheaders.BackgroundColor3 = Color3.new(1, 0, 0)
  212. tpheaders.BorderColor3 = Color3.new(0.172549, 0.184314, 0.2)
  213. tpheaders.BorderSizePixel = 0
  214. tpheaders.Position = UDim2.new(-0.00171800691, 0, -0.00625570212, 0)
  215. tpheaders.Size = UDim2.new(0, 116, 0, 27)
  216.  
  217. tpheaderstuff.Name = "tpheaderstuff"
  218. tpheaderstuff.Parent = tpheaders
  219. tpheaderstuff.BackgroundColor3 = Color3.new(1, 1, 1)
  220. tpheaderstuff.BorderSizePixel = 0
  221. tpheaderstuff.Position = UDim2.new(0, 0, 1, 0)
  222. tpheaderstuff.Size = UDim2.new(0, 116, 0, 4)
  223.  
  224. tpheader.Name = "tpheader"
  225. tpheader.Parent = tpheaders
  226. tpheader.BackgroundColor3 = Color3.new(1, 1, 1)
  227. tpheader.BackgroundTransparency = 1
  228. tpheader.Size = UDim2.new(0, 116, 0, 27)
  229. tpheader.Font = Enum.Font.Highway
  230. tpheader.Text = "Teleports"
  231. tpheader.TextColor3 = Color3.new(1, 1, 1)
  232. tpheader.TextScaled = true
  233. tpheader.TextSize = 14
  234. tpheader.TextWrapped = true
  235.  
  236. b_coptp.Name = "b_coptp"
  237. b_coptp.Parent = tps
  238. b_coptp.BackgroundColor3 = Color3.new(0.917647, 0.176471, 0.211765)
  239. b_coptp.BorderColor3 = Color3.new(0.917647, 0.376471, 0.388235)
  240. b_coptp.BorderSizePixel = 5
  241. b_coptp.Position = UDim2.new(0.109949306, 0, 0.365871042, 0)
  242. b_coptp.Size = UDim2.new(0, 90, 0, 16)
  243. b_coptp.Font = Enum.Font.Highway
  244. b_coptp.Text = "Police Spawn TP"
  245. b_coptp.TextColor3 = Color3.new(1, 1, 1)
  246. b_coptp.TextScaled = true
  247. b_coptp.TextSize = 14
  248. b_coptp.TextWrapped = true
  249.  
  250. b_crimtp.Name = "b_crimtp"
  251. b_crimtp.Parent = tps
  252. b_crimtp.BackgroundColor3 = Color3.new(0.917647, 0.176471, 0.211765)
  253. b_crimtp.BorderColor3 = Color3.new(0.917647, 0.376471, 0.388235)
  254. b_crimtp.BorderSizePixel = 5
  255. b_crimtp.Position = UDim2.new(0.109949306, 0, 0.655344725, 0)
  256. b_crimtp.Size = UDim2.new(0, 90, 0, 16)
  257. b_crimtp.Font = Enum.Font.Highway
  258. b_crimtp.Text = "Criminal Base TP"
  259. b_crimtp.TextColor3 = Color3.new(1, 1, 1)
  260. b_crimtp.TextScaled = true
  261. b_crimtp.TextSize = 14
  262. b_crimtp.TextWrapped = true
  263. -- Scripts:
  264.  
  265. local ColorEnabled = Color3.new(0, 255, 0)
  266. local ColorDisabled = Color3.new(255, 255, 255)
  267. _G.Enabled = false
  268.  
  269. function InfiniteAmmo()
  270. local getmom = debug.getupvalues or getupvalues
  271. local set = debug.setupvalue or setupvalue
  272.  
  273. for _,v in next, debug.getregistry() do
  274. if type(v) == "function" then
  275. local ear,wax=pcall(getmom,v)
  276. if ear and wax.Ammo then
  277. set(v,"Ammo",math.huge)
  278. set(v,"Clip",math.huge)
  279. set(v,"Spread",0)
  280. set(v,"Recoil",0)
  281. set(v,"FireRate",0)
  282. end
  283. end
  284. end
  285. end
  286.  
  287. function AutoRob()
  288. local cash = workspace.ObjectSelection:GetChildren()
  289.  
  290. for _,v in pairs(cash) do
  291. if v.Name == "CashRegister" and v:FindFirstChild("SmashCash") then
  292. local gaycash = v.SmashCash.SmashCash.Event
  293. gaycash:FireServer()
  294. end
  295. if v.Name == "SlotMachine" and v:FindFirstChild("SlotMachine") then
  296. local gayslot = v.SlotMachine.SlotMachine.Event
  297. gayslot:FireServer()
  298. end
  299. if v.Name == "ATM" and v:FindFirstChild("ATM") then
  300. local gayatm = v.ATM.ATM.Event
  301. gayatm:FireServer()
  302. end
  303. if v.Name == "Safe" and v:FindFirstChild("SmashCash") then
  304. local gaysafe = v.SmashCash.SmashCash.Event
  305. gaysafe:FireServer()
  306. end
  307. if v.Name == "Cash" and v:FindFirstChild("Cash") then
  308. local bitgaycash = v.Cash.Cash.Event
  309. bitgaycash:FireServer()
  310. end
  311. if v.Name == "TipJar" and v:FindFirstChild("SmashCash") then
  312. local bitgayTIPJAR = v.SmashCash.SmashCash.Event
  313. bitgayTIPJAR:FireServer()
  314. end
  315. if v.Name == "TV" and v:FindFirstChild("StealTV") then
  316. local bitTV = v.StealTV.StealTV.Event
  317. bitTV:FireServer()
  318. end
  319. end
  320. end
  321.  
  322. function AutoArrest()
  323. local plr = game:GetService("Players").LocalPlayer
  324. _G.arrest = true
  325. while _G.arrest do
  326. wait()
  327. for _,v in pairs(game.Teams.Criminals:GetPlayers()) do
  328. local char = plr.Character.HumanoidRootPart
  329. char.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  330. local Arrest = "Arrest"
  331. local BitGay = game:GetService("Players")[v.Name]
  332. local remote = game:GetService("ReplicatedStorage").Event
  333. wait()
  334. remote:FireServer(Arrest,BitGay)
  335. end
  336. end
  337. end
  338.  
  339.  
  340.  
  341. b_infammo.MouseButton1Down:connect(function()
  342. if _G.Enabled == false then
  343. b_infammo.TextColor3 = ColorEnabled
  344. InfiniteAmmo()
  345. _G.Enabled = true
  346. else
  347. b_infammo.TextColor3 = ColorDisabled
  348. InfiniteAmmo()
  349. _G.Enabled = false
  350. end
  351. end)
  352.  
  353. b_autorob.MouseButton1Down:connect(function()
  354. if _G.Enabled == false then
  355. b_autorob.TextColor3 = ColorEnabled
  356. AutoRob()
  357. _G.Enabled = true
  358. wait(3)
  359. b_autorob.TextColor3 = ColorDisabled
  360. _G.Enabled = false
  361.  
  362. end
  363. end)
  364.  
  365. b_autoarrest.MouseButton1Down:connect(function()
  366. if _G.Enabled == false then
  367. AutoArrest()
  368. b_autoarrest.TextColor3 = ColorEnabled
  369. _G.Enabled = true
  370. else
  371. b_autoarrest.TextColor3 = ColorDisabled
  372. _G.arrest = false
  373. _G.Enabled = false
  374. end
  375. end)
  376.  
  377. b_teleport.MouseButton1Down:connect(function()
  378. if _G.Enabled == false then
  379. _G.Enabled = true
  380. tps.Visible = true
  381. b_teleport.TextColor3 = ColorEnabled
  382. else
  383. b_teleport.TextColor3 = ColorDisabled
  384. tps.Visible = false
  385. _G.Enabled = false
  386. end
  387. end)
  388.  
  389. b_xpfarm.MouseButton1Down:connect(function()
  390. if not _G.Enabled then
  391. _G.Enabled = true
  392. b_xpfarm.TextColor3 = ColorEnabled
  393. game:GetService("RunService").RenderStepped:connect(function()
  394. if _G.Enabled then
  395. if game.Players.LocalPlayer.Team.Name == "Prisoners" then
  396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2115.5,25,347.5)
  397. end
  398. wait(.5)
  399. if game.Players.LocalPlayer.Team.Name == "Criminals" then
  400. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Police")
  401. wait(.5)
  402. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Prisoners")
  403. wait(.95)
  404. end
  405. end
  406. end)
  407. else
  408. _G.Enabled = false
  409. b_xpfarm.TextColor3 = ColorDisabled
  410. end
  411. end)
  412.  
  413. b_coptp.MouseButton1Down:connect(function()
  414. local cop = workspace.PlayerSpawns.PoliceSpawn
  415. local plr = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  416. plr.CFrame = CFrame.new(-947.889099, 53, -2949.44995)
  417. end)
  418.  
  419. b_crimtp.MouseButton1Down:connect(function()
  420. local crimbase = workspace.CriminalBase1.TouchEnd
  421. local plr = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  422. plr.CFrame = crimbase.CFrame + Vector3.new(0,3,0)
  423. end)
Add Comment
Please, Sign In to add comment