Advertisement
koolusername

xedved internal ui

Mar 14th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.35 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local idkkk = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("ImageLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local txtf = Instance.new("ScrollingFrame")
  12. local TextBox = Instance.new("TextBox")
  13. local txt_Roundify_10 = Instance.new("ImageLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local TextButton_Roundify_20px = Instance.new("ImageLabel")
  16. local TextButton_2 = Instance.new("TextButton")
  17. local TextButton_Roundify_20px_2 = Instance.new("ImageLabel")
  18. local scripts = Instance.new("ImageLabel")
  19. local design = Instance.new("Frame")
  20. local scriptsScroll = Instance.new("ScrollingFrame")
  21. local opguis = Instance.new("TextButton")
  22. local aim = Instance.new("TextButton")
  23. local jail = Instance.new("TextButton")
  24. local arsenal = Instance.new("TextButton")
  25. local fathom = Instance.new("TextButton")
  26. local potato = Instance.new("TextButton")
  27. local madci = Instance.new("TextButton")
  28. local arrow = Instance.new("ImageButton")
  29. local choice = Instance.new("TextLabel")
  30. local TextButton_3 = Instance.new("TextButton")
  31. local TextButton_4 = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. idkkk.Name = "idkkk"
  36. idkkk.Parent = game.CoreGui
  37.  
  38. Frame.Parent = idkkk
  39. Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  40. Frame.BorderSizePixel = 0
  41. Frame.Position = UDim2.new(0.0238284357, 0, 0.513377964, 0)
  42. Frame.Size = UDim2.new(0, 488, 0, 38)
  43. Frame.Visible = false
  44.  
  45.  
  46. Frame_2.Name = "Frame"
  47. Frame_2.Parent = Frame
  48. Frame_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  49. Frame_2.BackgroundTransparency = 1.000
  50. Frame_2.BorderSizePixel = 0
  51. Frame_2.Position = UDim2.new(-1.46441162e-05, 0, 0.537933469, 0)
  52. Frame_2.Size = UDim2.new(0, 488, 0, 218)
  53. Frame_2.ZIndex = -100
  54. Frame_2.Image = "rbxassetid://2851923546"
  55. Frame_2.ImageColor3 = Color3.fromRGB(40, 40, 40)
  56. Frame_2.ScaleType = Enum.ScaleType.Slice
  57. Frame_2.SliceCenter = Rect.new(20, 20, 20, 20)
  58.  
  59. TextLabel.Parent = Frame
  60. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. TextLabel.BackgroundTransparency = 1.000
  62. TextLabel.Position = UDim2.new(0.0901639313, 0, 0, 0)
  63. TextLabel.Size = UDim2.new(0, 141, 0, 38)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = "X e d v e d U I"
  66. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14.000
  69. TextLabel.TextWrapped = true
  70.  
  71. ImageLabel.Parent = Frame
  72. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. ImageLabel.BackgroundTransparency = 1.000
  74. ImageLabel.BorderSizePixel = 0
  75. ImageLabel.Size = UDim2.new(0, 38, 0, 38)
  76. ImageLabel.Image = "http://www.roblox.com/asset/?id=4778232140"
  77.  
  78. txtf.Name = "txtf"
  79. txtf.Parent = Frame
  80. txtf.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  81. txtf.BorderSizePixel = 0
  82. txtf.Position = UDim2.new(0.06967213, 0, 1.39473641, 0)
  83. txtf.Size = UDim2.new(0, 429, 0, 161)
  84. txtf.CanvasSize = UDim2.new(0, 0, 100, 0)
  85.  
  86. TextBox.Parent = txtf
  87. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. TextBox.BackgroundTransparency = 1.000
  89. TextBox.BorderSizePixel = 0
  90. TextBox.Size = UDim2.new(1, 0, 1, 0)
  91. TextBox.ZIndex = 1000
  92. TextBox.Font = Enum.Font.SourceSans
  93. TextBox.MultiLine = true
  94. TextBox.Text = "print(\"hi\")"
  95. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. TextBox.TextSize = 25.000
  97. TextBox.TextWrapped = true
  98. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  99. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  100.  
  101. txt_Roundify_10.Name = "txt_Roundify_10"
  102. txt_Roundify_10.Parent = Frame
  103. txt_Roundify_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. txt_Roundify_10.BackgroundTransparency = 1.000
  105. txt_Roundify_10.Position = UDim2.new(0.06967213, -10, 1.39473641, -10)
  106. txt_Roundify_10.Size = UDim2.new(0, 446, 0, 181)
  107. txt_Roundify_10.Image = "rbxassetid://2851927369"
  108. txt_Roundify_10.ImageColor3 = Color3.fromRGB(30, 30, 30)
  109. txt_Roundify_10.ScaleType = Enum.ScaleType.Slice
  110. txt_Roundify_10.SliceCenter = Rect.new(10, 10, 10, 10)
  111.  
  112. TextButton.Parent = Frame
  113. TextButton.BackgroundColor3 = Color3.fromRGB(255, 81, 58)
  114. TextButton.BackgroundTransparency = 1.000
  115. TextButton.BorderSizePixel = 0
  116. TextButton.Position = UDim2.new(0.922131121, 0, 0.210526317, 0)
  117. TextButton.Size = UDim2.new(0, 20, 0, 20)
  118. TextButton.Font = Enum.Font.SourceSans
  119. TextButton.Text = ""
  120. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. TextButton.TextSize = 14.000
  122.  
  123.  
  124. close = TextButton
  125.  
  126. TextButton_Roundify_20px.Name = "TextButton_Roundify_20px"
  127. TextButton_Roundify_20px.Parent = TextButton
  128. TextButton_Roundify_20px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. TextButton_Roundify_20px.BackgroundTransparency = 1.000
  130. TextButton_Roundify_20px.Size = UDim2.new(1, 0, 1, 0)
  131. TextButton_Roundify_20px.Image = "rbxassetid://2851923546"
  132. TextButton_Roundify_20px.ImageColor3 = Color3.fromRGB(255, 81, 58)
  133. TextButton_Roundify_20px.ScaleType = Enum.ScaleType.Slice
  134. TextButton_Roundify_20px.SliceCenter = Rect.new(20, 20, 20, 20)
  135.  
  136.  
  137. min = TextButton_2
  138.  
  139. TextButton_2.Parent = Frame
  140. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 81, 58)
  141. TextButton_2.BackgroundTransparency = 1.000
  142. TextButton_2.BorderSizePixel = 0
  143. TextButton_2.Position = UDim2.new(0.822131121, 0, 0.210526317, 0)
  144. TextButton_2.Size = UDim2.new(0, 20, 0, 20)
  145. TextButton_2.Font = Enum.Font.SourceSans
  146. TextButton_2.Text = ""
  147. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. TextButton_2.TextSize = 14.000
  149. min.ZIndex = 10000
  150.  
  151.  
  152. TextButton_Roundify_20px_2.Name = "TextButton_Roundify_20px"
  153. TextButton_Roundify_20px_2.Parent = TextButton_2
  154. TextButton_Roundify_20px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. TextButton_Roundify_20px_2.BackgroundTransparency = 1.000
  156. TextButton_Roundify_20px_2.Size = UDim2.new(1, 0, 1, 0)
  157. TextButton_Roundify_20px_2.Image = "rbxassetid://2851923546"
  158. TextButton_Roundify_20px_2.ImageColor3 = Color3.fromRGB(255, 236, 17)
  159. TextButton_Roundify_20px_2.ScaleType = Enum.ScaleType.Slice
  160. TextButton_Roundify_20px_2.SliceCenter = Rect.new(20, 20, 20, 20)
  161.  
  162. scripts.Name = "scripts"
  163. scripts.Parent = Frame
  164. scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. scripts.BackgroundTransparency = 1.000
  166. scripts.Position = UDim2.new(1, 0, -4.01547084e-07, 0)
  167. scripts.Size = UDim2.new(0, 195, 0, 238)
  168. scripts.Visible = false
  169. scripts.Image = "rbxassetid://2851923546"
  170. scripts.ImageColor3 = Color3.fromRGB(40, 40, 40)
  171. scripts.ScaleType = Enum.ScaleType.Slice
  172. scripts.SliceCenter = Rect.new(20, 20, 20, 20)
  173.  
  174. design.Name = "design"
  175. design.Parent = scripts
  176. design.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  177. design.BorderSizePixel = 0
  178. design.Size = UDim2.new(1, 0, 0, 38)
  179.  
  180. scriptsScroll.Name = "scriptsScroll"
  181. scriptsScroll.Parent = scripts
  182. scriptsScroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. scriptsScroll.BackgroundTransparency = 1.000
  184. scriptsScroll.BorderSizePixel = 0
  185. scriptsScroll.Position = UDim2.new(0, 0, 0.159663871, 0)
  186. scriptsScroll.Size = UDim2.new(0, 195, 0, 176)
  187. scriptsScroll.CanvasSize = UDim2.new(0, 0, 10, 0)
  188.  
  189. opguis.Name = "opguis"
  190. opguis.Parent = scriptsScroll
  191. opguis.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  192. opguis.BorderSizePixel = 0
  193. opguis.Size = UDim2.new(0, 184, 0, 32)
  194. opguis.Font = Enum.Font.SourceSans
  195. opguis.Text = "OP Guis"
  196. opguis.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. opguis.TextScaled = true
  198. opguis.TextSize = 14.000
  199. opguis.TextWrapped = true
  200.  
  201. aim.Name = "aim"
  202. aim.Parent = scriptsScroll
  203. aim.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  204. aim.BorderSizePixel = 0
  205. aim.Position = UDim2.new(0, 0, 0.0134453783, 0)
  206. aim.Size = UDim2.new(0, 184, 0, 32)
  207. aim.Font = Enum.Font.SourceSans
  208. aim.Text = "Aimbot"
  209. aim.TextColor3 = Color3.fromRGB(255, 255, 255)
  210. aim.TextScaled = true
  211. aim.TextSize = 14.000
  212. aim.TextWrapped = true
  213.  
  214. jail.Name = "jail"
  215. jail.Parent = scriptsScroll
  216. jail.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  217. jail.BorderSizePixel = 0
  218. jail.Position = UDim2.new(0, 0, 0.0273109265, 0)
  219. jail.Size = UDim2.new(0, 184, 0, 32)
  220. jail.Font = Enum.Font.SourceSans
  221. jail.Text = "Jailbreak GUI"
  222. jail.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. jail.TextScaled = true
  224. jail.TextSize = 14.000
  225. jail.TextWrapped = true
  226.  
  227. arsenal.Name = "arsenal"
  228. arsenal.Parent = scriptsScroll
  229. arsenal.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  230. arsenal.BorderSizePixel = 0
  231. arsenal.Position = UDim2.new(0.025641026, 0, 0.0407563038, 0)
  232. arsenal.Size = UDim2.new(0, 184, 0, 32)
  233. arsenal.Font = Enum.Font.SourceSans
  234. arsenal.Text = "Arsenal GUI"
  235. arsenal.TextColor3 = Color3.fromRGB(255, 255, 255)
  236. arsenal.TextScaled = true
  237. arsenal.TextSize = 14.000
  238. arsenal.TextWrapped = true
  239.  
  240. fathom.Name = "fathom"
  241. fathom.Parent = scriptsScroll
  242. fathom.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  243. fathom.BorderSizePixel = 0
  244. fathom.Position = UDim2.new(-0.00512820482, 0, 0.0542016812, 0)
  245. fathom.Size = UDim2.new(0, 184, 0, 32)
  246. fathom.Font = Enum.Font.SourceSans
  247. fathom.Text = "Fathom Hub"
  248. fathom.TextColor3 = Color3.fromRGB(255, 255, 255)
  249. fathom.TextScaled = true
  250. fathom.TextSize = 14.000
  251. fathom.TextWrapped = true
  252.  
  253. potato.Name = "potato"
  254. potato.Parent = scriptsScroll
  255. potato.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  256. potato.BorderSizePixel = 0
  257. potato.Position = UDim2.new(-0.00512820482, 0, 0.0676470622, 0)
  258. potato.Size = UDim2.new(0, 184, 0, 32)
  259. potato.Font = Enum.Font.SourceSans
  260. potato.Text = "Potato Hub"
  261. potato.TextColor3 = Color3.fromRGB(255, 255, 255)
  262. potato.TextScaled = true
  263. potato.TextSize = 14.000
  264. potato.TextWrapped = true
  265.  
  266. madci.Name = "madci"
  267. madci.Parent = scriptsScroll
  268. madci.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  269. madci.BorderSizePixel = 0
  270. madci.Position = UDim2.new(0.025641026, 0, 0.0810924396, 0)
  271. madci.Size = UDim2.new(0, 184, 0, 32)
  272. madci.Font = Enum.Font.SourceSans
  273. madci.Text = "Mad City GUI"
  274. madci.TextColor3 = Color3.fromRGB(255, 255, 255)
  275. madci.TextScaled = true
  276. madci.TextSize = 14.000
  277. madci.TextWrapped = true
  278.  
  279. arrow.Name = "arrow"
  280. arrow.Parent = Frame
  281. arrow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  282. arrow.BackgroundTransparency = 1.000
  283. arrow.Position = UDim2.new(0.96106559, 0, 2.81578922, 0)
  284. arrow.Rotation = 90.000
  285. arrow.Size = UDim2.new(0, 24, 0, 24)
  286. arrow.Image = "rbxassetid://1902936388"
  287.  
  288. choice.Name = "choice"
  289. choice.Parent = idkkk
  290. choice.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  291. choice.Position = UDim2.new(0.79189831, 0, 0.827759206, 0)
  292. choice.Size = UDim2.new(0, 231, 0, 36)
  293. choice.Font = Enum.Font.SourceSans
  294. choice.Text = "Use the internal UI?"
  295. choice.TextColor3 = Color3.fromRGB(255, 255, 255)
  296. choice.TextSize = 30.000
  297. choice.TextWrapped = true
  298.  
  299. TextButton_3.Parent = choice
  300. TextButton_3.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  301. TextButton_3.BorderSizePixel = 0
  302. TextButton_3.Position = UDim2.new(-0.00432900432, 0, 1, 0)
  303. TextButton_3.Size = UDim2.new(0, 126, 0, 33)
  304. TextButton_3.Font = Enum.Font.SourceSans
  305. TextButton_3.Text = "Sure"
  306. TextButton_3.TextColor3 = Color3.fromRGB(60, 255, 1)
  307. TextButton_3.TextScaled = true
  308. TextButton_3.TextSize = 14.000
  309. TextButton_3.TextWrapped = true
  310.  
  311.  
  312. sure = TextButton_3
  313.  
  314. TextButton_4.Parent = choice
  315. TextButton_4.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  316. TextButton_4.BorderSizePixel = 0
  317. TextButton_4.Position = UDim2.new(0.541125536, 0, 1, 0)
  318. TextButton_4.Size = UDim2.new(0, 107, 0, 33)
  319. TextButton_4.Font = Enum.Font.SourceSans
  320. TextButton_4.Text = "No"
  321. TextButton_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  322. TextButton_4.TextScaled = true
  323. TextButton_4.TextSize = 14.000
  324. TextButton_4.TextWrapped = true
  325.  
  326.  
  327.  
  328. nah = TextButton_4
  329.  
  330. close.ZIndex = 100
  331. min.ZIndex = 100
  332.  
  333.  
  334. sure.MouseButton1Down:Connect(function()
  335. Frame.Visible = true
  336. choice.Visible = false
  337.  
  338. end)
  339. nah.MouseButton1Down:Connect(function()
  340. idkkk:Destroy()
  341. end)
  342.  
  343.  
  344.  
  345. close.MouseButton1Down:Connect(function()
  346. idkkk:Destroy()
  347. end)
  348. closed = false
  349. min.MouseButton1Down:Connect(function()
  350. closed = not closed
  351. if closed == false then
  352.  
  353.  
  354. local model =Frame:GetChildren()
  355.  
  356. for i,v in pairs(model) do
  357. if v.Name ~= "Frame" and v.Name ~= "TextButton" and v.Name ~= "TextButton" and v.Name ~= "ImageLabel" and v.Name ~= "TextLabel" then
  358. v.Visible = false
  359.  
  360. end
  361.  
  362. end
  363. --Frame_2:TweenSize(UDim2.new(0, 488,0, 218),"In","Back",1) --normal
  364. Frame_2:TweenSize(UDim2.new(0, 488,0, 0),"In","Back",1)
  365. else
  366. local model =Frame:GetChildren()
  367. Frame_2:TweenSize(UDim2.new(0, 488,0, 218),"Out","Back",1)
  368. wait(0.8)
  369. for i,v in pairs(model) do
  370. if v.Name ~= "Frame" and v.Name ~= "scripts" then
  371. v.Visible = true
  372.  
  373. end
  374.  
  375. end
  376.  
  377.  
  378.  
  379.  
  380. end
  381.  
  382.  
  383. end)
  384. scripts.Visible = true
  385. scriptsScroll.Visible = false
  386. scripts.Size = UDim2.new(0, 0, 0, 238)
  387.  
  388. animating = false
  389. hovering = false
  390.  
  391. --[[
  392. arrow.MouseEnter:Connect(function()
  393. hovering = true
  394. scripts.Visible = true
  395. scriptsScroll.Visible = false
  396. animating = true
  397. scripts:TweenSize( UDim2.new(0, 195, 0, 238),"In","Back",1)
  398. scriptsScroll:TweenSize( UDim2.new(0, 195, 0, 176),"In","Back",1)
  399. wait(0.8)
  400. scriptsScroll.Visible = true
  401. animating = false
  402. end)
  403. arrow.MouseLeave:Connect(function()
  404. hovering = false
  405. scriptsScroll.Visible = false
  406. scripts:TweenSize( UDim2.new(0, 0, 0, 238),"Out","Back",1)
  407. scriptsScroll:TweenSize( UDim2.new(0, 0, 0, 176),"Out","Back",1)
  408.  
  409. wait(0.8)
  410. scripts.Visible = false
  411.  
  412. end)
  413. --]]
  414. closed2 = true
  415.  
  416. arrow.MouseButton1Down:Connect(function()
  417. closed2 = not closed2
  418. if closed2 then
  419. scripts.Visible = true
  420. scriptsScroll.Visible = false
  421. animating = true
  422. scripts:TweenSize( UDim2.new(0, 195, 0, 238),"In","Quart",0.7)
  423. scriptsScroll:TweenSize( UDim2.new(0, 195, 0, 176),"In","Quart",0.7)
  424. wait(0.5)
  425. scriptsScroll.Visible = true
  426. arrow.Rotation = 270
  427. else
  428. scriptsScroll.Visible = false
  429. scripts:TweenSize( UDim2.new(0, 0, 0, 238),"Out","Quart",0.7)
  430. scriptsScroll:TweenSize( UDim2.new(0, 0, 0, 176),"Out","Quart",0.7)
  431.  
  432. wait(0.5)
  433. scripts.Visible = false
  434. arrow.Rotation = 90
  435. end
  436. end)
  437.  
  438.  
  439.  
  440.  
  441.  
  442. TextBox.FocusLost:Connect(function(enterPressed)
  443.  
  444. loadstring(TextBox.Text)()
  445.  
  446. end)
  447. local UserInputService = game:GetService("UserInputService")
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455. -------Scriptbox things
  456. aim.MouseButton1Down:Connect(function()
  457. loadstring(game:HttpGet("https://pastebin.com/raw/RQiBRn1R"))()
  458. end)
  459. jail.MouseButton1Down:Connect(function()
  460. loadstring(game:HttpGet("https://pastebin.com/raw/KAuU0vLP",true))()
  461. end)
  462. arsenal.MouseButton1Down:Connect(function()
  463. loadstring(game:HttpGet("https://pastebin.com/raw/Xa1u6NB9",true))()
  464. end)
  465. madci.MouseButton1Down:Connect(function()
  466. loadstring(game:GetObjects('rbxassetid://3015089451')[1].Source)()
  467. end)
  468. opguis.MouseButton1Down:Connect(function()
  469. loadstring(game:HttpGet("https://pastebin.com/raw/zjPBuFnb",true))()
  470. end)
  471. potato.MouseButton1Down:Connect(function()
  472. loadstring(game:HttpGet(('https://potatohub.glitch.me/PotatoHub.lua'),true))()
  473. end)
  474. fathom.MouseButton1Down:Connect(function()
  475. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  476. end)
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. maintiaithita = Frame
  486.  
  487. ----------------------------------------------Draging
  488. local UIS = game:GetService("UserInputService")
  489. function dragify(maintiaithita)
  490. dragToggle = nil
  491. dragSpeed = 1
  492. dragInput = nil
  493. dragStart = nil
  494. dragPos = nil
  495. function updateInput(input)
  496. Delta = input.Position - dragStart
  497. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  498. game:GetService("TweenService"):Create(maintiaithita, TweenInfo.new(0.25), {Position = Position}):Play()
  499. end
  500. maintiaithita.InputBegan:Connect(function(input)
  501. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  502. if UIS:GetFocusedTextBox() == nil then
  503. dragToggle = true
  504. dragStart = input.Position
  505. startPos = maintiaithita.Position
  506. input.Changed:Connect(function()
  507. if input.UserInputState == Enum.UserInputState.End then
  508. dragToggle = false
  509. end
  510. end)
  511. end
  512. end
  513. end)
  514. maintiaithita.InputChanged:Connect(function(input)
  515. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  516. dragInput = input
  517. end
  518. end)
  519. game:GetService("UserInputService").InputChanged:Connect(function(input)
  520. if input == dragInput and dragToggle then
  521. updateInput(input)
  522. end
  523. end)
  524. end
  525. dragify(maintiaithita)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement