Advertisement
RoCryptO

GUI SCRIPT NEW WORKING 2021 PRISON LIFE

Jun 30th, 2021
21,546
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.35 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local RoPrison = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local BecomeCrim = Instance.new("TextButton")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local RemoveDoors = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local BringWeapons = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local BringKeyCard = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local PrisonBreaker = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local TitleFrame = Instance.new("Frame")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local Logo = Instance.new("TextLabel")
  22. local Title = Instance.new("TextLabel")
  23. local Exit = Instance.new("TextButton")
  24. local UICorner_8 = Instance.new("UICorner")
  25. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  26. local Aimbot = Instance.new("TextButton")
  27. local UICorner_9 = Instance.new("UICorner")
  28. local DexExplorer = Instance.new("TextButton")
  29. local UICorner_10 = Instance.new("UICorner")
  30. local RemoteSpy = Instance.new("TextButton")
  31. local UICorner_11 = Instance.new("UICorner")
  32. local AddWalkSpeed = Instance.new("TextButton")
  33. local UICorner_12 = Instance.new("UICorner")
  34. local TakeWalkSpeed = Instance.new("TextButton")
  35. local UICorner_13 = Instance.new("UICorner")
  36. local Open = Instance.new("TextButton")
  37. local UICorner_14 = Instance.new("UICorner")
  38. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  39. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  40.  
  41. --Properties:
  42.  
  43. RoPrison.Name = "RoPrison"
  44. RoPrison.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45. RoPrison.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. MainFrame.Name = "MainFrame"
  48. MainFrame.Parent = RoPrison
  49. MainFrame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  50. MainFrame.Position = UDim2.new(0.289379835, 0, 0.293822974, 0)
  51. MainFrame.Size = UDim2.new(0, 433, 0, 246)
  52.  
  53. UICorner.CornerRadius = UDim.new(0, 4)
  54. UICorner.Parent = MainFrame
  55.  
  56. BecomeCrim.Name = "BecomeCrim"
  57. BecomeCrim.Parent = MainFrame
  58. BecomeCrim.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  59. BecomeCrim.Position = UDim2.new(0.0161662754, 0, 0.215447128, 0)
  60. BecomeCrim.Size = UDim2.new(0, 134, 0, 51)
  61. BecomeCrim.Font = Enum.Font.SourceSansLight
  62. BecomeCrim.Text = "Become A Criminal"
  63. BecomeCrim.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. BecomeCrim.TextScaled = true
  65. BecomeCrim.TextSize = 14.000
  66. BecomeCrim.TextWrapped = true
  67.  
  68. UICorner_2.Parent = BecomeCrim
  69.  
  70. RemoveDoors.Name = "RemoveDoors"
  71. RemoveDoors.Parent = MainFrame
  72. RemoveDoors.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  73. RemoveDoors.Position = UDim2.new(0.0161662828, 0, 0.451219589, 0)
  74. RemoveDoors.Size = UDim2.new(0, 134, 0, 51)
  75. RemoveDoors.Font = Enum.Font.SourceSansLight
  76. RemoveDoors.Text = "Remove Doors"
  77. RemoveDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. RemoveDoors.TextScaled = true
  79. RemoveDoors.TextSize = 14.000
  80. RemoveDoors.TextWrapped = true
  81.  
  82. UICorner_3.Parent = RemoveDoors
  83.  
  84. BringWeapons.Name = "BringWeapons"
  85. BringWeapons.Parent = MainFrame
  86. BringWeapons.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  87. BringWeapons.Position = UDim2.new(0.341801405, 0, 0.219512165, 0)
  88. BringWeapons.Size = UDim2.new(0, 134, 0, 51)
  89. BringWeapons.Font = Enum.Font.SourceSansLight
  90. BringWeapons.Text = "Bring Weapon Givers"
  91. BringWeapons.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. BringWeapons.TextScaled = true
  93. BringWeapons.TextSize = 14.000
  94. BringWeapons.TextWrapped = true
  95.  
  96. UICorner_4.Parent = BringWeapons
  97.  
  98. BringKeyCard.Name = "Bring KeyCard"
  99. BringKeyCard.Parent = MainFrame
  100. BringKeyCard.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  101. BringKeyCard.Position = UDim2.new(0.341801405, 0, 0.455284625, 0)
  102. BringKeyCard.Size = UDim2.new(0, 134, 0, 51)
  103. BringKeyCard.Font = Enum.Font.SourceSansLight
  104. BringKeyCard.Text = "Bring Key Card"
  105. BringKeyCard.TextColor3 = Color3.fromRGB(255, 255, 255)
  106. BringKeyCard.TextScaled = true
  107. BringKeyCard.TextSize = 14.000
  108. BringKeyCard.TextWrapped = true
  109.  
  110. UICorner_5.Parent = BringKeyCard
  111.  
  112. PrisonBreaker.Name = "PrisonBreaker"
  113. PrisonBreaker.Parent = MainFrame
  114. PrisonBreaker.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  115. PrisonBreaker.Position = UDim2.new(0.341801405, 0, 0.68699199, 0)
  116. PrisonBreaker.Size = UDim2.new(0, 134, 0, 51)
  117. PrisonBreaker.Font = Enum.Font.SourceSansLight
  118. PrisonBreaker.Text = "Prison Breaker"
  119. PrisonBreaker.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. PrisonBreaker.TextScaled = true
  121. PrisonBreaker.TextSize = 14.000
  122. PrisonBreaker.TextWrapped = true
  123.  
  124. UICorner_6.Parent = PrisonBreaker
  125.  
  126. TitleFrame.Name = "TitleFrame"
  127. TitleFrame.Parent = MainFrame
  128. TitleFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  129. TitleFrame.Position = UDim2.new(-0.0012372667, 0, -0.00294530392, 0)
  130. TitleFrame.Size = UDim2.new(0, 433, 0, 32)
  131.  
  132. UICorner_7.CornerRadius = UDim.new(0, 4)
  133. UICorner_7.Parent = TitleFrame
  134.  
  135. Logo.Name = "Logo"
  136. Logo.Parent = TitleFrame
  137. Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. Logo.BackgroundTransparency = 1.000
  139. Logo.Size = UDim2.new(0, 44, 0, 32)
  140. Logo.Font = Enum.Font.SourceSansLight
  141. Logo.Text = "RS"
  142. Logo.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. Logo.TextScaled = true
  144. Logo.TextSize = 14.000
  145. Logo.TextWrapped = true
  146.  
  147. Title.Name = "Title"
  148. Title.Parent = TitleFrame
  149. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Title.BackgroundTransparency = 1.000
  151. Title.Position = UDim2.new(0.219399571, 0, 0, 0)
  152. Title.Size = UDim2.new(0, 240, 0, 32)
  153. Title.Font = Enum.Font.SourceSansLight
  154. Title.Text = "RoPrison 1.0.0"
  155. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. Title.TextScaled = true
  157. Title.TextSize = 14.000
  158. Title.TextWrapped = true
  159.  
  160. Exit.Name = "Exit"
  161. Exit.Parent = TitleFrame
  162. Exit.BackgroundColor3 = Color3.fromRGB(117, 0, 0)
  163. Exit.Position = UDim2.new(0.905311763, 0, 0.09375, 0)
  164. Exit.Size = UDim2.new(0, 35, 0, 26)
  165. Exit.Font = Enum.Font.SourceSans
  166. Exit.Text = "X"
  167. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. Exit.TextScaled = true
  169. Exit.TextSize = 14.000
  170. Exit.TextWrapped = true
  171.  
  172. UICorner_8.Parent = Exit
  173.  
  174. UIAspectRatioConstraint.Parent = MainFrame
  175. UIAspectRatioConstraint.AspectRatio = 1.760
  176.  
  177. Aimbot.Name = "Aimbot"
  178. Aimbot.Parent = MainFrame
  179. Aimbot.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  180. Aimbot.Position = UDim2.new(0.0161662828, 0, 0.68699193, 0)
  181. Aimbot.Size = UDim2.new(0, 134, 0, 51)
  182. Aimbot.Font = Enum.Font.SourceSansLight
  183. Aimbot.Text = "Aimbot"
  184. Aimbot.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. Aimbot.TextScaled = true
  186. Aimbot.TextSize = 14.000
  187. Aimbot.TextWrapped = true
  188.  
  189. UICorner_9.Parent = Aimbot
  190.  
  191. DexExplorer.Name = "DexExplorer"
  192. DexExplorer.Parent = MainFrame
  193. DexExplorer.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  194. DexExplorer.Position = UDim2.new(0.674364924, 0, 0.219512165, 0)
  195. DexExplorer.Size = UDim2.new(0, 134, 0, 51)
  196. DexExplorer.Font = Enum.Font.SourceSansLight
  197. DexExplorer.Text = "Dex Explorer"
  198. DexExplorer.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. DexExplorer.TextScaled = true
  200. DexExplorer.TextSize = 14.000
  201. DexExplorer.TextWrapped = true
  202.  
  203. UICorner_10.Parent = DexExplorer
  204.  
  205. RemoteSpy.Name = "RemoteSpy"
  206. RemoteSpy.Parent = MainFrame
  207. RemoteSpy.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  208. RemoteSpy.Position = UDim2.new(0.674364924, 0, 0.455284625, 0)
  209. RemoteSpy.Size = UDim2.new(0, 134, 0, 51)
  210. RemoteSpy.Font = Enum.Font.SourceSansLight
  211. RemoteSpy.Text = "Remote Spy"
  212. RemoteSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. RemoteSpy.TextScaled = true
  214. RemoteSpy.TextSize = 14.000
  215. RemoteSpy.TextWrapped = true
  216.  
  217. UICorner_11.Parent = RemoteSpy
  218.  
  219. AddWalkSpeed.Name = "AddWalkSpeed"
  220. AddWalkSpeed.Parent = MainFrame
  221. AddWalkSpeed.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  222. AddWalkSpeed.Position = UDim2.new(0.674364924, 0, 0.68699199, 0)
  223. AddWalkSpeed.Size = UDim2.new(0, 134, 0, 26)
  224. AddWalkSpeed.Font = Enum.Font.SourceSansLight
  225. AddWalkSpeed.Text = "+100 Walkspeed"
  226. AddWalkSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. AddWalkSpeed.TextScaled = true
  228. AddWalkSpeed.TextSize = 14.000
  229. AddWalkSpeed.TextWrapped = true
  230.  
  231. UICorner_12.Parent = AddWalkSpeed
  232.  
  233. TakeWalkSpeed.Name = "TakeWalkSpeed"
  234. TakeWalkSpeed.Parent = MainFrame
  235. TakeWalkSpeed.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  236. TakeWalkSpeed.Position = UDim2.new(0.674364924, 0, 0.784552932, 0)
  237. TakeWalkSpeed.Size = UDim2.new(0, 134, 0, 26)
  238. TakeWalkSpeed.Font = Enum.Font.SourceSansLight
  239. TakeWalkSpeed.Text = "-100 Walkspeed"
  240. TakeWalkSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. TakeWalkSpeed.TextScaled = true
  242. TakeWalkSpeed.TextSize = 14.000
  243. TakeWalkSpeed.TextWrapped = true
  244.  
  245. UICorner_13.Parent = TakeWalkSpeed
  246.  
  247. Open.Name = "Open"
  248. Open.Parent = RoPrison
  249. Open.BackgroundColor3 = Color3.fromRGB(65, 130, 0)
  250. Open.Position = UDim2.new(0, 0, 0.946577668, 0)
  251. Open.Size = UDim2.new(0, 37, 0, 32)
  252. Open.Font = Enum.Font.SourceSans
  253. Open.Text = ">"
  254. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  255. Open.TextScaled = true
  256. Open.TextSize = 14.000
  257. Open.TextWrapped = true
  258.  
  259. UICorner_14.Parent = Open
  260.  
  261. UIAspectRatioConstraint_2.Parent = Open
  262. UIAspectRatioConstraint_2.AspectRatio = 1.156
  263.  
  264. UIAspectRatioConstraint_3.Parent = RoPrison
  265. UIAspectRatioConstraint_3.AspectRatio = 1.723
  266.  
  267. -- Scripts:
  268.  
  269. local function NXFRUUH_fake_script() -- BecomeCrim.LocalScript
  270.     local script = Instance.new('LocalScript', BecomeCrim)
  271.  
  272.     local button = script.Parent
  273.    
  274.     button.MouseButton1Click:Connect(function()
  275.         local plr = game.Players.LocalPlayer
  276.    
  277.         if plr.Character then
  278.             plr.Character:MoveTo(game.Workspace["Criminals Spawn"]:FindFirstChild("SpawnLocation").Position)
  279.         end
  280.     end)
  281.    
  282.    
  283. end
  284. coroutine.wrap(NXFRUUH_fake_script)()
  285. local function RRWME_fake_script() -- RemoveDoors.LocalScript
  286.     local script = Instance.new('LocalScript', RemoveDoors)
  287.  
  288.     local button = script.Parent.MouseButton1Click:Connect(function()
  289.         game.Workspace.Prison_Fences:Destroy()
  290.         game.Workspace.Prison_Cellblock.doors:Destroy()
  291.         game.Workspace.Doors:Destroy()
  292.     end)
  293. end
  294. coroutine.wrap(RRWME_fake_script)()
  295. local function AKEAFS_fake_script() -- BringWeapons.LocalScript
  296.     local script = Instance.new('LocalScript', BringWeapons)
  297.  
  298.     local button = script.Parent
  299.    
  300.     button.MouseButton1Click:Connect(function()
  301.         local guns = {"Remington 870", "AK-47", "M9"}
  302.         local folder = game.Workspace.Prison_ITEMS.giver
  303.         local plr = game.Players.LocalPlayer
  304.    
  305.         for _, v in pairs (guns) do -- loop through the gun table.
  306.             if folder[v] then
  307.                 folder[v]:MoveTo(plr.Character.HumanoidRootPart.Position)
  308.             end
  309.         end
  310.     end)
  311. end
  312. coroutine.wrap(AKEAFS_fake_script)()
  313. local function BOMXYM_fake_script() -- BringKeyCard.LocalScript
  314.     local script = Instance.new('LocalScript', BringKeyCard)
  315.  
  316.     local button = script.Parent
  317.    
  318.     button.MouseButton1Click:Connect(function()
  319.         local singleFolder = game.Workspace.Prison_ITEMS.single
  320.    
  321.         local plr = game.Players.LocalPlayer
  322.    
  323.         local Key = singleFolder:FindFirstChild("Key card")
  324.         if Key and plr.Character then
  325.             Key:MoveTo(plr.Character.Torso.Position)
  326.         else
  327.             button.Text = "No Key Found!"
  328.             wait(1)
  329.             button.Text = "Try Again Later!"
  330.             wait(2)
  331.             button.Text = "Bring Key Card"
  332.         end
  333.     end)
  334. end
  335. coroutine.wrap(BOMXYM_fake_script)()
  336. local function BOBC_fake_script() -- PrisonBreaker.LocalScript
  337.     local script = Instance.new('LocalScript', PrisonBreaker)
  338.  
  339.     local button = script.Parent
  340.    
  341.     button.MouseButton1Click:Connect(function()
  342.         loadstring(game:HttpGet(("https://pastebin.com/raw/hy5PDLVQ"), true))()
  343.     end)
  344. end
  345. coroutine.wrap(BOBC_fake_script)()
  346. local function XEBZUF_fake_script() -- Exit.LocalScript
  347.     local script = Instance.new('LocalScript', Exit)
  348.  
  349.     local exit = script.Parent
  350.     local open = script.Parent.Parent.Parent.Parent.Open
  351.     local mainFrame = script.Parent.Parent.Parent
  352.    
  353.     exit.MouseButton1Click:Connect(function()
  354.         mainFrame.Visible = false
  355.         exit.Visible = false
  356.         open.Visible = true
  357.     end)
  358. end
  359. coroutine.wrap(XEBZUF_fake_script)()
  360. local function OIJXPWH_fake_script() -- MainFrame.LocalScript
  361.     local script = Instance.new('LocalScript', MainFrame)
  362.  
  363.     local frame = script.Parent
  364.    
  365.     frame.Draggable = true
  366.     frame.Active = true
  367.     frame.Selectable = true
  368. end
  369. coroutine.wrap(OIJXPWH_fake_script)()
  370. local function PAAN_fake_script() -- Aimbot.LocalScript
  371.     local script = Instance.new('LocalScript', Aimbot)
  372.  
  373.     local button = script.Parent.MouseButton1Click:Connect(function()
  374.         -- Gui to Lua
  375.         -- Version: 3.2
  376.    
  377.         -- Instances:
  378.    
  379.         local ScreenGui = Instance.new("ScreenGui")
  380.         local Aimbot = Instance.new("Frame")
  381.         local Title = Instance.new("TextLabel")
  382.         local Toggle = Instance.new("TextButton")
  383.    
  384.         --Properties:
  385.    
  386.         ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  387.         ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  388.    
  389.         Aimbot.Name = "Aimbot"
  390.         Aimbot.Parent = ScreenGui
  391.         Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  392.         Aimbot.Position = UDim2.new(-0.000408537686, 0, 0.645161271, 0)
  393.         Aimbot.Size = UDim2.new(0, 116, 0, 132)
  394.    
  395.         Title.Name = "Title"
  396.         Title.Parent = Aimbot
  397.         Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  398.         Title.Size = UDim2.new(0, 116, 0, 45)
  399.         Title.Font = Enum.Font.SourceSans
  400.         Title.Text = "Aimbot"
  401.         Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  402.         Title.TextScaled = true
  403.         Title.TextSize = 14.000
  404.         Title.TextWrapped = true
  405.    
  406.         Toggle.Name = "Toggle"
  407.         Toggle.Parent = Aimbot
  408.         Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  409.         Toggle.Position = UDim2.new(0, 0, 0.336128026, 0)
  410.         Toggle.Size = UDim2.new(0, 116, 0, 87)
  411.         Toggle.Font = Enum.Font.SourceSans
  412.         Toggle.Text = "Off"
  413.         Toggle.TextColor3 = Color3.fromRGB(255, 0, 0)
  414.         Toggle.TextSize = 50.000
  415.         Toggle.TextWrapped = true
  416.    
  417.         -- Scripts:
  418.    
  419.         local function YCUCF_fake_script() -- Toggle.LocalScript
  420.             local script = Instance.new('LocalScript', Toggle)
  421.    
  422.             _G.aimbot = false
  423.             local camera = game.Workspace.CurrentCamera
  424.             local localPlayer = game:GetService("Players").LocalPlayer
  425.    
  426.             script.Parent.MouseButton1Click:Connect(function()
  427.                 if _G.aimbot == false then
  428.                     _G.aimbot = true
  429.                     script.Parent.TextColor3 = Color3.fromRGB(0, 170, 0)
  430.                     script.Parent.Text = "On"
  431.                     function closestPlayer()
  432.                         local dist = math.huge
  433.                         local target = nil
  434.                         for i, v in pairs (game:GetService("Players"):GetPlayers()) do
  435.                             if v ~= localPlayer then
  436.                                 if v.Character and v.Character:FindFirstChild("Head") and v.TeamColor ~= localPlayer.TeamColor and v.Character.Humanoid.Health ~= 0 and _G.aimbot then
  437.                                     local magnitude = (v.Character.Head.Position - localPlayer.Character.Head.Position).magnitude
  438.                                     if magnitude < dist then
  439.                                         dist = magnitude
  440.                                         target = v
  441.                                     end
  442.                                 end
  443.                             end
  444.                         end
  445.                         return target
  446.                     end
  447.    
  448.                 else
  449.                     _G.aimbot = false  
  450.                     script.Parent.TextColor3 = Color3.fromRGB(255, 0, 0)
  451.                     script.Parent.Text = "Off"
  452.                 end
  453.             end)
  454.    
  455.             local settings = {
  456.                 keybind = Enum.UserInputType.MouseButton2
  457.             }
  458.    
  459.             local uis = game:GetService("UserInputService")
  460.             local aiming = false
  461.    
  462.             uis.InputBegan:Connect(function(input)
  463.                 if input.UserInputType == settings.keybind then
  464.                     aiming = true  
  465.                 end
  466.             end)
  467.    
  468.             uis.InputEnded:Connect(function(input)
  469.                 if input.UserInputType == settings.keybind then
  470.                     aiming = false
  471.                 end
  472.             end)
  473.    
  474.             game:GetService("RunService").RenderStepped:Connect(function()
  475.                 if aiming then
  476.                     camera.CFrame = CFrame.new(camera.CFrame.Position,closestPlayer().Character.Head.Position)
  477.                 end
  478.             end)
  479.         end
  480.         coroutine.wrap(YCUCF_fake_script)()
  481.    
  482.     end)
  483. end
  484. coroutine.wrap(PAAN_fake_script)()
  485. local function FQDEGBB_fake_script() -- DexExplorer.LocalScript
  486.     local script = Instance.new('LocalScript', DexExplorer)
  487.  
  488.     local button = script.Parent
  489.    
  490.     button.MouseButton1Click:Connect(function()
  491.         loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  492.     end)
  493. end
  494. coroutine.wrap(FQDEGBB_fake_script)()
  495. local function WBCD_fake_script() -- RemoteSpy.LocalScript
  496.     local script = Instance.new('LocalScript', RemoteSpy)
  497.  
  498.     local button = script.Parent
  499.    
  500.     button.MouseButton1Click:Connect(function()
  501.         loadstring(game:HttpGet(("https://pastebin.com/raw/W08GARrz"), true))()
  502.     end)
  503. end
  504. coroutine.wrap(WBCD_fake_script)()
  505. local function IXZK_fake_script() -- AddWalkSpeed.LocalScript
  506.     local script = Instance.new('LocalScript', AddWalkSpeed)
  507.  
  508.     local button = script.Parent
  509.     local plr = game.Players.LocalPlayer
  510.    
  511.     button.MouseButton1Click:Connect(function()
  512.         if plr.Character then
  513.             plr.Character.Humanoid.WalkSpeed = plr.Character.Humanoid.WalkSpeed + 100
  514.         end
  515.     end)
  516. end
  517. coroutine.wrap(IXZK_fake_script)()
  518. local function XHTT_fake_script() -- TakeWalkSpeed.LocalScript
  519.     local script = Instance.new('LocalScript', TakeWalkSpeed)
  520.  
  521.     local button = script.Parent
  522.     local plr = game.Players.LocalPlayer
  523.    
  524.     button.MouseButton1Click:Connect(function()
  525.         if plr.Character then
  526.             plr.Character.Humanoid.WalkSpeed = plr.Character.Humanoid.WalkSpeed - 100
  527.         end
  528.     end)
  529. end
  530. coroutine.wrap(XHTT_fake_script)()
  531. local function UDHSILN_fake_script() -- Open.LocalScript
  532.     local script = Instance.new('LocalScript', Open)
  533.  
  534.     local mainFrame = script.Parent.Parent.MainFrame
  535.     local open = script.Parent
  536.     local exit = script.Parent.Parent.MainFrame.TitleFrame.Exit
  537.    
  538.     open.MouseButton1Click:Connect(function()
  539.         open.Visible = false
  540.         mainFrame.Visible = true
  541.         exit.Visible = true
  542.     end)
  543. end
  544. coroutine.wrap(UDHSILN_fake_script)()
  545.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement