NikHacks

JailBreacherV1.1 --Script Hack--

Jul 19th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. --made by Nik Hacks
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local WS = Instance.new("TextButton")
  8. local Noclip = Instance.new("TextButton")
  9. local BTools = Instance.new("TextButton")
  10. local GravityOn = Instance.new("TextButton")
  11. local NoBuildings = Instance.new("TextButton")
  12. local InfJump = Instance.new("TextButton")
  13. local InfNitro = Instance.new("TextButton")
  14. local Prison = Instance.new("TextButton")
  15. local GravityOff = Instance.new("TextButton")
  16. local CarFlyR = Instance.new("TextButton")
  17. local Jewlery = Instance.new("TextButton")
  18. local GodMode = Instance.new("TextButton")
  19. local Shotgun = Instance.new("TextButton")
  20. local Pistol = Instance.new("TextButton")
  21. local RemoveAll = Instance.new("TextButton")
  22. local MoreSoon = Instance.new("TextLabel")
  23. local Copyright = Instance.new("TextLabel")
  24. local TextLabel = Instance.new("TextLabel")
  25. --Properties:
  26. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Frame.Position = UDim2.new(0.125127152, 0, 0.0969899744, 0)
  31. Frame.Size = UDim2.new(0, 410, 0, 430)
  32. Frame.Style = Enum.FrameStyle.RobloxRound
  33.  
  34. WS.Name = "WS"
  35. WS.Parent = Frame
  36. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  37. WS.Position = UDim2.new(-5.40839319e-05, 0, 0.114140444, 0)
  38. WS.Size = UDim2.new(0, 118, 0, 38)
  39. WS.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  40. WS.Font = Enum.Font.SourceSansBold
  41. WS.Text = "WalkSpeed K"
  42. WS.TextColor3 = Color3.new(0, 0, 0)
  43. WS.TextScaled = true
  44. WS.TextSize = 14
  45. WS.TextWrapped = true
  46. WS.MouseButton1Down:connect(function()
  47. local walkspeedplayer = game:GetService("Players").LocalPlayer
  48. local walkspeedmouse = walkspeedplayer:GetMouse()
  49.  
  50. local walkspeedenabled = false
  51.  
  52. function x_walkspeed(key)
  53. if (key == "k") then
  54. if walkspeedenabled == false then
  55. _G.WS = 200;
  56. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  57. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  58. Humanoid.WalkSpeed = _G.WS;
  59. end)
  60. Humanoid.WalkSpeed = _G.WS;
  61.  
  62. walkspeedenabled = true
  63. elseif walkspeedenabled == true then
  64. _G.WS = 20;
  65. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  66. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  67. Humanoid.WalkSpeed = _G.WS;
  68. end)
  69. Humanoid.WalkSpeed = _G.WS;
  70.  
  71. walkspeedenabled = false
  72. end
  73. end
  74. end
  75.  
  76. walkspeedmouse.KeyDown:connect(x_walkspeed)
  77. end)
  78.  
  79.  
  80. Noclip.Name = "Noclip"
  81. Noclip.Parent = Frame
  82. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Noclip.Position = UDim2.new(0.347168118, 0, 0.114140444, 0)
  84. Noclip.Size = UDim2.new(0, 118, 0, 38)
  85. Noclip.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  86. Noclip.Font = Enum.Font.SourceSansBold
  87. Noclip.Text = "Noclip"
  88. Noclip.TextColor3 = Color3.new(0, 0, 0)
  89. Noclip.TextScaled = true
  90. Noclip.TextSize = 14
  91. Noclip.TextWrapped = true
  92. Noclip.MouseButton1Down:connect(function()
  93. local noclipplayer = game:GetService("Players").LocalPlayer
  94. local noclipmouse = noclipplayer:GetMouse()
  95.  
  96. local donoclip = false
  97. local noclip = false
  98.  
  99. function b_noclip(key)
  100. if (key == "b") then
  101. if noclip == false then
  102. donoclip = true
  103.  
  104. noclip = true
  105. elseif noclip == true then
  106. donoclip = false
  107.  
  108. noclip = false
  109. end
  110. end
  111. end
  112.  
  113. noclipmouse.KeyDown:connect(b_noclip)
  114.  
  115. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  116. if obj ~= workspace.Terrain then
  117. if donoclip == true then
  118. obj.CanCollide = false
  119. else
  120. obj.CanCollide = true
  121. end
  122. end
  123. end)
  124. end)
  125.  
  126. BTools.Name = "BTools"
  127. BTools.Parent = Frame
  128. BTools.BackgroundColor3 = Color3.new(1, 1, 1)
  129. BTools.Position = UDim2.new(0.673997402, 0, 0.114140444, 0)
  130. BTools.Size = UDim2.new(0, 118, 0, 38)
  131. BTools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  132. BTools.Font = Enum.Font.SourceSansBold
  133. BTools.Text = "BTools"
  134. BTools.TextColor3 = Color3.new(0, 0, 0)
  135. BTools.TextScaled = true
  136. BTools.TextSize = 14
  137. BTools.TextWrapped = true
  138. BTools.MouseButton1Down:connect(function()
  139. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  140. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  141. if child.ClassName == "Part" then
  142. child.Locked = false
  143. end
  144. if child.ClassName == "MeshPart" then
  145. child.Locked = false
  146. end
  147. if child.ClassName == "UnionOperation" then
  148. child.Locked = false
  149. end
  150. if child.ClassName == "Model" then
  151. for index, chil in pairs(child:GetChildren()) do
  152. if chil.ClassName == "Part" then
  153. chil.Locked = false
  154. end
  155. if chil.ClassName == "MeshPart" then
  156. chil.Locked = false
  157. end
  158. if chil.ClassName == "UnionOperation" then
  159. chil.Locked = false
  160. end
  161. if chil.ClassName == "Model" then
  162. for index, childe in pairs(chil:GetChildren()) do
  163. if childe.ClassName == "Part" then
  164. childe.Locked = false
  165. end
  166. if childe.ClassName == "MeshPart" then
  167. childe.Locked = false
  168. end
  169. if childe.ClassName == "UnionOperation" then
  170. childe.Locked = false
  171. end
  172. if childe.ClassName == "Model" then
  173. for index, childeo in pairs(childe:GetChildren()) do
  174. if childeo.ClassName == "Part" then
  175. childeo.Locked = false
  176. end
  177. if childeo.ClassName == "MeshPart" then
  178. childeo.Locked = false
  179. end
  180. if childeo.ClassName == "UnionOperation" then
  181. childeo.Locked = false
  182. end
  183. if childeo.ClassName == "Model" then
  184. end
  185. end
  186. end
  187. end
  188. end
  189. end
  190. end
  191. end
  192. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  193. c.BinType = Enum.BinType.Hammer
  194. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  195. c.BinType = Enum.BinType.Clone
  196. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  197. c.BinType = Enum.BinType.Grab
  198. end)
  199.  
  200. GravityOn.Name = "Gravity On"
  201. GravityOn.Parent = Frame
  202. GravityOn.BackgroundColor3 = Color3.new(1, 1, 1)
  203. GravityOn.Position = UDim2.new(-5.40837646e-05, 0, 0.276931137, 0)
  204. GravityOn.Size = UDim2.new(0, 118, 0, 38)
  205. GravityOn.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  206. GravityOn.Font = Enum.Font.SourceSansBold
  207. GravityOn.Text = "Gravity On"
  208. GravityOn.TextColor3 = Color3.new(0, 0, 0)
  209. GravityOn.TextScaled = true
  210. GravityOn.TextSize = 14
  211. GravityOn.TextWrapped = true
  212. GravityOn.MouseButton1Down:connect(function()
  213. game.Workspace.Gravity = 196.2
  214. end)
  215.  
  216.  
  217. NoBuildings.Name = "NoBuildings"
  218. NoBuildings.Parent = Frame
  219. NoBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
  220. NoBuildings.Position = UDim2.new(0.359363258, 0, 0.276931137, 0)
  221. NoBuildings.Size = UDim2.new(0, 118, 0, 38)
  222. NoBuildings.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  223. NoBuildings.Font = Enum.Font.SourceSansBold
  224. NoBuildings.Text = "NoBuildings"
  225. NoBuildings.TextColor3 = Color3.new(0, 0, 0)
  226. NoBuildings.TextScaled = true
  227. NoBuildings.TextSize = 14
  228. NoBuildings.TextWrapped = true
  229. NoBuildings.MouseButton1Down:connect(function()
  230. game:GetService("Workspace").Buildings:Destroy()
  231. end)
  232.  
  233. InfJump.Name = "InfJump"
  234. InfJump.Parent = Frame
  235. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  236. InfJump.Position = UDim2.new(0.681314468, 0, 0.276931137, 0)
  237. InfJump.Size = UDim2.new(0, 118, 0, 38)
  238. InfJump.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  239. InfJump.Font = Enum.Font.SourceSansBold
  240. InfJump.Text = "Inf Jump"
  241. InfJump.TextColor3 = Color3.new(0, 0, 0)
  242. InfJump.TextScaled = true
  243. InfJump.TextSize = 14
  244. InfJump.TextWrapped = true
  245. game:GetService("UserInputService").JumpRequest:connect(function()
  246. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  247. end)
  248.  
  249. InfNitro.Name = "Inf Nitro"
  250. InfNitro.Parent = Frame
  251. InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  252. InfNitro.Position = UDim2.new(0.347168118, 0, 0.442047417, 0)
  253. InfNitro.Size = UDim2.new(0, 118, 0, 38)
  254. InfNitro.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  255. InfNitro.Font = Enum.Font.SourceSansBold
  256. InfNitro.Text = "Inf Nitro"
  257. InfNitro.TextColor3 = Color3.new(0, 0, 0)
  258. InfNitro.TextScaled = true
  259. InfNitro.TextSize = 14
  260. InfNitro.TextWrapped = true
  261. InfNitro.MouseButton1Down:connect(function()
  262. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  263. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  264. end)
  265.  
  266. Prison.Name = "Prison"
  267. Prison.Parent = Frame
  268. Prison.BackgroundColor3 = Color3.new(1, 1, 1)
  269. Prison.Position = UDim2.new(0.673997402, 0, 0.442047417, 0)
  270. Prison.Size = UDim2.new(0, 118, 0, 38)
  271. Prison.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  272. Prison.Font = Enum.Font.SourceSansBold
  273. Prison.Text = "Prison"
  274. Prison.TextColor3 = Color3.new(0, 0, 0)
  275. Prison.TextScaled = true
  276. Prison.TextSize = 14
  277. Prison.TextWrapped = true
  278. Prison.MouseButton1Down:connect(function()
  279. for i=1,32 do
  280. wait(.08)
  281. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  282. end
  283. end)
  284.  
  285. GravityOff.Name = "Gravity Off"
  286. GravityOff.Parent = Frame
  287. GravityOff.BackgroundColor3 = Color3.new(1, 1, 1)
  288. GravityOff.Position = UDim2.new(-5.40837646e-05, 0, 0.604838133, 0)
  289. GravityOff.Size = UDim2.new(0, 118, 0, 38)
  290. GravityOff.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  291. GravityOff.Font = Enum.Font.SourceSansBold
  292. GravityOff.Text = "Gravity Off"
  293. GravityOff.TextColor3 = Color3.new(0, 0, 0)
  294. GravityOff.TextScaled = true
  295. GravityOff.TextSize = 14
  296. GravityOff.TextWrapped = true
  297. GravityOff.MouseButton1Down:connect(function()
  298. game.Workspace.Gravity = 35
  299. end)
  300.  
  301.  
  302. CarFlyR.Name = "CarFlyR"
  303. CarFlyR.Parent = Frame
  304. CarFlyR.BackgroundColor3 = Color3.new(1, 1, 1)
  305. CarFlyR.Position = UDim2.new(0.359363258, 0, 0.604838133, 0)
  306. CarFlyR.Size = UDim2.new(0, 118, 0, 38)
  307. CarFlyR.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  308. CarFlyR.Font = Enum.Font.SourceSansBold
  309. CarFlyR.Text = "CarFly R"
  310. CarFlyR.TextColor3 = Color3.new(0, 0, 0)
  311. CarFlyR.TextScaled = true
  312. CarFlyR.TextSize = 14
  313. CarFlyR.TextWrapped = true
  314. CarFlyR.MouseButton1Down:connect(function()
  315. local plr = game:GetService("Players").LocalPlayer
  316. local m = plr:GetMouse()
  317. m.KeyDown:connect(function(k)
  318. if k:byte() == 114 then
  319. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  320. plrh:ChangeState('Jumping')
  321. wait()
  322. plrh:ChangeState('Seated')
  323. end
  324. end)
  325. end)
  326.  
  327. Jewlery.Name = "Jewlery"
  328. Jewlery.Parent = Frame
  329. Jewlery.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Jewlery.Position = UDim2.new(0.681314468, 0, 0.604838133, 0)
  331. Jewlery.Size = UDim2.new(0, 118, 0, 38)
  332. Jewlery.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  333. Jewlery.Font = Enum.Font.SourceSansBold
  334. Jewlery.Text = "Jewlery"
  335. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  336. Jewlery.TextScaled = true
  337. Jewlery.TextSize = 14
  338. Jewlery.TextWrapped = true
  339. Jewlery.MouseButton1Down:connect(function()
  340. for i=1,32 do
  341. wait(.08)
  342. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  343. end
  344. end)
  345.  
  346. GodMode.Name = "God Mode"
  347. GodMode.Parent = Frame
  348. GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
  349. GodMode.Position = UDim2.new(-5.40839319e-05, 0, 0.442047417, 0)
  350. GodMode.Size = UDim2.new(0, 118, 0, 38)
  351. GodMode.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  352. GodMode.Font = Enum.Font.SourceSansBold
  353. GodMode.Text = "God Mode"
  354. GodMode.TextColor3 = Color3.new(0, 0, 0)
  355. GodMode.TextScaled = true
  356. GodMode.TextSize = 14
  357. GodMode.TextWrapped = true
  358. GodMode.MouseButton1Down:connect(function()
  359. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  360. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  361. l.Parent = game:GetService("Players").LocalPlayer.Character
  362. l.Name = "Humanoid"
  363. wait(0.1)
  364. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  365. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  366. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  367. wait(0.1)
  368. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  369. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  370. end)
  371.  
  372. Shotgun.Name = "Shotgun"
  373. Shotgun.Parent = Frame
  374. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  375. Shotgun.Position = UDim2.new(-5.40837646e-05, 0, 0.76297766, 0)
  376. Shotgun.Size = UDim2.new(0, 118, 0, 38)
  377. Shotgun.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  378. Shotgun.Font = Enum.Font.SourceSansBold
  379. Shotgun.Text = "Shotgun"
  380. Shotgun.TextColor3 = Color3.new(0, 0, 0)
  381. Shotgun.TextScaled = true
  382. Shotgun.TextSize = 14
  383. Shotgun.TextWrapped = true
  384. Shotgun.MouseButton1Down:connect(function()
  385. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  386.  
  387. a = Instance.new("Part", workspace)
  388. a.Anchored = true
  389. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  390. a.CanCollide = false
  391.  
  392. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  393. if v.Name == "Station" then
  394. for a, b in pairs(v:GetChildren()) do
  395. if b:IsA("StringValue") then
  396. if b.Value == "Shotgun" then
  397. v.CFrame = CFrame.new(hit)
  398. end
  399. end
  400. end
  401. end
  402. end
  403. end)
  404.  
  405. Pistol.Name = "Pistol"
  406. Pistol.Parent = Frame
  407. Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  408. Pistol.Position = UDim2.new(0.35848248, 0, 0.76297766, 0)
  409. Pistol.Size = UDim2.new(0, 118, 0, 38)
  410. Pistol.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  411. Pistol.Font = Enum.Font.SourceSansBold
  412. Pistol.Text = "Pistol"
  413. Pistol.TextColor3 = Color3.new(0, 0, 0)
  414. Pistol.TextScaled = true
  415. Pistol.TextSize = 14
  416. Pistol.TextWrapped = true
  417. Pistol.MouseButton1Down:connect(function()
  418. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  419.  
  420. a = Instance.new("Part", workspace)
  421. a.Anchored = true
  422. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  423. a.CanCollide = false
  424.  
  425. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  426. if v.Name == "Station" then
  427. for a, b in pairs(v:GetChildren()) do
  428. if b:IsA("StringValue") then
  429. if b.Value == "Pistol" then
  430. v.CFrame = CFrame.new(hit)
  431. end
  432. end
  433. end
  434. end
  435. end
  436. end)
  437.  
  438. RemoveAll.Name = "Remove All"
  439. RemoveAll.Parent = Frame
  440. RemoveAll.BackgroundColor3 = Color3.new(1, 1, 1)
  441. RemoveAll.Position = UDim2.new(0.66823858, 0, 0.76297766, 0)
  442. RemoveAll.Size = UDim2.new(0, 118, 0, 38)
  443. RemoveAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  444. RemoveAll.Font = Enum.Font.SourceSansBold
  445. RemoveAll.Text = "Remove All"
  446. RemoveAll.TextColor3 = Color3.new(0, 0, 0)
  447. RemoveAll.TextScaled = true
  448. RemoveAll.TextSize = 14
  449. RemoveAll.TextWrapped = true
  450. RemoveAll.MouseButton1Down:connect(function()
  451. game.Workspace.Cells:Remove()
  452.  
  453. game.Workspace.Museum.CaseLasers:Remove()
  454.  
  455. game.Workspace.Museum.Lights:Remove()
  456.  
  457. game.Workspace.Museum.Doors:Remove()
  458.  
  459. game.Workspace.EscapeRoutes:Remove()
  460.  
  461. for i,v in pairs(workspace.Doors:GetChildren()) do
  462. v:Destroy()
  463.  
  464. end
  465. end)
  466.  
  467. RemoveAll.MouseButton1Down:connect(function()
  468. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  469. banklasers[1].Lasers:Destroy()
  470. end)
  471.  
  472. RemoveAll.MouseButton1Down:connect(function()
  473. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  474.  
  475. for i = 1,4 do
  476. local xd = jewelry[1].Model.BarbedWire
  477. xd:Destroy()
  478. end
  479. end)
  480.  
  481. RemoveAll.MouseButton1Down:connect(function()
  482. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  483. banklasers[1].Door.Model:Destroy()
  484. end)
  485.  
  486.  
  487. MoreSoon.Name = "More Soon"
  488. MoreSoon.Parent = Frame
  489. MoreSoon.BackgroundColor3 = Color3.new(0, 0, 0)
  490. MoreSoon.BackgroundTransparency = 0.80000001192093
  491. MoreSoon.Position = UDim2.new(0.241701379, 0, 0.905018926, 0)
  492. MoreSoon.Size = UDim2.new(0, 200, 0, 27)
  493. MoreSoon.Font = Enum.Font.SourceSans
  494. MoreSoon.Text = "More Soon In V2.0"
  495. MoreSoon.TextColor3 = Color3.new(0, 0, 0)
  496. MoreSoon.TextScaled = true
  497. MoreSoon.TextSize = 14
  498. MoreSoon.TextWrapped = true
  499.  
  500. Copyright.Name = "Copyright"
  501. Copyright.Parent = Frame
  502. Copyright.BackgroundColor3 = Color3.new(0, 0, 0)
  503. Copyright.BackgroundTransparency = 0.89999997615814
  504. Copyright.Position = UDim2.new(0.0241047181, 0, -0.00671713147, 0)
  505. Copyright.Size = UDim2.new(0, 371, 0, 50)
  506. Copyright.Font = Enum.Font.Highway
  507. Copyright.Text = "Made By Nik Hacks (Works Of 2019)"
  508. Copyright.TextColor3 = Color3.new(0, 0, 0)
  509. Copyright.TextScaled = true
  510. Copyright.TextSize = 14
  511. Copyright.TextWrapped = true
  512.  
  513. TextLabel.Parent = Frame
  514. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  515. TextLabel.BackgroundTransparency = 0.80000001192093
  516. TextLabel.Position = UDim2.new(0.0621025562, 0, 0.887405336, 0)
  517. TextLabel.Size = UDim2.new(0, 37, 0, 38)
  518. TextLabel.Font = Enum.Font.SourceSans
  519. TextLabel.Text = "V1.0"
  520. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  521. TextLabel.TextScaled = true
  522. TextLabel.TextSize = 14
  523. TextLabel.TextWrapped = true
  524. -- Scripts:
  525. function SCRIPT_DPES88_FAKESCRIPT() -- ScreenGui.LocalScript
  526. local script = Instance.new('LocalScript')
  527. script.Parent = ScreenGui
  528. Frame = script.Parent.Frame
  529. Frame.Draggable = true
  530. Frame.Active = true
  531. Frame.Selectable = true
  532.  
  533. end
  534. coroutine.resume(coroutine.create(SCRIPT_DPES88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment