Advertisement
Fx_EqHub

New gui - 2

Jul 6th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1.  
  2. local Converted = {
  3. ["_ScreenGui"] = Instance.new("ScreenGui");
  4. ["_Main gui"] = Instance.new("Frame");
  5. ["_LocalScript"] = Instance.new("LocalScript");
  6. ["_Main script"] = Instance.new("Frame");
  7. ["_UICorner"] = Instance.new("UICorner");
  8. ["_Button Main tab"] = Instance.new("TextButton");
  9. ["_UICorner1"] = Instance.new("UICorner");
  10. ["_TextButton - 1"] = Instance.new("TextButton");
  11. ["_LocalScript1"] = Instance.new("LocalScript");
  12. ["_UICorner2"] = Instance.new("UICorner");
  13. ["_EQ Hub - Game?"] = Instance.new("TextLabel");
  14. ["_UICorner3"] = Instance.new("UICorner");
  15. ["_UICorner4"] = Instance.new("UICorner");
  16. ["_TextButton - 2"] = Instance.new("TextButton");
  17. ["_LocalScript2"] = Instance.new("LocalScript");
  18. ["_UICorner5"] = Instance.new("UICorner");
  19. ["_Frame"] = Instance.new("Frame");
  20. ["_UICorner6"] = Instance.new("UICorner");
  21. ["_Frame1"] = Instance.new("Frame");
  22. ["_UICorner7"] = Instance.new("UICorner");
  23. ["_Frame2"] = Instance.new("Frame");
  24. ["_UICorner8"] = Instance.new("UICorner");
  25. ["_Frame3"] = Instance.new("Frame");
  26. ["_UICorner9"] = Instance.new("UICorner");
  27. }
  28.  
  29. -- Properties:
  30.  
  31. Converted["_ScreenGui"].Parent = game:GetService("CoreGui")
  32.  
  33. Converted["_Main gui"].BackgroundColor3 = Color3.fromRGB(44.000001177191734, 44.000001177191734, 44.000001177191734)
  34. Converted["_Main gui"].BackgroundTransparency = 0.30000001192092896
  35. Converted["_Main gui"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  36. Converted["_Main gui"].BorderSizePixel = 0
  37. Converted["_Main gui"].ClipsDescendants = true
  38. Converted["_Main gui"].Position = UDim2.new(0.184952974, 0, 0.276925057, 0)
  39. Converted["_Main gui"].Selectable = true
  40. Converted["_Main gui"].Size = UDim2.new(0, 652, 0, 272)
  41. Converted["_Main gui"].Name = "Main gui"
  42. Converted["_Main gui"].Parent = Converted["_ScreenGui"]
  43.  
  44. Converted["_Main script"].BackgroundColor3 = Color3.fromRGB(52.000000700354576, 52.000000700354576, 52.000000700354576)
  45. Converted["_Main script"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  46. Converted["_Main script"].BorderSizePixel = 0
  47. Converted["_Main script"].Position = UDim2.new(0.294944167, 0, 0.0755431205, 0)
  48. Converted["_Main script"].Size = UDim2.new(0, 434, 0, 230)
  49. Converted["_Main script"].Name = "Main script"
  50. Converted["_Main script"].Parent = Converted["_Main gui"]
  51.  
  52. Converted["_UICorner"].Parent = Converted["_Main script"]
  53.  
  54. Converted["_Button Main tab"].Font = Enum.Font.SourceSans
  55. Converted["_Button Main tab"].Text = "Main"
  56. Converted["_Button Main tab"].TextColor3 = Color3.fromRGB(0, 0, 0)
  57. Converted["_Button Main tab"].TextSize = 14
  58. Converted["_Button Main tab"].BackgroundColor3 = Color3.fromRGB(152.0000061392784, 152.0000061392784, 152.0000061392784)
  59. Converted["_Button Main tab"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  60. Converted["_Button Main tab"].BorderSizePixel = 0
  61. Converted["_Button Main tab"].Position = UDim2.new(0.0411333889, 0, 0.0718666539, 0)
  62. Converted["_Button Main tab"].Size = UDim2.new(0, 156, 0, 33)
  63. Converted["_Button Main tab"].Name = "Button Main tab"
  64. Converted["_Button Main tab"].Parent = Converted["_Main gui"]
  65.  
  66. Converted["_UICorner1"].Parent = Converted["_Button Main tab"]
  67.  
  68. Converted["_TextButton - 1"].Font = Enum.Font.SourceSans
  69. Converted["_TextButton - 1"].TextColor3 = Color3.fromRGB(0, 0, 0)
  70. Converted["_TextButton - 1"].TextSize = 14
  71. Converted["_TextButton - 1"].BackgroundColor3 = Color3.fromRGB(156.00000590085983, 156.00000590085983, 156.00000590085983)
  72. Converted["_TextButton - 1"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  73. Converted["_TextButton - 1"].BorderSizePixel = 0
  74. Converted["_TextButton - 1"].Position = UDim2.new(0.321575135, 0, 0.30394116, 0)
  75. Converted["_TextButton - 1"].Size = UDim2.new(0, 100, 0, 33)
  76. Converted["_TextButton - 1"].Name = "TextButton - 1"
  77. Converted["_TextButton - 1"].Parent = Converted["_Main gui"]
  78.  
  79. Converted["_UICorner2"].Parent = Converted["_TextButton - 1"]
  80.  
  81. Converted["_EQ Hub - Game?"].Font = Enum.Font.SourceSans
  82. Converted["_EQ Hub - Game?"].Text = "Eq Hub - Game name"
  83. Converted["_EQ Hub - Game?"].TextColor3 = Color3.fromRGB(0, 0, 0)
  84. Converted["_EQ Hub - Game?"].TextSize = 14
  85. Converted["_EQ Hub - Game?"].BackgroundColor3 = Color3.fromRGB(177.0000046491623, 177.0000046491623, 177.0000046491623)
  86. Converted["_EQ Hub - Game?"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  87. Converted["_EQ Hub - Game?"].BorderSizePixel = 0
  88. Converted["_EQ Hub - Game?"].Position = UDim2.new(0.294944167, 0, 0.072323516, 0)
  89. Converted["_EQ Hub - Game?"].Size = UDim2.new(0, 434, 0, 50)
  90. Converted["_EQ Hub - Game?"].Name = "EQ Hub - Game?"
  91. Converted["_EQ Hub - Game?"].Parent = Converted["_Main gui"]
  92.  
  93. Converted["_UICorner3"].Parent = Converted["_EQ Hub - Game?"]
  94.  
  95. Converted["_UICorner4"].Parent = Converted["_Main gui"]
  96.  
  97. Converted["_TextButton - 2"].Font = Enum.Font.SourceSans
  98. Converted["_TextButton - 2"].TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Converted["_TextButton - 2"].TextSize = 14
  100. Converted["_TextButton - 2"].BackgroundColor3 = Color3.fromRGB(156.00000590085983, 156.00000590085983, 156.00000590085983)
  101. Converted["_TextButton - 2"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  102. Converted["_TextButton - 2"].BorderSizePixel = 0
  103. Converted["_TextButton - 2"].Position = UDim2.new(0.499489248, 0, 0.30394116, 0)
  104. Converted["_TextButton - 2"].Size = UDim2.new(0, 100, 0, 33)
  105. Converted["_TextButton - 2"].Name = "TextButton - 2"
  106. Converted["_TextButton - 2"].Parent = Converted["_Main gui"]
  107.  
  108. Converted["_UICorner5"].Parent = Converted["_TextButton - 2"]
  109.  
  110. Converted["_Frame"].BackgroundColor3 = Color3.fromRGB(115.00000834465027, 115.00000834465027, 115.00000834465027)
  111. Converted["_Frame"].BackgroundTransparency = 0.5
  112. Converted["_Frame"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  113. Converted["_Frame"].BorderSizePixel = 0
  114. Converted["_Frame"].Position = UDim2.new(0.0153374234, 0, 0.0551470593, 0)
  115. Converted["_Frame"].Size = UDim2.new(0, 10, 0, 242)
  116. Converted["_Frame"].Parent = Converted["_Main gui"]
  117.  
  118. Converted["_UICorner6"].Parent = Converted["_Frame"]
  119.  
  120. Converted["_Frame1"].BackgroundColor3 = Color3.fromRGB(115.00000074505806, 115.00000074505806, 115.00000074505806)
  121. Converted["_Frame1"].BackgroundTransparency = 0.5
  122. Converted["_Frame1"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  123. Converted["_Frame1"].BorderSizePixel = 0
  124. Converted["_Frame1"].Position = UDim2.new(0.972392619, 0, 0.0514705889, 0)
  125. Converted["_Frame1"].Size = UDim2.new(0, 10, 0, 242)
  126. Converted["_Frame1"].Parent = Converted["_Main gui"]
  127.  
  128. Converted["_UICorner7"].Parent = Converted["_Frame1"]
  129.  
  130. Converted["_Frame2"].BackgroundColor3 = Color3.fromRGB(115.00000074505806, 115.00000074505806, 115.00000074505806)
  131. Converted["_Frame2"].BackgroundTransparency = 0.5
  132. Converted["_Frame2"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  133. Converted["_Frame2"].BorderSizePixel = 0
  134. Converted["_Frame2"].Position = UDim2.new(0.0405616052, 0, 0.944852948, 0)
  135. Converted["_Frame2"].Size = UDim2.new(0, 601, 0, 9)
  136. Converted["_Frame2"].Parent = Converted["_Main gui"]
  137.  
  138. Converted["_UICorner8"].Parent = Converted["_Frame2"]
  139.  
  140. Converted["_Frame3"].BackgroundColor3 = Color3.fromRGB(115.00000074505806, 115.00000074505806, 115.00000074505806)
  141. Converted["_Frame3"].BackgroundTransparency = 0.5
  142. Converted["_Frame3"].BorderColor3 = Color3.fromRGB(0, 0, 0)
  143. Converted["_Frame3"].BorderSizePixel = 0
  144. Converted["_Frame3"].Position = UDim2.new(0.0405616052, 0, 0.0220588241, 0)
  145. Converted["_Frame3"].Size = UDim2.new(0, 601, 0, 9)
  146. Converted["_Frame3"].Parent = Converted["_Main gui"]
  147.  
  148. Converted["_UICorner9"].Parent = Converted["_Frame3"]
  149.  
  150. -- Fake Module Scripts:
  151.  
  152. local fake_module_scripts = {}
  153.  
  154.  
  155. -- Fake Local Scripts:
  156.  
  157. local function RQCZSVQ_fake_script() -- Fake Script: StarterGui.ScreenGui.Main gui.LocalScript
  158. local script = Instance.new("LocalScript")
  159. script.Name = "LocalScript"
  160. script.Parent = Converted["_Main gui"]
  161. local req = require
  162. local require = function(obj)
  163. local fake = fake_module_scripts[obj]
  164. if fake then
  165. return fake()
  166. end
  167. return req(obj)
  168. end
  169.  
  170. local UIS = game:GetService('UserInputService')
  171. local frame = script.Parent
  172. local dragToggle = nil
  173. local dragSpeed = 0.25
  174. local dragStart = nil
  175. local starPos = nil
  176.  
  177. local function updateInput(input)
  178. local delta = input.Position - dragStart
  179. local position = UDim2.new(starPos.X.Scale, starPos.X.Offset + delta.X, starPos.Y.Scale, starPos.Y.Offset + delta.Y)
  180. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}) :Play()
  181. end
  182.  
  183. frame.InputBegan:Connect(function(input)
  184. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  185. dragToggle = true
  186. dragStart = input.Position
  187. starPos = frame.Position
  188. input.Changed:Connect(function()
  189. if input.UserInputState == Enum.UserInputState.End then
  190. dragToggle = false
  191. end
  192. end)
  193. end
  194. end)
  195.  
  196. UIS.InputChanged:Connect(function(input)
  197. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  198. if dragToggle then
  199. updateInput (input)
  200. end
  201. end
  202. end)
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219. end
  220. local function QTVFQBB_fake_script() -- Fake Script: StarterGui.ScreenGui.Main gui.TextButton - 1.LocalScript
  221. local script = Instance.new("LocalScript")
  222. script.Name = "LocalScript"
  223. script.Parent = Converted["_TextButton - 1"]
  224. local req = require
  225. local require = function(obj)
  226. local fake = fake_module_scripts[obj]
  227. if fake then
  228. return fake()
  229. end
  230. return req(obj)
  231. end
  232.  
  233. script.Parent.MouseButton1Up:Connect(function()
  234. print("Hello")
  235. end)
  236.  
  237. end
  238. local function XFMAGS_fake_script() -- Fake Script: StarterGui.ScreenGui.Main gui.TextButton - 2.LocalScript
  239. local script = Instance.new("LocalScript")
  240. script.Name = "LocalScript"
  241. script.Parent = Converted["_TextButton - 2"]
  242. local req = require
  243. local require = function(obj)
  244. local fake = fake_module_scripts[obj]
  245. if fake then
  246. return fake()
  247. end
  248. return req(obj)
  249. end
  250.  
  251. script.Parent.MouseButton1Up:Connect(function()
  252. print("Hello")
  253. end)
  254.  
  255. end
  256.  
  257. coroutine.wrap(RQCZSVQ_fake_script)()
  258. coroutine.wrap(QTVFQBB_fake_script)()
  259. coroutine.wrap(XFMAGS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement