Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.67 KB | None | 0 0
  1. -- JailBroken Hack by Dog200IQ
  2.  
  3. local JailbreakGUIbyDog200IQ = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Top = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local Mini = Instance.new("TextButton")
  8. local Title = Instance.new("TextLabel")
  9. local CarFlyR = Instance.new("TextButton")
  10. local InfJump = Instance.new("TextButton")
  11. local WalkspeedX = Instance.new("TextButton")
  12. local InfNitro = Instance.new("TextButton")
  13. local Pistol = Instance.new("TextButton")
  14. local Shotgun = Instance.new("TextButton")
  15. local RemoveCity = Instance.new("TextButton")
  16. local InfDonut = Instance.new("TextButton")
  17. local AK47 = Instance.new("TextButton")
  18. local Delete = Instance.new("TextButton")
  19. local PlatformM = Instance.new("TextButton")
  20. local Nodoors = Instance.new("TextButton")
  21. local Open = Instance.new("TextButton")
  22. --Properties:
  23. JailbreakGUIbyDog200IQ.Name = "Jailbreak GUI by Dog200IQ"
  24. JailbreakGUIbyDog200IQ.Parent = game.CoreGui
  25. JailbreakGUIbyDog200IQ.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = JailbreakGUIbyDog200IQ
  29. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  30. Main.BorderColor3 = Color3.new(1, 1, 1)
  31. Main.Position = UDim2.new(0, -255, 0.5, -135)
  32. Main.Size = UDim2.new(0, 250, 0, 270)
  33.  
  34. Top.Name = "Top"
  35. Top.Parent = Main
  36. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Top.BorderSizePixel = 0
  38. Top.Size = UDim2.new(1, 0, 0, 20)
  39.  
  40. Close.Name = "Close"
  41. Close.Parent = Top
  42. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Close.BorderSizePixel = 0
  44. Close.Position = UDim2.new(1, -20, 0, 0)
  45. Close.Size = UDim2.new(0, 20, 0, 20)
  46. Close.Font = Enum.Font.Cartoon
  47. Close.Text = "x"
  48. Close.TextColor3 = Color3.new(0, 0, 0)
  49. Close.TextScaled = true
  50. Close.TextSize = 14
  51. Close.TextWrapped = true
  52.  
  53. Mini.Name = "Mini"
  54. Mini.Parent = Top
  55. Mini.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Mini.BorderSizePixel = 0
  57. Mini.Position = UDim2.new(1, -40, 0, 0)
  58. Mini.Size = UDim2.new(0, 20, 0, 20)
  59. Mini.Font = Enum.Font.Cartoon
  60. Mini.Text = "-"
  61. Mini.TextColor3 = Color3.new(0, 0, 0)
  62. Mini.TextScaled = true
  63. Mini.TextSize = 14
  64. Mini.TextWrapped = true
  65.  
  66. Title.Name = "Title"
  67. Title.Parent = Top
  68. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Title.BackgroundTransparency = 1
  70. Title.BorderSizePixel = 0
  71. Title.Position = UDim2.new(0, 10, 0, 0)
  72. Title.Size = UDim2.new(1, -100, 0, 20)
  73. Title.Font = Enum.Font.Cartoon
  74. Title.Text = "JailBroken V1"
  75. Title.TextColor3 = Color3.new(0, 0, 0)
  76. Title.TextScaled = true
  77. Title.TextSize = 16
  78. Title.TextWrapped = true
  79. Title.TextXAlignment = Enum.TextXAlignment.Left
  80.  
  81. CarFlyR.Name = "CarFlyR"
  82. CarFlyR.Parent = Main
  83. CarFlyR.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. CarFlyR.BorderColor3 = Color3.new(1, 1, 1)
  85. CarFlyR.Position = UDim2.new(0, 6, 0, 25)
  86. CarFlyR.Size = UDim2.new(0, 117, 0, 35)
  87. CarFlyR.Font = Enum.Font.Cartoon
  88. CarFlyR.Text = "Car fly [R]"
  89. CarFlyR.TextColor3 = Color3.new(1, 1, 1)
  90. CarFlyR.TextSize = 14
  91.  
  92. InfJump.Name = "InfJump"
  93. InfJump.Parent = Main
  94. InfJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. InfJump.BorderColor3 = Color3.new(1, 1, 1)
  96. InfJump.Position = UDim2.new(1, -122, 0, 25)
  97. InfJump.Size = UDim2.new(0, 117, 0, 35)
  98. InfJump.Font = Enum.Font.Cartoon
  99. InfJump.Text = "Inf. jump"
  100. InfJump.TextColor3 = Color3.new(1, 1, 1)
  101. InfJump.TextSize = 14
  102.  
  103. WalkspeedX.Name = "WalkspeedX"
  104. WalkspeedX.Parent = Main
  105. WalkspeedX.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  106. WalkspeedX.BorderColor3 = Color3.new(1, 1, 1)
  107. WalkspeedX.Position = UDim2.new(0, 6, 0, 66)
  108. WalkspeedX.Size = UDim2.new(0, 117, 0, 35)
  109. WalkspeedX.Font = Enum.Font.Cartoon
  110. WalkspeedX.Text = "Walkspeed [Toggle X]"
  111. WalkspeedX.TextColor3 = Color3.new(1, 1, 1)
  112. WalkspeedX.TextSize = 12
  113.  
  114. InfNitro.Name = "InfNitro"
  115. InfNitro.Parent = Main
  116. InfNitro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. InfNitro.BorderColor3 = Color3.new(1, 1, 1)
  118. InfNitro.Position = UDim2.new(0, 6, 0, 107)
  119. InfNitro.Size = UDim2.new(0, 117, 0, 35)
  120. InfNitro.Font = Enum.Font.Cartoon
  121. InfNitro.Text = "Inf. nitro"
  122. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  123. InfNitro.TextSize = 14
  124.  
  125. Pistol.Name = "Pistol"
  126. Pistol.Parent = Main
  127. Pistol.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  128. Pistol.BorderColor3 = Color3.new(1, 1, 1)
  129. Pistol.Position = UDim2.new(0, 128, 0, 66)
  130. Pistol.Size = UDim2.new(0, 117, 0, 35)
  131. Pistol.Font = Enum.Font.Cartoon
  132. Pistol.Text = "Pistol"
  133. Pistol.TextColor3 = Color3.new(1, 1, 1)
  134. Pistol.TextSize = 14
  135.  
  136. Shotgun.Name = "Shotgun"
  137. Shotgun.Parent = Main
  138. Shotgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  139. Shotgun.BorderColor3 = Color3.new(1, 1, 1)
  140. Shotgun.Position = UDim2.new(0, 128, 0, 107)
  141. Shotgun.Size = UDim2.new(0, 117, 0, 35)
  142. Shotgun.Font = Enum.Font.Cartoon
  143. Shotgun.Text = "Shotgun"
  144. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  145. Shotgun.TextSize = 14
  146.  
  147. RemoveCity.Name = "RemoveCity"
  148. RemoveCity.Parent = Main
  149. RemoveCity.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. RemoveCity.BorderColor3 = Color3.new(1, 1, 1)
  151. RemoveCity.Position = UDim2.new(0, 6, 0, 148)
  152. RemoveCity.Size = UDim2.new(0, 117, 0, 35)
  153. RemoveCity.Font = Enum.Font.Cartoon
  154. RemoveCity.Text = "Remove City"
  155. RemoveCity.TextColor3 = Color3.new(1, 1, 1)
  156. RemoveCity.TextSize = 14
  157. RemoveCity.TextWrapped = true
  158.  
  159. InfDonut.Name = "InfDonut"
  160. InfDonut.Parent = Main
  161. InfDonut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  162. InfDonut.BorderColor3 = Color3.new(1, 1, 1)
  163. InfDonut.Position = UDim2.new(0, 6, 0, 189)
  164. InfDonut.Size = UDim2.new(0, 117, 0, 35)
  165. InfDonut.Font = Enum.Font.Cartoon
  166. InfDonut.Text = "Inf. donut"
  167. InfDonut.TextColor3 = Color3.new(1, 1, 1)
  168. InfDonut.TextSize = 14
  169.  
  170. AK47.Name = "AK47"
  171. AK47.Parent = Main
  172. AK47.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  173. AK47.BorderColor3 = Color3.new(1, 1, 1)
  174. AK47.Position = UDim2.new(0, 128, 0, 148)
  175. AK47.Size = UDim2.new(0, 117, 0, 35)
  176. AK47.Font = Enum.Font.Cartoon
  177. AK47.Text = "AK-47"
  178. AK47.TextColor3 = Color3.new(1, 1, 1)
  179. AK47.TextSize = 14
  180.  
  181. Delete.Name = "Delete"
  182. Delete.Parent = Main
  183. Delete.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  184. Delete.BorderColor3 = Color3.new(1, 1, 1)
  185. Delete.Position = UDim2.new(0, 128, 0, 189)
  186. Delete.Size = UDim2.new(0, 117, 0, 35)
  187. Delete.Font = Enum.Font.Cartoon
  188. Delete.Text = "Ctrl delete"
  189. Delete.TextColor3 = Color3.new(1, 1, 1)
  190. Delete.TextSize = 14
  191.  
  192. PlatformM.Name = "PlatformM"
  193. PlatformM.Parent = Main
  194. PlatformM.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. PlatformM.BorderColor3 = Color3.new(1, 1, 1)
  196. PlatformM.Position = UDim2.new(0, 6, 0, 230)
  197. PlatformM.Size = UDim2.new(0, 117, 0, 35)
  198. PlatformM.Font = Enum.Font.Cartoon
  199. PlatformM.Text = "Platform [M]"
  200. PlatformM.TextColor3 = Color3.new(1, 1, 1)
  201. PlatformM.TextSize = 14
  202.  
  203. Nodoors.Name = "Nodoors"
  204. Nodoors.Parent = Main
  205. Nodoors.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  206. Nodoors.BorderColor3 = Color3.new(1, 1, 1)
  207. Nodoors.Position = UDim2.new(0, 128, 0, 230)
  208. Nodoors.Size = UDim2.new(0, 117, 0, 35)
  209. Nodoors.Font = Enum.Font.Cartoon
  210. Nodoors.Text = "No doors"
  211. Nodoors.TextColor3 = Color3.new(1, 1, 1)
  212. Nodoors.TextSize = 14
  213.  
  214. Open.Name = "Open"
  215. Open.Parent = JailbreakGUIbyDog200IQ
  216. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  217. Open.BorderColor3 = Color3.new(1, 1, 1)
  218. Open.Position = UDim2.new(0, 5, 0.5, -17)
  219. Open.Size = UDim2.new(0, 125, 0, 35)
  220. Open.Font = Enum.Font.Cartoon
  221. Open.Text = "Open"
  222. Open.TextColor3 = Color3.new(1, 1, 1)
  223. Open.TextSize = 18
  224. Open.TextWrapped = true
  225. -- Scripts:
  226. function SCRIPT_LFXJ86_FAKESCRIPT() -- Close.Close
  227. local script = Instance.new('LocalScript')
  228. script.Parent = Close
  229. script.Parent.MouseButton1Click:Connect(function()
  230.  
  231. script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -255,0.5, -135))
  232.  
  233. end)
  234.  
  235. end
  236. coroutine.resume(coroutine.create(SCRIPT_LFXJ86_FAKESCRIPT))
  237. function SCRIPT_ECKQ75_FAKESCRIPT() -- Mini.Mini
  238. local script = Instance.new('LocalScript')
  239. script.Parent = Mini
  240. script.Parent.MouseButton1Click:Connect(function()
  241.  
  242. script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -255,0.5, -135))
  243. wait(1)
  244. script.Parent.Parent.Parent.Parent.Open:TweenPosition(UDim2.new(0, 5,0.5, -17))
  245.  
  246. end)
  247.  
  248. end
  249. coroutine.resume(coroutine.create(SCRIPT_ECKQ75_FAKESCRIPT))
  250. function SCRIPT_ZXGC88_FAKESCRIPT() -- Title.LocalScript
  251. local script = Instance.new('LocalScript')
  252. script.Parent = Title
  253. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  254.  
  255. counter = 0
  256.  
  257. while wait()do
  258. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  259.  
  260. counter = counter + 0.01
  261. end
  262.  
  263. end
  264. coroutine.resume(coroutine.create(SCRIPT_ZXGC88_FAKESCRIPT))
  265. function SCRIPT_KWHO90_FAKESCRIPT() -- CarFlyR.CarFlyR
  266. local script = Instance.new('LocalScript')
  267. script.Parent = CarFlyR
  268. script.Parent.MouseButton1Click:Connect(function()
  269. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  270.  
  271. local plr = game:GetService"Players".LocalPlayer
  272. local r = plr:GetMouse()
  273. r.KeyDown:connect(function(k)
  274. if k == "r" then
  275. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  276. wait()
  277. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  278. end
  279. end)
  280. end)
  281.  
  282. end
  283. coroutine.resume(coroutine.create(SCRIPT_KWHO90_FAKESCRIPT))
  284. function SCRIPT_XCPJ73_FAKESCRIPT() -- InfJump.InfJump
  285. local script = Instance.new('LocalScript')
  286. script.Parent = InfJump
  287. script.Parent.MouseButton1Down:connect(function()
  288. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  289.  
  290. game:GetService("UserInputService").JumpRequest:connect(function()
  291. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  292. end)
  293. end)
  294.  
  295. end
  296. coroutine.resume(coroutine.create(SCRIPT_XCPJ73_FAKESCRIPT))
  297. function SCRIPT_ZNXB83_FAKESCRIPT() -- WalkspeedX.WalkspeedX
  298. local script = Instance.new('LocalScript')
  299. script.Parent = WalkspeedX
  300. script.Parent.MouseButton1Down:connect(function()
  301. local walkspeedplayer = game:GetService("Players").LocalPlayer
  302. local walkspeedmouse = walkspeedplayer:GetMouse()
  303.  
  304. local walkspeedenabled = false
  305.  
  306. function x_walkspeed(key)
  307. if (key == "x") then
  308. if walkspeedenabled == false then
  309. _G.WS = 110;
  310. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  311. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  312. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  313. Humanoid.WalkSpeed = _G.WS;
  314. end)
  315. Humanoid.WalkSpeed = _G.WS;
  316.  
  317. walkspeedenabled = true
  318. elseif walkspeedenabled == true then
  319. _G.WS = 20;
  320. script.Parent.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  321. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  322. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  323. Humanoid.WalkSpeed = _G.WS;
  324. end)
  325. Humanoid.WalkSpeed = _G.WS;
  326.  
  327. walkspeedenabled = false
  328. end
  329. end
  330. end
  331.  
  332. walkspeedmouse.KeyDown:connect(x_walkspeed)
  333.  
  334. end)
  335.  
  336. end
  337. coroutine.resume(coroutine.create(SCRIPT_ZNXB83_FAKESCRIPT))
  338. function SCRIPT_DRKM88_FAKESCRIPT() -- InfNitro.LocalScript
  339. local script = Instance.new('LocalScript')
  340. script.Parent = InfNitro
  341. script.Parent.MouseButton1Click:Connect(function()
  342. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  343.  
  344. local player = game:GetService("Players").LocalPlayer
  345. local playergui = player:WaitForChild("PlayerGui")
  346. local nitro = playergui.MainGui.Nitro
  347. local pguin = playergui.ProductGui.Nitro
  348. local pgui = playergui.ProductGui
  349.  
  350. nitro.Name = "big_oofs"
  351. pguin:Destroy()
  352. local new = Instance.new("Model", pgui)
  353. new.Name = "Nitro"
  354. end)
  355.  
  356. end
  357. coroutine.resume(coroutine.create(SCRIPT_DRKM88_FAKESCRIPT))
  358. function SCRIPT_TMBL87_FAKESCRIPT() -- Pistol.LocalScript
  359. local script = Instance.new('LocalScript')
  360. script.Parent = Pistol
  361. script.Parent.MouseButton1Down:connect(function()
  362. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  363.  
  364. a = Instance.new("Part", workspace)
  365. a.Anchored = true
  366. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  367. a.CanCollide = false
  368. a.BrickColor = BrickColor.Random()
  369. a.Transparency = 0.5
  370.  
  371. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  372. if v.Name == "Station" then
  373. for a, b in pairs(v:GetChildren()) do
  374. if b:IsA("StringValue") then
  375. if b.Value == "Pistol" then
  376. v.CFrame = CFrame.new(hit)
  377. end
  378. end
  379. end
  380. end
  381. end
  382. end)
  383.  
  384. end
  385. coroutine.resume(coroutine.create(SCRIPT_TMBL87_FAKESCRIPT))
  386. function SCRIPT_KLEN79_FAKESCRIPT() -- Shotgun.LocalScript
  387. local script = Instance.new('LocalScript')
  388. script.Parent = Shotgun
  389. script.Parent.MouseButton1Down:connect(function()
  390. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  391.  
  392. a = Instance.new("Part", workspace)
  393. a.Anchored = true
  394. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  395. a.CanCollide = false
  396. a.BrickColor = BrickColor.Random()
  397. a.Transparency = 0.5
  398.  
  399. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  400. if v.Name == "Station" then
  401. for a, b in pairs(v:GetChildren()) do
  402. if b:IsA("StringValue") then
  403. if b.Value == "Shotgun" then
  404. v.CFrame = CFrame.new(hit)
  405. end
  406. end
  407. end
  408. end
  409. end
  410. end)
  411.  
  412. end
  413. coroutine.resume(coroutine.create(SCRIPT_KLEN79_FAKESCRIPT))
  414. function SCRIPT_TXYJ69_FAKESCRIPT() -- RemoveCity.LocalScript
  415. local script = Instance.new('LocalScript')
  416. script.Parent = RemoveCity
  417. script.Parent.MouseButton1Click:Connect(function()
  418. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  419.  
  420. local buildings = game.Workspace.Buildings:GetChildren()
  421.  
  422. for i,parts in pairs(buildings) do
  423. parts:Destroy()
  424. end
  425. end)
  426.  
  427. end
  428. coroutine.resume(coroutine.create(SCRIPT_TXYJ69_FAKESCRIPT))
  429. function SCRIPT_ZOFZ77_FAKESCRIPT() -- InfDonut.LocalScript
  430. local script = Instance.new('LocalScript')
  431. script.Parent = InfDonut
  432. script.Parent.MouseButton1Click:Connect(function()
  433. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  434.  
  435. while wait(5) do
  436. game:GetService('Workspace').TouchTrigger.Donut.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
  437. end
  438. end)
  439.  
  440. end
  441. coroutine.resume(coroutine.create(SCRIPT_ZOFZ77_FAKESCRIPT))
  442. function SCRIPT_LTDR76_FAKESCRIPT() -- AK47.LocalScript
  443. local script = Instance.new('LocalScript')
  444. script.Parent = AK47
  445. script.Parent.MouseButton1Down:connect(function()
  446. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  447.  
  448. a = Instance.new("Part", workspace)
  449. a.Anchored = true
  450. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  451. a.CanCollide = false
  452. a.BrickColor = BrickColor.Random()
  453. a.Transparency = 0.5
  454.  
  455. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  456. if v.Name == "ShootingRange" then
  457. for a, b in pairs(v:GetChildren()) do
  458. if b:IsA("StringValue") then
  459. if b.Value == "AK47" then
  460. v.CFrame = CFrame.new(hit)
  461. end
  462. end
  463. end
  464. end
  465. end
  466. end)
  467.  
  468. end
  469. coroutine.resume(coroutine.create(SCRIPT_LTDR76_FAKESCRIPT))
  470. function SCRIPT_STQB79_FAKESCRIPT() -- Delete.LocalScript
  471. local script = Instance.new('LocalScript')
  472. script.Parent = Delete
  473. script.Parent.MouseButton1Click:Connect(function()
  474. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  475.  
  476. local Plr = game:GetService("Players").LocalPlayer
  477. local Mouse = Plr:GetMouse()
  478.  
  479. Mouse.Button1Down:connect(function()
  480. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  481. if not Mouse.Target then return end
  482. Mouse.Target:Destroy()
  483. end)
  484. end)
  485.  
  486. end
  487. coroutine.resume(coroutine.create(SCRIPT_STQB79_FAKESCRIPT))
  488. function SCRIPT_UZTN78_FAKESCRIPT() -- PlatformM.Platform
  489. local script = Instance.new('LocalScript')
  490. script.Parent = PlatformM
  491. script.Parent.MouseButton1Click:Connect(function()
  492. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  493.  
  494. print("Platform script made by Vynixu :)")
  495.  
  496. local plr = game:GetService"Players".LocalPlayer
  497. local r = plr:GetMouse()
  498. r.KeyDown:connect(function(k)
  499. if k == "m" then
  500. local a = Instance.new("Part", game.workspace)
  501. a.Anchored = true
  502. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, -2, 0)
  503. a.BrickColor = BrickColor.Random()
  504. a.Size = Vector3.new(5, 0.25, 5)
  505. a.Transparency = 0.5
  506. a.Material = Enum.Material.SmoothPlastic
  507. a.FrontSurface = Enum.SurfaceType.Smooth
  508. a.BackSurface = Enum.SurfaceType.Smooth
  509. a.RightSurface = Enum.SurfaceType.Smooth
  510. a.LeftSurface = Enum.SurfaceType.Smooth
  511. a.TopSurface = Enum.SurfaceType.Smooth
  512. a.BottomSurface = Enum.SurfaceType.Smooth
  513. wait(3)
  514. repeat wait()
  515. a.Transparency = a.Transparency + 0.025
  516. until
  517. a.Transparency >= 1
  518. a:Destroy()
  519. end
  520. end)
  521. end)
  522.  
  523. end
  524. coroutine.resume(coroutine.create(SCRIPT_UZTN78_FAKESCRIPT))
  525. function SCRIPT_VTRY65_FAKESCRIPT() -- Nodoors.LocalScript
  526. local script = Instance.new('LocalScript')
  527. script.Parent = Nodoors
  528. script.Parent.MouseButton1Click:Connect(function()
  529. script.Parent.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
  530.  
  531. game.Workspace.Doors:Destroy()
  532. end)
  533.  
  534. end
  535. coroutine.resume(coroutine.create(SCRIPT_VTRY65_FAKESCRIPT))
  536. function SCRIPT_LFVG75_FAKESCRIPT() -- Main.DragScript
  537. local script = Instance.new('LocalScript')
  538. script.Parent = Main
  539. script.Parent.Active = true
  540. script.Parent.Draggable = true
  541.  
  542. end
  543. coroutine.resume(coroutine.create(SCRIPT_LFVG75_FAKESCRIPT))
  544. function SCRIPT_CWFT84_FAKESCRIPT() -- Open.open
  545. local script = Instance.new('LocalScript')
  546. script.Parent = Open
  547. script.Parent.MouseButton1Click:Connect(function()
  548.  
  549. script.Parent:TweenPosition(UDim2.new(0, -130,0.5, -17))
  550. wait(1)
  551. script.Parent.Parent.Main:TweenPosition(UDim2.new(0, 75,0.5, -135))
  552.  
  553. end)
  554.  
  555. end
  556. coroutine.resume(coroutine.create(SCRIPT_CWFT84_FAKESCRIPT))
  557.  
  558.  
  559. -- Enjoy the script! :D
  560. -- Made by Dog200IQ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement