JJPaste

what is my gay shit?

Jan 8th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.99 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match(":guns") then
  5. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  6.  
  7. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  8. print(lol)
  9. end
  10. elseif cht:match(":cmds") then
  11. local Commands = Instance.new("ScreenGui")
  12. local Backround = Instance.new("ScrollingFrame")
  13. local Shadow = Instance.new("Frame")
  14. local title = Instance.new("TextLabel")
  15. local TextButton = Instance.new("TextButton")
  16. local clickarrest = Instance.new("TextLabel")
  17. local fastM4A1 = Instance.new("TextLabel")
  18. local fastak = Instance.new("TextLabel")
  19. local fastall = Instance.new("TextLabel")
  20. local guns = Instance.new("TextLabel")
  21. local onepunch = Instance.new("TextLabel")
  22. local teamgrey = Instance.new("TextLabel")
  23. local teampolice = Instance.new("TextLabel")
  24. local btools = Instance.new("TextLabel")
  25. local noclip = Instance.new("TextLabel")
  26. local rocketfuel = Instance.new("TextLabel")
  27. local Jguns = Instance.new("TextLabel")
  28. local rdoors = Instance.new("TextLabel")
  29. --Properties:
  30. Commands.Name = "Commands"
  31. Commands.Parent = game.CoreGui
  32.  
  33. Backround.Name = "Backround"
  34. Backround.Parent = Commands
  35. Backround.BackgroundColor3 = Color3.new(0.317647, 0.305882, 0.27451)
  36. Backround.BorderSizePixel = 0
  37. Backround.Position = UDim2.new(0.387, 0,0.254, 0)
  38. Backround.Size = UDim2.new(0, 269, 0, 344)
  39. Backround.Active = true
  40. Backround.Draggable = true
  41.  
  42. Shadow.Name = "Shadow"
  43. Shadow.Parent = Backround
  44. Shadow.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  45. Shadow.BorderSizePixel = 0
  46. Shadow.Size = UDim2.new(0, 269, 0, 21)
  47.  
  48. title.Name = "title"
  49. title.Parent = Shadow
  50. title.BackgroundColor3 = Color3.new(1, 1, 1)
  51. title.BackgroundTransparency = 1
  52. title.BorderSizePixel = 0
  53. title.Position = UDim2.new(0.185873613, 0, 0.031772431, 0)
  54. title.Size = UDim2.new(0, 181, 0, 20)
  55. title.Font = Enum.Font.SourceSans
  56. title.Text = "Commands"
  57. title.TextColor3 = Color3.new(1, 1, 1)
  58. title.TextScaled = true
  59. title.TextSize = 14
  60. title.TextWrapped = true
  61.  
  62. TextButton.Parent = Shadow
  63. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  64. TextButton.BorderSizePixel = 0
  65. TextButton.Position = UDim2.new(0.858736038, 0, 0, 0)
  66. TextButton.Size = UDim2.new(0, 27, 0, 21)
  67. TextButton.Font = Enum.Font.SourceSansSemibold
  68. TextButton.Text = "X"
  69. TextButton.TextColor3 = Color3.new(1, 1, 1)
  70. TextButton.TextScaled = true
  71. TextButton.TextSize = 14
  72. TextButton.TextWrapped = true
  73. TextButton.MouseButton1Click:connect(function()
  74. Backround:TweenPosition(UDim2.new(3, 0,3, 0), 'Out', 'Bounce', 1, true)
  75. end)
  76.  
  77. clickarrest.Name = "clickarrest"
  78. clickarrest.Parent = Backround
  79. clickarrest.BackgroundColor3 = Color3.new(1, 1, 1)
  80. clickarrest.BackgroundTransparency = 1
  81. clickarrest.Position = UDim2.new(-0.00278265774, 0, 0.044974748, 0)
  82. clickarrest.Size = UDim2.new(0, 262, 0, 21)
  83. clickarrest.ZIndex = 3
  84. clickarrest.Font = Enum.Font.SourceSansSemibold
  85. clickarrest.Text = ":clickarrest - for prison life"
  86. clickarrest.TextColor3 = Color3.new(1, 1, 1)
  87. clickarrest.TextScaled = true
  88. clickarrest.TextSize = 14
  89. clickarrest.TextWrapped = true
  90.  
  91. fastM4A1.Name = "fastM4A1"
  92. fastM4A1.Parent = Backround
  93. fastM4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  94. fastM4A1.BackgroundTransparency = 1
  95. fastM4A1.Position = UDim2.new(-0.0031070062, 0, 0.1461519, 0)
  96. fastM4A1.Size = UDim2.new(0, 262, 0, 21)
  97. fastM4A1.ZIndex = 3
  98. fastM4A1.Font = Enum.Font.SourceSansSemibold
  99. fastM4A1.Text = ":fastM4A1 - for prison life"
  100. fastM4A1.TextColor3 = Color3.new(1, 1, 1)
  101. fastM4A1.TextScaled = true
  102. fastM4A1.TextSize = 14
  103. fastM4A1.TextWrapped = true
  104.  
  105. fastak.Name = "fastak"
  106. fastak.Parent = Backround
  107. fastak.BackgroundColor3 = Color3.new(1, 1, 1)
  108. fastak.BackgroundTransparency = 1
  109. fastak.Position = UDim2.new(-0.00650012959, 0, 0.119812384, 0)
  110. fastak.Size = UDim2.new(0, 262, 0, 21)
  111. fastak.ZIndex = 3
  112. fastak.Font = Enum.Font.SourceSansSemibold
  113. fastak.Text = ":fastak - for prison life"
  114. fastak.TextColor3 = Color3.new(1, 1, 1)
  115. fastak.TextScaled = true
  116. fastak.TextSize = 14
  117. fastak.TextWrapped = true
  118.  
  119. fastall.Name = "fastall"
  120. fastall.Parent = Backround
  121. fastall.BackgroundColor3 = Color3.new(1, 1, 1)
  122. fastall.BackgroundTransparency = 1
  123. fastall.Position = UDim2.new(-0.00278265751, 0, 0.0926369131, 0)
  124. fastall.Size = UDim2.new(0, 262, 0, 21)
  125. fastall.ZIndex = 3
  126. fastall.Font = Enum.Font.SourceSansSemibold
  127. fastall.Text = ":fastall - for prison life"
  128. fastall.TextColor3 = Color3.new(1, 1, 1)
  129. fastall.TextScaled = true
  130. fastall.TextSize = 14
  131. fastall.TextWrapped = true
  132.  
  133. guns.Name = "guns"
  134. guns.Parent = Backround
  135. guns.BackgroundColor3 = Color3.new(1, 1, 1)
  136. guns.BackgroundTransparency = 1
  137. guns.Position = UDim2.new(-0.0031070062, 0, 0.0688057765, 0)
  138. guns.Size = UDim2.new(0, 262, 0, 21)
  139. guns.ZIndex = 3
  140. guns.Font = Enum.Font.SourceSansSemibold
  141. guns.Text = ":guns - for prison life"
  142. guns.TextColor3 = Color3.new(1, 1, 1)
  143. guns.TextScaled = true
  144. guns.TextSize = 14
  145. guns.TextWrapped = true
  146.  
  147. onepunch.Name = "onepunch"
  148. onepunch.Parent = Backround
  149. onepunch.BackgroundColor3 = Color3.new(1, 1, 1)
  150. onepunch.BackgroundTransparency = 1
  151. onepunch.Position = UDim2.new(-0.00650012959, 0, 0.176671878, 0)
  152. onepunch.Size = UDim2.new(0, 262, 0, 21)
  153. onepunch.ZIndex = 3
  154. onepunch.Font = Enum.Font.SourceSansSemibold
  155. onepunch.Text = ":onepunch - for prison life"
  156. onepunch.TextColor3 = Color3.new(1, 1, 1)
  157. onepunch.TextScaled = true
  158. onepunch.TextSize = 14
  159. onepunch.TextWrapped = true
  160.  
  161. teamgrey.Name = "teamgrey"
  162. teamgrey.Parent = Backround
  163. teamgrey.BackgroundColor3 = Color3.new(1, 1, 1)
  164. teamgrey.BackgroundTransparency = 1
  165. teamgrey.Position = UDim2.new(0.00432793796, 0, 0.0169874132, 0)
  166. teamgrey.Size = UDim2.new(0, 262, 0, 21)
  167. teamgrey.ZIndex = 3
  168. teamgrey.Font = Enum.Font.SourceSansSemibold
  169. teamgrey.Text = ":teamgrey - for prison life"
  170. teamgrey.TextColor3 = Color3.new(1, 1, 1)
  171. teamgrey.TextScaled = true
  172. teamgrey.TextSize = 14
  173. teamgrey.TextWrapped = true
  174.  
  175. teampolice.Name = "teampolice"
  176. teampolice.Parent = Backround
  177. teampolice.BackgroundColor3 = Color3.new(1, 1, 1)
  178. teampolice.BackgroundTransparency = 1
  179. teampolice.Position = UDim2.new(-0.00278265751, 0, 0.209700227, 0)
  180. teampolice.Size = UDim2.new(0, 262, 0, 21)
  181. teampolice.ZIndex = 3
  182. teampolice.Font = Enum.Font.SourceSansSemibold
  183. teampolice.Text = ":teampolice - for prison life"
  184. teampolice.TextColor3 = Color3.new(1, 1, 1)
  185. teampolice.TextScaled = true
  186. teampolice.TextSize = 14
  187. teampolice.TextWrapped = true
  188.  
  189. btools.Name = "btools"
  190. btools.Parent = Backround
  191. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  192. btools.BackgroundTransparency = 1
  193. btools.Position = UDim2.new(-0.00650013052, 0, 0.237280622, 0)
  194. btools.Size = UDim2.new(0, 260, 0, 21)
  195. btools.ZIndex = 3
  196. btools.Font = Enum.Font.SourceSansSemibold
  197. btools.Text = ":btools - for any game with a backpack"
  198. btools.TextColor3 = Color3.new(1, 1, 1)
  199. btools.TextScaled = true
  200. btools.TextSize = 14
  201. btools.TextWrapped = true
  202.  
  203. noclip.Name = "noclip"
  204. noclip.Parent = Backround
  205. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  206. noclip.BackgroundTransparency = 1
  207. noclip.Position = UDim2.new(-0.0176525451, 0, 0.260703564, 0)
  208. noclip.Size = UDim2.new(0, 262, 0, 21)
  209. noclip.ZIndex = 3
  210. noclip.Font = Enum.Font.SourceSansSemibold
  211. noclip.Text = ":noclip - for anygame tested on jailbreak"
  212. noclip.TextColor3 = Color3.new(1, 1, 1)
  213. noclip.TextScaled = true
  214. noclip.TextSize = 14
  215. noclip.TextWrapped = true
  216.  
  217. rocketfuel.Name = "rocketfuel"
  218. rocketfuel.Parent = Backround
  219. rocketfuel.BackgroundColor3 = Color3.new(1, 1, 1)
  220. rocketfuel.BackgroundTransparency = 1
  221. rocketfuel.Position = UDim2.new(-0.00650012679, 0, 0.287459433, 0)
  222. rocketfuel.Size = UDim2.new(0, 262, 0, 21)
  223. rocketfuel.ZIndex = 3
  224. rocketfuel.Font = Enum.Font.SourceSansSemibold
  225. rocketfuel.Text = ":rocketfuel - gives you inf rocket fuel"
  226. rocketfuel.TextColor3 = Color3.new(1, 1, 1)
  227. rocketfuel.TextScaled = true
  228. rocketfuel.TextSize = 14
  229. rocketfuel.TextWrapped = true
  230.  
  231. Jguns.Name = "Jguns"
  232. Jguns.Parent = Backround
  233. Jguns.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Jguns.BackgroundTransparency = 1
  235. Jguns.Position = UDim2.new(-0.00278265472, 0, 0.312543035, 0)
  236. Jguns.Size = UDim2.new(0, 262, 0, 21)
  237. Jguns.ZIndex = 3
  238. Jguns.Font = Enum.Font.SourceSansSemibold
  239. Jguns.Text = ":Jguns - gives you all guns in jailbreak"
  240. Jguns.TextColor3 = Color3.new(1, 1, 1)
  241. Jguns.TextScaled = true
  242. Jguns.TextSize = 14
  243. Jguns.TextWrapped = true
  244.  
  245. rdoors.Name = "rdoors"
  246. rdoors.Parent = Backround
  247. rdoors.BackgroundColor3 = Color3.new(1, 1, 1)
  248. rdoors.BackgroundTransparency = 1
  249. rdoors.Position = UDim2.new(0.000934817363, 0, 0.33846277, 0)
  250. rdoors.Size = UDim2.new(0, 262, 0, 21)
  251. rdoors.ZIndex = 3
  252. rdoors.Font = Enum.Font.SourceSansSemibold
  253. rdoors.Text = ":rdoors - Removes all doors in jailbreak"
  254. rdoors.TextColor3 = Color3.new(1, 1, 1)
  255. rdoors.TextScaled = true
  256. rdoors.TextSize = 14
  257. rdoors.TextWrapped = true
  258.  
  259. Backround:TweenPosition(UDim2.new(0.387, 0,0.254, 0), 'In', 'Bounce', 1, true)
  260.  
  261.  
  262. elseif cht:match(":btools") then
  263. for a = 1, 4 do
  264. HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  265. HopperBin.BinType = a
  266. end
  267. elseif cht:match(":onepunch") then
  268. mainRemotes = game.ReplicatedStorage
  269. meleeRemote = mainRemotes['meleeEvent']
  270. mouse = game.Players.LocalPlayer:GetMouse()
  271. punching = false
  272. cooldown = false
  273.  
  274. function punch()
  275. cooldown = true
  276. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  277. part.Transparency = 1
  278. part.Size = Vector3.new(5, 2, 3)
  279. part.CanCollide = false
  280. local w1 = Instance.new("Weld", part)
  281. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  282. w1.Part1 = part
  283. w1.C1 = CFrame.new(0,0,2)
  284. part.Touched:connect(function(hit)
  285. if game.Players:FindFirstChild(hit.Parent.Name) then
  286. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  287. if plr.Name ~= game.Players.LocalPlayer.Name then
  288. part:Destroy()
  289.  
  290. for i = 1,100 do
  291. meleeRemote:FireServer(plr)
  292. end
  293. end
  294. end
  295. end)
  296.  
  297. wait(1)
  298. cooldown = false
  299. part:Destroy()
  300. end
  301.  
  302.  
  303. mouse.KeyDown:connect(function(key)
  304. if cooldown == false then
  305. if key:lower() == "f" then
  306.  
  307. punch()
  308.  
  309. end
  310. end
  311. end)
  312.  
  313.  
  314. game:GetService("StarterGui"):SetCore("SendNotification",{
  315. Title = "Loaded";
  316. Text = "One Punch Activated";
  317. })
  318.  
  319. elseif cht:match(":teamgrey") then
  320. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  321. elseif cht:match(":teampolice") then
  322. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  323. elseif cht:match(":teamprisoner") then
  324. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  325. elseif cht:match(":clickarrest") then
  326. -- Arrest
  327.  
  328. game:GetService("StarterGui"):SetCore("SendNotification",{
  329. Title = "Loaded";
  330. Text = "Click Arrest Enabled";
  331. })
  332.  
  333. local mouse = game.Players.LocalPlayer:GetMouse()
  334. local arrestEvent = game.Workspace.Remote.arrest
  335. mouse.Button1Down:connect(function()
  336. local obj = mouse.Target
  337. local response = arrestEvent:InvokeServer(obj)
  338. end)
  339. elseif cht:match(":onepunch") then
  340. mainRemotes = game.ReplicatedStorage
  341. meleeRemote = mainRemotes['meleeEvent']
  342. mouse = game.Players.LocalPlayer:GetMouse()
  343. punching = false
  344. cooldown = false
  345.  
  346. function punch()
  347. cooldown = true
  348. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  349. part.Transparency = 1
  350. part.Size = Vector3.new(5, 2, 3)
  351. part.CanCollide = false
  352. local w1 = Instance.new("Weld", part)
  353. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  354. w1.Part1 = part
  355. w1.C1 = CFrame.new(0,0,2)
  356. part.Touched:connect(function(hit)
  357. if game.Players:FindFirstChild(hit.Parent.Name) then
  358. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  359. if plr.Name ~= game.Players.LocalPlayer.Name then
  360. part:Destroy()
  361.  
  362. for i = 1,100 do
  363. meleeRemote:FireServer(plr)
  364. end
  365. end
  366. end
  367. end)
  368.  
  369. wait(1)
  370. cooldown = false
  371. part:Destroy()
  372. end
  373.  
  374.  
  375. mouse.KeyDown:connect(function(key)
  376. if cooldown == false then
  377. if key:lower() == "f" then
  378.  
  379. punch()
  380.  
  381. end
  382. end
  383. end)
  384.  
  385.  
  386.  
  387. elseif cht:match(":fastall") then
  388. local player = game:GetService("Players").LocalPlayer
  389. local gun = player.Backpack:FindFirstChild("M9")
  390. local sM = require(gun:FindFirstChild("GunStates"))
  391. sM["Damage"] = 999
  392. sM["MaxAmmo"] = 9999991
  393. sM["StoredAmmo"] = 9999991
  394. sM["FireRate"] = 0.05
  395. sM["AmmoPerClip"] = 9999991
  396. sM["Range"] = 5000
  397. sM["ReloadTime"] = 0.05
  398. sM["Bullets"] = 10
  399. sM["AutoFire"] = true
  400. local player = game:GetService("Players").LocalPlayer
  401. local gun = player.Backpack:FindFirstChild("Remington 870")
  402. local sM = require(gun:FindFirstChild("GunStates"))
  403. sM["Damage"] = 999
  404. sM["MaxAmmo"] = 9999991
  405. sM["StoredAmmo"] = 9999991
  406. sM["FireRate"] = 0.05
  407. sM["AmmoPerClip"] = 9999991
  408. sM["Range"] = 5000
  409. sM["ReloadTime"] = 0.05
  410. sM["Bullets"] = 10
  411. sM["AutoFire"] = true
  412. elseif cht:match(":fastM4A1") then
  413. local gun = player.Backpack:FindFirstChild("M4A1")
  414. local sM = require(gun:FindFirstChild("GunStates"))
  415. sM["Damage"] = 999
  416. sM["MaxAmmo"] = 9999991
  417. sM["StoredAmmo"] = 9999991
  418. sM["FireRate"] = 0.05
  419. sM["AmmoPerClip"] = 9999991
  420. sM["Range"] = 5000
  421. sM["ReloadTime"] = 0.05
  422. sM["Bullets"] = 10
  423. sM["AutoFire"] = true
  424. elseif cht:match(":fastak") then
  425. local player = game:GetService("Players").LocalPlayer
  426. local gun = player.Backpack:FindFirstChild("AK-47")
  427. local sM = require(gun:FindFirstChild("GunStates"))
  428. sM["Damage"] = 999
  429. sM["MaxAmmo"] = 9999991
  430. sM["StoredAmmo"] = 9999991
  431. sM["FireRate"] = 0.05
  432. sM["AmmoPerClip"] = 9999991
  433. sM["Range"] = 5000
  434. sM["ReloadTime"] = 0.05
  435. sM["Bullets"] = 10
  436. sM["AutoFire"] = true
  437.  
  438. elseif cht:match(":noclip") then
  439. _G.NC = not _G.NC
  440.  
  441. local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
  442.  
  443. if _G.InitNC ~= true then
  444. _G.NCFunc = function(part)
  445. if _G.NC then
  446. if part.Position.Y > pos then
  447. part.CanCollide = false
  448. end
  449. end
  450. end
  451.  
  452. _G.InitNC = true
  453. end
  454.  
  455. if _G.NC and _G.NCFunc ~= nil then
  456. game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
  457. end
  458. elseif cht:match(":rocketfuel") then
  459. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "q"
  460.  
  461. elseif cht:match(":Jguns") then
  462. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  463.  
  464. a = Instance.new("Part", workspace)
  465. a.Anchored = true
  466. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  467. a.CanCollide = false
  468.  
  469. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  470. if v.Name == "Station" then
  471. for a, b in pairs(v:GetChildren()) do
  472. if b:IsA("StringValue") then
  473. if b.Value == "Pistol" then
  474. v.CFrame = CFrame.new(hit)
  475. end
  476. end
  477. end
  478. end
  479. end
  480. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  481.  
  482. a = Instance.new("Part", workspace)
  483. a.Anchored = true
  484. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  485. a.CanCollide = false
  486.  
  487. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  488. if v.Name == "Station" then
  489. for a, b in pairs(v:GetChildren()) do
  490. if b:IsA("StringValue") then
  491. if b.Value == "Shotgun" then
  492. v.CFrame = CFrame.new(hit)
  493. end
  494. end
  495. end
  496. end
  497. end
  498. elseif cht:match(":rdoors") then
  499. game:GetService("Workspace").Doors:Destroy()
  500.  
  501. game:GetService("StarterGui"):SetCore("SendNotification",{
  502. Title = " Commands Loaded";
  503. Text = "chat :cmds to view";
  504. })
  505.  
  506. end
  507. end)
  508.  
  509. game:GetService("StarterGui"):SetCore("SendNotification",{
  510. Title = "Loading...";
  511. Text = "commands1v by XxWingKing on v3rm";
  512. })
  513.  
  514. wait(2.5)
  515.  
  516. game:GetService("StarterGui"):SetCore("SendNotification",{
  517. Title = "Loaded";
  518. Text = "you are running version 1.1 enjoy!";
  519. })
  520.  
  521.  
  522. -- Instances:
  523. local Intro = Instance.new("ScreenGui")
  524. local Frame = Instance.new("Frame")
  525. local ImageLabel = Instance.new("ImageLabel")
  526. --Properties:
  527. Intro.Name = "Intro"
  528. Intro.Parent = game.CoreGui
  529.  
  530. Frame.Parent = Intro
  531. Frame.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  532. Frame.BackgroundTransparency = 1
  533. Frame.Position = UDim2.new(0.1460886, 0, -0.843691111, 0)
  534. Frame.Size = UDim2.new(0, 894, 0, 448)
  535.  
  536. ImageLabel.Parent = Frame
  537. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  538. ImageLabel.BackgroundTransparency = 1
  539. ImageLabel.Position = UDim2.new(0.0861297548, 0, -0.047294274, 0)
  540. ImageLabel.Size = UDim2.new(0, 740, 0, 489)
  541. ImageLabel.Image = "rbxassetid://2711854551"
  542.  
  543. Frame:TweenPosition(UDim2.new(0.166, 0,0.156, 0), 'In', 'Bounce', 1, true)
  544. wait(3)
  545. Frame:TweenPosition(UDim2.new(0.171, 0,-0.69, 0), 'Out', 'Bounce', 1, true)
  546.  
  547.  
  548. game:GetService("StarterGui"):SetCore("Send Notification",{
  549. Title = "Loading Complete";
  550. Text = "Thanks For Using commands1v by XxWingKing on v3rm"
  551. })
  552.  
  553. local Overlay = Instance.new("ScreenGui")
  554. local OpenButton = Instance.new("ImageButton")
  555. local Text = Instance.new("TextLabel")
  556. local Backround = Instance.new("Frame")
  557. local Status = Instance.new("TextButton")
  558. local Updates = Instance.new("TextButton")
  559. local statuslabel = Instance.new("TextLabel")
  560. local UpdatesLabel = Instance.new("TextLabel")
  561. local close = Instance.new("TextButton")
  562. --Properties:
  563. Overlay.Name = "Overlay"
  564. Overlay.Parent = game.CoreGui
  565.  
  566. OpenButton.Name = "OpenButton"
  567. OpenButton.Parent = Overlay
  568. OpenButton.BackgroundTransparency = 1
  569. OpenButton.BorderSizePixel = 0
  570. OpenButton.Position = UDim2.new(-1.00770985e-05, 0, 0.946488321, 0)
  571. OpenButton.Size = UDim2.new(0, 84, 0, 32)
  572. OpenButton.Image = "rbxassetid://1285673399"
  573. OpenButton.ImageColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  574. OpenButton.ScaleType = Enum.ScaleType.Slice
  575. OpenButton.SliceCenter = Rect.new(8, 8, 247, 247)
  576. OpenButton.MouseButton1Click:connect(function()
  577. Backround.Visible = true
  578. OpenButton.Visible = false
  579. end)
  580.  
  581. Text.Name = "Text"
  582. Text.Parent = OpenButton
  583. Text.AnchorPoint = Vector2.new(0, 0.5)
  584. Text.BackgroundTransparency = 1
  585. Text.Position = UDim2.new(0.110169493, 0, 0.5, 0)
  586. Text.Size = UDim2.new(0.779661, 0, 1, 0)
  587. Text.Font = Enum.Font.SourceSansLight
  588. Text.Text = "Open"
  589. Text.TextColor3 = Color3.new(1, 1, 1)
  590. Text.TextScaled = true
  591. Text.TextSize = 14
  592. Text.TextWrapped = true
  593.  
  594. Backround.Name = "Backround"
  595. Backround.Parent = Overlay
  596. Backround.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  597. Backround.BorderSizePixel = 0
  598. Backround.Position = UDim2.new(0,0,0,0)
  599. Backround.Visible = false
  600. Backround.Size = UDim2.new(0, 131, 0, 181)
  601.  
  602. Status.Name = "Status"
  603. Status.Parent = Backround
  604. Status.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  605. Status.BorderSizePixel = 0
  606. Status.Position = UDim2.new(0, 0, 0.116022103, 0)
  607. Status.Size = UDim2.new(0, 131, 0, 43)
  608. Status.Font = Enum.Font.SourceSansSemibold
  609. Status.Text = "Admin Status"
  610. Status.TextColor3 = Color3.new(1, 1, 1)
  611. Status.TextScaled = true
  612. Status.TextSize = 14
  613. Status.TextWrapped = true
  614. Status.MouseButton1Click:connect(function()
  615. statuslabel.Text = "Checking....."
  616. wait(2)
  617. statuslabel.Text = "Working!"
  618. end)
  619.  
  620. Updates.Name = "Updates"
  621. Updates.Parent = Backround
  622. Updates.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  623. Updates.BorderSizePixel = 0
  624. Updates.Position = UDim2.new(0, 0, 0.591160238, 0)
  625. Updates.Size = UDim2.new(0, 131, 0, 43)
  626. Updates.Font = Enum.Font.SourceSansSemibold
  627. Updates.Text = "How to find updates"
  628. Updates.TextColor3 = Color3.new(1, 1, 1)
  629. Updates.TextScaled = true
  630. Updates.TextSize = 14
  631. Updates.TextWrapped = true
  632. Updates.MouseButton1Click:connect(function()
  633. UpdatesLabel.Visible = true
  634. wait(3)
  635. UpdatesLabel.Visible = false
  636. end)
  637.  
  638. statuslabel.Name = "statuslabel"
  639. statuslabel.Parent = Backround
  640. statuslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  641. statuslabel.BackgroundTransparency = 1
  642. statuslabel.BorderSizePixel = 0
  643. statuslabel.Position = UDim2.new(0, 0, 0.353591174, 0)
  644. statuslabel.Size = UDim2.new(0, 131, 0, 31)
  645. statuslabel.Font = Enum.Font.SourceSansLight
  646. statuslabel.Text = "Status: nil"
  647. statuslabel.TextColor3 = Color3.new(1, 1, 1)
  648. statuslabel.TextScaled = true
  649. statuslabel.TextSize = 14
  650. statuslabel.TextWrapped = true
  651.  
  652. UpdatesLabel.Name = "UpdatesLabel"
  653. UpdatesLabel.Parent = Backround
  654. UpdatesLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  655. UpdatesLabel.BackgroundTransparency = 1
  656. UpdatesLabel.BorderSizePixel = 0
  657. UpdatesLabel.Position = UDim2.new(0, 0, 0.828729272, 0)
  658. UpdatesLabel.Size = UDim2.new(0, 131, 0, 31)
  659. UpdatesLabel.Visible = false
  660. UpdatesLabel.Font = Enum.Font.SourceSansLight
  661. UpdatesLabel.Text = "Discord Server: Qr7HZaF"
  662. UpdatesLabel.TextColor3 = Color3.new(1, 1, 1)
  663. UpdatesLabel.TextScaled = true
  664. UpdatesLabel.TextSize = 14
  665. UpdatesLabel.TextWrapped = true
  666.  
  667. close.Name = "close"
  668. close.Parent = Backround
  669. close.BackgroundColor3 = Color3.new(1, 0, 0)
  670. close.BorderSizePixel = 0
  671. close.Position = UDim2.new(0.778625965, 0, 0, 0)
  672. close.Size = UDim2.new(0, 29, 0, 21)
  673. close.Font = Enum.Font.SourceSans
  674. close.Text = "X"
  675. close.TextColor3 = Color3.new(1, 1, 1)
  676. close.TextScaled = true
  677. close.TextSize = 14
  678. close.TextWrapped = true
  679. close.MouseButton1Click:connect(function()
  680. Backround.Visible = false
  681. OpenButton.Visible = true
  682. end)
Advertisement
Add Comment
Please, Sign In to add comment