Advertisement
ExluZive

Roblox Prison Escape v2 Script menu

Dec 28th, 2023 (edited)
38,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.94 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local ToggleButton = Instance.new("TextButton")
  8. local main = Instance.new("Frame")
  9. local label = Instance.new("TextLabel")
  10. local Hitbox = Instance.new("TextButton")
  11. local VisualGUI = Instance.new("TextButton")
  12. local Fly = Instance.new("TextButton")
  13. local Esp = Instance.new("TextButton")
  14. local Speed = Instance.new("TextButton")
  15. local Full = Instance.new("TextButton")
  16. local Fps = Instance.new("TextButton")
  17. local Push = Instance.new("TextButton")
  18. local Tp = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. ToggleButton.Name = "ToggleButton"
  25. ToggleButton.Parent = ScreenGui
  26. ToggleButton.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
  27. ToggleButton.Position = UDim2.new(0, 10, 0, 10) -- Расположение кнопки
  28. ToggleButton.Size = UDim2.new(0, 70, 0, 27)
  29. ToggleButton.Font = Enum.Font.SourceSans
  30. ToggleButton.Text = "Open/Close"
  31. ToggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  32. ToggleButton.TextSize = 15.350
  33. ToggleButton.Active = true
  34. ToggleButton.Draggable = true -- Делает кнопку перемещаемой
  35.  
  36. main.Name = "main"
  37. main.Parent = ScreenGui
  38. main.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  39. main.BorderColor3 = Color3.fromRGB(255, 0, 0)
  40. main.Position = UDim2.new(0.5, -177, 0.5, -155)
  41. main.Size = UDim2.new(0, 355, 0, 310)
  42. main.Active = true
  43. main.Draggable = true
  44.  
  45. label.Name = "label"
  46. label.Parent = main
  47. label.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
  48. label.Size = UDim2.new(0, 355, 0, 48)
  49. label.Font = Enum.Font.SourceSans
  50. label.Text = "by.ExluZive Telegram: @FluxScript"
  51. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. label.TextScaled = true
  53. label.TextSize = 14.000
  54. label.TextWrapped = true
  55.  
  56. Hitbox.Name = "Hitbox"
  57. Hitbox.Parent = main
  58. Hitbox.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  59. Hitbox.Position = UDim2.new(0.0478873253, 0, 0.220143239, 0)
  60. Hitbox.Size = UDim2.new(0, 146, 0, 53)
  61. Hitbox.Font = Enum.Font.SourceSans
  62. Hitbox.Text = "Hitbox"
  63. Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. Hitbox.TextSize = 40.000
  65. Hitbox.MouseButton1Down:connect(function()
  66.  
  67. loadstring(game:HttpGet(('https://pastebin.com/raw/79Wi5c3b'),true))()
  68. end)
  69.  
  70. VisualGUI.Name = "WallHack"
  71. VisualGUI.Parent = main
  72. VisualGUI.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  73. VisualGUI.Position = UDim2.new(0.523943663, 0, 0.220143239, 0)
  74. VisualGUI.Size = UDim2.new(0, 157, 0, 53)
  75. VisualGUI.Font = Enum.Font.SourceSans
  76. VisualGUI.Text = "WallHack"
  77. VisualGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. VisualGUI.TextSize = 40.000
  79. VisualGUI.TextWrapped = true
  80. VisualGUI.MouseButton1Down:connect(function()
  81.  
  82.   loadstring(game:HttpGet(('https://pastebin.com/raw/JPHWmSAz'),true))()
  83. end)
  84.  
  85. Fly.Name = "Fly"
  86. Fly.Parent = main
  87. Fly.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  88. Fly.Position = UDim2.new(0.0478873253, 0, 0.457004833, 0)
  89. Fly.Size = UDim2.new(0, 146, 0, 50)
  90. Fly.Font = Enum.Font.SourceSans
  91. Fly.Text = "Fly"
  92. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. Fly.TextSize = 40.000
  94. Fly.MouseButton1Down:connect(function()
  95.  
  96.     loadstring(game:HttpGet(('https://pastebin.com/raw/HmgPAMCw'),true))()
  97. end)
  98.  
  99. Esp.Name = "Esp"
  100. Esp.Parent = main
  101. Esp.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  102. Esp.Position = UDim2.new(0.523943663, 0, 0.457004833, 0)
  103. Esp.Size = UDim2.new(0, 157, 0, 50)
  104. Esp.Font = Enum.Font.SourceSans
  105. Esp.Text = "Esp"
  106. Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. Esp.TextSize = 40.000
  108. Esp.MouseButton1Down:connect(function()
  109.  
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/dsTXRpHY'),true))()
  111. end)
  112.  
  113. Speed.Name = "SpeedHack"
  114. Speed.Parent = main
  115. Speed.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  116. Speed.Position = UDim2.new(0.0478873253, 0, 0.684004833, 0)
  117. Speed.Size = UDim2.new(0, 146, 0, 50)
  118. Speed.Font = Enum.Font.SourceSans
  119. Speed.Text = "SpeedHack"
  120. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. Speed.TextSize = 38.900
  122. Speed.MouseButton1Down:connect(function()
  123.  
  124. loadstring(game:HttpGet(('https://pastebin.com/raw/n0cJhW7M'),true))()
  125. end)
  126.  
  127. Full.Name = "FullBright"
  128. Full.Parent = main
  129. Full.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  130. Full.Position = UDim2.new(0.523943663, 0, 0.684004833, 0)
  131. Full.Size = UDim2.new(0, 157, 0, 50)
  132. Full.Font = Enum.Font.SourceSans
  133. Full.Text = "FullBright"
  134. Full.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. Full.TextSize = 40.000
  136. Full.MouseButton1Down:connect(function()
  137.  
  138. loadstring(game:HttpGet(('https://pastebin.com/raw/d9KcW6MY'),true))()
  139. end)
  140.  
  141. Fps.Name = "Fps Up"
  142. Fps.Parent = main
  143. Fps.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  144. Fps.Position = UDim2.new(0.3698873253, 0, 0.867001033, 0)
  145. Fps.Size = UDim2.new(0, 90, 0, 37)
  146. Fps.Font = Enum.Font.SourceSans
  147. Fps.Text = "Fps Up"
  148. Fps.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. Fps.TextSize = 40.000
  150. Fps.MouseButton1Down:connect(function()
  151.  
  152. loadstring(game:HttpGet(('https://pastebin.com/raw/tjkKB5uJ'),true))()
  153. end)
  154.  
  155. Push.Name = "Punch"
  156. Push.Parent = main
  157. Push.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  158. Push.Position = UDim2.new(0.0478873253, 0, 0.867001033, 0)
  159. Push.Size = UDim2.new(0, 90, 0, 37)
  160. Push.Font = Enum.Font.SourceSans
  161. Push.Text = "Punch"
  162. Push.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. Push.TextSize = 40.000
  164. Push.MouseButton1Down:connect(function()
  165.  
  166. loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_rf6iQURzu1fqrytcnLBAvW34C9N55kS9g9G3CKz086rC47M6632sEd4ZZYB0AYgV.lua.txt'),true))()
  167. end)
  168.  
  169. Tp.Name = "Click TP"
  170. Tp.Parent = main
  171. Tp.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  172. Tp.Position = UDim2.new(0.693943663, 0, 0.867001033, 0)
  173. Tp.Size = UDim2.new(0, 90, 0, 37)
  174. Tp.Font = Enum.Font.SourceSans
  175. Tp.Text = "Click TP"
  176. Tp.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. Tp.TextSize = 34.150
  178. Tp.MouseButton1Down:connect(function()
  179.  
  180. loadstring(game:HttpGet(('https://pastebin.com/raw/spEZ5DeQ'),true))()
  181. end)
  182.  
  183. ToggleButton.MouseButton1Click:Connect(function()
  184.     main.Visible = not main.Visible -- Переключает видимость main
  185. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement