Meliodas0_0

Jb gui by oblivion

Nov 3rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.41 KB | None | 0 0
  1. local auto = false
  2.  
  3. local pass = false
  4.  
  5. local jewel = false
  6.  
  7.  
  8. local JBGUI = Instance.new("ScreenGui")
  9. local open = Instance.new("Frame")
  10. local TextButton = Instance.new("TextButton")
  11. local Guiframe = Instance.new("Frame")
  12. local Topframe = Instance.new("Frame")
  13. local close = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local PlayerName = Instance.new("TextBox")
  16. local atbnk = Instance.new("TextButton")
  17. local atjw = Instance.new("TextButton")
  18. local tpcrhq = Instance.new("TextButton")
  19. local tpbank = Instance.new("TextButton")
  20. local tpjpl = Instance.new("TextButton")
  21. local tpcrhq2 = Instance.new("TextButton")
  22. local tpej = Instance.new("TextButton")
  23. local tpgr = Instance.new("TextButton")
  24. local RMD = Instance.new("TextButton")
  25. local RMC = Instance.new("TextButton")
  26. local tphp = Instance.new("TextButton")
  27. local BTS = Instance.new("TextButton")
  28. local ULK = Instance.new("TextButton")
  29. local JWL = Instance.new("TextButton")
  30. local AAR = Instance.new("TextButton")
  31. local GOTO = Instance.new("TextButton")
  32. local GOD = Instance.new("TextButton")
  33. local pgui = game.Players.LocalPlayer.PlayerGui
  34.  
  35. -- Properties
  36.  
  37. JBGUI.Name = "JBGUI"
  38. JBGUI.Parent = pgui
  39.  
  40. open.Name = "open"
  41. open.Parent = JBGUI
  42. open.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  43. open.BorderSizePixel = 0
  44. open.Position = UDim2.new(0, 720, 0, 0)
  45. open.Size = UDim2.new(0, 157, 0, 18)
  46.  
  47. TextButton.Parent = open
  48. TextButton.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  49. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  50. TextButton.Size = UDim2.new(0, 157, 0, 18)
  51. TextButton.Font = Enum.Font.SourceSansLight
  52. TextButton.FontSize = Enum.FontSize.Size24
  53. TextButton.Text = "Open"
  54. TextButton.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton.TextSize = 20
  56.  
  57. Guiframe.Name = "Guiframe"
  58. Guiframe.Parent = JBGUI
  59. Guiframe.Active = true
  60. Guiframe.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Guiframe.BorderSizePixel = 0
  62. Guiframe.Draggable = true
  63. Guiframe.Position = UDim2.new(0, 542, 0, 247)
  64. Guiframe.Size = UDim2.new(0, 424, 0, 300)
  65. Guiframe.Visible = false
  66.  
  67. Topframe.Name = "Topframe"
  68. Topframe.Parent = Guiframe
  69. Topframe.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  70. Topframe.BorderSizePixel = 0
  71. Topframe.Position = UDim2.new(0, 0, 0, -30)
  72. Topframe.Size = UDim2.new(0, 424, 0, 30)
  73. Topframe.Draggable = true
  74.  
  75. close.Name = "close"
  76. close.Parent = Topframe
  77. close.BackgroundColor3 = Color3.new(1, 1, 1)
  78. close.BackgroundTransparency = 1
  79. close.BorderSizePixel = 0
  80. close.Position = UDim2.new(0, 366, 0, 0)
  81. close.Size = UDim2.new(0, 55, 0, 30)
  82. close.Font = Enum.Font.SourceSansLight
  83. close.FontSize = Enum.FontSize.Size36
  84. close.Text = "X"
  85. close.TextSize = 33
  86.  
  87. TextLabel.Parent = Topframe
  88. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel.BackgroundTransparency = 1
  90. TextLabel.BorderSizePixel = 0
  91. TextLabel.Size = UDim2.new(0, 273, 0, 30)
  92. TextLabel.Font = Enum.Font.SourceSansLight
  93. TextLabel.FontSize = Enum.FontSize.Size28
  94. TextLabel.Text = "J.B Gui by Oblivion Scripting"
  95. TextLabel.TextSize = 28
  96.  
  97. PlayerName.Parent = Guiframe
  98. PlayerName.Name = "PlayerName"
  99. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  100. PlayerName.BackgroundTransparency = 1
  101. PlayerName.BorderSizePixel = 0
  102. PlayerName.Position = UDim2.new(0, 10, 0, 258)
  103. PlayerName.Size = UDim2.new(0, 126, 0, 36)
  104. PlayerName.Font = Enum.Font.SourceSansLight
  105. PlayerName.FontSize = Enum.FontSize.Size18
  106. PlayerName.Text = "Player"
  107. PlayerName.TextSize = 17
  108.  
  109. atbnk.Name = "atbnk"
  110. atbnk.Parent = Guiframe
  111. atbnk.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  112. atbnk.BorderSizePixel = 0
  113. atbnk.Position = UDim2.new(0, 150, 0, 258)
  114. atbnk.Size = UDim2.new(0, 126, 0, 36)
  115. atbnk.Font = Enum.Font.SourceSansLight
  116. atbnk.FontSize = Enum.FontSize.Size18
  117. atbnk.Text = "Auto-Bank Rob: Off"
  118. atbnk.TextSize = 17
  119.  
  120. atjw.Name = "atjw"
  121. atjw.Parent = Guiframe
  122. atjw.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  123. atjw.BorderSizePixel = 0
  124. atjw.Position = UDim2.new(0, 290, 0, 258)
  125. atjw.Size = UDim2.new(0, 126, 0, 36)
  126. atjw.Font = Enum.Font.SourceSansLight
  127. atjw.FontSize = Enum.FontSize.Size9
  128. atjw.Text = "Auto-Jewelry Rob: Off"
  129. atjw.TextScaled = true
  130. atjw.TextSize = 9
  131. atjw.TextWrapped = true
  132.  
  133. tpcrhq.Name = "tpcrhq"
  134. tpcrhq.Parent = Guiframe
  135. tpcrhq.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  136. tpcrhq.BorderSizePixel = 0
  137. tpcrhq.Position = UDim2.new(0, 10, 0, 23)
  138. tpcrhq.Size = UDim2.new(0, 126, 0, 36)
  139. tpcrhq.Font = Enum.Font.SourceSansLight
  140. tpcrhq.FontSize = Enum.FontSize.Size18
  141. tpcrhq.Text = "Tp To criminal base"
  142. tpcrhq.TextSize = 17
  143.  
  144. tpbank.Name = "tpbank"
  145. tpbank.Parent = Guiframe
  146. tpbank.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  147. tpbank.BorderSizePixel = 0
  148. tpbank.Position = UDim2.new(0, 150, 0, 23)
  149. tpbank.Size = UDim2.new(0, 126, 0, 36)
  150. tpbank.Font = Enum.Font.SourceSansLight
  151. tpbank.FontSize = Enum.FontSize.Size9
  152. tpbank.Text = "Tp To Bank"
  153. tpbank.TextScaled = true
  154. tpbank.TextSize = 9
  155. tpbank.TextWrapped = true
  156.  
  157. tpjpl.Name = "tpjpl"
  158. tpjpl.Parent = Guiframe
  159. tpjpl.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  160. tpjpl.BorderSizePixel = 0
  161. tpjpl.Position = UDim2.new(0, 290, 0, 23)
  162. tpjpl.Size = UDim2.new(0, 126, 0, 36)
  163. tpjpl.Font = Enum.Font.SourceSansLight
  164. tpjpl.FontSize = Enum.FontSize.Size18
  165. tpjpl.Text = "Tp to jail parking lot"
  166. tpjpl.TextSize = 17
  167.  
  168. tpcrhq2.Name = "tpcrhq2"
  169. tpcrhq2.Parent = Guiframe
  170. tpcrhq2.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  171. tpcrhq2.BorderSizePixel = 0
  172. tpcrhq2.Position = UDim2.new(0, 10, 0, 70)
  173. tpcrhq2.Size = UDim2.new(0, 126, 0, 36)
  174. tpcrhq2.Font = Enum.Font.SourceSansLight
  175. tpcrhq2.FontSize = Enum.FontSize.Size18
  176. tpcrhq2.Text = "Tp To criminal base 2"
  177. tpcrhq2.TextSize = 17
  178.  
  179. tpej.Name = "tpej"
  180. tpej.Parent = Guiframe
  181. tpej.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  182. tpej.BorderSizePixel = 0
  183. tpej.Position = UDim2.new(0, 150, 0, 70)
  184. tpej.Size = UDim2.new(0, 126, 0, 36)
  185. tpej.Font = Enum.Font.SourceSansLight
  186. tpej.FontSize = Enum.FontSize.Size18
  187. tpej.Text = "Jewlery"
  188. tpej.TextSize = 17
  189.  
  190. tpgr.Name = "tpgr"
  191. tpgr.Parent = Guiframe
  192. tpgr.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  193. tpgr.BorderSizePixel = 0
  194. tpgr.Position = UDim2.new(0, 290, 0, 70)
  195. tpgr.Size = UDim2.new(0, 126, 0, 36)
  196. tpgr.Font = Enum.Font.SourceSansLight
  197. tpgr.FontSize = Enum.FontSize.Size18
  198. tpgr.Text = "TP to Police Room"
  199. tpgr.TextSize = 17
  200.  
  201. RMD.Name = "RMD"
  202. RMD.Parent = Guiframe
  203. RMD.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  204. RMD.BorderSizePixel = 0
  205. RMD.Position = UDim2.new(0, 10, 0, 117)
  206. RMD.Size = UDim2.new(0, 126, 0, 36)
  207. RMD.Font = Enum.Font.SourceSansLight
  208. RMD.FontSize = Enum.FontSize.Size18
  209. RMD.Text = "Remove doors"
  210. RMD.TextSize = 17
  211.  
  212. RMC.Name = "RMC"
  213. RMC.Parent = Guiframe
  214. RMC.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  215. RMC.BorderSizePixel = 0
  216. RMC.Position = UDim2.new(0, 150, 0, 117)
  217. RMC.Size = UDim2.new(0, 126, 0, 36)
  218. RMC.Font = Enum.Font.SourceSansLight
  219. RMC.FontSize = Enum.FontSize.Size18
  220. RMC.Text = "Remove Lasers"
  221. RMC.TextSize = 17
  222.  
  223. tphp.Name = "tphp"
  224. tphp.Parent = Guiframe
  225. tphp.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  226. tphp.BorderSizePixel = 0
  227. tphp.Position = UDim2.new(0, 290, 0, 117)
  228. tphp.Size = UDim2.new(0, 126, 0, 36)
  229. tphp.Font = Enum.Font.SourceSansLight
  230. tphp.FontSize = Enum.FontSize.Size18
  231. tphp.Text = "Teleport Helipad"
  232. tphp.TextSize = 17
  233.  
  234. BTS.Name = "BTS"
  235. BTS.Parent = Guiframe
  236. BTS.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  237. BTS.BorderSizePixel = 0
  238. BTS.Position = UDim2.new(0, 10, 0, 164)
  239. BTS.Size = UDim2.new(0, 126, 0, 36)
  240. BTS.Font = Enum.Font.SourceSansLight
  241. BTS.FontSize = Enum.FontSize.Size18
  242. BTS.Text = "Get Btools"
  243. BTS.TextSize = 17
  244.  
  245. ULK.Name = "ULK"
  246. ULK.Parent = Guiframe
  247. ULK.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  248. ULK.BorderSizePixel = 0
  249. ULK.Position = UDim2.new(0, 150, 0, 164)
  250. ULK.Size = UDim2.new(0, 126, 0, 36)
  251. ULK.Font = Enum.Font.SourceSansLight
  252. ULK.FontSize = Enum.FontSize.Size18
  253. ULK.Text = "Unlock Blocks"
  254. ULK.TextSize = 17
  255.  
  256. JWL.Name = "JWL"
  257. JWL.Parent = Guiframe
  258. JWL.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  259. JWL.BorderSizePixel = 0
  260. JWL.Position = UDim2.new(0, 290, 0, 164)
  261. JWL.Size = UDim2.new(0, 126, 0, 36)
  262. JWL.Font = Enum.Font.SourceSansLight
  263. JWL.FontSize = Enum.FontSize.Size18
  264. JWL.Text = "Remove Lasers Jewlery"
  265. JWL.TextSize = 17
  266.  
  267. AAR.Name = "AAR"
  268. AAR.Parent = Guiframe
  269. AAR.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  270. AAR.BorderSizePixel = 0
  271. AAR.Position = UDim2.new(0, 10, 0, 211)
  272. AAR.Size = UDim2.new(0, 126, 0, 36)
  273. AAR.Font = Enum.Font.SourceSansLight
  274. AAR.FontSize = Enum.FontSize.Size18
  275. AAR.Text = "Auto Arrest"
  276. AAR.TextSize = 17
  277.  
  278. GOTO.Name = "GOTO"
  279. GOTO.Parent = Guiframe
  280. GOTO.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  281. GOTO.BorderSizePixel = 0
  282. GOTO.Position = UDim2.new(0, 150, 0, 211)
  283. GOTO.Size = UDim2.new(0, 126, 0, 36)
  284. GOTO.Font = Enum.Font.SourceSansLight
  285. GOTO.FontSize = Enum.FontSize.Size18
  286. GOTO.Text = "GOTO Player"
  287. GOTO.TextSize = 17
  288.  
  289. GOD.Name = "GOD"
  290. GOD.Parent = Guiframe
  291. GOD.BackgroundColor3 = Color3.new(0.780392, 0.32549, 0.32549)
  292. GOD.BorderSizePixel = 0
  293. GOD.Position = UDim2.new(0, 290, 0, 211)
  294. GOD.Size = UDim2.new(0, 126, 0, 36)
  295. GOD.Font = Enum.Font.SourceSansLight
  296. GOD.FontSize = Enum.FontSize.Size18
  297. GOD.Text = "God Mode"
  298. GOD.TextSize = 17
  299.  
  300. open.TextButton.MouseButton1Down:connect(function()
  301. Guiframe.Visible = true
  302. open.Visible = false
  303. end)
  304.  
  305. Topframe.close.MouseButton1Down:connect(function()
  306. Guiframe.Visible = false
  307. open.Visible = true
  308. end)
  309.  
  310. tpcrhq.MouseButton1Down:connect(function()
  311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  312. end)
  313.  
  314. tpbank.MouseButton1Down:connect(function()
  315. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  316. end)
  317.  
  318. tpjpl.MouseButton1Down:connect(function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  320. end)
  321.  
  322. tpcrhq2.MouseButton1Down:connect(function()
  323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1560.4231, 50.7911148, -1755.6908) + Vector3.new(1,0,0)
  324. end)
  325.  
  326. tpgr.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  328. end)
  329.  
  330. tpej.MouseButton1Down:connect(function()
  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(80.1110189, 17.9213142, 1350.103455) + Vector3.new(1,0,0)
  332. end)
  333.  
  334. RMD.MouseButton1Down:connect(function()
  335. game.Workspace.Doors:remove()
  336. end)
  337.  
  338. RMC.MouseButton1Down:connect(function()
  339. game.Workspace.Banks.Bank.Lasers:remove()
  340. end)
  341.  
  342. tphp.MouseButton1Down:connect(function()
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  344. end)
  345.  
  346. BTS.MouseButton1Down:connect(function()
  347. for a = 1, 4 do
  348. HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  349. HopperBin.BinType = a
  350. end
  351. end)
  352.  
  353. ULK.MouseButton1Down:connect(function()
  354. function unlockEverything(a)
  355. for n,o in pairs(a:GetChildren())do
  356. if(o:IsA("BasePart"))then o.Locked = false end
  357. unlockEverything(o)
  358. end
  359. end
  360.  
  361. unlockEverything(Workspace)
  362. end)
  363.  
  364. JWL.MouseButton1Down:connect(function()
  365. local i = 1
  366. while i < 6 do
  367. game.Workspace.Jewelrys.Jewelry.Model.BarbedWire:remove()
  368. i = i + 1
  369. end
  370. end)
  371.  
  372. AAR.MouseButton1Down:connect (function()
  373. while wait() do
  374. while wait(0.1) do
  375. localRootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  376. event = game.ReplicatedStorage.Resource.Event
  377.  
  378. function getCFrameBehindPart(part)
  379. local partRotation = part.CFrame:toAxisAngle()
  380. local bottomOfPart = part.CFrame.p-Vector3.new(0,part.Size.Y/2,0)
  381. local behindPart = CFrame.new(bottomOfPart-part.CFrame.lookVector*1.2)+Vector3.new(0,1,0)
  382. return behindPart*CFrame.Angles(partRotation.X,partRotation.Y,partRotation.Z)
  383. end
  384.  
  385. for _,plr in pairs(game.Teams.Criminal:GetPlayers()) do
  386. local char = plr.Character
  387. if char ~= nil and char:FindFirstChild("HumanoidRootPart") ~= nil then
  388. local rootPart = char.HumanoidRootPart
  389. repeat
  390. event:FireServer("VehicleExit")
  391. localRootPart.CFrame = getCFrameBehindPart(rootPart)
  392. wait()
  393. for _,veh in pairs(game.Workspace.Vehicles:GetChildren()) do
  394. event:FireServer("AttemptVehicleEject",veh)
  395. end
  396. event:FireServer("AttemptArrest", plr.Name)
  397. until plr.Team.Name ~= "Criminal" or rootPart == nil
  398. end
  399. end
  400. end
  401. end
  402. end)
  403.  
  404. GOD.MouseButton1Down:connect(function()
  405. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  406. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  407. l.Parent = game.Players.LocalPlayer.Character
  408. l.Name = "Humanoid"
  409. wait(0.1)
  410. game.Players.LocalPlayer.Character["1"]:Destroy()
  411. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  412. game.Players.LocalPlayer.Character.Animate.Disabled = true
  413. wait(0.1)
  414. game.Players.LocalPlayer.Character.Animate.Disabled = false
  415. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  416. end)
  417.  
  418. GOTO.MouseButton1Down:connect(function()
  419. local plyr = game.Players.LocalPlayer
  420. local p = game.Players[PlayerName.Text]
  421.  
  422. plyr.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  423. end)
  424.  
  425. open.TextButton.MouseButton1Down:connect(function()
  426. Guiframe.Visible = true
  427. open.Visible = false
  428. end)
  429.  
  430. Topframe.close.MouseButton1Down:connect(function()
  431. Guiframe.Visible = false
  432. open.Visible = true
  433. end)
  434.  
  435. atbnk.MouseButton1Down:connect(function()
  436. jewel = false
  437. atjw.Text = "Auto-Jewelry Rob: Off"
  438. auto = not auto
  439. if not auto then
  440. atbnk.Text = "Auto-Bank Rob: Off"
  441. else
  442. atbnk.Text = "Auto-Bank Rob: On"
  443. if game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled then
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30,18, 851)
  445. wait(1)
  446. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23, 5, 800)
  447. wait(1)
  448. if pass then
  449. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  450. wait(0.1)
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  452. else
  453. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  454. wait(0.1)
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  456. end
  457. game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text = "$0"
  458. end
  459. end
  460. end)
  461.  
  462. game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Changed:connect(function()
  463. if auto and game.Workspace.Banks.Bank.Extra.Light.SurfaceLight.Enabled and not jewel then
  464. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30,18, 851)
  465. wait(1)
  466. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23, 5, 800)
  467. wait(1)
  468. if pass then
  469. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$3,000"
  470. wait(0.1)
  471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  472. else
  473. repeat wait() until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$1,000"
  474. wait(0.1)
  475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  476. end
  477. game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text = "$0"
  478. end
  479. end)
  480.  
  481. atjw.MouseButton1Down:connect(function()
  482. auto = false
  483. atbnk.Text = "Auto-Bank Rob: Off"
  484. jewel = not jewel
  485. if not jewel then
  486. atjw.Text = "Auto-Jewelry Rob: Off"
  487. else
  488. atjw.Text = "Auto-Jewelry Rob: On"
  489. if game.Workspace.Jewelrys.Jewelry.Extra.Light.SurfaceLight.Enabled then
  490. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124, 17, 1317)
  491. if pass then
  492. repeat
  493. for _,v in pairs (game.Workspace.Jewelrys.Jewelry.Boxes:GetChildren()) do
  494. if v.Transparency ~= 0.80000001192093 then
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,-1,0)
  496. repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame _G.network:FireServer("Punch") wait() until v.Transparency == 1 or not jewel or game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$5,000"
  497. end
  498. end
  499. wait()
  500. until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$5,000" or not jewel
  501. wait(0.1)
  502. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  503. else
  504. repeat
  505. for _,v in pairs (game.Workspace.Jewelrys.Jewelry.Boxes:GetChildren()) do
  506. if v.Transparency ~= 0.80000001192093 then
  507. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,-1,0)
  508. repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame _G.network:FireServer("Punch") wait() until v.Transparency == 1 or not jewel or game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$2,000"
  509. end
  510. end
  511. wait()
  512. until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$2,000" or not jewel
  513. wait(0.1)
  514. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  515. end
  516. game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text = "$0"
  517. end
  518. end
  519. end)
  520.  
  521. game.Workspace.Jewelrys.Jewelry.Extra.Light.SurfaceLight.Changed:connect(function()
  522. if game.Workspace.Jewelrys.Jewelry.Extra.Light.SurfaceLight.Enabled and jewel and not auto then
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124, 17, 1317)
  524. if pass then
  525. repeat
  526. for _,v in pairs (game.Workspace.Jewelrys.Jewelry.Boxes:GetChildren()) do
  527. if v.Transparency ~= 0.80000001192093 then
  528. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,-1,0)
  529. repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame _G.network:FireServer("Punch") wait() until v.Transparency == 1 or not jewel or game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$5,000"
  530. end
  531. end
  532. wait()
  533. until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$5,000" or not jewel
  534. wait(0.1)
  535. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  536. else
  537. repeat
  538. for _,v in pairs (game.Workspace.Jewelrys.Jewelry.Boxes:GetChildren()) do
  539. if v.Transparency ~= 0.80000001192093 then
  540. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,-1,0)
  541. repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame _G.network:FireServer("Punch") wait() until v.Transparency == 1 or not jewel or game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$2,000"
  542. end
  543. end
  544. wait()
  545. until game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text == "$2,000" or not jewel
  546. wait(0.1)
  547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1562,49,-1754)
  548. end
  549. game.Players.LocalPlayer.PlayerGui.ScreenGui.CollectMoney.Money.Text = "$0"
  550. end
  551. end)
  552.  
  553.  
  554.  
  555. if game:GetService("MarketplaceService"):PlayerOwnsAsset(game.Players.LocalPlayer, 739192969) then
  556. pass = true
  557. end
Add Comment
Please, Sign In to add comment