Advertisement
RgRacks

Roblox Austrila Gui Script (Works)

Apr 15th, 2020
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.76 KB | None | 0 0
  1. ---------------------------------------------------------------------------
  2. -- Scripts in the GUI aren't mine,they belong to their respective owners.--
  3. -- Made by Altair Studios/CeeTechNG                                      --
  4. ---------------------------------------------------------------------------
  5. local AndromedaV2 = Instance.new("ScreenGui")
  6. local OpenFrame = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local SelectFrame = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local SelectScriptsandGUIs = Instance.new("TextButton")
  11. local SelectExitButton = Instance.new("TextButton")
  12. local ExecuteFrame = Instance.new("Frame")
  13. local Reviz = Instance.new("TextButton")
  14. local Title_2 = Instance.new("TextLabel")
  15. local HyperTotal = Instance.new("TextButton")
  16. local Shattervast = Instance.new("TextButton")
  17. local Dab = Instance.new("TextButton")
  18. local Noclip = Instance.new("TextButton")
  19. local Clip = Instance.new("TextButton")
  20. local BreakChar = Instance.new("TextButton")
  21. local God = Instance.new("TextButton")
  22. local E = Instance.new("TextButton")
  23. local DJump = Instance.new("TextButton")
  24. local Glitch = Instance.new("TextButton")
  25. local Oof = Instance.new("TextButton")
  26. local FeX = Instance.new("TextButton")
  27. local SnowyGUI = Instance.new("TextButton")
  28. local Arosia = Instance.new("TextButton")
  29. local Astrava = Instance.new("TextButton")
  30. local Remover = Instance.new("TextButton")
  31. local OPFinality = Instance.new("TextButton")
  32. local Respawn = Instance.new("TextButton")
  33. local HHPMSpam = Instance.new("TextButton")
  34. local Blockhead = Instance.new("TextButton")
  35. local BTools = Instance.new("TextButton")
  36. local DupTool = Instance.new("TextButton")
  37. local EFeameExit = Instance.new("TextButton")
  38. --Properties:
  39. AndromedaV2.Name = "Andromeda V2"
  40. AndromedaV2.Parent = game.CoreGui
  41.  
  42. OpenFrame.Name = "OpenFrame"
  43. OpenFrame.Parent = AndromedaV2
  44. OpenFrame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  45. OpenFrame.BorderSizePixel = 0
  46. OpenFrame.Position = UDim2.new(0, 0, 0.464143455, 0)
  47. OpenFrame.Size = UDim2.new(0, 125, 0, 35)
  48. OpenFrame.Visible = false
  49. OpenFrame.Active = true
  50. OpenFrame.Draggable = true
  51. OpenFrame.Visible = true
  52. OpenFrame.Active = true
  53. OpenFrame.Draggable = true
  54.  
  55. Open.Name = "Open"
  56. Open.Parent = OpenFrame
  57. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Open.BackgroundTransparency = 1
  59. Open.Position = UDim2.new(0, 0, -4.35965404e-07, 0)
  60. Open.Size = UDim2.new(0, 125, 0, 35)
  61. Open.Font = Enum.Font.Highway
  62. Open.Text = "Open"
  63. Open.TextColor3 = Color3.new(1, 1, 1)
  64. Open.TextSize = 30
  65. Open.MouseButton1Down:connect(function()
  66.    SelectFrame.Visible = true
  67. end)
  68.  
  69. SelectFrame.Name = "SelectFrame"
  70. SelectFrame.Parent = AndromedaV2
  71. SelectFrame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  72. SelectFrame.BorderSizePixel = 0
  73. SelectFrame.Position = UDim2.new(0.409394562, 0, 0.35059765, 0)
  74. SelectFrame.Size = UDim2.new(0, 238, 0, 149)
  75. SelectFrame.Visible = false
  76. SelectFrame.Active = true
  77. SelectFrame.Draggable = true
  78.  
  79. Title.Name = "Title"
  80. Title.Parent = SelectFrame
  81. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Title.BackgroundTransparency = 1
  83. Title.Size = UDim2.new(0, 238, 0, 50)
  84. Title.Font = Enum.Font.Highway
  85. Title.Text = "Andromeda FE GUI V2"
  86. Title.TextColor3 = Color3.new(1, 1, 1)
  87. Title.TextSize = 25
  88.  
  89. SelectScriptsandGUIs.Name = "Select Scripts and GUIs"
  90. SelectScriptsandGUIs.Parent = SelectFrame
  91. SelectScriptsandGUIs.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  92. SelectScriptsandGUIs.BorderColor3 = Color3.new(1, 1, 1)
  93. SelectScriptsandGUIs.BorderSizePixel = 2
  94. SelectScriptsandGUIs.Position = UDim2.new(0.0588235259, 0, 0.369865924, 0)
  95. SelectScriptsandGUIs.Size = UDim2.new(0, 210, 0, 35)
  96. SelectScriptsandGUIs.Font = Enum.Font.Highway
  97. SelectScriptsandGUIs.Text = "Scripts and GUIs"
  98. SelectScriptsandGUIs.TextColor3 = Color3.new(1, 1, 1)
  99. SelectScriptsandGUIs.TextSize = 25
  100. SelectScriptsandGUIs.MouseButton1Down:connect(function()
  101.    ExecuteFrame.Visible = true
  102.    SelectFrame.Visible = false
  103. end)
  104.  
  105. SelectExitButton.Name = "SelectExitButton"
  106. SelectExitButton.Parent = SelectFrame
  107. SelectExitButton.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  108. SelectExitButton.BorderColor3 = Color3.new(1, 1, 1)
  109. SelectExitButton.BorderSizePixel = 2
  110. SelectExitButton.Position = UDim2.new(0.0588235259, 0, 0.682038784, 0)
  111. SelectExitButton.Size = UDim2.new(0, 210, 0, 35)
  112. SelectExitButton.Font = Enum.Font.Highway
  113. SelectExitButton.Text = "Exit"
  114. SelectExitButton.TextColor3 = Color3.new(1, 1, 1)
  115. SelectExitButton.TextSize = 25
  116. SelectExitButton.MouseButton1Down:connect(function()
  117.    SelectFrame.Visible = false
  118. end)
  119.  
  120. ExecuteFrame.Name = "ExecuteFrame"
  121. ExecuteFrame.Parent = AndromedaV2
  122. ExecuteFrame.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  123. ExecuteFrame.BorderSizePixel = 0
  124. ExecuteFrame.Position = UDim2.new(0.313952088, 0, 0.205179334, 0)
  125. ExecuteFrame.Size = UDim2.new(0, 507, 0, 383)
  126. ExecuteFrame.Visible = false
  127. ExecuteFrame.Active = true
  128. ExecuteFrame.Draggable = true
  129.  
  130. Reviz.Name = "Reviz"
  131. Reviz.Parent = ExecuteFrame
  132. Reviz.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  133. Reviz.BorderColor3 = Color3.new(1, 1, 1)
  134. Reviz.BorderSizePixel = 2
  135. Reviz.Position = UDim2.new(0.0348714218, 0, 0.147109345, 0)
  136. Reviz.Size = UDim2.new(0, 140, 0, 35)
  137. Reviz.Font = Enum.Font.Highway
  138. Reviz.Text = "Reviz Admin"
  139. Reviz.TextColor3 = Color3.new(1, 1, 1)
  140. Reviz.TextSize = 25
  141. Reviz.MouseButton1Down:connect(function()
  142.    loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  143. end)
  144.  
  145. Title_2.Name = "Title"
  146. Title_2.Parent = ExecuteFrame
  147. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Title_2.BackgroundTransparency = 1
  149. Title_2.Position = UDim2.new(0.125819355, 0, -0.000359870493, 0)
  150. Title_2.Size = UDim2.new(0, 369, 0, 50)
  151. Title_2.Font = Enum.Font.Highway
  152. Title_2.Text = "Andromeda FE GUI V2"
  153. Title_2.TextColor3 = Color3.new(1, 1, 1)
  154. Title_2.TextSize = 40
  155.  
  156. HyperTotal.Name = "HyperTotal"
  157. HyperTotal.Parent = ExecuteFrame
  158. HyperTotal.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  159. HyperTotal.BorderColor3 = Color3.new(1, 1, 1)
  160. HyperTotal.BorderSizePixel = 2
  161. HyperTotal.Position = UDim2.new(0.671597958, 0, 0.147109345, 0)
  162. HyperTotal.Size = UDim2.new(0, 140, 0, 35)
  163. HyperTotal.Font = Enum.Font.Highway
  164. HyperTotal.Text = "HyperTotal"
  165. HyperTotal.TextColor3 = Color3.new(1, 1, 1)
  166. HyperTotal.TextSize = 25
  167. HyperTotal.MouseButton1Down:connect(function()
  168.    loadstring(game:HttpGet("https://pastebin.com/raw/QNYFyPmC"))()
  169. end)
  170.  
  171. Shattervast.Name = "Shattervast"
  172. Shattervast.Parent = ExecuteFrame
  173. Shattervast.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  174. Shattervast.BorderColor3 = Color3.new(1, 1, 1)
  175. Shattervast.BorderSizePixel = 2
  176. Shattervast.Position = UDim2.new(0.354232699, 0, 0.147109345, 0)
  177. Shattervast.Size = UDim2.new(0, 140, 0, 35)
  178. Shattervast.Font = Enum.Font.Highway
  179. Shattervast.Text = "Shattervast"
  180. Shattervast.TextColor3 = Color3.new(1, 1, 1)
  181. Shattervast.TextSize = 25
  182. Shattervast.MouseButton1Down:connect(function()
  183.    loadstring(game:HttpGet("https://pastebin.com/raw/kRJnwPRG"))()
  184. end)
  185.  
  186. Dab.Name = "Dab"
  187. Dab.Parent = ExecuteFrame
  188. Dab.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  189. Dab.BorderColor3 = Color3.new(1, 1, 1)
  190. Dab.BorderSizePixel = 2
  191. Dab.Position = UDim2.new(0.0348714218, 0, 0.481135726, 0)
  192. Dab.Size = UDim2.new(0, 140, 0, 35)
  193. Dab.Font = Enum.Font.Highway
  194. Dab.Text = "Dab"
  195. Dab.TextColor3 = Color3.new(1, 1, 1)
  196. Dab.TextSize = 25
  197. Dab.MouseButton1Down:connect(function()
  198.    Player = "LocalPlayer"
  199. AnimationId = "248263260"
  200. local Anim = Instance.new("Animation")
  201. Anim.AnimationId = "rbxassetid://"..AnimationId
  202. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  203. k:Play() --Play the animation
  204. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  205. end)
  206.  
  207. Noclip.Name = "Noclip"
  208. Noclip.Parent = ExecuteFrame
  209. Noclip.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  210. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  211. Noclip.BorderSizePixel = 2
  212. Noclip.Position = UDim2.new(0.352425665, 0, 0.481135696, 0)
  213. Noclip.Size = UDim2.new(0, 140, 0, 35)
  214. Noclip.Font = Enum.Font.Highway
  215. Noclip.Text = "Noclip"
  216. Noclip.TextColor3 = Color3.new(1, 1, 1)
  217. Noclip.TextSize = 25
  218. Noclip.MouseButton1Down:connect(function()
  219.    loadstring(game:HttpGet("https://pastebin.com/raw/9sTzXK9y"))()
  220. end)
  221.  
  222. Clip.Name = "Clip"
  223. Clip.Parent = ExecuteFrame
  224. Clip.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  225. Clip.BorderColor3 = Color3.new(1, 1, 1)
  226. Clip.BorderSizePixel = 2
  227. Clip.Position = UDim2.new(0.671597958, 0, 0.479885638, 0)
  228. Clip.Size = UDim2.new(0, 140, 0, 35)
  229. Clip.Font = Enum.Font.Highway
  230. Clip.Text = "Clip"
  231. Clip.TextColor3 = Color3.new(1, 1, 1)
  232. Clip.TextSize = 25
  233. Clip.MouseButton1Down:connect(function()
  234.    loadstring(game:HttpGet("https://pastebin.com/raw/Sqvad9ij"))()
  235. end)
  236.  
  237. BreakChar.Name = "BreakChar"
  238. BreakChar.Parent = ExecuteFrame
  239. BreakChar.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  240. BreakChar.BorderColor3 = Color3.new(1, 1, 1)
  241. BreakChar.BorderSizePixel = 2
  242. BreakChar.Position = UDim2.new(0.671597958, 0, 0.572784483, 0)
  243. BreakChar.Size = UDim2.new(0, 140, 0, 35)
  244. BreakChar.Font = Enum.Font.Highway
  245. BreakChar.Text = "Break Char"
  246. BreakChar.TextColor3 = Color3.new(1, 1, 1)
  247. BreakChar.TextSize = 25
  248. BreakChar.MouseButton1Down:connect(function()
  249.    loadstring(game:GetObjects("rbxassetid://1427263101")[1].Source)()
  250. end)
  251.  
  252. God.Name = "God"
  253. God.Parent = ExecuteFrame
  254. God.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  255. God.BorderColor3 = Color3.new(1, 1, 1)
  256. God.BorderSizePixel = 2
  257. God.Position = UDim2.new(0.352425665, 0, 0.572240233, 0)
  258. God.Size = UDim2.new(0, 140, 0, 35)
  259. God.Font = Enum.Font.Highway
  260. God.Text = "God"
  261. God.TextColor3 = Color3.new(1, 1, 1)
  262. God.TextSize = 25
  263. God.MouseButton1Down:connect(function()
  264.    loadstring(game:HttpGet("https://pastebin.com/raw/DXGPjdid"))()
  265. end)
  266.  
  267. E.Name = "E"
  268. E.Parent = ExecuteFrame
  269. E.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  270. E.BorderColor3 = Color3.new(1, 1, 1)
  271. E.BorderSizePixel = 2
  272. E.Position = UDim2.new(0.0348714218, 0, 0.572240233, 0)
  273. E.Size = UDim2.new(0, 140, 0, 35)
  274. E.Font = Enum.Font.Highway
  275. E.Text = "E To Fly"
  276. E.TextColor3 = Color3.new(1, 1, 1)
  277. E.TextSize = 25
  278. E.MouseButton1Down:connect(function()
  279.    loadstring(game:HttpGet("https://pastebin.com/raw/NSeCSR2a"))()
  280. end)
  281.  
  282. DJump.Name = "DJump"
  283. DJump.Parent = ExecuteFrame
  284. DJump.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  285. DJump.BorderColor3 = Color3.new(1, 1, 1)
  286. DJump.BorderSizePixel = 2
  287. DJump.Position = UDim2.new(0.0348714218, 0, 0.662528038, 0)
  288. DJump.Size = UDim2.new(0, 140, 0, 35)
  289. DJump.Font = Enum.Font.Highway
  290. DJump.Text = "Double Jump"
  291. DJump.TextColor3 = Color3.new(1, 1, 1)
  292. DJump.TextSize = 20
  293. DJump.MouseButton1Down:connect(function()
  294.    game.Players.LocalPlayer.Character.Humanoid:Clone().Parent = game.Players.LocalPlayer.Character
  295. end)
  296.  
  297. Glitch.Name = "Glitch"
  298. Glitch.Parent = ExecuteFrame
  299. Glitch.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  300. Glitch.BorderColor3 = Color3.new(1, 1, 1)
  301. Glitch.BorderSizePixel = 2
  302. Glitch.Position = UDim2.new(0.352425665, 0, 0.662528038, 0)
  303. Glitch.Size = UDim2.new(0, 140, 0, 35)
  304. Glitch.Font = Enum.Font.Highway
  305. Glitch.Text = "Glitch"
  306. Glitch.TextColor3 = Color3.new(1, 1, 1)
  307. Glitch.TextSize = 25
  308. Glitch.MouseButton1Down:connect(function()
  309.    for i,v in pairs(game.Players:GetPlayers()) do
  310. for i,x in pairs(v.Character:GetChildren()) do
  311. if x:IsA("BasePart") or x:IsA("UnionOperation") then
  312. local hi = Instance.new("Glue",x)
  313. hi.Part0 = x
  314. hi.Part1 = game.Players.LocalPlayer.Character.Head
  315. end
  316. end
  317. end
  318. end)
  319.  
  320. Oof.Name = "Oof"
  321. Oof.Parent = ExecuteFrame
  322. Oof.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  323. Oof.BorderColor3 = Color3.new(1, 1, 1)
  324. Oof.BorderSizePixel = 2
  325. Oof.Position = UDim2.new(0.671597958, 0, 0.662528038, 0)
  326. Oof.Size = UDim2.new(0, 140, 0, 35)
  327. Oof.Font = Enum.Font.Highway
  328. Oof.Text = "Oof"
  329. Oof.TextColor3 = Color3.new(1, 1, 1)
  330. Oof.TextSize = 25
  331. Oof.MouseButton1Down:connect(function()
  332.    while wait() do
  333.   for i,v in pairs(game:GetService'Players':GetPlayers()) do
  334.       if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  335.           for _,x in pairs(v.Character.Head:GetChildren()) do
  336.               if x:IsA'Sound' then x.Playing = true end
  337.           end
  338.       end
  339.   end
  340. end
  341. while wait() do
  342.   for i,v in pairs(game:GetService'Players':GetPlayers()) do
  343.       if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  344.           for _,x in pairs(v.Character.Head:GetChildren()) do
  345.               if x:IsA'Sound' then x.Playing = false end
  346.           end
  347.       end
  348.   end
  349. end
  350. end)
  351.  
  352. FeX.Name = "FeX"
  353. FeX.Parent = ExecuteFrame
  354. FeX.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  355. FeX.BorderColor3 = Color3.new(1, 1, 1)
  356. FeX.BorderSizePixel = 2
  357. FeX.Position = UDim2.new(0.0348714218, 0, 0.238493145, 0)
  358. FeX.Size = UDim2.new(0, 140, 0, 35)
  359. FeX.Font = Enum.Font.Highway
  360. FeX.Text = "FeX"
  361. FeX.TextColor3 = Color3.new(1, 1, 1)
  362. FeX.TextSize = 25
  363. FeX.MouseButton1Down:connect(function()
  364.    loadstring(game:HttpGet("https://pastebin.com/raw/ThXJDqrJ"))()
  365. end)
  366.  
  367. SnowyGUI.Name = "SnowyGUI"
  368. SnowyGUI.Parent = ExecuteFrame
  369. SnowyGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  370. SnowyGUI.BorderColor3 = Color3.new(1, 1, 1)
  371. SnowyGUI.BorderSizePixel = 2
  372. SnowyGUI.Position = UDim2.new(0.354232699, 0, 0.238493115, 0)
  373. SnowyGUI.Size = UDim2.new(0, 140, 0, 35)
  374. SnowyGUI.Font = Enum.Font.Highway
  375. SnowyGUI.Text = "Snowy GUI"
  376. SnowyGUI.TextColor3 = Color3.new(1, 1, 1)
  377. SnowyGUI.TextSize = 25
  378. SnowyGUI.MouseButton1Down:connect(function()
  379.    loadstring(game:HttpGet("https://pastebin.com/raw/6jhVE6fb"))()
  380. end)
  381.  
  382. Arosia.Name = "Arosia"
  383. Arosia.Parent = ExecuteFrame
  384. Arosia.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  385. Arosia.BorderColor3 = Color3.new(1, 1, 1)
  386. Arosia.BorderSizePixel = 2
  387. Arosia.Position = UDim2.new(0.671597958, 0, 0.23849313, 0)
  388. Arosia.Size = UDim2.new(0, 140, 0, 35)
  389. Arosia.Font = Enum.Font.Highway
  390. Arosia.Text = "Arosia"
  391. Arosia.TextColor3 = Color3.new(1, 1, 1)
  392. Arosia.TextSize = 25
  393. Arosia.MouseButton1Down:connect(function()
  394.    loadstring(game:HttpGet("https://pastebin.com/raw/qthdC3pa"))()
  395. end)
  396.  
  397. Astrava.Name = "Astrava"
  398. Astrava.Parent = ExecuteFrame
  399. Astrava.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  400. Astrava.BorderColor3 = Color3.new(1, 1, 1)
  401. Astrava.BorderSizePixel = 2
  402. Astrava.Position = UDim2.new(0.0348714218, 0, 0.329876959, 0)
  403. Astrava.Size = UDim2.new(0, 140, 0, 35)
  404. Astrava.Font = Enum.Font.Highway
  405. Astrava.Text = "Astrava"
  406. Astrava.TextColor3 = Color3.new(1, 1, 1)
  407. Astrava.TextSize = 25
  408. Astrava.MouseButton1Down:connect(function()
  409.    loadstring(game:HttpGet("https://pastebin.com/raw/L5AmzCqR"))()
  410. end)
  411.  
  412. Remover.Name = "#Remover"
  413. Remover.Parent = ExecuteFrame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement