Advertisement
Guest User

Untitled

a guest
Jan 26th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.87 KB | None | 0 0
  1. -- SuperZGui
  2. local SuperZGui = Instance.new("ScreenGui")
  3. local LoginGui = Instance.new("Frame")
  4. local drag = Instance.new("Frame")
  5. local drag2 = Instance.new("Frame")
  6. local Username = Instance.new("TextBox")
  7. local Login = Instance.new("TextLabel")
  8. local Exit = Instance.new("TextButton")
  9. local Login_2 = Instance.new("TextButton")
  10. local design = Instance.new("Frame")
  11. local Password = Instance.new("TextBox")
  12. local Buy = Instance.new("TextButton")
  13. local design_2 = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15. local TextButton = Instance.new("TextButton")
  16. local Menu = Instance.new("Frame")
  17. local drag_2 = Instance.new("Frame")
  18. local drag2_2 = Instance.new("Frame")
  19. local Menu_2 = Instance.new("TextLabel")
  20. local OpScripts = Instance.new("TextButton")
  21. local design_3 = Instance.new("Frame")
  22. local Scripts = Instance.new("TextButton")
  23. local design_4 = Instance.new("Frame")
  24. local TextLabel = Instance.new("TextLabel")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local TextLabel_3 = Instance.new("TextLabel")
  27. local Scripts_2 = Instance.new("Frame")
  28. local drag_3 = Instance.new("Frame")
  29. local drag2_3 = Instance.new("Frame")
  30. local Scripts_3 = Instance.new("TextLabel")
  31. local TextLabel_4 = Instance.new("TextLabel")
  32. local Unjailbreak = Instance.new("TextButton")
  33. local design_5 = Instance.new("Frame")
  34. --Properties:
  35. SuperZGui.Name = "SuperZGui"
  36. SuperZGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37.  
  38. LoginGui.Name = "LoginGui"
  39. LoginGui.Parent = SuperZGui
  40. LoginGui.Active = true
  41. LoginGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  42. LoginGui.BorderSizePixel = 0
  43. LoginGui.Position = UDim2.new(0.021520054, 0, 0.160201117, 0)
  44. LoginGui.Selectable = true
  45. LoginGui.Size = UDim2.new(0, 222, 0, 359)
  46.  
  47. drag.Name = "drag"
  48. drag.Parent = LoginGui
  49. drag.BackgroundColor3 = Color3.new(0, 0.898039, 0.870588)
  50. drag.BorderSizePixel = 0
  51. drag.Size = UDim2.new(0, 222, 0, 18)
  52.  
  53. drag2.Name = "drag2"
  54. drag2.Parent = LoginGui
  55. drag2.BackgroundColor3 = Color3.new(0, 0.65098, 1)
  56. drag2.BorderSizePixel = 0
  57. drag2.Position = UDim2.new(-0.00371743971, 0, 0.0475440696, 0)
  58. drag2.Size = UDim2.new(0, 222, 0, 48)
  59.  
  60. Username.Name = "Username"
  61. Username.Parent = LoginGui
  62. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Username.BorderSizePixel = 0
  64. Username.Position = UDim2.new(0.0915753469, 0, 0.255488843, 0)
  65. Username.Size = UDim2.new(0, 186, 0, 33)
  66. Username.Font = Enum.Font.Cartoon
  67. Username.MultiLine = true
  68. Username.Text = "Username"
  69. Username.TextColor3 = Color3.new(0, 0, 0)
  70. Username.TextSize = 20
  71. Username.TextWrapped = true
  72.  
  73. Login.Name = "Login"
  74. Login.Parent = LoginGui
  75. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Login.BackgroundTransparency = 1
  77. Login.BorderSizePixel = 0
  78. Login.Position = UDim2.new(0.0337662585, 0, 0.0677779689, 0)
  79. Login.Size = UDim2.new(0, 215, 0, 33)
  80. Login.Font = Enum.Font.Fantasy
  81. Login.Text = "Login"
  82. Login.TextColor3 = Color3.new(1, 1, 1)
  83. Login.TextScaled = true
  84. Login.TextSize = 14
  85. Login.TextStrokeTransparency = 0
  86. Login.TextTransparency = 1
  87. Login.TextWrapped = true
  88.  
  89. Exit.Name = "Exit"
  90. Exit.Parent = LoginGui
  91. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Exit.BackgroundTransparency = 1
  93. Exit.Position = UDim2.new(0.871293008, 0, 0, 0)
  94. Exit.Size = UDim2.new(0, 28, 0, 18)
  95. Exit.Font = Enum.Font.Cartoon
  96. Exit.Text = "X"
  97. Exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  98. Exit.TextScaled = true
  99. Exit.TextSize = 14
  100. Exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  101. Exit.TextStrokeTransparency = 2
  102. Exit.TextWrapped = true
  103.  
  104. Login_2.Name = "Login"
  105. Login_2.Parent = LoginGui
  106. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Login_2.BorderSizePixel = 0
  108. Login_2.Position = UDim2.new(0.129344016, 0, 0.824486613, 0)
  109. Login_2.Size = UDim2.new(0, 178, 0, 42)
  110. Login_2.Font = Enum.Font.SciFi
  111. Login_2.Text = "Login"
  112. Login_2.TextColor3 = Color3.new(0, 0, 0)
  113. Login_2.TextScaled = true
  114. Login_2.TextSize = 14
  115. Login_2.TextWrapped = true
  116.  
  117. design.Name = "design"
  118. design.Parent = Login_2
  119. design.BackgroundColor3 = Color3.new(1, 1, 1)
  120. design.BorderSizePixel = 0
  121. design.Size = UDim2.new(0, 6, 0, 42)
  122. design.Style = Enum.FrameStyle.ChatBlue
  123.  
  124. Password.Name = "Password"
  125. Password.Parent = LoginGui
  126. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Password.BorderSizePixel = 0
  128. Password.Position = UDim2.new(0.0915753469, 0, 0.428190768, 0)
  129. Password.Size = UDim2.new(0, 186, 0, 33)
  130. Password.Font = Enum.Font.Cartoon
  131. Password.MultiLine = true
  132. Password.Text = "Password"
  133. Password.TextColor3 = Color3.new(0, 0, 0)
  134. Password.TextSize = 20
  135. Password.TextWrapped = true
  136.  
  137. Buy.Name = "Buy"
  138. Buy.Parent = LoginGui
  139. Buy.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Buy.BorderSizePixel = 0
  141. Buy.Position = UDim2.new(0.203475729, 0, 0.696352839, 0)
  142. Buy.Size = UDim2.new(0, 143, 0, 32)
  143. Buy.Font = Enum.Font.SciFi
  144. Buy.Text = "Buy"
  145. Buy.TextColor3 = Color3.new(0, 0, 0)
  146. Buy.TextScaled = true
  147. Buy.TextSize = 14
  148. Buy.TextWrapped = true
  149.  
  150. design_2.Name = "design"
  151. design_2.Parent = Buy
  152. design_2.BackgroundColor3 = Color3.new(1, 1, 1)
  153. design_2.BorderSizePixel = 0
  154. design_2.Size = UDim2.new(0, 7, 0, 32)
  155. design_2.Style = Enum.FrameStyle.ChatBlue
  156.  
  157. Frame.Parent = SuperZGui
  158. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Frame.BackgroundTransparency = 1
  160. Frame.Size = UDim2.new(0, 6, 0, 10)
  161. Frame.Visible = false
  162.  
  163. TextButton.Parent = Frame
  164. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TextButton.Position = UDim2.new(2.66666651, 0, 42.6000023, 0)
  166. TextButton.Size = UDim2.new(0, 23, 0, 18)
  167. TextButton.Font = Enum.Font.Cartoon
  168. TextButton.Text = "O"
  169. TextButton.TextColor3 = Color3.new(0, 0, 0)
  170. TextButton.TextSize = 14
  171.  
  172. Menu.Name = "Menu"
  173. Menu.Parent = SuperZGui
  174. Menu.Active = true
  175. Menu.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  176. Menu.BorderSizePixel = 0
  177. Menu.Position = UDim2.new(0.395443767, 0, 0.506257892, 0)
  178. Menu.Selectable = true
  179. Menu.Size = UDim2.new(0, 386, 0, 199)
  180. Menu.Visible = false
  181.  
  182. drag_2.Name = "drag"
  183. drag_2.Parent = Menu
  184. drag_2.BackgroundColor3 = Color3.new(0, 0.898039, 0.870588)
  185. drag_2.BorderSizePixel = 0
  186. drag_2.Size = UDim2.new(0, 386, 0, 19)
  187.  
  188. drag2_2.Name = "drag2"
  189. drag2_2.Parent = Menu
  190. drag2_2.BackgroundColor3 = Color3.new(0, 0.65098, 1)
  191. drag2_2.BorderSizePixel = 0
  192. drag2_2.Position = UDim2.new(0, 0, 0.0475440882, 0)
  193. drag2_2.Size = UDim2.new(0, 386, 0, 35)
  194.  
  195. Menu_2.Name = "Menu"
  196. Menu_2.Parent = Menu
  197. Menu_2.BackgroundColor3 = Color3.new(1, 1, 1)
  198. Menu_2.BackgroundTransparency = 1
  199. Menu_2.BorderSizePixel = 0
  200. Menu_2.Position = UDim2.new(0.0337661989, 0, 0.0677780062, 0)
  201. Menu_2.Size = UDim2.new(0, 351, 0, 31)
  202. Menu_2.Font = Enum.Font.Fantasy
  203. Menu_2.Text = "Menu"
  204. Menu_2.TextColor3 = Color3.new(1, 1, 1)
  205. Menu_2.TextScaled = true
  206. Menu_2.TextSize = 14
  207. Menu_2.TextStrokeTransparency = 0
  208. Menu_2.TextTransparency = 1
  209. Menu_2.TextWrapped = true
  210.  
  211. OpScripts.Name = "OpScripts"
  212. OpScripts.Parent = Menu
  213. OpScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  214. OpScripts.BorderSizePixel = 0
  215. OpScripts.Position = UDim2.new(0.254926443, 0, 0.273095518, 0)
  216. OpScripts.Size = UDim2.new(0, 188, 0, 41)
  217. OpScripts.Font = Enum.Font.SciFi
  218. OpScripts.Text = "OpScripts"
  219. OpScripts.TextColor3 = Color3.new(0, 0, 0)
  220. OpScripts.TextScaled = true
  221. OpScripts.TextSize = 14
  222. OpScripts.TextWrapped = true
  223.  
  224. design_3.Name = "design"
  225. design_3.Parent = OpScripts
  226. design_3.BackgroundColor3 = Color3.new(1, 1, 1)
  227. design_3.BorderSizePixel = 0
  228. design_3.Size = UDim2.new(0, 6, 0, 42)
  229. design_3.Style = Enum.FrameStyle.ChatBlue
  230.  
  231. Scripts.Name = "Scripts"
  232. Scripts.Parent = Menu
  233. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Scripts.BorderSizePixel = 0
  235. Scripts.Position = UDim2.new(0.254926473, 0, 0.644236982, 0)
  236. Scripts.Size = UDim2.new(0, 188, 0, 41)
  237. Scripts.Font = Enum.Font.SciFi
  238. Scripts.Text = "Scripts"
  239. Scripts.TextColor3 = Color3.new(0, 0, 0)
  240. Scripts.TextScaled = true
  241. Scripts.TextSize = 14
  242. Scripts.TextWrapped = true
  243.  
  244. design_4.Name = "design"
  245. design_4.Parent = Scripts
  246. design_4.BackgroundColor3 = Color3.new(1, 1, 1)
  247. design_4.BorderSizePixel = 0
  248. design_4.Size = UDim2.new(0, 6, 0, 42)
  249. design_4.Style = Enum.FrameStyle.ChatBlue
  250.  
  251. TextLabel.Parent = Menu
  252. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  253. TextLabel.BackgroundTransparency = 1
  254. TextLabel.Position = UDim2.new(0.254926473, 0, 0.433722496, 0)
  255. TextLabel.Size = UDim2.new(0, 188, 0, 50)
  256. TextLabel.Font = Enum.Font.SourceSans
  257. TextLabel.Text = "Needs a powerfull executer Lvl 7+ Paid Version"
  258. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  259. TextLabel.TextSize = 14
  260.  
  261. TextLabel_2.Parent = Menu
  262. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  263. TextLabel_2.BackgroundTransparency = 1
  264. TextLabel_2.Position = UDim2.new(0.254926443, 0, 0.847571135, 0)
  265. TextLabel_2.Size = UDim2.new(0, 188, 0, 25)
  266. TextLabel_2.Font = Enum.Font.SourceSans
  267. TextLabel_2.Text = "Work with any good free executer"
  268. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  269. TextLabel_2.TextSize = 14
  270.  
  271. TextLabel_3.Parent = Menu
  272. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  273. TextLabel_3.BackgroundTransparency = 1
  274. TextLabel_3.Position = UDim2.new(0.0217658356, 0, 0.0703517571, 0)
  275. TextLabel_3.Size = UDim2.new(0, 110, 0, 25)
  276. TextLabel_3.Font = Enum.Font.SourceSans
  277. TextLabel_3.Text = "Made By : joao#0276"
  278. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  279. TextLabel_3.TextSize = 14
  280.  
  281. Scripts_2.Name = "Scripts"
  282. Scripts_2.Parent = SuperZGui
  283. Scripts_2.Active = true
  284. Scripts_2.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  285. Scripts_2.BorderSizePixel = 0
  286. Scripts_2.Position = UDim2.new(0.395443767, 0, 0.0421144404, 0)
  287. Scripts_2.Selectable = true
  288. Scripts_2.Size = UDim2.new(0, 448, 0, 223)
  289. Scripts_2.Visible = false
  290.  
  291. drag_3.Name = "drag"
  292. drag_3.Parent = Scripts_2
  293. drag_3.BackgroundColor3 = Color3.new(0, 0.898039, 0.870588)
  294. drag_3.BorderSizePixel = 0
  295. drag_3.Size = UDim2.new(0, 448, 0, 19)
  296.  
  297. drag2_3.Name = "drag2"
  298. drag2_3.Parent = Scripts_2
  299. drag2_3.BackgroundColor3 = Color3.new(0, 0.65098, 1)
  300. drag2_3.BorderSizePixel = 0
  301. drag2_3.Position = UDim2.new(0, 0, 0.0475440957, 0)
  302. drag2_3.Size = UDim2.new(0, 448, 0, 35)
  303.  
  304. Scripts_3.Name = "Scripts"
  305. Scripts_3.Parent = Scripts_2
  306. Scripts_3.BackgroundColor3 = Color3.new(1, 1, 1)
  307. Scripts_3.BackgroundTransparency = 1
  308. Scripts_3.BorderSizePixel = 0
  309. Scripts_3.Position = UDim2.new(0, 0, 0.0677779987, 0)
  310. Scripts_3.Size = UDim2.new(0, 448, 0, 31)
  311. Scripts_3.Font = Enum.Font.Fantasy
  312. Scripts_3.Text = "Scripts"
  313. Scripts_3.TextColor3 = Color3.new(1, 1, 1)
  314. Scripts_3.TextScaled = true
  315. Scripts_3.TextSize = 14
  316. Scripts_3.TextStrokeTransparency = 0
  317. Scripts_3.TextTransparency = 1
  318. Scripts_3.TextWrapped = true
  319.  
  320. TextLabel_4.Parent = Scripts_2
  321. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  322. TextLabel_4.BackgroundTransparency = 1
  323. TextLabel_4.Position = UDim2.new(0.0217658356, 0, 0.0703517571, 0)
  324. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  325. TextLabel_4.Font = Enum.Font.SourceSans
  326. TextLabel_4.Text = "Made By : joao#0276"
  327. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  328. TextLabel_4.TextSize = 14
  329.  
  330. Unjailbreak.Name = "Unjailbreak"
  331. Unjailbreak.Parent = Scripts_2
  332. Unjailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  333. Unjailbreak.BorderSizePixel = 0
  334. Unjailbreak.Position = UDim2.new(0.0205514766, 0, 0.26307106, 0)
  335. Unjailbreak.Size = UDim2.new(0, 140, 0, 26)
  336. Unjailbreak.Font = Enum.Font.SciFi
  337. Unjailbreak.Text = "Unjailbreak"
  338. Unjailbreak.TextColor3 = Color3.new(0, 0, 0)
  339. Unjailbreak.TextScaled = true
  340. Unjailbreak.TextSize = 14
  341. Unjailbreak.TextWrapped = true
  342.  
  343. design_5.Name = "design"
  344. design_5.Parent = Unjailbreak
  345. design_5.BackgroundColor3 = Color3.new(1, 1, 1)
  346. design_5.BorderSizePixel = 0
  347. design_5.Size = UDim2.new(0, 7, 0, 26)
  348. design_5.Style = Enum.FrameStyle.ChatBlue
  349. -- Scripts:
  350. function SCRIPT_CGRA78_FAKESCRIPT() -- Exit.LocalScript
  351. local script = Instance.new('LocalScript')
  352. script.Parent = Exit
  353. local menu = script.Parent.Parent.Parent.Menu
  354. local frame = script.Parent.Parent.Parent.LoginGui
  355. local button = script.Parent.Parent.Parent.Frame
  356. local scripts = script.Parent.Parent.Parent.Scripts
  357. script.Parent.MouseButton1Click:Connect(function()
  358. frame.Visible = false
  359. button.Visible = true
  360. menu.Visible = false
  361. scripts.Visible = false
  362. end)
  363.  
  364.  
  365. end
  366. coroutine.resume(coroutine.create(SCRIPT_CGRA78_FAKESCRIPT))
  367. function SCRIPT_PTVL74_FAKESCRIPT() -- Login_2.LocalScript
  368. local script = Instance.new('LocalScript')
  369. script.Parent = Login_2
  370. local menu = script.Parent.Parent.Parent.Menu
  371. script.Parent.MouseButton1Click:Connect(function()
  372. menu.Visible = true
  373. end)
  374.  
  375.  
  376.  
  377. end
  378. coroutine.resume(coroutine.create(SCRIPT_PTVL74_FAKESCRIPT))
  379. function SCRIPT_FXJD84_FAKESCRIPT() -- SuperZGui.LocalScript
  380. local script = Instance.new('LocalScript')
  381. script.Parent = SuperZGui
  382. frame = script.Parent.LoginGui
  383. menu = script.Parent.Menu
  384. scripts = script.Parent.Scripts
  385.  
  386. frame.Draggable = true
  387. menu.Draggable = true
  388. scripts.Draggable = true
  389.  
  390. end
  391. coroutine.resume(coroutine.create(SCRIPT_FXJD84_FAKESCRIPT))
  392. function SCRIPT_HPEX90_FAKESCRIPT() -- TextButton.LocalScript
  393. local script = Instance.new('LocalScript')
  394. script.Parent = TextButton
  395. local frame = script.Parent.Parent.Parent.LoginGui
  396. local button = script.Parent.Parent.Parent.Frame
  397. script.Parent.MouseButton1Click:Connect(function()
  398. frame.Visible = true
  399. button.Visible = false
  400. end)
  401.  
  402.  
  403. end
  404. coroutine.resume(coroutine.create(SCRIPT_HPEX90_FAKESCRIPT))
  405. function SCRIPT_SSGK72_FAKESCRIPT() -- Scripts.LocalScript
  406. local script = Instance.new('LocalScript')
  407. script.Parent = Scripts
  408. local menu = script.Parent.Parent.Parent.Scripts
  409. script.Parent.MouseButton1Click:Connect(function()
  410. menu.Visible = true
  411. end)
  412.  
  413.  
  414.  
  415. end
  416. coroutine.resume(coroutine.create(SCRIPT_SSGK72_FAKESCRIPT))
  417. function SCRIPT_BTOZ66_FAKESCRIPT() -- Unjailbreak.LocalScript
  418. local script = Instance.new('LocalScript')
  419. script.Parent = Unjailbreak
  420. script.Parent.MouseButton1Click:Connect(function()
  421. local plr = game:GetService("Players").LocalPlayer
  422.  
  423. local TpMethod = 1
  424.  
  425. function JailbreakTp(...)
  426. getfenv()["TpMethod" .. TpMethod](...)
  427. end
  428.  
  429. function TpMethod1(...)
  430. local char = plr.Character
  431. local root = char.HumanoidRootPart
  432. local args = {...}
  433. for i=0,1,0.05 do
  434. wait()
  435. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  436. end
  437. end
  438.  
  439. function TpMethod2(...)
  440. local args = {...}
  441. local char = plr.Character
  442. local target = Vector3.new(unpack(args,1,3))
  443. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  444. dist = math.floor(dist / 100) + 1
  445. for i=0,dist * 4 do
  446. wait()
  447. char:MoveTo(Vector3.new(...))
  448. end
  449. if args[#args] == true then
  450. wait()
  451. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  452. end
  453. end
  454.  
  455. function Tween(obj, t, properties)
  456. local TweenService = game:GetService("TweenService")
  457. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  458. local tween = TweenService:Create(obj,tweenInfo,properties)
  459. tween:Play()
  460. return tween
  461. end
  462.  
  463. local Tracers = {}
  464.  
  465. local function AddLasso(p,team)
  466. if not Tracers[team.Name] then return end
  467. if p == plr then return end
  468. spawn(function()
  469. if p.Character then
  470. local l = Instance.new("SelectionPartLasso")
  471. l.Parent = p.Character
  472. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  473. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  474. l.Visible = true
  475. l.Color3 = team.TeamColor.Color
  476. for i=0,5 do
  477. local sg = Instance.new("SurfaceGui")
  478. sg.Face = i
  479. sg.Parent = p.Character
  480. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  481. sg.AlwaysOnTop = true
  482. local f = Instance.new("Frame", sg)
  483. f.Size = UDim2.new(1,0,1,0)
  484. f.BorderSizePixel = 0
  485. f.BackgroundColor3 = team.TeamColor.Color
  486. f.BackgroundTransparency = 0.5
  487. end
  488. end
  489. end)
  490. end
  491.  
  492. local function RemoveLasso(p)
  493. if not p.Character then return end
  494. for i,v in pairs(p.Character:GetDescendants()) do
  495. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  496. v:Destroy()
  497. end
  498. end
  499. end
  500.  
  501. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  502. team.PlayerAdded:connect(function(p)
  503. AddLasso(p,team)
  504. end)
  505.  
  506. team.PlayerRemoved:connect(function(p)
  507. RemoveLasso(p)
  508. end)
  509. end
  510.  
  511. function ToggleTracers(team, bool)
  512. Tracers[team] = bool
  513. local t = game:GetService("Teams"):FindFirstChild(team)
  514. if not t then return end
  515. for i,v in pairs(t:GetPlayers()) do
  516. if bool then
  517. AddLasso(v,t)
  518. else
  519. RemoveLasso(v)
  520. end
  521. end
  522. end
  523.  
  524. local function CharAdded(plr, char)
  525. if Tracers[tostring(plr.Team)] then
  526. AddLasso(plr,plr.Team)
  527. end
  528. end
  529.  
  530. local function PlrAdded(plr)
  531. plr.CharacterAdded:connect(function(char)
  532. CharAdded(plr, char)
  533. end)
  534. if plr.Character then
  535. CharAdded(plr, plr.Character)
  536. end
  537. end
  538.  
  539. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  540. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  541. PlrAdded(v)
  542. end
  543.  
  544. --Creating Gui--
  545.  
  546. local function Create(classname)
  547. return function(t)
  548. local ins = Instance.new(classname)
  549. for i,v in pairs(t) do
  550. ins[i] = v
  551. end
  552. return ins
  553. end
  554. end
  555.  
  556. --local parent = game:GetService("CoreGui"):WaitForChild("RobloxGui")
  557. local main = Create "Frame" {
  558. Active = true,
  559. ClipsDescendants = true,
  560. Draggable = true,
  561. BackgroundColor3 = Color3.new(1,1,1),
  562. BorderSizePixel = 0,
  563. Size = UDim2.new(0,400,0,300),
  564. Position = UDim2.new(0.5,-200,0,-300),
  565. BackgroundTransparency = 1,
  566. Parent = Instance.new("ScreenGui", plr.PlayerGui)--parent
  567. }
  568. do
  569. local effect = Create "Frame" {
  570. Parent = main,
  571. Size = UDim2.new(1,0,0,50),
  572. BackgroundColor3 = Color3.fromRGB(85,170,255),
  573. BorderSizePixel = 0,
  574. ClipsDescendants = true,
  575. }
  576. local lb = Create "TextLabel" {
  577. Parent = effect,
  578. Size = UDim2.new(1,0,1,0),
  579. BackgroundTransparency = 1,
  580. BorderSizePixel = 0,
  581. TextSize = 30,
  582. TextColor3 = Color3.new(1,1,1),
  583. TextXAlignment = "Left",
  584. Font = "SourceSansBold",
  585. Text = "Jailbreak GUI",
  586. ZIndex = 2,
  587. }
  588. local function GTween()
  589. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  590. if ts == Enum.TweenStatus.Completed then
  591. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  592. GTween()
  593. end
  594. end)
  595. end
  596. GTween()
  597. end
  598.  
  599. local Menu = Create "Frame" {
  600. BackgroundColor3 = Color3.new(1,1,1),
  601. BorderSizePixel = 0,
  602. Position = UDim2.new(0,0,0,50),
  603. Size = UDim2.new(1,0,1,-50),
  604. Parent = main,
  605. }
  606.  
  607. local MenuLabel = Create "TextLabel" {
  608. BackgroundTransparency = 1,
  609. BorderSizePixel = 0,
  610. TextColor3 = Color3.new(0,0,0),
  611. TextSize = 20,
  612. Font = "SourceSans",
  613. Text = "Made by refrfgrtgef for v3rm\n(won't tell you my roblox name)",
  614. TextWrapped = true,
  615. Size = UDim2.new(1,0,0,50),
  616. Parent = Menu
  617. }
  618.  
  619. local function CreateButton(text,parent)
  620. return Create "TextButton" {
  621. Active = true,
  622. AutoButtonColor = true,
  623. BackgroundColor3 = Color3.fromRGB(0,155,232),
  624. BorderSizePixel = 1,
  625. Size = UDim2.new(0,100,0,30),
  626. Font = "SourceSansBold",
  627. TextColor3 = Color3.new(1,1,0),
  628. TextSize = 20,
  629. Text = text,
  630. Parent = parent
  631. }
  632. end
  633.  
  634. local function CreateFrame(name)
  635. local f = Create "Frame" {
  636. BackgroundColor3 = Color3.new(1,1,1),
  637. BorderSizePixel = 0,
  638. Position = UDim2.new(0,0,0,50),
  639. Size = UDim2.new(1,0,1,-50),
  640. Visible = false,
  641. }
  642. local lb = Create "TextLabel" {
  643. BackgroundTransparency = 1,
  644. BorderSizePixel = 0,
  645. TextSize = 20,
  646. TextColor3 = Color3.new(1,1,0),
  647. Position = UDim2.new(0,0,0,5),
  648. Text = name,
  649. Parent = f,
  650. TextXAlignment = "Center",
  651. TextYAlignment = "Center",
  652. Size = UDim2.new(1,0,0,30),
  653. }
  654. local exit = CreateButton("Back", f)
  655. exit.Position = UDim2.new(0.5,-50,1,-45)
  656. exit.MouseButton1Click:connect(function()
  657. Menu.Visible = true
  658. f.Visible = false
  659. ActiveFrame = Menu
  660. end)
  661. return f
  662. end
  663.  
  664. ActiveFrame = Menu
  665.  
  666. local TeleportsFrame = CreateFrame("Teleports")
  667. TeleportsFrame.Parent = main
  668.  
  669. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  670. BankIn.Position = UDim2.new(0,15,0,40)
  671. BankIn.Size = UDim2.new(0,80,0,30)
  672. BankIn.MouseButton1Click:connect(function()
  673. JailbreakTp(32,0.715,814, true)
  674. end)
  675.  
  676. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  677. BankOut.Position = UDim2.new(0,105,0,40)
  678. BankOut.MouseButton1Click:connect(function()
  679. JailbreakTp(10, 18, 784)
  680. end)
  681.  
  682. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  683. JailIn.Position = UDim2.new(0,215,0,40)
  684. JailIn.Size = UDim2.new(0,80,0,30)
  685. JailIn.MouseButton1Click:connect(function()
  686. JailbreakTp(-1310, 18, -1658)
  687. end)
  688.  
  689. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  690. JailOut.Position = UDim2.new(0,305,0,40)
  691. JailOut.Size = UDim2.new(0,80,0,30)
  692. JailOut.MouseButton1Click:connect(function()
  693. JailbreakTp(-1133, 18, -1355)
  694. end)
  695.  
  696. local Garage = CreateButton("Garage", TeleportsFrame)
  697. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  698. Garage.Size = UDim2.new(0,60,0,30)
  699. Garage.MouseButton1Click:connect(function()
  700. JailbreakTp(-352, 23, 1175)
  701. end)
  702.  
  703. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  704. JewelIn.Position = UDim2.new(0,25,0,80)
  705. JewelIn.MouseButton1Click:connect(function()
  706. JailbreakTp(133, 18, 1320, true)
  707. end)
  708.  
  709. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  710. JewelOut.Position = UDim2.new(0,135,0,80)
  711. JewelOut.Size = UDim2.new(0,115,0,30)
  712. JewelOut.MouseButton1Click:connect(function()
  713. JailbreakTp(142, 18, 1365)
  714. end)
  715.  
  716. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  717. Crim1.Position = UDim2.new(0,5,0,120)
  718. Crim1.MouseButton1Click:connect(function()
  719. JailbreakTp(-226, 18, 1590, true)
  720. end)
  721.  
  722. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  723. Crim2.Position = UDim2.new(0,115,0,120)
  724. Crim2.MouseButton1Click:connect(function()
  725. JailbreakTp(true, 1637, 50, -1768, true)
  726. end)
  727.  
  728. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  729. Donut.Position = UDim2.new(0,225,0,120)
  730. Donut.MouseButton1Click:connect(function()
  731. JailbreakTp(268, 18, -1760, true)
  732. end)
  733.  
  734. local Gas = CreateButton("Gas Station", TeleportsFrame)
  735. Gas.Position = UDim2.new(0,260,0,80)
  736. Gas.MouseButton1Click:connect(function()
  737. JailbreakTp(-1583, 18, 724, true)
  738. end)
  739.  
  740. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  741. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  742. TeleportsBtn.MouseButton1Click:connect(function()
  743. TeleportsFrame.Visible = true
  744. Menu.Visible = false
  745. ActiveFrame = TeleportsFrame
  746. end)
  747.  
  748. local StuffFrame = CreateFrame("Stuff")
  749. StuffFrame.Parent = main
  750.  
  751. local StuffBtn = CreateButton("Stuff", MenuLabel)
  752. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  753. StuffBtn.MouseButton1Click:connect(function()
  754. StuffFrame.Visible = true
  755. Menu.Visible = false
  756. ActiveFrame = StuffFrame
  757. end)
  758.  
  759. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  760. RemoveDoors.Size = UDim2.new(0,120,0,30)
  761. RemoveDoors.Position = UDim2.new(0,10,0,50)
  762. RemoveDoors.MouseButton1Click:connect(function()
  763. local doors = workspace:FindFirstChild("Doors")
  764. if not doors then return end
  765. for i,v in pairs(doors:GetChildren()) do
  766. v:Destroy()
  767. end
  768. end)
  769.  
  770. local Platform = CreateButton("Platform", StuffFrame)
  771. Platform.Position = UDim2.new(0.5,-60,0,50)
  772. Platform.MouseButton1Click:connect(function()
  773. local p = Instance.new("Part", workspace)
  774. p.Size = Vector3.new(30,0.5,30)
  775. p.Anchored = true
  776. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  777. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  778. spawn(function()
  779. while p.Parent do
  780. wait(1)
  781. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  782. p:Destroy()
  783. end
  784. end
  785. end)
  786. end)
  787.  
  788. local Tracers = CreateButton("Tracers: None", StuffFrame)
  789. Tracers.Size = UDim2.new(0,140,0,30)
  790. Tracers.Position = UDim2.new(1,-150,0,50)
  791. Tracers.MouseButton1Click:connect(function()
  792. local curr = Tracers.Text:sub(10)
  793. if curr ~= "None" then
  794. ToggleTracers(curr, false)
  795. end
  796. local teams = {"None", "Police", "Criminal", "Prisoner"}
  797. local new = ""
  798. for i,v in pairs(teams) do
  799. if v == curr then
  800. new = teams[i + 1] or teams[1]
  801. end
  802. end
  803. if new ~= "None" then
  804. ToggleTracers(new, true)
  805. end
  806. Tracers.Text = "Tracers: " .. new
  807. end)
  808.  
  809. local BtoolActive = false
  810. local m = plr:GetMouse()
  811.  
  812. local Btool = CreateButton("Btool: Off", StuffFrame)
  813. Btool.Position = UDim2.new(0,10,0,90)
  814. Btool.MouseButton1Click:connect(function()
  815. spawn(function()
  816. local status = Btool.Text:sub(8)
  817. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  818. Btool.Text = "Btool: " .. newstatus
  819. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  820. if BtoolActive then
  821. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  822. local ev = m.Button1Down:connect(function()
  823. if m.Target then
  824. m.Target:Destroy()
  825. end
  826. end)
  827. while BtoolActive do
  828. wait()
  829. if m.Target then
  830. sb.Adornee = m.Target
  831. end
  832. end
  833. ev:Disconnect()
  834. else
  835. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  836. if sb then sb:Destroy() end
  837. end
  838. end)
  839. end)
  840.  
  841. local ClickTpEnabled = false
  842. m.Button1Down:connect(function()
  843. if ClickTpEnabled and m.Target then
  844. plr.Character:MoveTo(m.Hit.p)
  845. end
  846. end)
  847.  
  848. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  849. ClickTp.Position = UDim2.new(0,120,0,90)
  850. ClickTp.MouseButton1Click:connect(function()
  851. spawn(function()
  852. local status = ClickTp.Text:sub(10)
  853. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  854. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  855. ClickTp.Text = "ClickTp: " .. newstatus
  856. local ind = Create "Part" {
  857. Anchored = true,
  858. CanCollide = false,
  859. Transparency = 0.3,
  860. Size = Vector3.new(1.2,0.3,1.2),
  861. BrickColor = BrickColor.Green(),
  862. Parent = workspace
  863. }
  864. Instance.new("CylinderMesh", ind)
  865. m.TargetFilter = ind
  866. local beam = Create "Part" {
  867. Anchored = true,
  868. CanCollide = false,
  869. Transparency = 0.3,
  870. BrickColor = BrickColor.Green(),
  871. TopSurface = "Smooth",
  872. BottomSurface = "Smooth",
  873. Size = Vector3.new(0.3,0.3,1),
  874. Parent = workspace
  875.  
  876. }
  877. while ClickTpEnabled do
  878. wait()
  879. ind.CFrame = CFrame.new(m.Hit.p)
  880. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  881. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  882. if dist > 150 then
  883. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  884. else
  885. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  886. end
  887. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  888. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  889. end
  890. ind:Destroy()
  891. beam:Destroy()
  892. end)
  893. end)
  894.  
  895. local Gravity = CreateButton("Low Gravity", StuffFrame)
  896. Gravity.Position = UDim2.new(0,230,0,90)
  897. Gravity.Size = UDim2.new(0,130,0,30)
  898. Gravity.MouseButton1Click:connect(function()
  899. local t = Gravity.Text == "Low Gravity" and true or false
  900. workspace.Gravity = t and 50 or 196.2
  901. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  902. end)
  903.  
  904. local InfiniteJumpEnabled = false
  905. game:GetService("UserInputService").JumpRequest:connect(function()
  906. if InfiniteJumpEnabled then
  907. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  908. end
  909. end)
  910. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  911. InfiniteJump.Position = UDim2.new(0,10,0,130)
  912. InfiniteJump.Size = UDim2.new(0,150,0,30)
  913. InfiniteJump.MouseButton1Click:connect(function()
  914. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  915. local new = state == "Off" and "On" or state == "On" and "Off"
  916. InfiniteJumpEnabled = new == "On"
  917. InfiniteJump.Text = "Infinite Jump: " .. new
  918. end)
  919.  
  920. local Giver = nil
  921. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  922. ItemsGiver.Position = UDim2.new(0,170,0,130)
  923. ItemsGiver.MouseButton1Click:connect(function()
  924. if not workspace:FindFirstChild("Givers") then return end
  925. if Giver then
  926. for i,v in pairs(Giver) do
  927. v.ClickDetector.Parent = v.OriginalParent
  928. v.Event:Disconnect()
  929. end
  930. getmetatable(Giver):Destroy()
  931. end
  932. Giver = {}
  933. local g = Giver
  934. local p = Instance.new("Part", workspace)
  935. p.Anchored = true
  936. p.CanCollide = false
  937. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  938. setmetatable(Giver, {__metatable = p})
  939. for i,v in pairs(workspace.Givers:GetChildren()) do
  940. local cd = v:FindFirstChildOfClass"ClickDetector"
  941. if cd then
  942. local newt = {}
  943. newt.ClickDetector = cd
  944. newt.OriginalParent = v
  945. cd.Parent = p
  946. newt.Event = cd.MouseClick:connect(function()
  947. cd.Parent = v
  948. end)
  949. table.insert(Giver, newt)
  950. end
  951. end
  952. spawn(function()
  953. wait(10)
  954. if Giver == g then
  955. Giver = nil
  956. for i,v in pairs(g) do
  957. v.ClickDetector.Parent = v.OriginalParent
  958. v.Event:Disconnect()
  959. end
  960. getmetatable(g):Destroy()
  961. end
  962. end)
  963. end)
  964.  
  965. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  966. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  967. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  968. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  969. BankAutoRobBtn.MouseButton1Click:connect(function()
  970. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  971. local Info = Bank.Extra.Sign
  972. if Info.Decal.Transparency == 0 then
  973. game:GetService("StarterGui"):SetCore("SendNotification",{
  974. Title = "Bank is closed!",
  975. Text = "You need to wait for the bank to open!",
  976. Duration = 7,
  977. Button1 = "Dismiss",
  978. })
  979. return
  980. end
  981. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  982. local root = plr.Character.HumanoidRootPart
  983. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  984.  
  985. if (bankpos - plrpos).magnitude > 150 then
  986. local cb = Instance.new"BindableFunction"
  987.  
  988. cb.OnInvoke = function(arg)
  989. if arg == "Teleport" then
  990. JailbreakTp(10, 18, 784)
  991. end
  992. end
  993.  
  994. game:GetService("StarterGui"):SetCore("SendNotification",{
  995. Title = "You are too far!",
  996. Text = "You need to get closer to the bank (use tp)",
  997. Duration = 7,
  998. Button1 = "Dismiss",
  999. Button2 = "Teleport",
  1000. Callback = cb
  1001. })
  1002. else
  1003. RobTheBank()
  1004. end
  1005. end)
  1006.  
  1007. local SettingsFrame = CreateFrame("Settings")
  1008. SettingsFrame.Parent = main
  1009.  
  1010. local Settingsbtn = CreateButton("Settings", MenuLabel)
  1011. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  1012. Settingsbtn.MouseButton1Click:connect(function()
  1013. SettingsFrame.Visible = true
  1014. Menu.Visible = false
  1015. ActiveFrame = SettingsFrame
  1016. end)
  1017.  
  1018. local TpMethodBtn = CreateButton("Teleport Method: 1", SettingsFrame)
  1019. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  1020. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  1021. TpMethodBtn.MouseButton1Click:connect(function()
  1022. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  1023. curr = tonumber(curr)
  1024. local new = curr == 1 and 2 or curr == 2 and 1
  1025. TpMethod = new
  1026. TpMethodBtn.Text = "Teleport Method: " .. new
  1027. end)
  1028.  
  1029. local ExitBtn = CreateButton("Exit", MenuLabel)
  1030. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  1031. ExitBtn.MouseButton1Click:connect(function()
  1032. main:Destroy()
  1033. script.Disabled = true
  1034. script:Destroy()
  1035. end)
  1036.  
  1037. local BankJewelStatus = Create "TextLabel" {
  1038. BackgroundTransparency = 1,
  1039. TextSize = 8,
  1040. TextColor3 = Color3.new(0,0,0),
  1041. Font = "Legacy",
  1042. TextXAlignment = "Left",
  1043. TextYAlignment = "Top",
  1044. Size = UDim2.new(0,100,0,100),
  1045. Position = UDim2.new(0,10,0,220),
  1046. Text = "Bank:\nJewelry:",
  1047. Parent = Menu
  1048. }
  1049.  
  1050. local BankStatus = BankJewelStatus:Clone()
  1051. BankStatus.Text = "Unknown"
  1052. BankStatus.Size = UDim2.new(0,100,0,100)
  1053. BankStatus.Position = UDim2.new(0,46,0,220)
  1054. BankStatus.Parent = Menu
  1055. BankStatus.TextColor3 = Color3.new(1,0,0)
  1056.  
  1057. local JewelryStatus = BankStatus:Clone()
  1058. JewelryStatus.Text = "Unknown"
  1059. JewelryStatus.Size = UDim2.new(0,100,0,100)
  1060. JewelryStatus.Position = UDim2.new(0,59,0,232)
  1061. JewelryStatus.Parent = Menu
  1062. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1063.  
  1064. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  1065.  
  1066. local TransparencyTweens = {}
  1067. main.MouseLeave:connect(function()
  1068. spawn(function()
  1069. local bool = false
  1070. local ev = main.MouseEnter:connect(function()
  1071. bool = true
  1072. end)
  1073. wait(1)
  1074. ev:Disconnect()
  1075. if bool then return end
  1076. for i,v in pairs(TransparencyTweens) do
  1077. v:Pause()
  1078. end
  1079. TransparencyTweens = {}
  1080. for i,v in pairs(main:GetDescendants()) do
  1081. if v.Visible then
  1082. local totween = {}
  1083. if v.ClassName:sub(1,4) == "Text" then
  1084. totween.TextTransparency = 0.7
  1085. end
  1086. if v.BackgroundTransparency ~= 1 then
  1087. totween.BackgroundTransparency = 0.7
  1088. end
  1089. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  1090. end
  1091. end
  1092. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  1093. end)
  1094. end)
  1095. main.MouseEnter:connect(function()
  1096. for i,v in pairs(TransparencyTweens) do
  1097. v:Pause()
  1098. end
  1099. TransparencyTweens = {}
  1100. for i,v in pairs(main:GetDescendants()) do
  1101. if v.Visible then
  1102. local totween = {}
  1103. if v.ClassName:sub(1,4) == "Text" then
  1104. totween.TextTransparency = 0
  1105. end
  1106. if v.BackgroundTransparency ~= 1 then
  1107. totween.BackgroundTransparency = 0
  1108. end
  1109. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  1110. end
  1111. end
  1112. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  1113. end)
  1114.  
  1115. --AutoRob stuff--
  1116. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  1117. local BankAutoRob = {
  1118. {
  1119. Pos = {51, 18.06, 856.5},
  1120. Yield = 2,
  1121. Status = "Starting the robbery"
  1122. },
  1123. {
  1124. Pos = {29.71, 0.73, 815.25},
  1125. Yield = 15,
  1126. Status = "Opening the vault"
  1127. },
  1128. {
  1129. Pos = {18.37, 0.7659, 822.25},
  1130. Yield = DuffelBag and 50 or 25,
  1131. Status = "Collecting $$$"
  1132. },
  1133. {
  1134. Pos = {10, 18, 784},
  1135. Status = "Finishing the robbery"
  1136. }
  1137. }
  1138.  
  1139. local function Tp(...)
  1140. local char = plr.Character
  1141. for i=1,2 do
  1142. wait()
  1143. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  1144. end
  1145. end
  1146.  
  1147. function RobTheBank()
  1148. for _,v in pairs(BankAutoRob) do
  1149. Tp(unpack(v.Pos))
  1150. wait(v.Yield)
  1151. end
  1152. end
  1153.  
  1154. --Bank notification--
  1155. pcall(function()
  1156. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1157. local Info = Bank.Extra.Sign.Decal
  1158. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1159. if Info.Transparency ~= 0 then
  1160. BankStatus.Text = "Open"
  1161. BankStatus.TextColor3 = Color3.new(0,1,0)
  1162. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  1163. local cb = Instance.new("BindableFunction")
  1164. cb.OnInvoke = function(arg)
  1165. if arg == "Teleport" then
  1166. JailbreakTp(10, 18, 784)
  1167. elseif arg == "AutoRob" then
  1168. RobTheBank()
  1169. end
  1170. end
  1171. game:GetService("StarterGui"):SetCore("SendNotification",{
  1172. Title = "Bank is ready!",
  1173. Text = "Bank is ready!",
  1174. Duration = 15,
  1175. Button1 = "Dismiss",
  1176. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  1177. Callback = cb
  1178. })
  1179. else
  1180. BankStatus.Text = "Closed"
  1181. BankStatus.TextColor3 = Color3.new(1,0,0)
  1182. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1183. end
  1184. end)
  1185. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  1186. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1187. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1188. end)
  1189. --Jewelry notification--
  1190. pcall(function()
  1191. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1192. local Info = Jewelry.Extra.Sign.Decal
  1193. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1194. if Info.Transparency ~= 0 then
  1195. JewelryStatus.Text = "Open"
  1196. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  1197. BankStatus.TextColor3 = Color3.new(0,1,0)
  1198. local cb = Instance.new("BindableFunction")
  1199. cb.OnInvoke = function(arg)
  1200. if arg == "Teleport" then
  1201. JailbreakTp(142, 18, 1365)
  1202. end
  1203. end
  1204. game:GetService("StarterGui"):SetCore("SendNotification",{
  1205. Title = "Jewelry is ready!",
  1206. Text = "verggggaa!",
  1207. Duration = 15,
  1208. Button1 = "Dismiss",
  1209. Button2 = "Teleport",
  1210. Callback = cb
  1211. })
  1212. else
  1213. JewelryStatus.Text = "Closed"
  1214. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1215. end
  1216. end)
  1217. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  1218. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1219. end)
  1220.  
  1221. end
  1222. coroutine.resume(coroutine.create(SCRIPT_BTOZ66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement