plem

H3XSR

May 7th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.02 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2.        Title = "H3XSR";
  3.        Text = "Executed!";
  4. })
  5. wait(1)
  6. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  7.     Text = "H3XSR Ready to game! | Good Luck! | By plemrbx | Discord: plem#7777";
  8.     Color = Color3.new(0, 185, 0);
  9.     Font = Enum.Font.SourceSansBold;
  10.     FontSize = Enum.FontSize.Size24;
  11. })
  12. wait(1)
  13.  
  14. local Jailbreak = Instance.new("ScreenGui")
  15. local Jail = Instance.new("Frame")
  16. local Title = Instance.new("TextLabel")
  17. local Selections = Instance.new("ScrollingFrame")
  18. local garage = Instance.new("TextButton")
  19. local infnitro = Instance.new("TextButton")
  20. local punch = Instance.new("TextButton")
  21. local Jetski = Instance.new("TextButton")
  22. local farm = Instance.new("TextButton")
  23. local comingsoon = Instance.new("TextButton")
  24. local comingsoon_2 = Instance.new("TextButton")
  25. local comingsoon_3 = Instance.new("TextButton")
  26. local comingsoon_4 = Instance.new("TextButton")
  27. local comingsoon_5 = Instance.new("TextButton")
  28. local comingsoon_6 = Instance.new("TextButton")
  29. local comingsoon_7 = Instance.new("TextButton")
  30. local comingsoon_8 = Instance.new("TextButton")
  31. local comingsoon_9 = Instance.new("TextButton")
  32. --Properties:
  33. Jailbreak.Name = "Jailbreak"
  34. Jailbreak.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35.  
  36. Jail.Name = "Jail"
  37. Jail.Parent = Jailbreak
  38. Jail.Active = true
  39. Jail.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  40. Jail.BorderSizePixel = 0
  41. Jail.ClipsDescendants = true
  42. Jail.Draggable = true
  43. Jail.Position = UDim2.new(0.825276613, 0, 0.700788498, 0)
  44. Jail.Size = UDim2.new(0.174603179, 0, 0.298631966, 0)
  45.  
  46. Title.Name = "Title"
  47. Title.Parent = Jail
  48. Title.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  49. Title.BorderColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  50. Title.BorderSizePixel = 3
  51. Title.Position = UDim2.new(0.0455266945, 0, 0.0454899333, 0)
  52. Title.Size = UDim2.new(0.910533905, 0, 0.136469811, 0)
  53. Title.Font = Enum.Font.ArialBold
  54. Title.Text = "H3XSR"
  55. Title.TextColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  56. Title.TextSize = 20
  57.  
  58. Selections.Name = "Selections"
  59. Selections.Parent = Jail
  60. Selections.BackgroundColor3 = Color3.new(0, 0, 0)
  61. Selections.BorderSizePixel = 0
  62. Selections.Position = UDim2.new(0.0455266945, 0, 0.22744967, 0)
  63. Selections.Size = UDim2.new(0.910533905, 0, 0.682348967, 0)
  64. Selections.ScrollBarThickness = 0
  65.  
  66. garage.Name = "garage"
  67. garage.Parent = Selections
  68. garage.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  69. garage.BorderSizePixel = 0
  70. garage.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  71. garage.Font = Enum.Font.SourceSansLight
  72. garage.Text = "Free Mobile Garage"
  73. garage.TextColor3 = Color3.new(1, 1, 1)
  74. garage.TextSize = 20
  75.  
  76. infnitro.Name = "inf nitro"
  77. infnitro.Parent = Selections
  78. infnitro.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  79. infnitro.BorderSizePixel = 0
  80. infnitro.Position = UDim2.new(0, 0, 0.0664392486, 0)
  81. infnitro.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  82. infnitro.Font = Enum.Font.SourceSansLight
  83. infnitro.Text = "Inf Nitro"
  84. infnitro.TextColor3 = Color3.new(1, 1, 1)
  85. infnitro.TextSize = 20
  86.  
  87. punch.Name = "punch"
  88. punch.Parent = Selections
  89. punch.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  90. punch.BorderSizePixel = 0
  91. punch.Position = UDim2.new(0, 0, 0.132878497, 0)
  92. punch.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  93. punch.Font = Enum.Font.SourceSansLight
  94. punch.Text = "No Cooldown Punch"
  95. punch.TextColor3 = Color3.new(1, 1, 1)
  96. punch.TextSize = 20
  97.  
  98. Jetski.Name = "Jet ski"
  99. Jetski.Parent = Selections
  100. Jetski.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  101. Jetski.BorderSizePixel = 0
  102. Jetski.Position = UDim2.new(0, 0, 0.199317738, 0)
  103. Jetski.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  104. Jetski.Font = Enum.Font.SourceSansLight
  105. Jetski.Text = "Jetski On Land"
  106. Jetski.TextColor3 = Color3.new(1, 1, 1)
  107. Jetski.TextSize = 20
  108.  
  109. farm.Name = "farm"
  110. farm.Parent = Selections
  111. farm.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  112. farm.BorderSizePixel = 0
  113. farm.Position = UDim2.new(0, 0, 0.265756994, 0)
  114. farm.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  115. farm.Font = Enum.Font.SourceSansLight
  116. farm.Text = "Auto Farm"
  117. farm.TextColor3 = Color3.new(1, 1, 1)
  118. farm.TextSize = 20
  119.  
  120. comingsoon.Name = "coming soon"
  121. comingsoon.Parent = Selections
  122. comingsoon.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  123. comingsoon.BorderSizePixel = 0
  124. comingsoon.Position = UDim2.new(0, 0, 0.332196236, 0)
  125. comingsoon.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  126. comingsoon.Font = Enum.Font.SourceSansLight
  127. comingsoon.Text = "coming soon"
  128. comingsoon.TextColor3 = Color3.new(1, 1, 1)
  129. comingsoon.TextSize = 20
  130.  
  131. comingsoon_2.Name = "coming soon"
  132. comingsoon_2.Parent = Selections
  133. comingsoon_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  134. comingsoon_2.BorderSizePixel = 0
  135. comingsoon_2.Position = UDim2.new(0, 0, 0.398635477, 0)
  136. comingsoon_2.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  137. comingsoon_2.Font = Enum.Font.SourceSansLight
  138. comingsoon_2.Text = "coming soon"
  139. comingsoon_2.TextColor3 = Color3.new(1, 1, 1)
  140. comingsoon_2.TextSize = 20
  141.  
  142. comingsoon_3.Name = "coming soon"
  143. comingsoon_3.Parent = Selections
  144. comingsoon_3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  145. comingsoon_3.BorderSizePixel = 0
  146. comingsoon_3.Position = UDim2.new(0, 0, 0.465074748, 0)
  147. comingsoon_3.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  148. comingsoon_3.Font = Enum.Font.SourceSansLight
  149. comingsoon_3.Text = "coming soon"
  150. comingsoon_3.TextColor3 = Color3.new(1, 1, 1)
  151. comingsoon_3.TextSize = 20
  152.  
  153. comingsoon_4.Name = "coming soon"
  154. comingsoon_4.Parent = Selections
  155. comingsoon_4.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  156. comingsoon_4.BorderSizePixel = 0
  157. comingsoon_4.Position = UDim2.new(0, 0, 0.531513989, 0)
  158. comingsoon_4.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  159. comingsoon_4.Font = Enum.Font.SourceSansLight
  160. comingsoon_4.Text = "coming soon"
  161. comingsoon_4.TextColor3 = Color3.new(1, 1, 1)
  162. comingsoon_4.TextSize = 20
  163.  
  164. comingsoon_5.Name = "coming soon"
  165. comingsoon_5.Parent = Selections
  166. comingsoon_5.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  167. comingsoon_5.BorderSizePixel = 0
  168. comingsoon_5.Position = UDim2.new(0, 0, 0.5979532, 0)
  169. comingsoon_5.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  170. comingsoon_5.Font = Enum.Font.SourceSansLight
  171. comingsoon_5.Text = "coming soon"
  172. comingsoon_5.TextColor3 = Color3.new(1, 1, 1)
  173. comingsoon_5.TextSize = 20
  174.  
  175. comingsoon_6.Name = "coming soon"
  176. comingsoon_6.Parent = Selections
  177. comingsoon_6.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  178. comingsoon_6.BorderSizePixel = 0
  179. comingsoon_6.Position = UDim2.new(0, 0, 0.664392471, 0)
  180. comingsoon_6.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  181. comingsoon_6.Font = Enum.Font.SourceSansLight
  182. comingsoon_6.Text = "coming soon"
  183. comingsoon_6.TextColor3 = Color3.new(1, 1, 1)
  184. comingsoon_6.TextSize = 20
  185.  
  186. comingsoon_7.Name = "coming soon"
  187. comingsoon_7.Parent = Selections
  188. comingsoon_7.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  189. comingsoon_7.BorderSizePixel = 0
  190. comingsoon_7.Position = UDim2.new(0, 0, 0.730831683, 0)
  191. comingsoon_7.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  192. comingsoon_7.Font = Enum.Font.SourceSansLight
  193. comingsoon_7.Text = "coming soon"
  194. comingsoon_7.TextColor3 = Color3.new(1, 1, 1)
  195. comingsoon_7.TextSize = 20
  196.  
  197. comingsoon_8.Name = "coming soon"
  198. comingsoon_8.Parent = Selections
  199. comingsoon_8.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  200. comingsoon_8.BorderSizePixel = 0
  201. comingsoon_8.Position = UDim2.new(0, 0, 0.797270954, 0)
  202. comingsoon_8.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  203. comingsoon_8.Font = Enum.Font.SourceSansLight
  204. comingsoon_8.Text = "coming soon"
  205. comingsoon_8.TextColor3 = Color3.new(1, 1, 1)
  206. comingsoon_8.TextSize = 20
  207.  
  208. comingsoon_9.Name = "coming soon"
  209. comingsoon_9.Parent = Selections
  210. comingsoon_9.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  211. comingsoon_9.BorderSizePixel = 0
  212. comingsoon_9.Position = UDim2.new(0, 0, 0.863710225, 0)
  213. comingsoon_9.Size = UDim2.new(0.996999979, 0, 0.0659999996, -10)
  214. comingsoon_9.Font = Enum.Font.SourceSansLight
  215. comingsoon_9.Text = "coming soon"
  216. comingsoon_9.TextColor3 = Color3.new(1, 1, 1)
  217. comingsoon_9.TextSize = 20
  218. -- Scripts:
  219. local ColorEnabled = Color3.new(0, 255, 0)
  220. local ColorDisabled = Color3.new(255, 255, 255)
  221. _G.Enabled = false
  222.  
  223. garage.MouseButton1Down:connect(function()
  224. loadstring(game:HttpGet("https://pastebin.com/raw/cJahZDYE", true))()
  225. end)
  226.  
  227. infnitro.MouseButton1Down:connect(function()
  228. loadstring(game:HttpGet("https://pastebin.com/raw/vPcELiLJ", true))()
  229. end)
  230.  
  231. punch.MouseButton1Down:connect(function()
  232. loadstring(game:HttpGet("https://pastebin.com/raw/xpiMEhB5", true))()
  233. end)
  234.  
  235. Jetski.MouseButton1Down:connect(function()
  236. loadstring(game:HttpGet("https://pastebin.com/raw/KhGigW1W", true))()
  237. end)
  238.  
  239. farm.MouseButton1Down:connect(function()
  240. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  241. end)
  242. coroutine.resume(coroutine.create(SCRIPT_EAKO66_FAKESCRIPT))
Add Comment
Please, Sign In to add comment