Advertisement
Guest User

SCRIPT 1 KAPPA GUI

a guest
Jan 23rd, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.50 KB | None | 0 0
  1. -- applebee
  2. -- Version: 3.0
  3. -- Instances:
  4. local KappaGui = Instance.new("ScreenGui")
  5. local Mainframe = Instance.new("Frame")
  6. local namebar = Instance.new("Frame")
  7. local textname = Instance.new("TextLabel")
  8. local credits = Instance.new("TextLabel")
  9. local toggleadminbutton = Instance.new("TextButton")
  10. local scriptsmenu = Instance.new("TextButton")
  11. local closemainframe = Instance.new("TextButton")
  12. local scripthub = Instance.new("Frame")
  13. local scripthubnamebar = Instance.new("Frame")
  14. local scripthubname = Instance.new("TextLabel")
  15. local scriptcbroaimbot = Instance.new("TextButton")
  16. local scriptjailbreakgui = Instance.new("TextButton")
  17. local scriptvehiclesim = Instance.new("TextButton")
  18. local scriptrocitizens = Instance.new("TextButton")
  19. local scriptpiano = Instance.new("TextButton")
  20. local scriptgamestore = Instance.new("TextButton")
  21. local scriptbloxburg = Instance.new("TextButton")
  22. local scriptarcanelegacy = Instance.new("TextButton")
  23. local closescripthub = Instance.new("TextButton")
  24. local openmainframe = Instance.new("TextButton")
  25. --Properties:
  26. KappaGui.Name = "KappaGui"
  27. KappaGui.Parent = game.CoreGui
  28. KappaGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Mainframe.Name = "Mainframe"
  31. Mainframe.Parent = KappaGui
  32. Mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  33. Mainframe.BackgroundTransparency = 0.40000000596046
  34. Mainframe.Position = UDim2.new(0.0610932484, 0, 0.649671078, 0)
  35. Mainframe.Size = UDim2.new(0, 290, 0, 161)
  36.  
  37. namebar.Name = "namebar"
  38. namebar.Parent = Mainframe
  39. namebar.BackgroundColor3 = Color3.new(0, 0, 0)
  40. namebar.BackgroundTransparency = 0.30000001192093
  41. namebar.Size = UDim2.new(0, 290, 0, 15)
  42.  
  43. textname.Name = "textname"
  44. textname.Parent = namebar
  45. textname.BackgroundColor3 = Color3.new(1, 1, 1)
  46. textname.BackgroundTransparency = 1
  47. textname.Size = UDim2.new(0, 290, 0, 15)
  48. textname.Font = Enum.Font.SourceSans
  49. textname.Text = "KAPPA GUI VERSION 1"
  50. textname.TextColor3 = Color3.new(1, 1, 1)
  51. textname.TextScaled = true
  52. textname.TextSize = 14
  53. textname.TextStrokeColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  54. textname.TextStrokeTransparency = 0
  55. textname.TextWrapped = true
  56.  
  57. credits.Name = "credits"
  58. credits.Parent = Mainframe
  59. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  60. credits.BackgroundTransparency = 1
  61. credits.Position = UDim2.new(-0.296551734, 0, 0.857142866, 0)
  62. credits.Size = UDim2.new(0, 290, 0, 17)
  63. credits.Font = Enum.Font.SourceSans
  64. credits.Text = "by pikachu16335"
  65. credits.TextColor3 = Color3.new(1, 1, 1)
  66. credits.TextScaled = true
  67. credits.TextSize = 14
  68. credits.TextStrokeColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  69. credits.TextStrokeTransparency = 0
  70. credits.TextWrapped = true
  71.  
  72. toggleadminbutton.Name = "toggleadminbutton"
  73. toggleadminbutton.Parent = Mainframe
  74. toggleadminbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  75. toggleadminbutton.BackgroundTransparency = 0.20000000298023
  76. toggleadminbutton.BorderColor3 = Color3.new(1, 1, 1)
  77. toggleadminbutton.BorderSizePixel = 0
  78. toggleadminbutton.Position = UDim2.new(0.0896551758, 0, 0.347826064, 0)
  79. toggleadminbutton.Size = UDim2.new(0, 110, 0, 26)
  80. toggleadminbutton.Font = Enum.Font.SourceSans
  81. toggleadminbutton.Text = "INFINITE YIELD ADMIN COMMANDS"
  82. toggleadminbutton.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  83. toggleadminbutton.TextScaled = true
  84. toggleadminbutton.TextSize = 14
  85. toggleadminbutton.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  86. toggleadminbutton.TextStrokeTransparency = 0
  87. toggleadminbutton.TextWrapped = true
  88. toggleadminbutton.MouseButton1Down:connect(function()
  89. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  90. end)
  91.  
  92.  
  93. scriptsmenu.Name = "scriptsmenu"
  94. scriptsmenu.Parent = Mainframe
  95. scriptsmenu.BackgroundColor3 = Color3.new(0, 0, 0)
  96. scriptsmenu.BackgroundTransparency = 0.20000000298023
  97. scriptsmenu.BorderColor3 = Color3.new(1, 1, 1)
  98. scriptsmenu.BorderSizePixel = 0
  99. scriptsmenu.Position = UDim2.new(0.503448248, 0, 0.347826093, 0)
  100. scriptsmenu.Size = UDim2.new(0, 116, 0, 26)
  101. scriptsmenu.Font = Enum.Font.SourceSans
  102. scriptsmenu.Text = "SCRIPTHUB"
  103. scriptsmenu.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  104. scriptsmenu.TextScaled = true
  105. scriptsmenu.TextSize = 14
  106. scriptsmenu.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  107. scriptsmenu.TextStrokeTransparency = 0
  108. scriptsmenu.TextWrapped = true
  109. scripthub.Active = true
  110. scripthub.Draggable = true
  111. Mainframe.Active = true
  112. Mainframe.Draggable = true
  113. scriptsmenu.MouseButton1Down:connect(function()
  114. scripthub.Visible = true
  115. end)
  116.  
  117. closemainframe.Name = "closemainframe"
  118. closemainframe.Parent = Mainframe
  119. closemainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  120. closemainframe.BackgroundTransparency = 1
  121. closemainframe.BorderColor3 = Color3.new(1, 1, 1)
  122. closemainframe.BorderSizePixel = 0
  123. closemainframe.Position = UDim2.new(0.86636728, 0, -0.0198594294, 0)
  124. closemainframe.Size = UDim2.new(0, 48, 0, 20)
  125. closemainframe.Font = Enum.Font.SourceSans
  126. closemainframe.Text = "X"
  127. closemainframe.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  128. closemainframe.TextScaled = true
  129. closemainframe.TextSize = 14
  130. closemainframe.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  131. closemainframe.TextStrokeTransparency = 0
  132. closemainframe.TextWrapped = true
  133. closemainframe.MouseButton1Down:connect(function()
  134. Mainframe.Visible = false
  135. end)
  136.  
  137.  
  138. scripthub.Name = "scripthub"
  139. scripthub.Parent = KappaGui
  140. scripthub.BackgroundColor3 = Color3.new(0, 0, 0)
  141. scripthub.BackgroundTransparency = 0.40000000596046
  142. scripthub.Position = UDim2.new(0.0600610971, 0, 0.306250036, 0)
  143. scripthub.Size = UDim2.new(0, 290, 0, 197)
  144.  
  145. scripthubnamebar.Name = "scripthubnamebar"
  146. scripthubnamebar.Parent = scripthub
  147. scripthubnamebar.BackgroundColor3 = Color3.new(0, 0, 0)
  148. scripthubnamebar.BackgroundTransparency = 0.30000001192093
  149. scripthubnamebar.Size = UDim2.new(0, 290, 0, 15)
  150.  
  151. scripthubname.Name = "scripthubname"
  152. scripthubname.Parent = scripthubnamebar
  153. scripthubname.BackgroundColor3 = Color3.new(1, 1, 1)
  154. scripthubname.BackgroundTransparency = 1
  155. scripthubname.Size = UDim2.new(0, 290, 0, 15)
  156. scripthubname.Font = Enum.Font.SourceSans
  157. scripthubname.Text = "KAPPA SCRIPT HUB"
  158. scripthubname.TextColor3 = Color3.new(1, 1, 1)
  159. scripthubname.TextScaled = true
  160. scripthubname.TextSize = 14
  161. scripthubname.TextStrokeColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  162. scripthubname.TextStrokeTransparency = 0
  163. scripthubname.TextWrapped = true
  164.  
  165. scriptcbroaimbot.Name = "scriptcbroaimbot"
  166. scriptcbroaimbot.Parent = scripthub
  167. scriptcbroaimbot.BackgroundColor3 = Color3.new(0, 0, 0)
  168. scriptcbroaimbot.BackgroundTransparency = 0.20000000298023
  169. scriptcbroaimbot.BorderColor3 = Color3.new(1, 1, 1)
  170. scriptcbroaimbot.BorderSizePixel = 0
  171. scriptcbroaimbot.Position = UDim2.new(0.0896937847, 0, 0.180313379, 0)
  172. scriptcbroaimbot.Size = UDim2.new(0, 110, 0, 26)
  173. scriptcbroaimbot.Font = Enum.Font.SourceSans
  174. scriptcbroaimbot.Text = "CBRO AIMBOT"
  175. scriptcbroaimbot.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  176. scriptcbroaimbot.TextScaled = true
  177. scriptcbroaimbot.TextSize = 14
  178. scriptcbroaimbot.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  179. scriptcbroaimbot.TextStrokeTransparency = 0
  180. scriptcbroaimbot.TextWrapped = true
  181. scriptcbroaimbot.MouseButton1Down:connect(function()
  182. do --SIGHT
  183. local plr = game.Players.LocalPlayer
  184. local allsguis = {}
  185.  
  186. local enabled = false
  187.  
  188. local dohax = function(lbplr)
  189. wait() --make sure the character exists
  190. if not lbplr.Character then return end
  191. for _,obj in next,lbplr.Character:children() do
  192. if obj:IsA("BasePart") then
  193. local sguis = {}
  194. local snew = function(...)
  195. for _,face in next,{...} do
  196. local sgui = Instance.new("SurfaceGui",obj)
  197. sgui.Enabled = enabled
  198. sgui.AlwaysOnTop = true
  199. sgui.Face = face
  200. table.insert(sguis,sgui)
  201. sgui.AncestryChanged:connect(function()
  202. for i,v in next,sguis do
  203. if v == sgui then
  204. table.remove(sguis,i)
  205. sgui:destroy()
  206. end
  207. end
  208. end)
  209. end
  210. end
  211. snew("Front", "Back", "Left", "Right", "Top", "Bottom")
  212. for _,sgui in next,sguis do
  213. local sframe = Instance.new("Frame",sgui)
  214. sframe.Size = UDim2.new(1,0,1,0)
  215. sframe.BorderSizePixel = 0
  216. sframe.BackgroundTransparency = .5
  217. sframe.BackgroundColor3 = lbplr.TEEM.Value == plr.TEEM.Value and BrickColor.new("Really blue").Color or BrickColor.new("Really red").Color
  218. end
  219. table.insert(allsguis,sguis)
  220. end
  221. end
  222. end
  223.  
  224. local connectPlayer = function(lbplr)
  225. if lbplr ~= plr then
  226. dohax(lbplr)
  227. lbplr.CharacterAdded:connect(function(char)
  228. dohax(lbplr)
  229. end)
  230. end
  231. end
  232.  
  233. for _,v in next,game.Players:GetPlayers() do
  234. connectPlayer(v)
  235. end
  236.  
  237. game.Players.PlayerAdded:connect(function(p)
  238. connectPlayer(p)
  239. end)
  240.  
  241. game:GetService("UserInputService").InputBegan:connect(function(input)
  242. if input.KeyCode == Enum.KeyCode.BackSlash then
  243. enabled = not enabled
  244. for _,v in next,allsguis do
  245. for __,vv in next,v do
  246. vv.Enabled = enabled
  247. end
  248. end
  249. end
  250. end)
  251. end
  252.  
  253. do --AIM
  254. local cam = game:GetService("Workspace").CurrentCamera
  255. local plrs = game:GetService("Players"):GetPlayers()
  256. local lplr = game:GetService("Players").LocalPlayer
  257.  
  258. local aiming = false
  259. local dolerp = true
  260.  
  261. game:GetService("RunService"):BindToRenderStep("UpdateCamera", Enum.RenderPriority.Camera.Value, function()
  262. if not aiming or not lplr.Character or not lplr.Character:FindFirstChild("Head") then return end
  263. local cchar,cdist
  264. for _,plr in next,plrs do
  265. if plr ~= lplr and plr.TEEM.Value ~= lplr.TEEM.Value then
  266. local char = plr.Character
  267. if char and char:FindFirstChild("Head") then
  268. local hit = workspace:FindPartOnRay(Ray.new((cam.CFrame*CFrame.new(0,0,-5)).p, char.Head.Position - (cam.CFrame*CFrame.new(0,0,-5)).p))
  269. if hit and hit.Parent and hit.Parent == char or hit.Parent.Parent == char then
  270. local dist = (char.Head.Position - lplr.Character.Head.Position).magnitude
  271. if cdist == nil or dist < cdist then
  272. cdist = dist
  273. cchar = char
  274. end
  275. end
  276. end
  277. end
  278. end
  279. if not cchar then return end
  280. cam.CFrame = dolerp and cam.CFrame:lerp(CFrame.new(cam.CFrame.p, cchar.Head.CFrame.p), .15) or CFrame.new(cam.CFrame.p, cchar.Head.CFrame.p)
  281. end)
  282.  
  283. game.Players.PlayerAdded:connect(function(plr)
  284. table.insert(plrs,plr)
  285. end)
  286.  
  287. game.Players.PlayerRemoving:connect(function(plr)
  288. for i,v in next,plrs do
  289. if v == plr then
  290. table.remove(plrs,i)
  291. end
  292. end
  293. end)
  294.  
  295. game:GetService("UserInputService").InputBegan:connect(function(input)
  296. if input.KeyCode == Enum.KeyCode.CapsLock then
  297. aiming = not aiming
  298. elseif input.KeyCode == Enum.KeyCode.RightBracket then
  299. dolerp = true
  300. elseif input.KeyCode == Enum.KeyCode.LeftBracket then
  301. dolerp = false
  302. end
  303. end)
  304. end
  305.  
  306. do --OMGWHAT
  307. local plr = game.Players.LocalPlayer
  308. game:GetService("UserInputService").InputBegan:connect(function(input)
  309. if input.KeyCode == Enum.KeyCode.RightAlt then
  310. if not plr.Character or not plr.Character:FindFirstChild("Head") then return end
  311. for _,v in next,game.Players:children() do
  312. if v ~= plr and v.TEEM.Value ~= plr.TEEM.Value and v.Character and v.Character:FindFirstChild("Head") and v.Character:FindFirstChild("Torso") and v.Character.Torso:FindFirstChild("Neck") then
  313. local char = v.Character
  314. local head = char.Head
  315. char.Torso["Neck"]:destroy()
  316. head.Anchored = true
  317. head.CanCollide = false
  318. head.Transparency = 1
  319. head.face:destroy()
  320. for _,vv in next,head:children() do
  321. if vv:IsA("SurfaceGui") then
  322. vv:destroy()
  323. end
  324. end
  325. local rs = game:GetService("RunService").RenderStepped:connect(function()
  326. head.CFrame = plr.Character.Head.CFrame*CFrame.new(0,0,-5)
  327. end)
  328. head.AncestryChanged:connect(function()
  329. rs:disconnect()
  330. end)
  331. plr.Character.Head.AncestryChanged:connect(function()
  332. rs:disconnect()
  333. end)
  334. end
  335. end
  336. end
  337. end)
  338. end
  339.  
  340. scriptjailbreakgui.Name = "scriptjailbreakgui"
  341. scriptjailbreakgui.Parent = scripthub
  342. scriptjailbreakgui.BackgroundColor3 = Color3.new(0, 0, 0)
  343. scriptjailbreakgui.BackgroundTransparency = 0.20000000298023
  344. scriptjailbreakgui.BorderColor3 = Color3.new(1, 1, 1)
  345. scriptjailbreakgui.BorderSizePixel = 0
  346. scriptjailbreakgui.Position = UDim2.new(0.0896937847, 0, 0.352902234, 0)
  347. scriptjailbreakgui.Size = UDim2.new(0, 110, 0, 26)
  348. scriptjailbreakgui.Font = Enum.Font.SourceSans
  349. scriptjailbreakgui.Text = "JAILBREAKER"
  350. scriptjailbreakgui.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  351. scriptjailbreakgui.TextScaled = true
  352. scriptjailbreakgui.TextSize = 14
  353. scriptjailbreakgui.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  354. scriptjailbreakgui.TextStrokeTransparency = 0
  355. scriptjailbreakgui.TextWrapped = true
  356. --BYPASS--
  357.  
  358. spawn(function()
  359. while wait(0.05) do
  360. game:GetService("Workspace").Name = "Workspace"
  361. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  362. game:GetService("Players").Name = "Players"
  363. end
  364. end)
  365.  
  366. --------
  367.  
  368.  
  369.  
  370. local dcb=Instance.new("ScreenGui")
  371. local _db=Instance.new("TextLabel")local adb=Instance.new("ImageButton")
  372. local bdb=Instance.new("Frame")local cdb=Instance.new("Frame")
  373. local ddb=Instance.new("ScrollingFrame")local __c=Instance.new("ImageButton")
  374. local a_c=Instance.new("ImageButton")local b_c=Instance.new("TextButton")
  375. local c_c=Instance.new("ImageButton")local d_c=Instance.new("ImageButton")
  376. local _ac=Instance.new("TextButton")local aac=Instance.new("ImageButton")
  377. local bac=Instance.new("ImageButton")local cac=Instance.new("TextButton")
  378. local dac=Instance.new("ImageButton")local _bc=Instance.new("ImageButton")
  379. local abc=Instance.new("TextButton")local bbc=Instance.new("ImageButton")
  380. local cbc=Instance.new("ImageButton")local dbc=Instance.new("TextButton")
  381. local _cc=Instance.new("ImageButton")local acc=Instance.new("ImageButton")
  382. local bcc=Instance.new("TextButton")local ccc=Instance.new("ImageButton")
  383. local dcc=Instance.new("ImageButton")local _dc=Instance.new("TextButton")
  384. local adc=Instance.new("ImageButton")local bdc=Instance.new("ImageButton")
  385. local cdc=Instance.new("TextButton")local ddc=Instance.new("ImageButton")
  386. local __d=Instance.new("ImageButton")local a_d=Instance.new("TextButton")
  387. local b_d=Instance.new("ImageButton")local c_d=Instance.new("ImageButton")
  388. local d_d=Instance.new("TextButton")local _ad=Instance.new("ImageButton")
  389. local aad=Instance.new("Frame")local bad=Instance.new("ImageLabel")
  390. local cad=Instance.new("ImageButton")local dad=Instance.new("TextButton")
  391. local _bd=Instance.new("ImageLabel")local abd=Instance.new("ImageButton")
  392. local bbd=Instance.new("TextButton")local cbd=Instance.new("ImageLabel")
  393. local dbd=Instance.new("ImageButton")local _cd=Instance.new("TextButton")
  394. local acd=Instance.new("ImageLabel")local bcd=Instance.new("ImageButton")
  395. local ccd=Instance.new("TextButton")local dcd=Instance.new("ImageLabel")
  396. local _dd=Instance.new("ImageButton")local add=Instance.new("TextButton")
  397. local bdd=Instance.new("ImageLabel")local cdd=Instance.new("ImageButton")
  398. local ddd=Instance.new("TextButton")local ___a=Instance.new("ImageButton")
  399. local a__a=Instance.new("Frame")local b__a=Instance.new("ImageButton")
  400. local c__a=Instance.new("TextButton")local d__a=Instance.new("ImageButton")
  401. local _a_a=Instance.new("TextButton")local aa_a=Instance.new("ImageButton")
  402. local ba_a=Instance.new("TextButton")local ca_a=Instance.new("ImageButton")
  403. local da_a=Instance.new("TextButton")local _b_a=Instance.new("ImageButton")
  404. local ab_a=Instance.new("TextButton")dcb.Parent=game.CoreGui;_db.Name="Credits"_db.Parent=dcb
  405. _db.Active=true
  406. _db.BackgroundColor3=Color3.new(0.223529,0.270588,0.388235)_db.BorderSizePixel=0;_db.Draggable=true
  407. _db.Position=UDim2.new(0.363781482,0,0.227383882,0)_db.Selectable=true;_db.Size=UDim2.new(0,398,0,13)
  408. _db.Font=Enum.Font.Arial;_db.FontSize=Enum.FontSize.Size12
  409. _db.Text="Enjoy GUI's like these? Join our discord! discord.me/roleak"_db.TextColor3=Color3.new(1,1,1)_db.TextSize=12
  410. game:GetService("Players").Name="Players"adb.Name="General"adb.Parent=_db
  411. adb.BackgroundColor3=Color3.new(1,1,1)adb.BackgroundTransparency=1;adb.BorderSizePixel=0
  412. adb.Position=UDim2.new(0.316967577,0,1.49463987,0)adb.Size=UDim2.new(0,146,0,28)
  413. adb.Image="rbxassetid://975825747"bdb.Name="GeneralTopBar"bdb.Parent=adb;bdb.Active=true
  414. bdb.BackgroundColor3=Color3.new(0.223529,0.270588,0.388235)bdb.BorderColor3=Color3.new(1,1,1)bdb.BorderSizePixel=2
  415. bdb.Draggable=true;bdb.Position=UDim2.new(-2.98630166,0,1.25,0)
  416. bdb.Selectable=true;bdb.Size=UDim2.new(0,228,0,12)bdb.Visible=false;cdb.Parent=bdb
  417. cdb.BackgroundColor3=Color3.new(1,1,1)cdb.BackgroundTransparency=1;cdb.BorderSizePixel=0
  418. cdb.Position=UDim2.new(0,0,2,0)cdb.Size=UDim2.new(0,237,0,203)ddb.Parent=cdb
  419. ddb.BackgroundColor3=Color3.new(1,1,1)ddb.BackgroundTransparency=1;ddb.BorderSizePixel=0
  420. ddb.Position=UDim2.new(-0.337552756,0,0,0)ddb.Size=UDim2.new(0,387,0,99)__c.Name="BV"__c.Parent=ddb
  421. __c.BackgroundColor3=Color3.new(1,1,1)__c.BackgroundTransparency=1;__c.BorderSizePixel=0
  422. __c.Position=UDim2.new(0.0144032901,0,0.017699115,0)__c.Size=UDim2.new(0,237,0,24)
  423. __c.Image="rbxassetid://975884708"a_c.Name="BVTeleport"a_c.Parent=__c
  424. a_c.BackgroundColor3=Color3.new(1,1,1)a_c.BackgroundTransparency=1;a_c.BorderSizePixel=0;a_c.Position=UDim2.new(0.968644917,0,-
  425. 0.0106932186,0)
  426. a_c.Size=UDim2.new(0,136,0,24)a_c.Image="rbxassetid://975897510"b_c.Name="BankVault"b_c.Parent=__c
  427. b_c.BackgroundColor3=Color3.new(1,1,1)b_c.BackgroundTransparency=1;b_c.BorderSizePixel=0
  428. b_c.Position=UDim2.new(0.0675105453,0,0.0833333358,0)b_c.Size=UDim2.new(0,200,0,18)b_c.Font=Enum.Font.Arial
  429. b_c.FontSize=Enum.FontSize.Size18;b_c.Text="Bank Vault"b_c.TextColor3=Color3.new(1,1,1)
  430. b_c.TextSize=18;c_c.Name="CB1"c_c.Parent=ddb
  431. c_c.BackgroundColor3=Color3.new(1,1,1)c_c.BackgroundTransparency=1;c_c.BorderSizePixel=0
  432. c_c.Position=UDim2.new(0.0156952795,0,0.092816487,0)c_c.Size=UDim2.new(0,237,0,24)
  433. c_c.Image="rbxassetid://975884708"d_c.Name="CB1Teleport"d_c.Parent=c_c
  434. d_c.BackgroundColor3=Color3.new(1,1,1)d_c.BackgroundTransparency=1;d_c.BorderSizePixel=0;d_c.Position=UDim2.new(0.968644917,0,-
  435. 0.0106932186,0)
  436. d_c.Size=UDim2.new(0,136,0,24)d_c.Image="rbxassetid://975897510"_ac.Name="CriminalBase1"_ac.Parent=c_c
  437. _ac.BackgroundColor3=Color3.new(1,1,1)_ac.BackgroundTransparency=1;_ac.BorderSizePixel=0
  438. _ac.Position=UDim2.new(0.0571746267,0,0.0983333364,0)_ac.Size=UDim2.new(0,200,0,18)_ac.Font=Enum.Font.Arial
  439. _ac.FontSize=Enum.FontSize.Size18;_ac.Text="Criminal Base 1"_ac.TextColor3=Color3.new(1,1,1)
  440. _ac.TextSize=18;aac.Name="CB2"aac.Parent=ddb
  441. aac.BackgroundColor3=Color3.new(1,1,1)aac.BackgroundTransparency=1;aac.BorderSizePixel=0
  442. aac.Position=UDim2.new(0.0131113008,0,0.172628701,0)aac.Size=UDim2.new(0,237,0,24)
  443. aac.Image="rbxassetid://975884708"bac.Name="CB2Teleport"bac.Parent=aac
  444. bac.BackgroundColor3=Color3.new(1,1,1)bac.BackgroundTransparency=1;bac.BorderSizePixel=0;bac.Position=UDim2.new(0.968644917,0,-
  445. 0.0106932186,0)
  446. bac.Size=UDim2.new(0,136,0,24)bac.Image="rbxassetid://975897510"
  447. game:GetService("Workspace").Name="Workspace"cac.Name="CriminalBase2"cac.Parent=aac
  448. cac.BackgroundColor3=Color3.new(1,1,1)cac.BackgroundTransparency=1;cac.BorderSizePixel=0
  449. cac.Position=UDim2.new(0.0571746267,0,0.0983333364,0)cac.Size=UDim2.new(0,200,0,18)cac.Font=Enum.Font.Arial
  450. cac.FontSize=Enum.FontSize.Size18;cac.Text="Criminal Base 2"cac.TextColor3=Color3.new(1,1,1)
  451. cac.TextSize=18;dac.Name="PS"dac.Parent=ddb
  452. dac.BackgroundColor3=Color3.new(1,1,1)dac.BackgroundTransparency=1;dac.BorderSizePixel=0
  453. dac.Position=UDim2.new(0.0156952795,0,0.2524409,0)dac.Size=UDim2.new(0,237,0,24)
  454. dac.Image="rbxassetid://975884708"_bc.Name="PSTeleport"_bc.Parent=dac
  455. _bc.BackgroundColor3=Color3.new(1,1,1)_bc.BackgroundTransparency=1;_bc.BorderSizePixel=0;_bc.Position=UDim2.new(0.968644917,0,-
  456. 0.0106932186,0)
  457. _bc.Size=UDim2.new(0,136,0,24)_bc.Image="rbxassetid://975897510"abc.Name="PoliceStation"abc.Parent=dac
  458. abc.BackgroundColor3=Color3.new(1,1,1)abc.BackgroundTransparency=1;abc.BorderSizePixel=0
  459. abc.Position=UDim2.new(0.0571746267,0,0.0983333364,0)abc.Size=UDim2.new(0,200,0,18)abc.Font=Enum.Font.Arial
  460. abc.FontSize=Enum.FontSize.Size18;abc.Text="Police Station"abc.TextColor3=Color3.new(1,1,1)
  461. abc.TextSize=18;bbc.Name="HP1"bbc.Parent=ddb
  462. bbc.BackgroundColor3=Color3.new(1,1,1)bbc.BackgroundTransparency=1;bbc.BorderSizePixel=0
  463. bbc.Position=UDim2.new(0.0105273211,0,0.334735155,0)bbc.Size=UDim2.new(0,237,0,24)
  464. bbc.Image="rbxassetid://975884708"cbc.Name="HP1Teleport"cbc.Parent=bbc
  465. cbc.BackgroundColor3=Color3.new(1,1,1)cbc.BackgroundTransparency=1;cbc.BorderSizePixel=0;cbc.Position=UDim2.new(0.968644917,0,-
  466. 0.0106932186,0)
  467. cbc.Size=UDim2.new(0,136,0,24)cbc.Image="rbxassetid://975897510"dbc.Name="HelicopterPad1"
  468. dbc.Parent=bbc;dbc.BackgroundColor3=Color3.new(1,1,1)
  469. dbc.BackgroundTransparency=1;dbc.BorderSizePixel=0
  470. dbc.Position=UDim2.new(0.0571746267,0,0.0983333364,0)dbc.Size=UDim2.new(0,200,0,18)dbc.Font=Enum.Font.Arial
  471. dbc.FontSize=Enum.FontSize.Size18;dbc.Text="Helicopter Pad 1"dbc.TextColor3=Color3.new(1,1,1)
  472. dbc.TextSize=18;_cc.Name="HP2"_cc.Parent=ddb
  473. _cc.BackgroundColor3=Color3.new(1,1,1)_cc.BackgroundTransparency=1;_cc.BorderSizePixel=0
  474. _cc.Position=UDim2.new(0.0156952795,0,0.417029411,0)_cc.Size=UDim2.new(0,237,0,24)
  475. _cc.Image="rbxassetid://975884708"acc.Name="HP2Teleport"acc.Parent=_cc
  476. acc.BackgroundColor3=Color3.new(1,1,1)acc.BackgroundTransparency=1;acc.BorderSizePixel=0;acc.Position=UDim2.new(0.968644917,0,-
  477. 0.0106932186,0)
  478. acc.Size=UDim2.new(0,136,0,24)acc.Image="rbxassetid://975897510"bcc.Name="HelicopterPad2"
  479. bcc.Parent=_cc;bcc.BackgroundColor3=Color3.new(1,1,1)
  480. bcc.BackgroundTransparency=1;bcc.BorderSizePixel=0
  481. bcc.Position=UDim2.new(0.0571746267,0,0.0983333364,0)bcc.Size=UDim2.new(0,200,0,18)bcc.Font=Enum.Font.Arial
  482. bcc.FontSize=Enum.FontSize.Size18;bcc.Text="Helicopter Pad 2"bcc.TextColor3=Color3.new(1,1,1)
  483. bcc.TextSize=18;ccc.Name="BP"ccc.Parent=ddb
  484. ccc.BackgroundColor3=Color3.new(1,1,1)ccc.BackgroundTransparency=1;ccc.BorderSizePixel=0
  485. ccc.Position=UDim2.new(0.0156952795,0,0.494336128,0)ccc.Size=UDim2.new(0,237,0,24)
  486. ccc.Image="rbxassetid://975884708"dcc.Name="BPTeleport"dcc.Parent=ccc
  487. dcc.BackgroundColor3=Color3.new(1,1,1)dcc.BackgroundTransparency=1;dcc.BorderSizePixel=0;dcc.Position=UDim2.new(0.968644917,0,-
  488. 0.0106932186,0)
  489. dcc.Size=UDim2.new(0,136,0,24)dcc.Image="rbxassetid://975897510"_dc.Name="BankPerimeter"_dc.Parent=ccc
  490. _dc.BackgroundColor3=Color3.new(1,1,1)_dc.BackgroundTransparency=1;_dc.BorderSizePixel=0
  491. _dc.Position=UDim2.new(0.0571746267,0,0.0983333364,0)_dc.Size=UDim2.new(0,200,0,18)_dc.Font=Enum.Font.Arial
  492. _dc.FontSize=Enum.FontSize.Size18;_dc.Text="Bank Perimeter"_dc.TextColor3=Color3.new(1,1,1)
  493. _dc.TextSize=18;adc.Name="JS"adc.Parent=ddb
  494. adc.BackgroundColor3=Color3.new(1,1,1)adc.BackgroundTransparency=1;adc.BorderSizePixel=0
  495. adc.Position=UDim2.new(0.0105273202,0,0.576630414,0)adc.Size=UDim2.new(0,237,0,24)
  496. adc.Image="rbxassetid://975884708"bdc.Name="JSTeleport"bdc.Parent=adc
  497. bdc.BackgroundColor3=Color3.new(1,1,1)bdc.BackgroundTransparency=1;bdc.BorderSizePixel=0;bdc.Position=UDim2.new(0.968644917,0,-
  498. 0.0106932186,0)
  499. bdc.Size=UDim2.new(0,136,0,24)bdc.Image="rbxassetid://975897510"cdc.Name="JewelryStore"cdc.Parent=adc
  500. cdc.BackgroundColor3=Color3.new(1,1,1)cdc.BackgroundTransparency=1;cdc.BorderSizePixel=0
  501. cdc.Position=UDim2.new(0.0571746267,0,0.0983333364,0)cdc.Size=UDim2.new(0,200,0,18)cdc.Font=Enum.Font.Arial
  502. cdc.FontSize=Enum.FontSize.Size18;cdc.Text="Jewelry Store"cdc.TextColor3=Color3.new(1,1,1)
  503. cdc.TextSize=18;ddc.Name="JW"ddc.Parent=ddb
  504. ddc.BackgroundColor3=Color3.new(1,1,1)ddc.BackgroundTransparency=1;ddc.BorderSizePixel=0
  505. ddc.Position=UDim2.new(0.0105273202,0,0.658924699,0)ddc.Size=UDim2.new(0,237,0,24)
  506. ddc.Image="rbxassetid://975884708"__d.Name="JWTeleport"__d.Parent=ddc
  507. __d.BackgroundColor3=Color3.new(1,1,1)__d.BackgroundTransparency=1;__d.BorderSizePixel=0;__d.Position=UDim2.new(0.968644917,0,-
  508. 0.0106932186,0)
  509. __d.Size=UDim2.new(0,136,0,24)__d.Image="rbxassetid://975897510"a_d.Name="JewelryRoof"a_d.Parent=ddc
  510. a_d.BackgroundColor3=Color3.new(1,1,1)a_d.BackgroundTransparency=1;a_d.BorderSizePixel=0
  511. a_d.Position=UDim2.new(0.0571746267,0,0.0983333364,0)a_d.Size=UDim2.new(0,200,0,18)a_d.Font=Enum.Font.Arial
  512. a_d.FontSize=Enum.FontSize.Size18;a_d.Text="Jewelry Roof"a_d.TextColor3=Color3.new(1,1,1)
  513. a_d.TextSize=18;b_d.Name="AK-47"b_d.Parent=ddb
  514. b_d.BackgroundColor3=Color3.new(1,1,1)b_d.BackgroundTransparency=1;b_d.BorderSizePixel=0
  515. b_d.Position=UDim2.new(0.0131112998,0,0.741218984,0)b_d.Size=UDim2.new(0,237,0,24)
  516. b_d.Image="rbxassetid://975884708"c_d.Name="AKTP"c_d.Parent=b_d
  517. c_d.BackgroundColor3=Color3.new(1,1,1)c_d.BackgroundTransparency=1;c_d.BorderSizePixel=0;c_d.Position=UDim2.new(0.968644917,0,-
  518. 0.0106932186,0)
  519. c_d.Size=UDim2.new(0,136,0,24)c_d.Image="rbxassetid://975897510"d_d.Name="AK-47"d_d.Parent=b_d
  520. d_d.BackgroundColor3=Color3.new(1,1,1)d_d.BackgroundTransparency=1;d_d.BorderSizePixel=0
  521. d_d.Position=UDim2.new(0.0571746267,0,0.0983333364,0)d_d.Size=UDim2.new(0,200,0,18)d_d.Font=Enum.Font.Arial
  522. d_d.FontSize=Enum.FontSize.Size18;d_d.Text="AK-47 Location"d_d.TextColor3=Color3.new(1,1,1)
  523. d_d.TextSize=18;_ad.Name="Vehicle"_ad.Parent=_db
  524. _ad.BackgroundColor3=Color3.new(1,1,1)_ad.BackgroundTransparency=1;_ad.BorderSizePixel=0
  525. _ad.Position=UDim2.new(0.68460381,0,1.49463987,0)_ad.Size=UDim2.new(0,126,0,28)
  526. _ad.Image="rbxassetid://975831462"aad.Name="TPTopBar"aad.Parent=_ad;aad.Active=true
  527. aad.BackgroundColor3=Color3.new(0.223529,0.270588,0.388235)aad.BorderColor3=Color3.new(1,1,1)aad.BorderSizePixel=2
  528. aad.Draggable=true;aad.Position=UDim2.new(2.19841266,0,4.21428585,0)
  529. aad.Selectable=true;aad.Size=UDim2.new(0,367,0,13)aad.Visible=false
  530. bad.Name="BugattiOption"bad.Parent=aad;bad.BackgroundColor3=Color3.new(1,1,1)
  531. bad.BackgroundTransparency=1;bad.BorderSizePixel=0
  532. bad.Position=UDim2.new(-0.000379323959,0,6.13481045,0)bad.Size=UDim2.new(0,237,0,24)
  533. bad.Image="rbxassetid://975884708"cad.Name="BugattiTeleport"cad.Parent=bad
  534. cad.BackgroundColor3=Color3.new(1,1,1)cad.BackgroundTransparency=1;cad.BorderSizePixel=0;cad.Position=UDim2.new(0.97152245,0,-
  535. 0.00713118911,0)
  536. cad.Size=UDim2.new(0,136,0,24)cad.Image="rbxassetid://975897510"dad.Name="BugattiLocation"
  537. dad.Parent=bad;dad.BackgroundColor3=Color3.new(1,1,1)
  538. dad.BackgroundTransparency=1;dad.BorderSizePixel=0
  539. dad.Position=UDim2.new(0.0464135036,0,0,0)dad.Size=UDim2.new(0,207,0,24)dad.Font=Enum.Font.Arial
  540. dad.FontSize=Enum.FontSize.Size18;dad.Text="Bugatti Location"dad.TextColor3=Color3.new(1,1,1)
  541. dad.TextSize=16;_bd.Name="DonutOption"_bd.Parent=aad
  542. _bd.BackgroundColor3=Color3.new(1,1,1)_bd.BackgroundTransparency=1;_bd.BorderSizePixel=0
  543. _bd.Position=UDim2.new(-0.00186052825,0,1.53590906,0)_bd.Size=UDim2.new(0,237,0,24)
  544. _bd.Image="rbxassetid://975884708"abd.Name="DonutTeleport"abd.Parent=_bd
  545. abd.BackgroundColor3=Color3.new(1,1,1)abd.BackgroundTransparency=1;abd.BorderSizePixel=0;abd.Position=UDim2.new(0.97152245,0,-
  546. 0.00713118911,0)
  547. abd.Size=UDim2.new(0,136,0,24)abd.Image="rbxassetid://975897510"bbd.Name="DonutLocation"bbd.Parent=_bd
  548. bbd.BackgroundColor3=Color3.new(1,1,1)bbd.BackgroundTransparency=1;bbd.BorderSizePixel=0
  549. bbd.Position=UDim2.new(0.0464135036,0,0,0)bbd.Size=UDim2.new(0,207,0,24)bbd.Font=Enum.Font.Arial
  550. bbd.FontSize=Enum.FontSize.Size18;bbd.Text="Donut Shop"bbd.TextColor3=Color3.new(1,1,1)
  551. bbd.TextSize=16
  552. game:GetService("ReplicatedStorage").Name="ReplicatedStorage"cbd.Name="GasOption"cbd.Parent=aad
  553. cbd.BackgroundColor3=Color3.new(1,1,1)cbd.BackgroundTransparency=1;cbd.BorderSizePixel=0
  554. cbd.Position=UDim2.new(-0.000498056412,0,3.82162356,0)cbd.Size=UDim2.new(0,237,0,24)
  555. cbd.Image="rbxassetid://975884708"dbd.Name="GasTeleport"dbd.Parent=cbd
  556. dbd.BackgroundColor3=Color3.new(1,1,1)dbd.BackgroundTransparency=1;dbd.BorderSizePixel=0;dbd.Position=UDim2.new(0.97152245,0,-
  557. 0.00713118911,0)
  558. dbd.Size=UDim2.new(0,136,0,24)dbd.Image="rbxassetid://975897510"_cd.Name="Gas Station"_cd.Parent=cbd
  559. _cd.BackgroundColor3=Color3.new(1,1,1)_cd.BackgroundTransparency=1;_cd.BorderSizePixel=0
  560. _cd.Position=UDim2.new(0.0464135036,0,0,0)_cd.Size=UDim2.new(0,207,0,24)_cd.Font=Enum.Font.Arial
  561. _cd.FontSize=Enum.FontSize.Size18;_cd.Text="Gas Station"_cd.TextColor3=Color3.new(1,1,1)
  562. _cd.TextSize=16;acd.Name="LamborghiniOption"acd.Parent=aad
  563. acd.BackgroundColor3=Color3.new(1,1,1)acd.BackgroundTransparency=1;acd.BorderSizePixel=0
  564. acd.Position=UDim2.new(-0.000498246402,0,10.5304136,0)acd.Size=UDim2.new(0,237,0,24)
  565. acd.Image="rbxassetid://975884708"bcd.Name="LamboTeleport"bcd.Parent=acd
  566. bcd.BackgroundColor3=Color3.new(1,1,1)bcd.BackgroundTransparency=1;bcd.BorderSizePixel=0;bcd.Position=UDim2.new(0.97152245,0,-
  567. 0.00713118911,0)
  568. bcd.Size=UDim2.new(0,136,0,24)bcd.Image="rbxassetid://975897510"ccd.Name="LamborghiniLocation"
  569. ccd.Parent=acd;ccd.BackgroundColor3=Color3.new(1,1,1)
  570. ccd.BackgroundTransparency=1;ccd.BorderSizePixel=0
  571. ccd.Position=UDim2.new(0.0464135036,0,0,0)ccd.Size=UDim2.new(0,207,0,24)ccd.Font=Enum.Font.Arial
  572. ccd.FontSize=Enum.FontSize.Size18;ccd.Text="Lamborghini Location"ccd.TextColor3=Color3.new(1,1,1)
  573. ccd.TextSize=16;dcd.Name="PorcheOption"dcd.Parent=aad
  574. dcd.BackgroundColor3=Color3.new(1,1,1)dcd.BackgroundTransparency=1;dcd.BorderSizePixel=0
  575. dcd.Position=UDim2.new(-0.000379323959,0,8.44799709,0)dcd.Size=UDim2.new(0,237,0,24)
  576. dcd.Image="rbxassetid://975884708"_dd.Name="PorcheTeleport"_dd.Parent=dcd
  577. _dd.BackgroundColor3=Color3.new(1,1,1)_dd.BackgroundTransparency=1;_dd.BorderSizePixel=0;_dd.Position=UDim2.new(0.97152245,0,-
  578. 0.00713118911,0)
  579. _dd.Size=UDim2.new(0,136,0,24)_dd.Image="rbxassetid://975897510"add.Name="PorcheLocation"
  580. add.Parent=dcd;add.BackgroundColor3=Color3.new(1,1,1)
  581. add.BackgroundTransparency=1;add.BorderSizePixel=0
  582. add.Position=UDim2.new(0.0464135036,0,0,0)add.Size=UDim2.new(0,207,0,24)add.Font=Enum.Font.Arial
  583. add.FontSize=Enum.FontSize.Size18;add.Text="Porche Location"add.TextColor3=Color3.new(1,1,1)
  584. add.TextSize=16;bdd.Name="GarageOption"bdd.Parent=aad
  585. bdd.BackgroundColor3=Color3.new(1,1,1)bdd.BackgroundTransparency=1;bdd.BorderSizePixel=0
  586. bdd.Position=UDim2.new(-0.00174172176,0,12.7556896,0)bdd.Size=UDim2.new(0,237,0,24)
  587. bdd.Image="rbxassetid://975884708"cdd.Name="GarageTeleport"cdd.Parent=bdd
  588. cdd.BackgroundColor3=Color3.new(1,1,1)cdd.BackgroundTransparency=1;cdd.BorderSizePixel=0;cdd.Position=UDim2.new(0.97152245,0,-
  589. 0.00713118911,0)
  590. cdd.Size=UDim2.new(0,136,0,24)cdd.Image="rbxassetid://975897510"ddd.Name="VehicleGarage"ddd.Parent=bdd
  591. ddd.BackgroundColor3=Color3.new(1,1,1)ddd.BackgroundTransparency=1;ddd.BorderSizePixel=0
  592. ddd.Position=UDim2.new(0.0464135036,0,0,0)ddd.Size=UDim2.new(0,207,0,24)ddd.Font=Enum.Font.Arial
  593. ddd.FontSize=Enum.FontSize.Size18;ddd.Text="Vehicle Garage"ddd.TextColor3=Color3.new(1,1,1)
  594. ddd.TextSize=16;___a.Name="LocalPlayer"___a.Parent=_db
  595. ___a.BackgroundColor3=Color3.new(1,1,1)___a.BackgroundTransparency=1;___a.BorderSizePixel=0
  596. ___a.Position=UDim2.new(0.000793861225,0,1.49463987,0)___a.Size=UDim2.new(0,126,0,28)
  597. ___a.Image="rbxassetid://975834502"a__a.Name="LPTopBar"a__a.Parent=___a;a__a.Active=true
  598. a__a.BackgroundColor3=Color3.new(0.223529,0.270588,0.388235)a__a.BorderColor3=Color3.new(1,1,1)a__a.BorderSizePixel=2
  599. a__a.Draggable=true
  600. a__a.Position=UDim2.new(-2.61904764,0,6.89285707,0)a__a.Selectable=true;a__a.Size=UDim2.new(0,248,0,13)
  601. a__a.Visible=false;b__a.Name="VSButton"b__a.Parent=a__a
  602. b__a.BackgroundColor3=Color3.new(1,1,1)b__a.BackgroundTransparency=1;b__a.BorderSizePixel=0;b__a.Position=UDim2.new(-
  603. 0.00160005689,0,1.40384603,0)
  604. b__a.Size=UDim2.new(0,248,0,27)b__a.Image="rbxassetid://976248875"c__a.Name="VehicleSpeed"
  605. c__a.Parent=b__a;c__a.BackgroundColor3=Color3.new(1,1,1)
  606. c__a.BackgroundTransparency=1;c__a.BorderSizePixel=0
  607. c__a.Position=UDim2.new(0.0766129047,0,0.111111112,0)c__a.Size=UDim2.new(0,203,0,18)
  608. c__a.Font=Enum.Font.Arial;c__a.FontSize=Enum.FontSize.Size18;c__a.Text="Vehicle Speed"
  609. c__a.TextColor3=Color3.new(1,1,1)c__a.TextSize=17;d__a.Name="JPButton"d__a.Parent=a__a
  610. d__a.BackgroundColor3=Color3.new(1,1,1)d__a.BackgroundTransparency=1;d__a.BorderSizePixel=0;d__a.Position=UDim2.new(-
  611. 0.00160005689,0,3.69780207,0)
  612. d__a.Size=UDim2.new(0,248,0,27)d__a.Image="rbxassetid://976248875"_a_a.Name="JumpPower"
  613. _a_a.Parent=d__a;_a_a.BackgroundColor3=Color3.new(1,1,1)
  614. _a_a.BackgroundTransparency=1;_a_a.BorderSizePixel=0
  615. _a_a.Position=UDim2.new(0.0766129047,0,0.111111112,0)_a_a.Size=UDim2.new(0,203,0,18)
  616. _a_a.Font=Enum.Font.Arial;_a_a.FontSize=Enum.FontSize.Size18;_a_a.Text="Jump Power"
  617. _a_a.TextColor3=Color3.new(1,1,1)_a_a.TextSize=17;aa_a.Name="BTButton"aa_a.Parent=a__a
  618. aa_a.BackgroundColor3=Color3.new(1,1,1)aa_a.BackgroundTransparency=1;aa_a.BorderSizePixel=0;aa_a.Position=UDim2.new(-
  619. 0.00160007179,0,10.6593399,0)
  620. aa_a.Size=UDim2.new(0,248,0,27)aa_a.Image="rbxassetid://976248875"ba_a.Name="BTools"ba_a.Parent=aa_a
  621. ba_a.BackgroundColor3=Color3.new(1,1,1)ba_a.BackgroundTransparency=1;ba_a.BorderSizePixel=0
  622. ba_a.Position=UDim2.new(0.0766129047,0,0.111111112,0)ba_a.Size=UDim2.new(0,203,0,18)
  623. ba_a.Font=Enum.Font.Arial;ba_a.FontSize=Enum.FontSize.Size18;ba_a.Text="Building Tools"
  624. ba_a.TextColor3=Color3.new(1,1,1)ba_a.TextSize=17;ca_a.Name="WSButton"ca_a.Parent=a__a
  625. ca_a.BackgroundColor3=Color3.new(1,1,1)ca_a.BackgroundTransparency=1;ca_a.BorderSizePixel=0;ca_a.Position=UDim2.new(-
  626. 0.00160005689,0,6.03021908,0)
  627. ca_a.Size=UDim2.new(0,248,0,27)ca_a.Image="rbxassetid://976248875"da_a.Name="Walk Speed"
  628. da_a.Parent=ca_a;da_a.BackgroundColor3=Color3.new(1,1,1)
  629. da_a.BackgroundTransparency=1;da_a.BorderSizePixel=0
  630. da_a.Position=UDim2.new(0.0766129047,0,0.111111112,0)da_a.Size=UDim2.new(0,203,0,18)
  631. da_a.Font=Enum.Font.Arial;da_a.FontSize=Enum.FontSize.Size18;da_a.Text="Walk Speed"
  632. da_a.TextColor3=Color3.new(1,1,1)da_a.TextSize=17;_b_a.Name="KCButton"_b_a.Parent=a__a
  633. _b_a.BackgroundColor3=Color3.new(1,1,1)_b_a.BackgroundTransparency=1;_b_a.BorderSizePixel=0;_b_a.Position=UDim2.new(-
  634. 0.00160005689,0,8.32417583,0)
  635. _b_a.Size=UDim2.new(0,248,0,27)_b_a.Image="rbxassetid://976248875"ab_a.Name="Keycard"ab_a.Parent=_b_a
  636. ab_a.BackgroundColor3=Color3.new(1,1,1)ab_a.BackgroundTransparency=1;ab_a.BorderSizePixel=0
  637. ab_a.Position=UDim2.new(0.0766129047,0,0.111111112,0)ab_a.Size=UDim2.new(0,203,0,18)
  638. ab_a.Font=Enum.Font.Arial;ab_a.FontSize=Enum.FontSize.Size18;ab_a.Text="Give Keycard"
  639. ab_a.TextColor3=Color3.new(1,1,1)ab_a.TextSize=17;aa_a.Visible=false
  640. adb.MouseButton1Down:connect(function()
  641. if
  642. bdb.Visible==false then bdb.Visible=true elseif bdb.Visible==true then bdb.Visible=false end end)
  643. ___a.MouseButton1Down:connect(function()
  644. if a__a.Visible==false then a__a.Visible=true elseif a__a.Visible==
  645. true then a__a.Visible=false end end)
  646. _ad.MouseButton1Down:connect(function()if aad.Visible==false then aad.Visible=true elseif
  647. aad.Visible==true then aad.Visible=false end end)
  648. c_d.MouseButton1Down:connect(function()
  649. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  650. -24.4,18,-1763)+Vector3.new(1,0,0)end)
  651. __d.MouseButton1Down:connect(function()
  652. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  653. CFrame.new(101.211128,98.6576996,1310.54175)+Vector3.new(1,0,0)end)
  654. bdc.MouseButton1Down:connect(function()
  655. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  656. CFrame.new(137.325,17.878,1320.123)+Vector3.new(1,0,0)end)
  657. a_c.MouseButton1Down:connect(function()
  658. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  659. CFrame.new(32.214,2.67609,818.648926)+Vector3.new(1,0,0)end)
  660. dcc.MouseButton1Down:connect(function()
  661. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  662. -11.036747,17.9193821,797.971521)+Vector3.new(1,0,0)end)
  663. d_c.MouseButton1Down:connect(function()
  664. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  665. -222.339157,17.9125443,1575.82336)+Vector3.new(1,0,0)end)
  666. bac.MouseButton1Down:connect(function()
  667. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(1579.4823,49.787693,
  668. -1759.61438)+Vector3.new(1,0,0)end)
  669. cbc.MouseButton1Down:connect(function()
  670. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  671. -1172.01172,59.586,-1553.929)+Vector3.new(1,0,0)end)
  672. acc.MouseButton1Down:connect(function()
  673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  674. CFrame.new(741.508,71.005,1136.33826)+Vector3.new(1,0,0)end)
  675. _bc.MouseButton1Down:connect(function()
  676. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  677. -1130.11426,17.950058,-1593.09766)+Vector3.new(1,0,0)end)
  678. _a_a.MouseButton1Down:connect(function()
  679. if
  680. game.Players.LocalPlayer.Character.Humanoid.JumpPower==251 then
  681. game.Players.LocalPlayer.Character.Humanoid.JumpPower=50 else
  682. game.Players.LocalPlayer.Character.Humanoid.JumpPower=251 end end)
  683. ab_a.MouseButton1Down:connect(function()
  684. game.Players.LocalPlayer.TeamValue.Value="Police"end)
  685. c__a.MouseButton1Down:connect(function()dir=0;local bb_a=game.GetService
  686. bb_a(game,"RunService").RenderStepped:connect(function()
  687. for db_a,_c_a in
  688. next,workspace.Vehicles:children()do
  689. if _c_a.Name~="Heli"then
  690. if
  691. _c_a:FindFirstChild("Engine")then
  692. local ac_a,bc_a=_c_a.Engine:FindFirstChild("NewForce"),_c_a:GetPrimaryPartCFrame().lookVector
  693. if not ac_a then
  694. ac_a=_c_a.Engine:FindFirstChild("BodyForce")or
  695. _c_a.Engine:FindFirstChild("VectorForce")
  696. if ac_a then ac_a=ac_a:Clone()ac_a.Parent=_c_a.Engine;ac_a.Name="NewForce"end end
  697. if ac_a then local cc_a=1;if _c_a.Name:lower():find("bike")then cc_a=.3 elseif
  698. _c_a.Name:lower():find("bugg")then cc_a=.5 end
  699. if
  700. _c_a.Seat.PlayerName.Value~=game.Players.LocalPlayer.Name then cc_a=0 end
  701. ac_a.Force=Vector3.new(bc_a.X*300000 *dir*cc_a,0,
  702. bc_a.Z*300000 *dir*cc_a)end end end end end)
  703. val={{Enum.KeyCode.W,2},{Enum.KeyCode.S,-2}}local cb_a=bb_a(game,"UserInputService")
  704. chk=function(db_a)
  705. for _c_a,ac_a in next,val do if
  706. ac_a[1]==db_a.KeyCode then return ac_a[2]end end end
  707. cb_a.InputBegan:connect(function(db_a)dir=chk(db_a)or dir end)
  708. cb_a.InputEnded:connect(function(db_a)if chk(db_a)==dir then dir=0 end end)end)
  709. da_a.MouseButton1Down:connect(function()down=false
  710. velocity=Instance.new("BodyVelocity")velocity.maxForce=Vector3.new(100000,0,100000)local bb_a=150
  711. gyro=Instance.new("BodyGyro")gyro.maxTorque=Vector3.new(100000,0,100000)
  712. local cb_a=game.Players.LocalPlayer.Character.Humanoid
  713. function onButton1Down(db_a)down=true
  714. velocity.Parent=game.Players.LocalPlayer.Character.UpperTorso;velocity.velocity=(cb_a.MoveDirection)*bb_a
  715. gyro.Parent=game.Players.LocalPlayer.Character.UpperTorso
  716. while down do if not down then break end
  717. velocity.velocity=(cb_a.MoveDirection)*bb_a
  718. local _c_a=gyro.Parent.Position+
  719. (gyro.Parent.Position-
  720. workspace.CurrentCamera.CoordinateFrame.p).unit*5
  721. gyro.cframe=CFrame.new(gyro.Parent.Position,Vector3.new(_c_a.x,gyro.Parent.Position.y,_c_a.z))wait(0.1)end end
  722. function onButton1Up(db_a)velocity.Parent=nil;gyro.Parent=nil;down=false end
  723. function onSelected(db_a)
  724. db_a.KeyDown:connect(function(_c_a)
  725. if _c_a:lower()=="q"then onButton1Down(db_a)end end)
  726. db_a.KeyUp:connect(function(_c_a)
  727. if _c_a:lower()=="q"then onButton1Up(db_a)end end)end
  728. onSelected(game.Players.LocalPlayer:GetMouse())end)
  729. cad.MouseButton1Down:connect(function()
  730. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  731. CFrame.new(242.62,17.60,1366.85)+Vector3.new(1,0,0)end)
  732. abd.MouseButton1Down:connect(function()
  733. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(265.63,17.81,
  734. -1758.27)+Vector3.new(1,0,0)end)
  735. cdd.MouseButton1Down:connect(function()
  736. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  737. -341.0529,19.644,1182.502)+Vector3.new(1,0,0)end)
  738. dbd.MouseButton1Down:connect(function()
  739. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  740. CFrame.new(1584.88,17.84,719.78)+Vector3.new(1,0,0)end)
  741. bcd.MouseButton1Down:connect(function()
  742. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  743. CFrame.new(147.92,17.61,771.62)+Vector3.new(1,0,0)end)
  744. _dd.MouseButton1Down:connect(function()
  745. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  746. CFrame.new(1097.33,101.16,1310.51)+Vector3.new(1,0,0)end)
  747. end)
  748.  
  749.  
  750. scriptvehiclesim.Name = "scriptvehiclesim"
  751. scriptvehiclesim.Parent = scripthub
  752. scriptvehiclesim.BackgroundColor3 = Color3.new(0, 0, 0)
  753. scriptvehiclesim.BackgroundTransparency = 0.20000000298023
  754. scriptvehiclesim.BorderColor3 = Color3.new(1, 1, 1)
  755. scriptvehiclesim.BorderSizePixel = 0
  756. scriptvehiclesim.Position = UDim2.new(0.0896937847, 0, 0.545795619, 0)
  757. scriptvehiclesim.Size = UDim2.new(0, 110, 0, 26)
  758. scriptvehiclesim.Font = Enum.Font.SourceSans
  759. scriptvehiclesim.Text = "VEHICLE SIMULATOR MONEY FARM"
  760. scriptvehiclesim.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  761. scriptvehiclesim.TextScaled = true
  762. scriptvehiclesim.TextSize = 14
  763. scriptvehiclesim.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  764. scriptvehiclesim.TextStrokeTransparency = 0
  765. scriptvehiclesim.TextWrapped = true
  766. scriptvehiclesim.MouseButton1Down:connect(function()
  767. local car = game:GetService("Players").LocalPlayer.leaderstats.CurrentVehicle.Value
  768. local part1 = Instance.new("Part")
  769. part1.CanCollide = false
  770. part1.Anchored = true
  771. part1.Position = Vector3.new(-1945.51733, 3181.31372, -443.162933)
  772. part1.Size = Vector3.new(100, 1, 100)
  773. wait(1)
  774. while wait(0.1) do
  775. car:SetPrimaryPartCFrame(CFrame.new(part1.Position + Vector3.new(0, 1, 0)))
  776. end
  777. end)
  778.  
  779.  
  780.  
  781. scriptrocitizens.Name = "scriptrocitizens"
  782. scriptrocitizens.Parent = scripthub
  783. scriptrocitizens.BackgroundColor3 = Color3.new(0, 0, 0)
  784. scriptrocitizens.BackgroundTransparency = 0.20000000298023
  785. scriptrocitizens.BorderColor3 = Color3.new(1, 1, 1)
  786. scriptrocitizens.BorderSizePixel = 0
  787. scriptrocitizens.Position = UDim2.new(0.0896937847, 0, 0.738689005, 0)
  788. scriptrocitizens.Size = UDim2.new(0, 110, 0, 26)
  789. scriptrocitizens.Font = Enum.Font.SourceSans
  790. scriptrocitizens.Text = "ROCITIZENS GUI"
  791. scriptrocitizens.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  792. scriptrocitizens.TextScaled = true
  793. scriptrocitizens.TextSize = 14
  794. scriptrocitizens.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  795. scriptrocitizens.TextStrokeTransparency = 0
  796. scriptrocitizens.TextWrapped = true
  797. scriptrocitizens.MouseButton1Down:connect(function()
  798. -- Objects
  799.  
  800. local gui = Instance.new("ScreenGui")
  801. local main = Instance.new("Frame")
  802. local top = Instance.new("Frame")
  803. local title = Instance.new("TextLabel")
  804. local discord = Instance.new("TextLabel")
  805. local gimmemoney = Instance.new("TextButton")
  806. local invitecode = Instance.new("TextLabel")
  807.  
  808. -- Properties
  809.  
  810. gui.Name = "gui"
  811. gui.Parent = game.StarterGui
  812.  
  813. main.Name = "main"
  814. main.Parent = gui
  815. main.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  816. main.BorderSizePixel = 0
  817. main.Position = UDim2.new(0.0179076344, 0, 0.612052739, 0)
  818. main.Size = UDim2.new(0, 259, 0, 191)
  819. main.Active = true
  820. main.Draggable = true
  821.  
  822. top.Name = "top"
  823. top.Parent = main
  824. top.BackgroundColor3 = Color3.new(1, 1, 1)
  825. top.Size = UDim2.new(0, 259, 0, 62)
  826.  
  827. title.Name = "title"
  828. title.Parent = top
  829. title.BackgroundColor3 = Color3.new(1, 1, 1)
  830. title.BackgroundTransparency = 1
  831. title.BorderSizePixel = 0
  832. title.Position = UDim2.new(0.111969098, 0, 0.0928897262, 0)
  833. title.Size = UDim2.new(0, 200, 0, 50)
  834. title.Font = Enum.Font.Highway
  835. title.Text = "RoCitizens Money GUI"
  836. title.TextSize = 30
  837.  
  838. discord.Name = "discord"
  839. discord.Parent = top
  840. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  841. discord.BackgroundTransparency = 1
  842. discord.BorderSizePixel = 0
  843. discord.Position = UDim2.new(0.474903464, 0, 0.483870953, 0)
  844. discord.Size = UDim2.new(0, 200, 0, 50)
  845. discord.Font = Enum.Font.SourceSans
  846. discord.Text = "abd#0725"
  847. discord.TextSize = 14
  848.  
  849. gimmemoney.Name = "gimmemoney"
  850. gimmemoney.Parent = main
  851. gimmemoney.BackgroundColor3 = Color3.new(1, 1, 1)
  852. gimmemoney.BorderSizePixel = 0
  853. gimmemoney.Position = UDim2.new(0.111969113, 0, 0.502617776, 0)
  854. gimmemoney.Size = UDim2.new(0, 200, 0, 50)
  855. gimmemoney.Font = Enum.Font.SourceSans
  856. gimmemoney.Text = "Gimme Money"
  857. gimmemoney.TextSize = 40
  858.  
  859. invitecode.Name = "invitecode"
  860. invitecode.Parent = main
  861. invitecode.BackgroundColor3 = Color3.new(1, 1, 1)
  862. invitecode.BackgroundTransparency = 1
  863. invitecode.BorderSizePixel = 0
  864. invitecode.Position = UDim2.new(0, 0, 0.324607313, 0)
  865. invitecode.Size = UDim2.new(0, 259, 0, 27)
  866. invitecode.Font = Enum.Font.SourceSans
  867. invitecode.Text = "https://v3rmillion.net/CbNtdRJ"
  868. invitecode.TextColor3 = Color3.new(1, 1, 1)
  869. invitecode.TextScaled = true
  870. invitecode.TextSize = 18
  871. invitecode.TextWrapped = true
  872.  
  873. gimmemoney.MouseButton1Click:Connect(function()
  874. game.Players.LocalPlayer.ChangeMoney:Fire(200000000)
  875. end)
  876. end)
  877.  
  878. scriptpiano.Name = "scriptpiano"
  879. scriptpiano.Parent = scripthub
  880. scriptpiano.BackgroundColor3 = Color3.new(0, 0, 0)
  881. scriptpiano.BackgroundTransparency = 0.20000000298023
  882. scriptpiano.BorderColor3 = Color3.new(1, 1, 1)
  883. scriptpiano.BorderSizePixel = 0
  884. scriptpiano.Position = UDim2.new(0.506428838, 0, 0.176013663, 0)
  885. scriptpiano.Size = UDim2.new(0, 110, 0, 26)
  886. scriptpiano.Font = Enum.Font.SourceSans
  887. scriptpiano.Text = "PIANO HACK"
  888. scriptpiano.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  889. scriptpiano.TextScaled = true
  890. scriptpiano.TextSize = 14
  891. scriptpiano.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  892. scriptpiano.TextStrokeTransparency = 0
  893. scriptpiano.TextWrapped = true
  894. scriptpiano.MouseButton1Down:connect(function()
  895. loadstring(game:HttpGet('https://pastebin.com/raw/k317KE5i'))()
  896. end)
  897.  
  898. scriptgamestore.Name = "scriptgamestore"
  899. scriptgamestore.Parent = scripthub
  900. scriptgamestore.BackgroundColor3 = Color3.new(0, 0, 0)
  901. scriptgamestore.BackgroundTransparency = 0.20000000298023
  902. scriptgamestore.BorderColor3 = Color3.new(1, 1, 1)
  903. scriptgamestore.BorderSizePixel = 0
  904. scriptgamestore.Position = UDim2.new(0.504983723, 0, 0.34868601, 0)
  905. scriptgamestore.Size = UDim2.new(0, 110, 0, 26)
  906. scriptgamestore.Font = Enum.Font.SourceSans
  907. scriptgamestore.Text = "GAME STORE TYCOON"
  908. scriptgamestore.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  909. scriptgamestore.TextScaled = true
  910. scriptgamestore.TextSize = 14
  911. scriptgamestore.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  912. scriptgamestore.TextStrokeTransparency = 0
  913. scriptgamestore.TextWrapped = true
  914. scriptgamestore.MouseButton1Down:connect(function()
  915. local money = 1000000000
  916.  
  917. local children = workspace.Tycoons:GetChildren()
  918. for i, child in ipairs(children) do
  919. if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
  920. child.Control.Money:FireServer(money)
  921. end
  922. end
  923.  
  924. end)
  925.  
  926. scriptbloxburg.Name = "scriptbloxburg"
  927. scriptbloxburg.Parent = scripthub
  928. scriptbloxburg.BackgroundColor3 = Color3.new(0, 0, 0)
  929. scriptbloxburg.BackgroundTransparency = 0.20000000298023
  930. scriptbloxburg.BorderColor3 = Color3.new(1, 1, 1)
  931. scriptbloxburg.BorderSizePixel = 0
  932. scriptbloxburg.Position = UDim2.new(0.504983723, 0, 0.541579425, 0)
  933. scriptbloxburg.Size = UDim2.new(0, 110, 0, 26)
  934. scriptbloxburg.Font = Enum.Font.SourceSans
  935. scriptbloxburg.Text = "BLOXBURG"
  936. scriptbloxburg.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  937. scriptbloxburg.TextScaled = true
  938. scriptbloxburg.TextSize = 14
  939. scriptbloxburg.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  940. scriptbloxburg.TextStrokeTransparency = 0
  941. scriptbloxburg.TextWrapped = true
  942. scriptbloxburg.MouseButton1Down:connect(function()
  943.  
  944.  
  945.  
  946. game.Players.LocalPlayer.Character["Delivery Moped"]:remove()
  947.  
  948.  
  949.  
  950.  
  951.  
  952. wait(0.1)
  953.  
  954.  
  955. local Player = game.Players.LocalPlayer
  956. local origPos = Player.Character.HumanoidRootPart.Position
  957. local MyChar = Player.Character
  958.  
  959. local sfx1 = Instance.new('Sound', workspace)
  960. sfx1.SoundId = 'rbxassetid://138159357'
  961. sfx1.Volume = 5
  962.  
  963. local sfx2 = Instance.new('Sound', workspace)
  964. sfx2.SoundId = 'rbxassetid://160715357'
  965. sfx2.Volume = 5
  966. while wait(.1) and MyChar and MyChar.Parent and MyChar.PrimaryPart do
  967. local t = {}
  968. repeat wait() until workspace.PizzaPlanet:FindFirstChild'Conveyor' and #workspace.PizzaPlanet.Conveyor.MovingBoxes:GetChildren() > 0
  969. if not MyChar or not MyChar.Parent or not MyChar.PrimaryPart then break end
  970. wait()
  971. t.Box = workspace.PizzaPlanet.Conveyor.MovingBoxes:GetChildren()[1]
  972. t.Type = 'TakePizzaBox'
  973. local customer = game.ReplicatedStorage.DataFunction:InvokeServer(t)
  974. wait(.2)
  975. MyChar.HumanoidRootPart.Anchored = false
  976. local tab = {}
  977. tab.Type = 'DeliverPizza'
  978.  
  979. tab.Customer = customer
  980. if customer then
  981. for i = 1,10 do
  982.  
  983. if not MyChar or not MyChar.Parent or not MyChar.PrimaryPart then return end
  984. local path = game:GetService("PathfindingService"):ComputeRawPathAsync(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,customer.HumanoidRootPart.Position,500)
  985.  
  986.  
  987. local points = path:GetPointCoordinates()
  988. for p = 1,#points do
  989. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):MoveTo(points[p])
  990. repeat
  991. local distance = (points[p] - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude
  992. wait(0.1)
  993. until distance < 4
  994. end
  995.  
  996. game.ReplicatedStorage.DataEvent:FireServer(tab)
  997. wait()
  998. if not customer or not customer.Parent or (not MyChar or MyChar:FindFirstChild'Pizza Box') == nil then
  999. break
  1000. end
  1001. end
  1002. sfx1:Play()
  1003. local Left = MyChar and MyChar:FindFirstChild'Pizza Box'
  1004. if Left then
  1005. warn'Nope'
  1006. game.ReplicatedStorage.DataEvent:FireServer({Item = Left, Type = 'UnequipItem'})
  1007. end
  1008. end
  1009. wait(.2)
  1010. if not MyChar or not MyChar.Parent or not MyChar.PrimaryPart then break end
  1011. local path = game:GetService("PathfindingService"):ComputeRawPathAsync(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,Vector3.new(1166.8,15.4,276),500)
  1012.  
  1013.  
  1014. local points = path:GetPointCoordinates()
  1015. for p = 1,#points do
  1016. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):MoveTo(points[p])
  1017. repeat
  1018. local distance = (points[p] - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude
  1019. wait(0.1)
  1020. until distance < 4
  1021. end
  1022. end
  1023.  
  1024. sfx2:Play()
  1025. sfx1:Destroy()
  1026. sfx2:Destroy()
  1027.  
  1028.  
  1029.  
  1030.  
  1031. wait(0.1)
  1032.  
  1033. local path = game:GetService("PathfindingService"):ComputeRawPathAsync(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,Vector3.new(1166.8,15.4,276),500)
  1034.  
  1035.  
  1036. local points = path:GetPointCoordinates()
  1037. for p = 1,#points do
  1038. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):MoveTo(points[p])
  1039. repeat
  1040. local distance = (points[p] - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude
  1041. wait(0.1)
  1042. until distance < 4
  1043. end
  1044. end)
  1045.  
  1046.  
  1047. scriptpiano.Name = "scriptpiano"
  1048. scriptpiano.Parent = scripthub
  1049. scriptpiano.BackgroundColor3 = Color3.new(0, 0, 0)
  1050. scriptpiano.BackgroundTransparency = 0.20000000298023
  1051. scriptpiano.BorderColor3 = Color3.new(1, 1, 1)
  1052. scriptpiano.BorderSizePixel = 0
  1053. scriptpiano.Position = UDim2.new(0.506428838, 0, 0.176013663, 0)
  1054. scriptpiano.Size = UDim2.new(0, 110, 0, 26)
  1055. scriptpiano.Font = Enum.Font.SourceSans
  1056. scriptpiano.Text = "PIANO HACK"
  1057. scriptpiano.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1058. scriptpiano.TextScaled = true
  1059. scriptpiano.TextSize = 14
  1060. scriptpiano.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1061. scriptpiano.TextStrokeTransparency = 0
  1062. scriptpiano.TextWrapped = true
  1063. scriptpiano.MouseButton1Down:connect(function()
  1064. loadstring(game:HttpGet('https://pastebin.com/raw/k317KE5i'))()
  1065. end)
  1066.  
  1067.  
  1068. scriptgamestore.Name = "scriptgamestore"
  1069. scriptgamestore.Parent = scripthub
  1070. scriptgamestore.BackgroundColor3 = Color3.new(0, 0, 0)
  1071. scriptgamestore.BackgroundTransparency = 0.20000000298023
  1072. scriptgamestore.BorderColor3 = Color3.new(1, 1, 1)
  1073. scriptgamestore.BorderSizePixel = 0
  1074. scriptgamestore.Position = UDim2.new(0.504983723, 0, 0.34868601, 0)
  1075. scriptgamestore.Size = UDim2.new(0, 110, 0, 26)
  1076. scriptgamestore.Font = Enum.Font.SourceSans
  1077. scriptgamestore.Text = "GAME STORE TYCOON"
  1078. scriptgamestore.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1079. scriptgamestore.TextScaled = true
  1080. scriptgamestore.TextSize = 14
  1081. scriptgamestore.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1082. scriptgamestore.TextStrokeTransparency = 0
  1083. scriptgamestore.TextWrapped = true
  1084. scriptgamestore.MouseButton1Down:connect(function()
  1085. local money = 1000000000
  1086.  
  1087. local children = workspace.Tycoons:GetChildren()
  1088. for i, child in ipairs(children) do
  1089. if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
  1090. child.Control.Money:FireServer(money)
  1091. end
  1092. end
  1093.  
  1094. end)
  1095.  
  1096. scriptbloxburg.Name = "scriptbloxburg"
  1097. scriptbloxburg.Parent = scripthub
  1098. scriptbloxburg.BackgroundColor3 = Color3.new(0, 0, 0)
  1099. scriptbloxburg.BackgroundTransparency = 0.20000000298023
  1100. scriptbloxburg.BorderColor3 = Color3.new(1, 1, 1)
  1101. scriptbloxburg.BorderSizePixel = 0
  1102. scriptbloxburg.Position = UDim2.new(0.504983723, 0, 0.541579425, 0)
  1103. scriptbloxburg.Size = UDim2.new(0, 110, 0, 26)
  1104. scriptbloxburg.Font = Enum.Font.SourceSans
  1105. scriptbloxburg.Text = "BLOXBURG"
  1106. scriptbloxburg.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1107. scriptbloxburg.TextScaled = true
  1108. scriptbloxburg.TextSize = 14
  1109. scriptbloxburg.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1110. scriptbloxburg.TextStrokeTransparency = 0
  1111. scriptbloxburg.TextWrapped = true
  1112.  
  1113. scriptarcanelegacy.Name = "scriptarcanelegacy"
  1114. scriptarcanelegacy.Parent = scripthub
  1115. scriptarcanelegacy.BackgroundColor3 = Color3.new(0, 0, 0)
  1116. scriptarcanelegacy.BackgroundTransparency = 0.20000000298023
  1117. scriptarcanelegacy.BorderColor3 = Color3.new(1, 1, 1)
  1118. scriptarcanelegacy.BorderSizePixel = 0
  1119. scriptarcanelegacy.Position = UDim2.new(0.513831735, 0, 0.738689005, 0)
  1120. scriptarcanelegacy.Size = UDim2.new(0, 110, 0, 26)
  1121. scriptarcanelegacy.Font = Enum.Font.SourceSans
  1122. scriptarcanelegacy.Text = "ARCANE LEGACY"
  1123. scriptarcanelegacy.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1124. scriptarcanelegacy.TextScaled = true
  1125. scriptarcanelegacy.TextSize = 14
  1126. scriptarcanelegacy.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1127. scriptarcanelegacy.TextStrokeTransparency = 0
  1128. scriptarcanelegacy.TextWrapped = true
  1129. scriptarcanelegacy.MouseButton1Down:connect(function()
  1130. loadstring(game:HttpGet(('https://pastebin.com/raw/Xiw0pEEp'),true))()
  1131. end)
  1132.  
  1133. closescripthub.Name = "closescripthub"
  1134. closescripthub.Parent = scripthub
  1135. closescripthub.BackgroundColor3 = Color3.new(0, 0, 0)
  1136. closescripthub.BackgroundTransparency = 1
  1137. closescripthub.BorderColor3 = Color3.new(1, 1, 1)
  1138. closescripthub.BorderSizePixel = 0
  1139. closescripthub.Position = UDim2.new(0.86636728, 0, -0.0147832874, 0)
  1140. closescripthub.Size = UDim2.new(0, 48, 0, 20)
  1141. closescripthub.Font = Enum.Font.SourceSans
  1142. closescripthub.Text = "X"
  1143. closescripthub.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1144. closescripthub.TextScaled = true
  1145. closescripthub.TextSize = 14
  1146. closescripthub.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1147. closescripthub.TextStrokeTransparency = 0
  1148. closescripthub.TextWrapped = true
  1149. closescripthub.MouseButton1Down:connect(function()
  1150. scripthub.Visible = false
  1151. end)
  1152.  
  1153. openmainframe.Name = "openmainframe"
  1154. openmainframe.Parent = KappaGui
  1155. openmainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  1156. openmainframe.BackgroundTransparency = 0.20000000298023
  1157. openmainframe.BorderColor3 = Color3.new(1, 1, 1)
  1158. openmainframe.BorderSizePixel = 0
  1159. openmainframe.Position = UDim2.new(0.881762385, 0, 0.90388906, 0)
  1160. openmainframe.Size = UDim2.new(0, 110, 0, 26)
  1161. openmainframe.Font = Enum.Font.SourceSans
  1162. openmainframe.Text = "LAUNCH KAPPA GUI"
  1163. openmainframe.TextColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  1164. openmainframe.TextScaled = true
  1165. openmainframe.TextSize = 14
  1166. openmainframe.TextStrokeColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1167. openmainframe.TextStrokeTransparency = 0
  1168. openmainframe.TextWrapped = true
  1169. openmainframe.MouseButton1Down:connect(function()
  1170. Mainframe.Visible = true
  1171. end)
  1172. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement