Advertisement
VoltixDevelopment

Impossible Glass Obby GUI for Roblox

Oct 26th, 2022
1,652
6
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.62 KB | None | 7 1
  1. local Players = game:GetService("Players")
  2. local UIS=game:GetService("UserInputService")
  3. local player = Players.LocalPlayer
  4. local userId = player.UserId
  5. local Mouse = player:GetMouse()
  6. local ImpossibleExploits = Instance.new("ScreenGui")
  7. local TopFrame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local MainFrame = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local IGNORE = Instance.new("Frame")
  12. local PlayerOptions = Instance.new("Frame")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local ShowPathButton = Instance.new("Frame")
  15. local Display = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local Off = Instance.new("ImageLabel")
  18. local On = Instance.new("ImageLabel")
  19. local UICorner_5 = Instance.new("UICorner")
  20. local OptionOne = Instance.new("TextLabel")
  21. local OptionTwo = Instance.new("TextLabel")
  22. local Title = Instance.new("TextLabel")
  23. local TopBorder = Instance.new("Frame")
  24. local UICorner_6 = Instance.new("UICorner")
  25. local AutoFarmButton = Instance.new("Frame")
  26. local Display_2 = Instance.new("TextButton")
  27. local UICorner_7 = Instance.new("UICorner")
  28. local Off_2 = Instance.new("ImageLabel")
  29. local On_2 = Instance.new("ImageLabel")
  30. local UICorner_8 = Instance.new("UICorner")
  31. local OptionThree = Instance.new("TextLabel")
  32. local AntiGuantletButton = Instance.new("Frame")
  33. local Display_3 = Instance.new("TextButton")
  34. local UICorner_9 = Instance.new("UICorner")
  35. local Off_3 = Instance.new("ImageLabel")
  36. local On_3 = Instance.new("ImageLabel")
  37. local UICorner_10 = Instance.new("UICorner")
  38. local OptionFour = Instance.new("TextLabel")
  39. local ClickTPButton = Instance.new("Frame")
  40. local Display_4 = Instance.new("TextButton")
  41. local UICorner_11 = Instance.new("UICorner")
  42. local Off_4 = Instance.new("ImageLabel")
  43. local On_4 = Instance.new("ImageLabel")
  44. local UICorner_12 = Instance.new("UICorner")
  45. local BottomBorder = Instance.new("Frame")
  46. local UICorner_13 = Instance.new("UICorner")
  47. local Subtitle = Instance.new("TextLabel")
  48. local SaveLocation = Instance.new("TextButton")
  49. local UICorner_14 = Instance.new("UICorner")
  50. local TPtoLocation = Instance.new("TextButton")
  51. local UICorner_15 = Instance.new("UICorner")
  52. local Title_2 = Instance.new("TextLabel")
  53. local Title_3 = Instance.new("TextLabel")
  54. local Title_4 = Instance.new("TextLabel")
  55. local IGNORE_2 = Instance.new("Frame")
  56. local CloseButton = Instance.new("TextButton")
  57. local UICorner_16 = Instance.new("UICorner")
  58. local X = Instance.new("ImageLabel")
  59. local PlrIconHolder = Instance.new("Frame")
  60. local PlrIcon = Instance.new("ImageLabel")
  61. local UICorner_17 = Instance.new("UICorner")
  62. local SavedLocation=Vector3.new(21.7,57,115)
  63. local Farming=false
  64. local Showing=false
  65. local AntiGuantlet=false
  66. local AG=false
  67. local HF=false
  68. local ClickTP=false
  69. local HC=false
  70.  
  71. ImpossibleExploits.Name = "ImpossibleExploits"
  72. ImpossibleExploits.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  73. ImpossibleExploits.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  74. ImpossibleExploits.ResetOnSpawn = false
  75.  
  76. TopFrame.Name = "TopFrame"
  77. TopFrame.Parent = ImpossibleExploits
  78. TopFrame.Active = true
  79. TopFrame.Draggable=true
  80. TopFrame.BackgroundColor3 = Color3.fromRGB(69, 69, 69)
  81. TopFrame.BorderSizePixel = 0
  82. TopFrame.Position = UDim2.new(0.676560879, 0, 0.614529908, 0)
  83. TopFrame.Size = UDim2.new(0.300000012, 0, 0.0495726503, 0)
  84.  
  85. UICorner.CornerRadius = UDim.new(0, 10)
  86. UICorner.Parent = TopFrame
  87.  
  88. MainFrame.Name = "MainFrame"
  89. MainFrame.Parent = TopFrame
  90. MainFrame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  91. MainFrame.BorderSizePixel = 0
  92. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  93. MainFrame.Size = UDim2.new(1, 0, 6.30999994, 0)
  94.  
  95. UICorner_2.CornerRadius = UDim.new(0, 10)
  96. UICorner_2.Parent = MainFrame
  97.  
  98. IGNORE.Name = "[ IGNORE ]"
  99. IGNORE.Parent = MainFrame
  100. IGNORE.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  101. IGNORE.BorderSizePixel = 0
  102. IGNORE.Position = UDim2.new(0, 0, -2.73510814e-05, 0)
  103. IGNORE.Size = UDim2.new(1, 0, 0.0792666599, 0)
  104. IGNORE.ZIndex = 0
  105.  
  106. PlayerOptions.Name = "PlayerOptions"
  107. PlayerOptions.Parent = MainFrame
  108. PlayerOptions.BackgroundColor3 = Color3.fromRGB(69, 69, 69)
  109. PlayerOptions.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  110. PlayerOptions.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  111.  
  112. UICorner_3.CornerRadius = UDim.new(0, 10)
  113. UICorner_3.Parent = PlayerOptions
  114.  
  115. ShowPathButton.Name = "ShowPathButton"
  116. ShowPathButton.Parent = PlayerOptions
  117. ShowPathButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  118. ShowPathButton.Position = UDim2.new(0.658424675, 0, 0.160025179, 0)
  119. ShowPathButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  120.  
  121. Display.Name = "Display"
  122. Display.Parent = ShowPathButton
  123. Display.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  124. Display.Size = UDim2.new(0.5, 0, 1, 0)
  125. Display.Font = Enum.Font.SourceSans
  126. Display.Text = ""
  127. Display.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. Display.TextSize = 14.000
  129.  
  130. UICorner_4.CornerRadius = UDim.new(0, 10)
  131. UICorner_4.Parent = Display
  132.  
  133. Off.Name = "Off"
  134. Off.Parent = Display
  135. Off.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. Off.BackgroundTransparency = 1.000
  137. Off.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  138. Off.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  139. Off.Image = "http://www.roblox.com/asset/?id=11320094557"
  140. Off.ScaleType = Enum.ScaleType.Fit
  141.  
  142. On.Name = "On"
  143. On.Parent = Display
  144. On.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. On.BackgroundTransparency = 1.000
  146. On.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  147. On.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  148. On.Visible = false
  149. On.Image = "http://www.roblox.com/asset/?id=11320096364"
  150. On.ScaleType = Enum.ScaleType.Fit
  151.  
  152. UICorner_5.CornerRadius = UDim.new(0, 10)
  153. UICorner_5.Parent = ShowPathButton
  154.  
  155. OptionOne.Name = "OptionOne"
  156. OptionOne.Parent = PlayerOptions
  157. OptionOne.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. OptionOne.BackgroundTransparency = 1.000
  159. OptionOne.Position = UDim2.new(0.036314778, 0, 0.16054751, 0)
  160. OptionOne.Size = UDim2.new(0.574999988, 0, 0.0989999995, 0)
  161. OptionOne.Font = Enum.Font.PermanentMarker
  162. OptionOne.Text = "Show Path (Client)"
  163. OptionOne.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. OptionOne.TextScaled = true
  165. OptionOne.TextSize = 14.000
  166. OptionOne.TextWrapped = true
  167.  
  168. OptionTwo.Name = "OptionTwo"
  169. OptionTwo.Parent = PlayerOptions
  170. OptionTwo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  171. OptionTwo.BackgroundTransparency = 1.000
  172. OptionTwo.Position = UDim2.new(0.036314778, 0, 0.280547529, 0)
  173. OptionTwo.Size = UDim2.new(0.574999988, 0, 0.0989999995, 0)
  174. OptionTwo.Font = Enum.Font.PermanentMarker
  175. OptionTwo.Text = "Auto-Farm Money"
  176. OptionTwo.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. OptionTwo.TextScaled = true
  178. OptionTwo.TextSize = 14.000
  179. OptionTwo.TextWrapped = true
  180.  
  181. Title.Name = "Title"
  182. Title.Parent = PlayerOptions
  183. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. Title.BackgroundTransparency = 1.000
  185. Title.Position = UDim2.new(0.0359999985, 0, 0.0250000004, 0)
  186. Title.Size = UDim2.new(0.921999991, 0, 0.100000001, 0)
  187. Title.Font = Enum.Font.PermanentMarker
  188. Title.Text = "- Client Options -"
  189. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. Title.TextScaled = true
  191. Title.TextSize = 14.000
  192. Title.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  193. Title.TextWrapped = true
  194. Title.TextYAlignment = Enum.TextYAlignment.Top
  195.  
  196. TopBorder.Name = "TopBorder"
  197. TopBorder.Parent = PlayerOptions
  198. TopBorder.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  199. TopBorder.Position = UDim2.new(0.0500000007, 0, 0.125, 0)
  200. TopBorder.Size = UDim2.new(0.899999976, 0, 0.0149999997, 0)
  201.  
  202. UICorner_6.CornerRadius = UDim.new(1, 0)
  203. UICorner_6.Parent = TopBorder
  204.  
  205. AutoFarmButton.Name = "AutoFarmButton"
  206. AutoFarmButton.Parent = PlayerOptions
  207. AutoFarmButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  208. AutoFarmButton.Position = UDim2.new(0.658314764, 0, 0.280547529, 0)
  209. AutoFarmButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  210.  
  211. Display_2.Name = "Display"
  212. Display_2.Parent = AutoFarmButton
  213. Display_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  214. Display_2.Size = UDim2.new(0.5, 0, 1, 0)
  215. Display_2.Font = Enum.Font.SourceSans
  216. Display_2.Text = ""
  217. Display_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. Display_2.TextSize = 14.000
  219.  
  220. UICorner_7.CornerRadius = UDim.new(0, 10)
  221. UICorner_7.Parent = Display_2
  222.  
  223. Off_2.Name = "Off"
  224. Off_2.Parent = Display_2
  225. Off_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  226. Off_2.BackgroundTransparency = 1.000
  227. Off_2.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  228. Off_2.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  229. Off_2.Image = "http://www.roblox.com/asset/?id=11320094557"
  230. Off_2.ScaleType = Enum.ScaleType.Fit
  231.  
  232. On_2.Name = "On"
  233. On_2.Parent = Display_2
  234. On_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. On_2.BackgroundTransparency = 1.000
  236. On_2.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  237. On_2.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  238. On_2.Visible = false
  239. On_2.Image = "http://www.roblox.com/asset/?id=11320096364"
  240. On_2.ScaleType = Enum.ScaleType.Fit
  241.  
  242. UICorner_8.CornerRadius = UDim.new(0, 10)
  243. UICorner_8.Parent = AutoFarmButton
  244.  
  245. OptionThree.Name = "OptionThree"
  246. OptionThree.Parent = PlayerOptions
  247. OptionThree.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  248. OptionThree.BackgroundTransparency = 1.000
  249. OptionThree.Position = UDim2.new(0.0382102244, 0, 0.408059061, 0)
  250. OptionThree.Size = UDim2.new(0.574999988, 0, 0.0989999995, 0)
  251. OptionThree.Font = Enum.Font.PermanentMarker
  252. OptionThree.Text = "Anti-Guantlet"
  253. OptionThree.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. OptionThree.TextScaled = true
  255. OptionThree.TextSize = 14.000
  256. OptionThree.TextWrapped = true
  257.  
  258. AntiGuantletButton.Name = "AntiGuantletButton"
  259. AntiGuantletButton.Parent = PlayerOptions
  260. AntiGuantletButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  261. AntiGuantletButton.Position = UDim2.new(0.660210252, 0, 0.408059061, 0)
  262. AntiGuantletButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  263.  
  264. Display_3.Name = "Display"
  265. Display_3.Parent = AntiGuantletButton
  266. Display_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  267. Display_3.Size = UDim2.new(0.5, 0, 1, 0)
  268. Display_3.Font = Enum.Font.SourceSans
  269. Display_3.Text = ""
  270. Display_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  271. Display_3.TextSize = 14.000
  272.  
  273. UICorner_9.CornerRadius = UDim.new(0, 10)
  274. UICorner_9.Parent = Display_3
  275.  
  276. Off_3.Name = "Off"
  277. Off_3.Parent = Display_3
  278. Off_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  279. Off_3.BackgroundTransparency = 1.000
  280. Off_3.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  281. Off_3.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  282. Off_3.Image = "http://www.roblox.com/asset/?id=11320094557"
  283. Off_3.ScaleType = Enum.ScaleType.Fit
  284.  
  285. On_3.Name = "On"
  286. On_3.Parent = Display_3
  287. On_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. On_3.BackgroundTransparency = 1.000
  289. On_3.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  290. On_3.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  291. On_3.Visible = false
  292. On_3.Image = "http://www.roblox.com/asset/?id=11320096364"
  293. On_3.ScaleType = Enum.ScaleType.Fit
  294.  
  295. UICorner_10.CornerRadius = UDim.new(0, 10)
  296. UICorner_10.Parent = AntiGuantletButton
  297.  
  298. OptionFour.Name = "OptionFour"
  299. OptionFour.Parent = PlayerOptions
  300. OptionFour.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  301. OptionFour.BackgroundTransparency = 1.000
  302. OptionFour.Position = UDim2.new(0.0382102244, 0, 0.535570562, 0)
  303. OptionFour.Size = UDim2.new(0.574999988, 0, 0.0989999995, 0)
  304. OptionFour.Font = Enum.Font.PermanentMarker
  305. OptionFour.Text = "Ctrl + Click to TP"
  306. OptionFour.TextColor3 = Color3.fromRGB(0, 0, 0)
  307. OptionFour.TextScaled = true
  308. OptionFour.TextSize = 14.000
  309. OptionFour.TextWrapped = true
  310.  
  311. ClickTPButton.Name = "ClickTPButton"
  312. ClickTPButton.Parent = PlayerOptions
  313. ClickTPButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  314. ClickTPButton.Position = UDim2.new(0.660210252, 0, 0.535570562, 0)
  315. ClickTPButton.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  316.  
  317. Display_4.Name = "Display"
  318. Display_4.Parent = ClickTPButton
  319. Display_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  320. Display_4.Size = UDim2.new(0.5, 0, 1, 0)
  321. Display_4.Font = Enum.Font.SourceSans
  322. Display_4.Text = ""
  323. Display_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  324. Display_4.TextSize = 14.000
  325.  
  326. UICorner_11.CornerRadius = UDim.new(0, 10)
  327. UICorner_11.Parent = Display_4
  328.  
  329. Off_4.Name = "Off"
  330. Off_4.Parent = Display_4
  331. Off_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  332. Off_4.BackgroundTransparency = 1.000
  333. Off_4.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  334. Off_4.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  335. Off_4.Image = "http://www.roblox.com/asset/?id=11320094557"
  336. Off_4.ScaleType = Enum.ScaleType.Fit
  337.  
  338. On_4.Name = "On"
  339. On_4.Parent = Display_4
  340. On_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. On_4.BackgroundTransparency = 1.000
  342. On_4.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  343. On_4.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  344. On_4.Visible = false
  345. On_4.Image = "http://www.roblox.com/asset/?id=11320096364"
  346. On_4.ScaleType = Enum.ScaleType.Fit
  347.  
  348. UICorner_12.CornerRadius = UDim.new(0, 10)
  349. UICorner_12.Parent = ClickTPButton
  350.  
  351. BottomBorder.Name = "BottomBorder"
  352. BottomBorder.Parent = PlayerOptions
  353. BottomBorder.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  354. BottomBorder.Position = UDim2.new(0.0500000007, 0, 0.662370026, 0)
  355. BottomBorder.Size = UDim2.new(0.899999976, 0, 0.0149999997, 0)
  356.  
  357. UICorner_13.CornerRadius = UDim.new(1, 0)
  358. UICorner_13.Parent = BottomBorder
  359.  
  360. Subtitle.Name = "Subtitle"
  361. Subtitle.Parent = PlayerOptions
  362. Subtitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  363. Subtitle.BackgroundTransparency = 1.000
  364. Subtitle.Position = UDim2.new(0.0359999985, 0, 0.674701571, 0)
  365. Subtitle.Size = UDim2.new(0.921999991, 0, 0.100000001, 0)
  366. Subtitle.Font = Enum.Font.PermanentMarker
  367. Subtitle.Text = "- Save/ Load Position -"
  368. Subtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  369. Subtitle.TextScaled = true
  370. Subtitle.TextSize = 14.000
  371. Subtitle.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  372. Subtitle.TextWrapped = true
  373. Subtitle.TextYAlignment = Enum.TextYAlignment.Top
  374.  
  375. SaveLocation.Name = "SaveLocation"
  376. SaveLocation.Parent = PlayerOptions
  377. SaveLocation.BackgroundColor3 = Color3.fromRGB(0, 175, 0)
  378. SaveLocation.Position = UDim2.new(0.0479376391, 0, 0.774177313, 0)
  379. SaveLocation.Size = UDim2.new(0.433304161, 0, 0.0922392607, 0)
  380. SaveLocation.Font = Enum.Font.PermanentMarker
  381. SaveLocation.Text = "Save Position"
  382. SaveLocation.TextColor3 = Color3.fromRGB(0, 0, 0)
  383. SaveLocation.TextScaled = true
  384. SaveLocation.TextSize = 14.000
  385. SaveLocation.TextWrapped = true
  386.  
  387. UICorner_14.CornerRadius = UDim.new(0, 10)
  388. UICorner_14.Parent = SaveLocation
  389.  
  390. TPtoLocation.Name = "TPtoLocation"
  391. TPtoLocation.Parent = PlayerOptions
  392. TPtoLocation.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  393. TPtoLocation.Position = UDim2.new(0.51272434, 0, 0.774177313, 0)
  394. TPtoLocation.Size = UDim2.new(0.433304161, 0, 0.0922392607, 0)
  395. TPtoLocation.Font = Enum.Font.PermanentMarker
  396. TPtoLocation.Text = "Load Position"
  397. TPtoLocation.TextColor3 = Color3.fromRGB(0, 0, 0)
  398. TPtoLocation.TextScaled = true
  399. TPtoLocation.TextSize = 14.000
  400. TPtoLocation.TextWrapped = true
  401.  
  402. UICorner_15.CornerRadius = UDim.new(0, 10)
  403. UICorner_15.Parent = TPtoLocation
  404.  
  405. Title_2.Name = "Title"
  406. Title_2.Parent = PlayerOptions
  407. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  408. Title_2.BackgroundTransparency = 1.000
  409. Title_2.Position = UDim2.new(0, 0, 0.895352244, 0)
  410. Title_2.Size = UDim2.new(1, 0, 0.0742878243, 0)
  411. Title_2.Font = Enum.Font.PermanentMarker
  412. Title_2.Text = "Position: (0, 0, 0)"
  413. Title_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  414. Title_2.TextScaled = true
  415. Title_2.TextSize = 14.000
  416. Title_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  417. Title_2.TextWrapped = true
  418.  
  419. Title_3.Name = "Title"
  420. Title_3.Parent = MainFrame
  421. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  422. Title_3.BackgroundTransparency = 1.000
  423. Title_3.Position = UDim2.new(0, 0, 0.950000048, 0)
  424. Title_3.Size = UDim2.new(1, 0, 0.0499998555, 0)
  425. Title_3.Font = Enum.Font.PermanentMarker
  426. Title_3.Text = "Designed and Programmed by CodeUnsecure"
  427. Title_3.TextColor3 = Color3.fromRGB(69, 69, 69)
  428. Title_3.TextScaled = true
  429. Title_3.TextSize = 14.000
  430. Title_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  431. Title_3.TextWrapped = true
  432.  
  433. Title_4.Name = "Title"
  434. Title_4.Parent = TopFrame
  435. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  436. Title_4.BackgroundTransparency = 1.000
  437. Title_4.Position = UDim2.new(0.249490857, 0, 0.120689653, 0)
  438. Title_4.Size = UDim2.new(0.5, 0, 0.75, 0)
  439. Title_4.Font = Enum.Font.PermanentMarker
  440. Title_4.Text = "Impossibly Possible Cheats"
  441. Title_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  442. Title_4.TextScaled = true
  443. Title_4.TextSize = 14.000
  444. Title_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  445. Title_4.TextStrokeTransparency = 0.000
  446. Title_4.TextWrapped = true
  447.  
  448. IGNORE_2.Name = "[ IGNORE ]"
  449. IGNORE_2.Parent = TopFrame
  450. IGNORE_2.BackgroundColor3 = Color3.fromRGB(69, 69, 69)
  451. IGNORE_2.BorderSizePixel = 0
  452. IGNORE_2.Position = UDim2.new(0, 0, 0.5, 0)
  453. IGNORE_2.Size = UDim2.new(1, 0, 0.5, 0)
  454. IGNORE_2.ZIndex = 0
  455.  
  456. CloseButton.Name = "CloseButton"
  457. CloseButton.Parent = TopFrame
  458. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  459. CloseButton.Position = UDim2.new(0.894908309, 0, 0.117241383, 0)
  460. CloseButton.Size = UDim2.new(0.0799999982, 0, 0.800000012, 0)
  461. CloseButton.Font = Enum.Font.SourceSans
  462. CloseButton.Text = ""
  463. CloseButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  464. CloseButton.TextSize = 14.000
  465.  
  466. UICorner_16.CornerRadius = UDim.new(0, 10)
  467. UICorner_16.Parent = CloseButton
  468.  
  469. X.Name = "X"
  470. X.Parent = CloseButton
  471. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  472. X.BackgroundTransparency = 1.000
  473. X.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  474. X.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  475. X.Image = "http://www.roblox.com/asset/?id=11320094557"
  476. X.ScaleType = Enum.ScaleType.Fit
  477.  
  478. PlrIconHolder.Name = "PlrIconHolder"
  479. PlrIconHolder.Parent = TopFrame
  480. PlrIconHolder.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  481. PlrIconHolder.Position = UDim2.new(0.0237610321, 0, 0.120689653, 0)
  482. PlrIconHolder.Size = UDim2.new(0.0799999982, 0, 0.800000012, 0)
  483.  
  484. PlrIcon.Name = "PlrIcon"
  485. PlrIcon.Parent = PlrIconHolder
  486. PlrIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  487. PlrIcon.BackgroundTransparency = 1.000
  488. PlrIcon.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  489. PlrIcon.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  490. PlrIcon.ScaleType = Enum.ScaleType.Fit
  491.  
  492. local thumbType = Enum.ThumbnailType.HeadShot
  493. local thumbSize = Enum.ThumbnailSize.Size420x420
  494. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  495. PlrIcon.Image = content
  496. PlrIcon.Size = UDim2.new(0.8,0,0.8,0)
  497.  
  498. UICorner_17.Parent = PlrIconHolder
  499.  
  500.  
  501. Display.MouseButton1Down:Connect(function()
  502.     if Showing==false then
  503.         Showing=true
  504.         Display:TweenPosition(UDim2.new(0.5,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  505.         Display.BackgroundColor3=Color3.new(0,255,0)
  506.         On.Visible=true
  507.         Off.Visible=false
  508.         ShowPath()
  509.     elseif Showing==true then
  510.         Showing=false
  511.         Display:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  512.         Display.BackgroundColor3=Color3.new(255,0,0)
  513.         On.Visible=false
  514.         Off.Visible=true
  515.     end
  516. end)
  517. Display_2.MouseButton1Down:Connect(function()
  518.     if Farming==false then
  519.         Farming=true
  520.         Display_2:TweenPosition(UDim2.new(0.5,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  521.         Display_2.BackgroundColor3=Color3.new(0,255,0)
  522.         On_2.Visible=true
  523.         Off_2.Visible=false
  524.         Display_3:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  525.         Display_3.BackgroundColor3=Color3.new(255,0,0)
  526.         On_3.Visible=false
  527.         Off_3.Visible=true
  528.         AntiGuantlet=false
  529.         AutoFarm()
  530.     elseif Farming==true then
  531.         Farming=false
  532.         Display_2:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  533.         Display_2.BackgroundColor3=Color3.new(255,0,0)
  534.         On_2.Visible=false
  535.         Off_2.Visible=true
  536.     end
  537. end)
  538. Display_3.MouseButton1Down:Connect(function()
  539.     if AntiGuantlet==false then
  540.         AntiGuantlet=true
  541.         local xWait=0
  542.         if Farming==true then xWait=2.5 end
  543.         Display_3:TweenPosition(UDim2.new(0.5,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  544.         Display_3.BackgroundColor3=Color3.new(0,255,0)
  545.         On_3.Visible=true
  546.         Off_3.Visible=false
  547.         Farming=false
  548.         Display_2:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  549.         Display_2.BackgroundColor3=Color3.new(255,0,0)
  550.         On_2.Visible=false
  551.         Off_2.Visible=true
  552.         ClickTP=false
  553.         Display_4:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  554.         Display_4.BackgroundColor3=Color3.new(255,0,0)
  555.         On_4.Visible=false
  556.         Off_4.Visible=true
  557.         wait(tonumber(xWait))
  558.         game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored=true
  559.         xWait=0
  560.     elseif AntiGuantlet==true then
  561.         AntiGuantlet=false
  562.         game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored=false
  563.         Display_3:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  564.         Display_3.BackgroundColor3=Color3.new(255,0,0)
  565.         On_3.Visible=false
  566.         Off_3.Visible=true
  567.     end
  568. end)
  569. Display_4.MouseButton1Down:Connect(function()
  570.     if ClickTP==false then
  571.         ClickTP=true
  572.         Display_4:TweenPosition(UDim2.new(0.5,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  573.         Display_4.BackgroundColor3=Color3.new(0,255,0)
  574.         On_4.Visible=true
  575.         Off_4.Visible=false
  576.         Display_3:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  577.         Display_3.BackgroundColor3=Color3.new(255,0,0)
  578.         On_3.Visible=false
  579.         Off_3.Visible=true
  580.         AntiGuantlet=false
  581.     elseif ClickTP==true then
  582.         ClickTP=false
  583.         Display_4:TweenPosition(UDim2.new(0,0,0,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.25)
  584.         Display_4.BackgroundColor3=Color3.new(255,0,0)
  585.         On_4.Visible=false
  586.         Off_4.Visible=true
  587.     end
  588. end)
  589. TPtoLocation.MouseButton1Down:Connect(function()
  590.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(SavedLocation)
  591. end)
  592. SaveLocation.MouseButton1Down:Connect(function()
  593.     SavedLocation=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  594.     Title_2.Text="Position: ("..tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)..")"
  595.     warn('For Sure Saved!')
  596. end)
  597. CloseButton.MouseButton1Down:Connect(function()
  598.     ImpossibleExploits:Destroy()
  599.     Farming=false
  600.     Showing=false
  601.     AntiGuantlet=false
  602.     ClickTP=false
  603.     HC=false
  604.     script:Destroy()
  605. end)
  606.  
  607.  
  608.  
  609. function AutoFarm ()
  610.     while Farming==true do
  611.         if Farming==false then break end
  612.         wait(2.5)
  613.         local Piggy=game:GetService("Workspace")["Glass Bridge"].Finish["Money Pig"]:GetDescendants()
  614.         for i=1,#Piggy do
  615.             if Piggy[i].ClassName=="TouchTransmitter" then
  616.                 local MP=Piggy[i].Parent
  617.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(MP.Position)*CFrame.new(0,-2.5,0)
  618.             end
  619.         end
  620.     end
  621. end
  622.  
  623. function ShowPath ()
  624.     while Showing==true do
  625.         if Showing==false then break end
  626.         wait(1)
  627.         local glass=game:GetService("Workspace"):WaitForChild("Glass Bridge").GlassPane:GetDescendants()
  628.         for i=1,#glass do
  629.             if glass[i].ClassName=="TouchTransmitter" then
  630.                 local G=glass[i].Parent
  631.                 G.Color=Color3.new(255,0,0)
  632.             end
  633.         end
  634.     end
  635. end
  636.  
  637. UIS.InputBegan:Connect(function(Key)
  638.     if Key.KeyCode==Enum.KeyCode.LeftControl then
  639.         if ClickTP==true then
  640.             HC=true
  641.         end
  642.     end
  643. end)
  644.  
  645. UIS.InputEnded:Connect(function(Key)
  646.     if Key.KeyCode==Enum.KeyCode.LeftControl then
  647.         HC=false
  648.     end
  649. end)
  650.  
  651. Mouse.Button1Up:Connect(function()
  652.     if ClickTP==true then
  653.         if HC==true then
  654.             game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored=true
  655.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Mouse.Hit.X, Mouse.Hit.Y, Mouse.Hit.Z)
  656.             wait()
  657.             game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored=false
  658.         end
  659.     end
  660. end)
Advertisement
Comments
  • Fork38383829
    2 years
    Comment was deleted
  • Fork38383829
    2 years
    # text 1.41 KB | 0 0
    1. ||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​||||​|| _ _ _ _ _ https://web-roblox.org/users/4805015111/profile
Add Comment
Please, Sign In to add comment
Advertisement