Advertisement
Potato228

Pablos

Mar 17th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local choice = Instance.new("Frame")
  9. local TextButton = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Panel = Instance.new("Frame")
  12. local TP = Instance.new("Folder")
  13. local _2TP = Instance.new("TextButton")
  14. local _1TP = Instance.new("TextButton")
  15. local _3TP = Instance.new("TextButton")
  16. local _4TP = Instance.new("TextButton")
  17. local _6TP = Instance.new("TextButton")
  18. local _7TP = Instance.new("TextButton")
  19. local _5TP = Instance.new("TextButton")
  20. local Function = Instance.new("Folder")
  21. local AntiStomp = Instance.new("TextButton")
  22. local AntiSlow = Instance.new("TextButton")
  23. local UnBan = Instance.new("TextButton")
  24. local QtoTp = Instance.new("TextButton")
  25. local Delete = Instance.new("TextButton")
  26. local NameSc1 = Instance.new("TextLabel")
  27. local NameSc = Instance.new("TextLabel")
  28. local NameSc2 = Instance.new("TextLabel")
  29.  
  30. --Properties:
  31.  
  32. ScreenGui.Parent = game.CoreGui
  33. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. Frame.Parent = ScreenGui
  36. Frame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  37. Frame.Position = UDim2.new(0.256660908, 0, 0.208163261, 0)
  38. Frame.Size = UDim2.new(0, 573, 0, 347)
  39.  
  40. choice.Name = "choice"
  41. choice.Parent = Frame
  42. choice.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  43. choice.Size = UDim2.new(0, 88, 0, 347)
  44.  
  45. TextButton.Parent = Frame
  46. TextButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  47. TextButton.Position = UDim2.new(0, 0, 0.216138333, 0)
  48. TextButton.Size = UDim2.new(0, 84, 0, 50)
  49. TextButton.Font = Enum.Font.GothamBold
  50. TextButton.Text = "Main"
  51. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. TextButton.TextSize = 25.000
  53.  
  54. TextLabel.Parent = Frame
  55. TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  56. TextLabel.Size = UDim2.new(0, 84, 0, 38)
  57. TextLabel.Font = Enum.Font.GothamBlack
  58. TextLabel.Text = "By Robot53837"
  59. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel.TextScaled = true
  61. TextLabel.TextSize = 12.000
  62. TextLabel.TextWrapped = true
  63.  
  64. Panel.Name = "Panel"
  65. Panel.Parent = Frame
  66. Panel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  67. Panel.BorderColor3 = Color3.fromRGB(45, 45, 45)
  68. Panel.Position = UDim2.new(0.145086423, 0, 0, 0)
  69. Panel.Size = UDim2.new(0, 488, 0, 43)
  70.  
  71. TP.Name = "TP"
  72. TP.Parent = Frame
  73.  
  74. _2TP.Name = "2TP"
  75. _2TP.Parent = TP
  76. _2TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  77. _2TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  78. _2TP.Position = UDim2.new(0.377538979, 0, 0.216138333, 0)
  79. _2TP.Size = UDim2.new(0, 94, 0, 50)
  80. _2TP.Font = Enum.Font.GothamBold
  81. _2TP.Text = "U mum"
  82. _2TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. _2TP.TextSize = 25.000
  84. _2TP.MouseButton1Down:connect(function()
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(178.046, 11.75, 65.2587)
  86. end)
  87.  
  88. _1TP.Name = "1TP"
  89. _1TP.Parent = TP
  90. _1TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  91. _1TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  92. _1TP.Position = UDim2.new(0.18243897, 0, 0.216138333, 0)
  93. _1TP.Size = UDim2.new(0, 94, 0, 50)
  94. _1TP.Font = Enum.Font.GothamBold
  95. _1TP.Text = "UFO"
  96. _1TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. _1TP.TextSize = 25.000
  98. _1TP.MouseButton1Down:connect(function()
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(66.2421, 139, -691.588)
  100. end)
  101.  
  102. _3TP.Name = "3TP"
  103. _3TP.Parent = TP
  104. _3TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  105. _3TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  106. _3TP.Position = UDim2.new(0.584411383, 0, 0.216138333, 0)
  107. _3TP.Size = UDim2.new(0, 94, 0, 50)
  108. _3TP.Font = Enum.Font.GothamBold
  109. _3TP.Text = "Lava Base"
  110. _3TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. _3TP.TextSize = 19.000
  112. _3TP.MouseButton1Down:connect(function()
  113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-798.728, -39.6492, -888.338)
  114. end)
  115.  
  116. _4TP.Name = "4TP"
  117. _4TP.Parent = TP
  118. _4TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  119. _4TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  120. _4TP.Position = UDim2.new(0.803337276, 0, 0.216138333, 0)
  121. _4TP.Size = UDim2.new(0, 94, 0, 50)
  122. _4TP.Font = Enum.Font.GothamBold
  123. _4TP.Text = "Sewer"
  124. _4TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. _4TP.TextSize = 19.000
  126. _4TP.MouseButton1Down:connect(function()
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(111.5, -26.75, -276.613)
  128. end)
  129.  
  130. _6TP.Name = "6TP"
  131. _6TP.Parent = TP
  132. _6TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  133. _6TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  134. _6TP.Position = UDim2.new(0.376156241, 0, 0.426512957, 0)
  135. _6TP.Size = UDim2.new(0, 94, 0, 50)
  136. _6TP.Font = Enum.Font.GothamBold
  137. _6TP.Text = "Safe Zone#1"
  138. _6TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. _6TP.TextScaled = true
  140. _6TP.TextSize = 25.000
  141. _6TP.TextWrapped = true
  142. _6TP.MouseButton1Down:connect(function()
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-117.27, -58.7001, 146.536)
  144. end)
  145.  
  146. _7TP.Name = "7TP"
  147. _7TP.Parent = TP
  148. _7TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  149. _7TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  150. _7TP.Position = UDim2.new(0.583835125, 0, 0.426512957, 0)
  151. _7TP.Size = UDim2.new(0, 94, 0, 50)
  152. _7TP.Font = Enum.Font.GothamBold
  153. _7TP.Text = "Safe Zone#2"
  154. _7TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. _7TP.TextScaled = true
  156. _7TP.TextSize = 25.000
  157. _7TP.TextWrapped = true
  158. _7TP.MouseButton1Down:connect(function()
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(207.481, 38.25, 200015)
  160. end)
  161.  
  162. _5TP.Name = "5TP"
  163. _5TP.Parent = TP
  164. _5TP.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  165. _5TP.BorderColor3 = Color3.fromRGB(50, 50, 50)
  166. _5TP.Position = UDim2.new(0.18243897, 0, 0.426512957, 0)
  167. _5TP.Size = UDim2.new(0, 94, 0, 50)
  168. _5TP.Font = Enum.Font.GothamBold
  169. _5TP.Text = "TacoShop"
  170. _5TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. _5TP.TextScaled = true
  172. _5TP.TextSize = 25.000
  173. _5TP.TextWrapped = true
  174. _5TP.MouseButton1Down:connect(function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(583.932, 51.0614, -476.954)
  176. end)
  177.  
  178. Function.Name = "Function"
  179. Function.Parent = Frame
  180.  
  181. AntiStomp.Name = "Anti-Stomp"
  182. AntiStomp.Parent = Function
  183. AntiStomp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  184. AntiStomp.BorderColor3 = Color3.fromRGB(50, 50, 50)
  185. AntiStomp.Position = UDim2.new(0.183821693, 0, 0.709880471, 0)
  186. AntiStomp.Size = UDim2.new(0, 94, 0, 50)
  187. AntiStomp.Font = Enum.Font.GothamBold
  188. AntiStomp.Text = "Anti-Stomp"
  189. AntiStomp.TextColor3 = Color3.fromRGB(255, 255, 255)
  190. AntiStomp.TextScaled = true
  191. AntiStomp.TextSize = 25.000
  192. AntiStomp.TextWrapped = true
  193. AntiStomp.MouseButton1Down:connect(function()
  194. loadstring(game:HttpGet('https://raw.githubusercontent.com/BlueaqeR/scripts-lol/main/Da%20Hood%20Anti%20Stomp%20(Optimized)'))()
  195. end)
  196.  
  197. AntiSlow.Name = "Anti-Slow"
  198. AntiSlow.Parent = Function
  199. AntiSlow.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  200. AntiSlow.BorderColor3 = Color3.fromRGB(50, 50, 50)
  201. AntiSlow.Position = UDim2.new(0.374048591, 0, 0.709880471, 0)
  202. AntiSlow.Size = UDim2.new(0, 94, 0, 50)
  203. AntiSlow.Font = Enum.Font.GothamBold
  204. AntiSlow.Text = "Anti-Slow"
  205. AntiSlow.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. AntiSlow.TextScaled = true
  207. AntiSlow.TextSize = 25.000
  208. AntiSlow.TextWrapped = true
  209. AntiSlow.MouseButton1Down:connect(function()
  210. local mt = getrawmetatable(game)
  211. local backup
  212. backup = hookfunction(mt.__newindex, newcclosure(function(self, key, value)
  213. if key == "WalkSpeed" and value < 16 then
  214. value = 16
  215. end
  216. return backup(self, key, value)
  217. end))
  218. end)
  219.  
  220. UnBan.Name = "UnBan"
  221. UnBan.Parent = Function
  222. UnBan.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  223. UnBan.BorderColor3 = Color3.fromRGB(50, 50, 50)
  224. UnBan.Position = UDim2.new(0.76846391, 0, 0.709880471, 0)
  225. UnBan.Size = UDim2.new(0, 94, 0, 50)
  226. UnBan.Font = Enum.Font.GothamBold
  227. UnBan.Text = "UnBan"
  228. UnBan.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. UnBan.TextScaled = true
  230. UnBan.TextSize = 25.000
  231. UnBan.TextWrapped = true
  232. UnBan.MouseButton1Down:connect(function()
  233. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid").Health = 0
  234. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function()
  235. Instance.new("Folder",game:GetService("Players").LocalPlayer.Character).Name = ("FULLY_LOADED_CHAR")
  236. game:GetService("Players").LocalPlayer.Character:WaitForChild("BodyEffects"):WaitForChild("Dead"):Remove()
  237. Instance.new("BoolValue",game:GetService("Players").LocalPlayer.Character:WaitForChild("BodyEffects")).Name = ("Dead")
  238. repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("BodyEffects"):findFirstChild("Dead")
  239. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):WaitForChild("BodyWidthScale").Value = 0.5
  240. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):WaitForChild("HeadScale").Value = 1
  241. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):WaitForChild("BodyHeightScale").Value = 1
  242. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):WaitForChild("BodyDepthScale").Value = 0.5
  243. game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid"):WaitForChild("BodyTypeScale").Value = 0.01
  244. end)
  245. end)
  246.  
  247. QtoTp.Name = "Q to Tp"
  248. QtoTp.Parent = Function
  249. QtoTp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  250. QtoTp.BorderColor3 = Color3.fromRGB(50, 50, 50)
  251. QtoTp.Position = UDim2.new(0.564275444, 0, 0.709880471, 0)
  252. QtoTp.Size = UDim2.new(0, 99, 0, 50)
  253. QtoTp.Font = Enum.Font.GothamBold
  254. QtoTp.Text = "Q to Tp"
  255. QtoTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. QtoTp.TextScaled = true
  257. QtoTp.TextSize = 25.000
  258. QtoTp.TextWrapped = true
  259. QtoTp.MouseButton1Down:connect(function()
  260. plr = game.Players.LocalPlayer
  261.  
  262. hum = plr.Character.HumanoidRootPart
  263.  
  264. mouse = plr:GetMouse()
  265.  
  266.  
  267.  
  268. mouse.KeyDown:connect(function(key)
  269.  
  270. if key == "q" then
  271.  
  272. if mouse.Target then
  273.  
  274. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  275.  
  276. end
  277.  
  278. end
  279. end)
  280. end)
  281.  
  282. Delete.Name = "Delete"
  283. Delete.Parent = Function
  284. Delete.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  285. Delete.BorderColor3 = Color3.fromRGB(50, 50, 50)
  286. Delete.Position = UDim2.new(0, 0, 0.914491415, 0)
  287. Delete.Size = UDim2.new(0, 88, 0, 29)
  288. Delete.Font = Enum.Font.GothamBold
  289. Delete.Text = "Delete"
  290. Delete.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. Delete.TextScaled = true
  292. Delete.TextSize = 25.000
  293. Delete.TextWrapped = true
  294. Delete.MouseButton1Click:connect(function()
  295. game:GetService("CoreGui").ScreenGui:Destroy()
  296. end)
  297.  
  298. NameSc1.Name = "NameSc1"
  299. NameSc1.Parent = Frame
  300. NameSc1.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  301. NameSc1.BorderColor3 = Color3.fromRGB(35, 35, 35)
  302. NameSc1.Position = UDim2.new(0.154340744, 0, 0.122712821, 0)
  303. NameSc1.Size = UDim2.new(0, 476, 0, 32)
  304. NameSc1.Font = Enum.Font.GothamBlack
  305. NameSc1.Text = "TP"
  306. NameSc1.TextColor3 = Color3.fromRGB(255, 255, 255)
  307. NameSc1.TextSize = 34.000
  308.  
  309. NameSc.Name = "NameSc"
  310. NameSc.Parent = Frame
  311. NameSc.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  312. NameSc.BorderColor3 = Color3.fromRGB(45, 45, 45)
  313. NameSc.Position = UDim2.new(0.574934125, 0, 0.00576368999, 0)
  314. NameSc.Size = UDim2.new(0, 10, 0, 34)
  315. NameSc.Font = Enum.Font.Cartoon
  316. NameSc.Text = "Pablos"
  317. NameSc.TextColor3 = Color3.fromRGB(255, 255, 255)
  318. NameSc.TextSize = 32.000
  319.  
  320. NameSc2.Name = "NameSc2"
  321. NameSc2.Parent = Frame
  322. NameSc2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  323. NameSc2.BorderColor3 = Color3.fromRGB(35, 35, 35)
  324. NameSc2.Position = UDim2.new(0.164811954, 0, 0.59245348, 0)
  325. NameSc2.Size = UDim2.new(0, 476, 0, 32)
  326. NameSc2.Font = Enum.Font.GothamBlack
  327. NameSc2.Text = "Function"
  328. NameSc2.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. NameSc2.TextSize = 34.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement