Advertisement
Sombody101

Captive GUI

Jun 27th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.07 KB | None | 0 0
  1. if (game.PlaceId == 3388553819) then
  2. local MainGui = Instance.new("ScreenGui")
  3. local MinimizedFrame = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local MainFrame = Instance.new("Frame")
  6. local UICorner = Instance.new("UICorner")
  7. local Header = Instance.new("TextLabel")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local HideGUI = Instance.new("TextButton")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local BeastFrame = Instance.new("Frame")
  12. local UICorner_4 = Instance.new("UICorner")
  13. local BeastWin = Instance.new("TextButton")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local TextLabel = Instance.new("TextLabel")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Radar = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local WepThrow = Instance.new("TextButton")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local Speed = Instance.new("TextButton")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local ShapeShift = Instance.new("TextButton")
  24. local UICorner_9 = Instance.new("UICorner")
  25. local TextLabel_3 = Instance.new("TextLabel")
  26. local Main = Instance.new("Frame")
  27. local UICorner_10 = Instance.new("UICorner")
  28. local CompEsp = Instance.new("TextButton")
  29. local UICorner_11 = Instance.new("UICorner")
  30. local ChatSpy = Instance.new("TextButton")
  31. local UICorner_12 = Instance.new("UICorner")
  32. local PrtDel = Instance.new("TextButton")
  33. local UICorner_13 = Instance.new("UICorner")
  34. local TextLabel_4 = Instance.new("TextLabel")
  35. local Kill = Instance.new("TextButton")
  36. local UICorner_14 = Instance.new("UICorner")
  37. local BeastOpen = Instance.new("TextButton")
  38. local UICorner_15 = Instance.new("UICorner")
  39. local MainOpen = Instance.new("TextButton")
  40. local UICorner_16 = Instance.new("UICorner")
  41. local HelpMenuText = Instance.new("TextLabel")
  42. local UICorner_17 = Instance.new("UICorner")
  43. local CloseHelp = Instance.new("TextButton")
  44. local UICorner_18 = Instance.new("UICorner")
  45. local CompEspHelp = Instance.new("TextButton")
  46. local TextLabel_5 = Instance.new("TextLabel")
  47. local PlayerOpen = Instance.new("TextButton")
  48. local UICorner_19 = Instance.new("UICorner")
  49. local PlayerFrame = Instance.new("Frame")
  50. local UICorner_20 = Instance.new("UICorner")
  51. local Radar_2 = Instance.new("TextButton")
  52. local UICorner_21 = Instance.new("UICorner")
  53. local Invis = Instance.new("TextButton")
  54. local UICorner_22 = Instance.new("UICorner")
  55. local Speed_2 = Instance.new("TextButton")
  56. local UICorner_23 = Instance.new("UICorner")
  57. local TextLabel_6 = Instance.new("TextLabel")
  58. local TextLabel_7 = Instance.new("TextLabel")
  59. local TextLabel_8 = Instance.new("TextLabel")
  60. local Stealth = Instance.new("TextButton")
  61. local UICorner_24 = Instance.new("UICorner")
  62.  
  63. --Properties:
  64.  
  65. MainGui.Name = "MainGui"
  66. MainGui.Parent = game:WaitForChild("CoreGui")
  67. MainGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  68.  
  69. MinimizedFrame.Name = "MinimizedFrame"
  70. MinimizedFrame.Parent = MainGui
  71. MinimizedFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. MinimizedFrame.BackgroundTransparency = 1.000
  73. MinimizedFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. MinimizedFrame.BorderSizePixel = 0
  75. MinimizedFrame.Position = UDim2.new(0.493408799, 0, 0.319729388, 0)
  76. MinimizedFrame.Size = UDim2.new(0, 144, 0, 133)
  77. MinimizedFrame.Visible = false
  78.  
  79. TextButton.Parent = MinimizedFrame
  80. TextButton.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  81. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. TextButton.Position = UDim2.new(0.307855666, 0, 0.29295969, 0)
  83. TextButton.Size = UDim2.new(0, 55, 0, 55)
  84. TextButton.Style = Enum.ButtonStyle.RobloxButton
  85. TextButton.Font = Enum.Font.SourceSans
  86. TextButton.Text = "Open"
  87. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. TextButton.TextSize = 14.000
  89.  
  90. MainFrame.Name = "MainFrame"
  91. MainFrame.Parent = MainGui
  92. MainFrame.Active = true
  93. MainFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  94. MainFrame.BackgroundTransparency = 0.050
  95. MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  96. MainFrame.Position = UDim2.new(0.320831776, 0, 0.227649122, 0)
  97. MainFrame.Size = UDim2.new(0, 452, 0, 339)
  98.  
  99. UICorner.CornerRadius = UDim.new(0, 10)
  100. UICorner.Parent = MainFrame
  101.  
  102. Header.Name = "Header"
  103. Header.Parent = MainFrame
  104. Header.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  105. Header.BorderColor3 = Color3.fromRGB(0, 0, 0)
  106. Header.Position = UDim2.new(0, 0, -0.0324483775, 0)
  107. Header.Size = UDim2.new(0, 452, 0, 50)
  108. Header.Font = Enum.Font.Ubuntu
  109. Header.Text = "Captive GUI"
  110. Header.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. Header.TextSize = 40.000
  112.  
  113. UICorner_2.CornerRadius = UDim.new(0, 10)
  114. UICorner_2.Parent = Header
  115.  
  116. HideGUI.Name = "HideGUI"
  117. HideGUI.Parent = MainFrame
  118. HideGUI.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  119. HideGUI.BorderColor3 = Color3.fromRGB(48, 48, 48)
  120. HideGUI.Position = UDim2.new(0.876106203, 0, -0.00294984505, 0)
  121. HideGUI.Size = UDim2.new(0, 48, 0, 29)
  122. HideGUI.Font = Enum.Font.SourceSans
  123. HideGUI.Text = "Hide"
  124. HideGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. HideGUI.TextSize = 20.000
  126.  
  127. UICorner_3.Parent = HideGUI
  128.  
  129. BeastFrame.Name = "BeastFrame"
  130. BeastFrame.Parent = MainFrame
  131. BeastFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  132. BeastFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  133. BeastFrame.Position = UDim2.new(0.274336278, 0, 0.115044251, 0)
  134. BeastFrame.Size = UDim2.new(0, 328, 0, 300)
  135. BeastFrame.Visible = false
  136.  
  137. UICorner_4.Parent = BeastFrame
  138.  
  139. BeastWin.Name = "BeastWin"
  140. BeastWin.Parent = BeastFrame
  141. BeastWin.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  142. BeastWin.BorderColor3 = Color3.fromRGB(0, 0, 0)
  143. BeastWin.Position = UDim2.new(0.333207458, 0, 0.0380825847, 0)
  144. BeastWin.Size = UDim2.new(0, 108, 0, 44)
  145. BeastWin.Font = Enum.Font.SourceSans
  146. BeastWin.Text = "Capture All"
  147. BeastWin.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. BeastWin.TextSize = 14.000
  149.  
  150. UICorner_5.Parent = BeastWin
  151.  
  152. TextLabel.Parent = BeastFrame
  153. TextLabel.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  154. TextLabel.BackgroundTransparency = 1.000
  155. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  156. TextLabel.Position = UDim2.new(0.195121944, 0, 0.193333328, 0)
  157. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  158. TextLabel.Font = Enum.Font.SourceSans
  159. TextLabel.Text = "Beast Abilites "
  160. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. TextLabel.TextSize = 14.000
  162.  
  163. TextLabel_2.Parent = TextLabel
  164. TextLabel_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  165. TextLabel_2.BackgroundTransparency = 1.000
  166. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  167. TextLabel_2.Position = UDim2.new(0, 0, 0.25999999, 0)
  168. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  169. TextLabel_2.Font = Enum.Font.SourceSans
  170. TextLabel_2.Text = "(5 sec cooldown)"
  171. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  172. TextLabel_2.TextSize = 14.000
  173.  
  174. Radar.Name = "Radar"
  175. Radar.Parent = BeastFrame
  176. Radar.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  177. Radar.BorderColor3 = Color3.fromRGB(0, 0, 0)
  178. Radar.Position = UDim2.new(0.505504072, 0, 0.400737464, 0)
  179. Radar.Size = UDim2.new(0, 108, 0, 24)
  180. Radar.Font = Enum.Font.SourceSans
  181. Radar.Text = "Radar (V)"
  182. Radar.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. Radar.TextSize = 14.000
  184.  
  185. UICorner_6.Parent = Radar
  186.  
  187. WepThrow.Name = "WepThrow"
  188. WepThrow.Parent = BeastFrame
  189. WepThrow.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  190. WepThrow.BorderColor3 = Color3.fromRGB(0, 0, 0)
  191. WepThrow.Position = UDim2.new(0.160991862, 0, 0.400737464, 0)
  192. WepThrow.Size = UDim2.new(0, 108, 0, 24)
  193. WepThrow.Font = Enum.Font.SourceSans
  194. WepThrow.Text = "Weapon Throw (F)"
  195. WepThrow.TextColor3 = Color3.fromRGB(255, 255, 255)
  196. WepThrow.TextSize = 14.000
  197.  
  198. UICorner_7.Parent = WepThrow
  199.  
  200. Speed.Name = "Speed"
  201. Speed.Parent = BeastFrame
  202. Speed.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  203. Speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  204. Speed.Position = UDim2.new(0.340869904, 0, 0.510737479, 0)
  205. Speed.Size = UDim2.new(0, 108, 0, 24)
  206. Speed.Font = Enum.Font.SourceSans
  207. Speed.Text = "Super Speed (T)"
  208. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  209. Speed.TextSize = 14.000
  210.  
  211. UICorner_8.Parent = Speed
  212.  
  213. ShapeShift.Name = "ShapeShift"
  214. ShapeShift.Parent = BeastFrame
  215. ShapeShift.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  216. ShapeShift.BorderColor3 = Color3.fromRGB(0, 0, 0)
  217. ShapeShift.Position = UDim2.new(0.340869904, 0, 0.747404218, 0)
  218. ShapeShift.Size = UDim2.new(0, 108, 0, 24)
  219. ShapeShift.Font = Enum.Font.SourceSans
  220. ShapeShift.Text = "Shape Shift (X)"
  221. ShapeShift.TextColor3 = Color3.fromRGB(255, 255, 255)
  222. ShapeShift.TextSize = 14.000
  223.  
  224. UICorner_9.Parent = ShapeShift
  225.  
  226. TextLabel_3.Parent = BeastFrame
  227. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. TextLabel_3.BackgroundTransparency = 1.000
  229. TextLabel_3.Position = UDim2.new(0.198170736, 0, 0.583333313, 0)
  230. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  231. TextLabel_3.Font = Enum.Font.SourceSans
  232. TextLabel_3.Text = "Gamepass Required"
  233. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. TextLabel_3.TextSize = 14.000
  235.  
  236. Main.Name = "Main"
  237. Main.Parent = MainFrame
  238. Main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  239. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  240. Main.Position = UDim2.new(0.274336278, 0, 0.115044251, 0)
  241. Main.Size = UDim2.new(0, 328, 0, 300)
  242.  
  243. UICorner_10.Parent = Main
  244.  
  245. CompEsp.Name = "CompEsp"
  246. CompEsp.Parent = Main
  247. CompEsp.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  248. CompEsp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  249. CompEsp.Position = UDim2.new(0.333207458, 0, 0.231415927, 0)
  250. CompEsp.Size = UDim2.new(0, 108, 0, 44)
  251. CompEsp.Font = Enum.Font.SourceSans
  252. CompEsp.Text = "Computer ESP"
  253. CompEsp.TextColor3 = Color3.fromRGB(255, 255, 255)
  254. CompEsp.TextSize = 14.000
  255.  
  256. UICorner_11.Parent = CompEsp
  257.  
  258. ChatSpy.Name = "ChatSpy"
  259. ChatSpy.Parent = Main
  260. ChatSpy.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  261. ChatSpy.BorderColor3 = Color3.fromRGB(0, 0, 0)
  262. ChatSpy.Position = UDim2.new(0.333207458, 0, 0.0407079533, 0)
  263. ChatSpy.Size = UDim2.new(0, 108, 0, 44)
  264. ChatSpy.Font = Enum.Font.SourceSans
  265. ChatSpy.Text = "Chat Spy"
  266. ChatSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. ChatSpy.TextSize = 14.000
  268.  
  269. UICorner_12.Parent = ChatSpy
  270.  
  271. PrtDel.Name = "PrtDel"
  272. PrtDel.Parent = Main
  273. PrtDel.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  274. PrtDel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  275. PrtDel.Position = UDim2.new(0.333207458, 0, 0.425073713, 0)
  276. PrtDel.Size = UDim2.new(0, 108, 0, 44)
  277. PrtDel.Font = Enum.Font.SourceSans
  278. PrtDel.Text = "Part Delete"
  279. PrtDel.TextColor3 = Color3.fromRGB(255, 255, 255)
  280. PrtDel.TextSize = 14.000
  281.  
  282. UICorner_13.Parent = PrtDel
  283.  
  284. TextLabel_4.Parent = Main
  285. TextLabel_4.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  286. TextLabel_4.BackgroundTransparency = 1.000
  287. TextLabel_4.Position = UDim2.new(0.195121944, 0, 0.813333392, 0)
  288. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  289. TextLabel_4.Font = Enum.Font.SourceSans
  290. TextLabel_4.Text = "Ill try to add more later!"
  291. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  292. TextLabel_4.TextSize = 15.000
  293.  
  294. Kill.Name = "Kill"
  295. Kill.Parent = Main
  296. Kill.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  297. Kill.BorderColor3 = Color3.fromRGB(0, 0, 0)
  298. Kill.Position = UDim2.new(0.333207488, 0, 0.793333352, 0)
  299. Kill.Size = UDim2.new(0, 108, 0, 20)
  300. Kill.Font = Enum.Font.SourceSans
  301. Kill.Text = "Kill GUI"
  302. Kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  303. Kill.TextSize = 14.000
  304.  
  305. UICorner_14.Parent = Kill
  306.  
  307. BeastOpen.Name = "BeastOpen"
  308. BeastOpen.Parent = MainFrame
  309. BeastOpen.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  310. BeastOpen.BorderColor3 = Color3.fromRGB(0, 0, 0)
  311. BeastOpen.Position = UDim2.new(0.017699182, 0, 0.250737488, 0)
  312. BeastOpen.Size = UDim2.new(0, 108, 0, 24)
  313. BeastOpen.Font = Enum.Font.SourceSans
  314. BeastOpen.Text = "Beast Hacks"
  315. BeastOpen.TextColor3 = Color3.fromRGB(255, 255, 255)
  316. BeastOpen.TextSize = 14.000
  317.  
  318. UICorner_15.Parent = BeastOpen
  319.  
  320. MainOpen.Name = "MainOpen"
  321. MainOpen.Parent = MainFrame
  322. MainOpen.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  323. MainOpen.BorderColor3 = Color3.fromRGB(0, 0, 0)
  324. MainOpen.Position = UDim2.new(0.017699182, 0, 0.150442481, 0)
  325. MainOpen.Size = UDim2.new(0, 108, 0, 24)
  326. MainOpen.Font = Enum.Font.SourceSans
  327. MainOpen.Text = "Main Menu"
  328. MainOpen.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. MainOpen.TextSize = 14.000
  330.  
  331. UICorner_16.Parent = MainOpen
  332.  
  333. HelpMenuText.Name = "HelpMenuText"
  334. HelpMenuText.Parent = MainFrame
  335. HelpMenuText.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  336. HelpMenuText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  337. HelpMenuText.Position = UDim2.new(0, 0, 0.115044251, 0)
  338. HelpMenuText.Size = UDim2.new(0, 452, 0, 300)
  339. HelpMenuText.Visible = false
  340. HelpMenuText.Font = Enum.Font.SourceSans
  341. HelpMenuText.Text = ""
  342. HelpMenuText.TextColor3 = Color3.fromRGB(255, 255, 255)
  343. HelpMenuText.TextSize = 14.000
  344.  
  345. UICorner_17.Parent = HelpMenuText
  346.  
  347. CloseHelp.Name = "CloseHelp"
  348. CloseHelp.Parent = HelpMenuText
  349. CloseHelp.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  350. CloseHelp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  351. CloseHelp.Position = UDim2.new(0.0376106203, 0, -0.133333325, 0)
  352. CloseHelp.Size = UDim2.new(0, 48, 0, 29)
  353. CloseHelp.Font = Enum.Font.SourceSans
  354. CloseHelp.Text = "Close"
  355. CloseHelp.TextColor3 = Color3.fromRGB(255, 255, 255)
  356. CloseHelp.TextSize = 14.000
  357.  
  358. UICorner_18.Parent = CloseHelp
  359.  
  360. CompEspHelp.Name = "CompEspHelp"
  361. CompEspHelp.Parent = HelpMenuText
  362. CompEspHelp.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  363. CompEspHelp.BorderColor3 = Color3.fromRGB(43, 43, 43)
  364. CompEspHelp.Position = UDim2.new(0.017699115, 0, 0.0399999991, 0)
  365. CompEspHelp.Size = UDim2.new(0, 125, 0, 40)
  366. CompEspHelp.Font = Enum.Font.SourceSans
  367. CompEspHelp.Text = "Computer ESP"
  368. CompEspHelp.TextColor3 = Color3.fromRGB(255, 255, 255)
  369. CompEspHelp.TextSize = 14.000
  370.  
  371. TextLabel_5.Parent = CompEspHelp
  372. TextLabel_5.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  373. TextLabel_5.BorderColor3 = Color3.fromRGB(43, 43, 43)
  374. TextLabel_5.Position = UDim2.new(1, 0, -0.125, 0)
  375. TextLabel_5.Size = UDim2.new(0, 311, 0, 287)
  376. TextLabel_5.Font = Enum.Font.SourceSans
  377. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  378. TextLabel_5.TextSize = 14.000
  379.  
  380. PlayerOpen.Name = "PlayerOpen"
  381. PlayerOpen.Parent = MainFrame
  382. PlayerOpen.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  383. PlayerOpen.BorderColor3 = Color3.fromRGB(0, 0, 0)
  384. PlayerOpen.Position = UDim2.new(0.017699182, 0, 0.351032466, 0)
  385. PlayerOpen.Size = UDim2.new(0, 108, 0, 24)
  386. PlayerOpen.Font = Enum.Font.SourceSans
  387. PlayerOpen.Text = "Player Hacks"
  388. PlayerOpen.TextColor3 = Color3.fromRGB(255, 255, 255)
  389. PlayerOpen.TextSize = 14.000
  390.  
  391. UICorner_19.Parent = PlayerOpen
  392.  
  393. PlayerFrame.Name = "PlayerFrame"
  394. PlayerFrame.Parent = MainFrame
  395. PlayerFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  396. PlayerFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  397. PlayerFrame.Position = UDim2.new(0.274336278, 0, 0.115044251, 0)
  398. PlayerFrame.Size = UDim2.new(0, 328, 0, 300)
  399. PlayerFrame.Visible = false
  400.  
  401. UICorner_20.Parent = PlayerFrame
  402.  
  403. Radar_2.Name = "Radar"
  404. Radar_2.Parent = PlayerFrame
  405. Radar_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  406. Radar_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  407. Radar_2.Position = UDim2.new(0.505504072, 0, 0.360737473, 0)
  408. Radar_2.Size = UDim2.new(0, 108, 0, 24)
  409. Radar_2.Font = Enum.Font.SourceSans
  410. Radar_2.Text = "Radar (V)"
  411. Radar_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  412. Radar_2.TextSize = 14.000
  413.  
  414. UICorner_21.Parent = Radar_2
  415.  
  416. Invis.Name = "Invis"
  417. Invis.Parent = PlayerFrame
  418. Invis.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  419. Invis.BorderColor3 = Color3.fromRGB(0, 0, 0)
  420. Invis.Position = UDim2.new(0.340869904, 0, 0.707404196, 0)
  421. Invis.Size = UDim2.new(0, 108, 0, 24)
  422. Invis.Font = Enum.Font.SourceSans
  423. Invis.Text = "Invisibility (X)"
  424. Invis.TextColor3 = Color3.fromRGB(255, 255, 255)
  425. Invis.TextSize = 14.000
  426.  
  427. UICorner_22.Parent = Invis
  428.  
  429. Speed_2.Name = "Speed"
  430. Speed_2.Parent = PlayerFrame
  431. Speed_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  432. Speed_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  433. Speed_2.Position = UDim2.new(0.340869904, 0, 0.470737487, 0)
  434. Speed_2.Size = UDim2.new(0, 108, 0, 24)
  435. Speed_2.Font = Enum.Font.SourceSans
  436. Speed_2.Text = "Super Speed (T)"
  437. Speed_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  438. Speed_2.TextSize = 14.000
  439.  
  440. UICorner_23.Parent = Speed_2
  441.  
  442. TextLabel_6.Parent = PlayerFrame
  443. TextLabel_6.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  444. TextLabel_6.BackgroundTransparency = 1.000
  445. TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  446. TextLabel_6.Position = UDim2.new(0.195121944, 0, 0.153333336, 0)
  447. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  448. TextLabel_6.Font = Enum.Font.SourceSans
  449. TextLabel_6.Text = "Player Abilites"
  450. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  451. TextLabel_6.TextSize = 14.000
  452.  
  453. TextLabel_7.Parent = TextLabel_6
  454. TextLabel_7.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  455. TextLabel_7.BackgroundTransparency = 1.000
  456. TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  457. TextLabel_7.Position = UDim2.new(0, 0, 0.25999999, 0)
  458. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  459. TextLabel_7.Font = Enum.Font.SourceSans
  460. TextLabel_7.Text = "(5 sec cooldown)"
  461. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  462. TextLabel_7.TextSize = 14.000
  463.  
  464. TextLabel_8.Parent = PlayerFrame
  465. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  466. TextLabel_8.BackgroundTransparency = 1.000
  467. TextLabel_8.Position = UDim2.new(0.198170736, 0, 0.543333292, 0)
  468. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  469. TextLabel_8.Font = Enum.Font.SourceSans
  470. TextLabel_8.Text = "Gamepass Required"
  471. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  472. TextLabel_8.TextSize = 14.000
  473.  
  474. Stealth.Name = "Stealth"
  475. Stealth.Parent = PlayerFrame
  476. Stealth.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  477. Stealth.BorderColor3 = Color3.fromRGB(0, 0, 0)
  478. Stealth.Position = UDim2.new(0.160991862, 0, 0.360737473, 0)
  479. Stealth.Size = UDim2.new(0, 108, 0, 24)
  480. Stealth.Font = Enum.Font.SourceSans
  481. Stealth.Text = "Stealth (F)"
  482. Stealth.TextColor3 = Color3.fromRGB(255, 255, 255)
  483. Stealth.TextSize = 14.000
  484.  
  485. UICorner_24.Parent = Stealth
  486.  
  487. -- Scripts:
  488.  
  489. local function VFVFSJB_fake_script() -- TextButton.MinScript
  490. local script = Instance.new('Script', TextButton)
  491.  
  492. -- Open/Close Scripts
  493. script.Parent.MouseButton1Click:Connect(function()
  494. script.Parent.Parent.Parent.MainFrame.Visible = true
  495. script.Parent.Parent.Parent.MinimizedFrame.Visible = false
  496. end)
  497. end
  498. coroutine.wrap(VFVFSJB_fake_script)()
  499. local function OURB_fake_script() -- HideGUI.MainScript
  500. local script = Instance.new('Script', HideGUI)
  501.  
  502. script.Parent.MouseButton1Click:Connect(function()
  503. script.Parent.Parent.Visible = false
  504. script.Parent.Parent.Parent.MinimizedFrame.Visible = true
  505. end)
  506. end
  507. coroutine.wrap(OURB_fake_script)()
  508. local function YEBKUN_fake_script() -- BeastWin.Script
  509. local script = Instance.new('Script', BeastWin)
  510.  
  511. script.Parent.MouseButton1Click:Connect(function()
  512. local l = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  513. for k, n in pairs(game.Players:GetPlayers()) do
  514. for i, d in pairs(game.Workspace:GetChildren()) do
  515. if d:FindFirstChild("HackableComputers") then
  516. local e = d:FindFirstChild("HackableComputers").Parent
  517. local o = game.Players.LocalPlayer
  518. if n ~= o then
  519. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = n.Character.HumanoidRootPart.CFrame
  520. game.ReplicatedStorage.ProjectGemma.Remotes.ragdollEvent:FireServer("RagdollPlr", n.Name)
  521. game.ReplicatedStorage.ProjectGemma.Remotes.ragdollEvent:FireServer("RopePlr", n.Name)
  522. wait(.5)
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  524. e:FindFirstChild("FreezeTubes").Freezer.FX.CFrame
  525. e:FindFirstChild("FreezeTubes").Freezer.Name = "FX1"
  526. wait(.5)
  527. game.ReplicatedStorage.ProjectGemma.Remotes.rEvent:FireServer("FreezePlayer", n.Name)
  528. end
  529. end
  530. end
  531. end
  532. end)
  533. end
  534. coroutine.wrap(YEBKUN_fake_script)()
  535. local function SVMZK_fake_script() -- Radar.LocalScript
  536. local script = Instance.new('LocalScript', Radar)
  537.  
  538. local imp = game:GetService("UserInputService")
  539. local enable = false
  540. script.Parent.MouseButton1Click:Connect(function()
  541. enable = not enable
  542. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  543. script.Parent.Text = (enable and "Radar (V) [On]") or "Radar (V) [Off]"
  544. end)
  545. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  546. if Input.KeyCode == Enum.KeyCode.V and (not GameProcessedEvent) then
  547. if (enable == true) then
  548. print("Radar activated")
  549. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("PlayerRadar")
  550. end
  551. end
  552. end)
  553. end
  554. coroutine.wrap(SVMZK_fake_script)()
  555. local function ADGWQY_fake_script() -- WepThrow.LocalScript
  556. local script = Instance.new('LocalScript', WepThrow)
  557.  
  558. local imp = game:GetService("UserInputService")
  559. local enable = false
  560. script.Parent.MouseButton1Click:Connect(function()
  561. enable = not enable
  562. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  563. script.Parent.Text = (enable and "Weapon Throw (F) [On]") or "Weapon Throw (F [Off]"
  564. end)
  565. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  566. if Input.KeyCode == Enum.KeyCode.F and (not GameProcessedEvent) then
  567. if (enable == true) then
  568. print("Weapon Throw")
  569. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("Weapon Throw")
  570. end
  571. end
  572. end)
  573. end
  574. coroutine.wrap(ADGWQY_fake_script)()
  575. local function BBJEB_fake_script() -- Speed.LocalScript
  576. local script = Instance.new('LocalScript', Speed)
  577.  
  578. local imp = game:GetService("UserInputService")
  579. local enable = false
  580. script.Parent.MouseButton1Click:Connect(function()
  581. enable = not enable
  582. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  583. script.Parent.Text = (enable and "Super Speed (T) [On]") or "Super Speed (T) [Off]"
  584. end)
  585. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  586. if Input.KeyCode == Enum.KeyCode.T and (not GameProcessedEvent) then
  587. if (enable == true) then
  588. print("Shape Shifter activated")
  589. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("SuperSpeed")
  590. end
  591. end
  592. end)
  593. end
  594. coroutine.wrap(BBJEB_fake_script)()
  595. local function NYHERVX_fake_script() -- ShapeShift.LocalScript
  596. local script = Instance.new('LocalScript', ShapeShift)
  597.  
  598. local imp = game:GetService("UserInputService")
  599. local enable = false
  600. script.Parent.MouseButton1Click:Connect(function()
  601. enable = not enable
  602. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  603. script.Parent.Text = (enable and "Shape Shifter (X) [On]") or "Shape Shifter (X) [Off]"
  604. end)
  605. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  606. if Input.KeyCode == Enum.KeyCode.X and (not GameProcessedEvent) then
  607. if (enable == true) then
  608. print("Shape Shifter activated")
  609. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("ShapeShifter")
  610. end
  611. end
  612. end)
  613. end
  614. coroutine.wrap(NYHERVX_fake_script)()
  615. local function IBFOKD_fake_script() -- CompEsp.Script
  616. local script = Instance.new('Script', CompEsp)
  617.  
  618. script.Parent.MouseButton1Click:Connect(function()
  619. game:GetService("StarterGui"):SetCore("SendNotification", {
  620. Title = "Computer ESP";
  621. Text = "Computer ESP Loaded";
  622. })
  623.  
  624. local function CreateESP(Part)
  625. local Box = Instance.new("BoxHandleAdornment")
  626. Box.Size = Part.Size + Vector3.new(0.1, 0.1, 0.1)
  627. Box.Name = "ESP"
  628. Box.Adornee = Part
  629. Box.Color3 = Part:FindFirstChild("HackermanScreen").HackColor.BackgroundColor3
  630. Box.AlwaysOnTop = true
  631. Box.ZIndex = 1
  632. Box.Parent = Part
  633.  
  634. Part:FindFirstChild("HackermanScreen").HackColor:GetPropertyChangedSignal("BackgroundColor3"):Connect(function()
  635. Box.Color3 = Part:FindFirstChild("HackermanScreen").HackColor.BackgroundColor3
  636. end)
  637. end
  638.  
  639. for _,v in pairs(game:GetService('Workspace'):GetDescendants()) do
  640. if v.Name == "Setup" and v.Parent.Name == "HackableComputers" then
  641. if (not v.Monitor.Screen:FindFirstChild("ESP")) then
  642. CreateESP(v.Monitor.Screen)
  643. end
  644. end
  645. end
  646.  
  647. game:GetService('Workspace').DescendantAdded:Connect(function(Part)
  648. if Part.Name == "Setup" and Part.Parent.Name == "HackableComputers" then
  649. local Monitor = Part:FindFirstChild("Monitor") or Part:WaitForChild("Monitor")
  650.  
  651. if Monitor then
  652. CreateESP(Monitor.Screen)
  653. end
  654. end
  655. end)
  656.  
  657.  
  658. HackableComputers.ChildAdded:Connect(function(Part)
  659. if (not Part.Monitor.Screen:FindFirstChild("ESP")) then
  660. CreateESP(Part.Monitor.Screen)
  661. end
  662. end)
  663.  
  664.  
  665.  
  666. end)
  667.  
  668. end
  669. coroutine.wrap(IBFOKD_fake_script)()
  670. local function ZXDPCVZ_fake_script() -- ChatSpy.Script
  671. local script = Instance.new('Script', ChatSpy)
  672.  
  673. script.Parent.MouseButton1Click:Connect(function()
  674. function plrchat(plr, chat)
  675. print(plr.Name..": "..tick().."\n"..chat)
  676. end
  677. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  678. v.Chatted:connect(function(chat)
  679. if chatlogs then
  680. plrchat(v, chat)
  681. end
  682. end)
  683. end
  684. game:GetService("Players").PlayerAdded:connect(function(plr)
  685. plr.Chatted:connect(function(chat)
  686. if chatlogs then
  687. plrchat(plr, chat)
  688. end
  689. end)
  690. end)
  691. chatlogs = true
  692. game:GetService("StarterGui"):SetCore("SendNotification", {
  693. Title = "Chat Spy";
  694. Text = "Chat Spy Loaded";
  695. })
  696. end)
  697. end
  698. coroutine.wrap(ZXDPCVZ_fake_script)()
  699. local function YEIO_fake_script() -- PrtDel.Script
  700. local script = Instance.new('Script', PrtDel)
  701.  
  702. script.Parent.MouseButton1Click:Connect(function()
  703. local Plr = game:GetService("Players").LocalPlayer
  704. local Mouse = Plr:GetMouse()
  705.  
  706. Mouse.Button1Down:connect(function()
  707. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  708. if not Mouse.Target then return end
  709. Mouse.Target:Destroy()
  710. end)
  711. game:GetService("StarterGui"):SetCore("SendNotification", {
  712. Title = "Part Removal";
  713. Text = "Part Removal Loaded";
  714. })
  715. end)
  716. end
  717. coroutine.wrap(YEIO_fake_script)()
  718. local function CPDQS_fake_script() -- Kill.Script
  719. local script = Instance.new('Script', Kill)
  720.  
  721. script.Parent.MouseButton1Click:Connect(function()
  722. if (game:WaitForChild('CoreGui').MainGui) then
  723. game:WaitForChild('CoreGui').MainGui:Destroy()
  724. end
  725. game:GetService("StarterGui"):SetCore("SendNotification", {
  726. Title = "Bye";
  727. Text = "Thanks for using my Gui!";
  728. })
  729. end)
  730. end
  731. coroutine.wrap(CPDQS_fake_script)()
  732. local function KJBSOBB_fake_script() -- BeastOpen.Script
  733. local script = Instance.new('Script', BeastOpen)
  734.  
  735. script.Parent.MouseButton1Click:Connect(function()
  736. script.Parent.Parent.BeastFrame.Visible = true
  737. script.Parent.Parent.PlayerFrame.Visible = false
  738. script.Parent.Parent.Main.Visible = false
  739. end)
  740. end
  741. coroutine.wrap(KJBSOBB_fake_script)()
  742. local function OUKV_fake_script() -- MainOpen.Script
  743. local script = Instance.new('Script', MainOpen)
  744.  
  745. script.Parent.MouseButton1Click:Connect(function()
  746. script.Parent.Parent.BeastFrame.Visible = false
  747. script.Parent.Parent.PlayerFrame.Visible = false
  748. script.Parent.Parent.Main.Visible = true
  749. end)
  750. end
  751. coroutine.wrap(OUKV_fake_script)()
  752. local function YQUNF_fake_script() -- CloseHelp.Script
  753. local script = Instance.new('Script', CloseHelp)
  754.  
  755. script.Parent.MouseButton1Click:Connect(function()
  756. script.Parent.Parent.Visible = false
  757. script.Parent.Visible = false
  758. script.Parent.Parent.Parent.OpenHelp.Visible = true
  759. script.Parent.Parent.HelpMenuText.Visible = true
  760. script.Parent.Parent.HelpMenuText.CloseHelp.Visible = true
  761. script.Parent.Parent.Main.Visible = false
  762. script.Parent.Parent.BeastFrame.Visible = false
  763. script.Parent.Parent.PlayerOpen.Visible = false
  764. end)
  765.  
  766. end
  767. coroutine.wrap(YQUNF_fake_script)()
  768. local function ZBVEV_fake_script() -- CompEspHelp.Script
  769. local script = Instance.new('Script', CompEspHelp)
  770.  
  771. script.Parent.MouseButton1Click:Connect(function()
  772. script.Parent.TextLabel.Visible = true
  773. end)
  774. end
  775. coroutine.wrap(ZBVEV_fake_script)()
  776. local function ZEAYIEF_fake_script() -- PlayerOpen.Script
  777. local script = Instance.new('Script', PlayerOpen)
  778.  
  779. script.Parent.MouseButton1Click:Connect(function()
  780. script.Parent.Parent.BeastFrame.Visible = false
  781. script.Parent.Parent.PlayerFrame.Visible = true
  782. script.Parent.Parent.Main.Visible = false
  783. end)
  784. end
  785. coroutine.wrap(ZEAYIEF_fake_script)()
  786. local function ZZSYT_fake_script() -- Radar_2.Radar
  787. local script = Instance.new('LocalScript', Radar_2)
  788.  
  789. local imp = game:GetService("UserInputService")
  790. local enable = false
  791. script.Parent.MouseButton1Click:Connect(function()
  792. enable = not enable
  793. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  794. script.Parent.Text = (enable and "Radar (V) [On]") or "Radar (V) [Off]"
  795. end)
  796. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  797. if Input.KeyCode == Enum.KeyCode.V and (not GameProcessedEvent) then
  798. if (enable == true) then
  799. print("Radar activated")
  800. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("PlayerRadar")
  801. end
  802. end
  803. end)
  804. end
  805. coroutine.wrap(ZZSYT_fake_script)()
  806. local function YYJON_fake_script() -- Invis.Invis
  807. local script = Instance.new('LocalScript', Invis)
  808.  
  809. local imp = game:GetService("UserInputService")
  810. local enable = false
  811. script.Parent.MouseButton1Click:Connect(function()
  812. enable = not enable
  813. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  814. script.Parent.Text = (enable and "Invisibility (F) [On]") or "Invisibility (F) [Off]"
  815. end)
  816. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  817. if Input.KeyCode == Enum.KeyCode.F and (not GameProcessedEvent) then
  818. if (enable == true) then
  819. print("Invisibility activated")
  820. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("Invisibility")
  821. end
  822. end
  823. end)
  824. end
  825. coroutine.wrap(YYJON_fake_script)()
  826. local function OKUAHJO_fake_script() -- Speed_2.Speed
  827. local script = Instance.new('LocalScript', Speed_2)
  828.  
  829. local imp = game:GetService("UserInputService")
  830. local enable = false
  831. script.Parent.MouseButton1Click:Connect(function()
  832. enable = not enable
  833. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  834. script.Parent.Text = (enable and "Super Speed (T) [On]") or "Super Speed (T) [Off]"
  835. end)
  836. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  837. if Input.KeyCode == Enum.KeyCode.T and (not GameProcessedEvent) then
  838. if (enable == true) then
  839. print("Super Speed activated")
  840. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("SuperSpeed")
  841. end
  842. end
  843. end)
  844. end
  845. coroutine.wrap(OKUAHJO_fake_script)()
  846. local function FNRR_fake_script() -- Stealth.Stealth
  847. local script = Instance.new('LocalScript', Stealth)
  848.  
  849. local imp = game:GetService("UserInputService")
  850. local enable = false
  851. script.Parent.MouseButton1Click:Connect(function()
  852. enable = not enable
  853. script.Parent.TextColor3 = (enable and Color3.fromRGB(46, 204, 113)) or Color3.fromRGB(231, 76, 60)
  854. script.Parent.Text = (enable and "Stealth (X) [On]") or "Steath (X) [Off]"
  855. end)
  856. game:GetService("UserInputService").InputBegan:Connect(function(Input, GameProcessedEvent)
  857. if Input.KeyCode == Enum.KeyCode.X and (not GameProcessedEvent) then
  858. if (enable == true) then
  859. print("Steath activated")
  860. game.ReplicatedStorage.AbilitiesShared.net.Request:FireServer("Stealth")
  861. end
  862. end
  863. end)
  864. end
  865. coroutine.wrap(FNRR_fake_script)()
  866. local function VVMSEAL_fake_script() -- MainGui.DraggableMain
  867. local script = Instance.new('Script', MainGui)
  868.  
  869. -- Draggable script-1
  870. local UserInputService = game:GetService("UserInputService")
  871.  
  872. local gui = script.Parent.MainFrame
  873.  
  874. local dragging
  875. local dragInput
  876. local dragStart
  877. local startPos
  878.  
  879. local function update(input)
  880. local delta = input.Position - dragStart
  881. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  882. end
  883.  
  884. gui.InputBegan:Connect(function(input)
  885. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  886. dragging = true
  887. dragStart = input.Position
  888. startPos = gui.Position
  889.  
  890. input.Changed:Connect(function()
  891. if input.UserInputState == Enum.UserInputState.End then
  892. dragging = false
  893. end
  894. end)
  895. end
  896. end)
  897.  
  898. gui.InputChanged:Connect(function(input)
  899. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  900. dragInput = input
  901. end
  902. end)
  903.  
  904. UserInputService.InputChanged:Connect(function(input)
  905. if input == dragInput and dragging then
  906. update(input)
  907. end
  908. end)
  909.  
  910. game:GetService("StarterGui"):SetCore("SendNotification", {
  911. Title = "Gui Loaded";
  912. Text = "Thanks For Using My Gui!";
  913. })
  914. end
  915. coroutine.wrap(VVMSEAL_fake_script)()
  916. local function DZSUFVR_fake_script() -- MainGui.DraggableMin
  917. local script = Instance.new('Script', MainGui)
  918.  
  919. -- Draggable script-2
  920. local UserInputService = game:GetService("UserInputService")
  921.  
  922. local gui = script.Parent.MinimizedFrame
  923.  
  924. local dragging
  925. local dragInput
  926. local dragStart
  927. local startPos
  928.  
  929. local function update(input)
  930. local delta = input.Position - dragStart
  931. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  932. end
  933.  
  934. gui.InputBegan:Connect(function(input)
  935. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  936. dragging = true
  937. dragStart = input.Position
  938. startPos = gui.Position
  939.  
  940. input.Changed:Connect(function()
  941. if input.UserInputState == Enum.UserInputState.End then
  942. dragging = false
  943. end
  944. end)
  945. end
  946. end)
  947.  
  948. gui.InputChanged:Connect(function(input)
  949. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  950. dragInput = input
  951. end
  952. end)
  953.  
  954. UserInputService.InputChanged:Connect(function(input)
  955. if input == dragInput and dragging then
  956. update(input)
  957. end
  958. end)
  959. end
  960. coroutine.wrap(DZSUFVR_fake_script)()
  961. else
  962. game:GetService("StarterGui"):SetCore("SendNotification", {
  963. Title = "Wrong Game!";
  964. Text = "Youve executed this script in the wrong game!";
  965. })
  966. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement