Advertisement
Guest User

Attack On Titan [BETA]

a guest
Mar 30th, 2020
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.71 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local AttackOnTitanBETAGUI = Instance.new("ScreenGui")
  7. local OpenAndCloseFrame = Instance.new("Frame")
  8. local OpenANdCloseButton = Instance.new("TextButton")
  9. local MAinFrame = Instance.new("Frame")
  10. local infca = Instance.new("TextButton")
  11. local cust = Instance.new("TextButton")
  12. local erentras = Instance.new("TextButton")
  13. local heafFrame = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local LowFrame = Instance.new("Frame")
  16. local nocooldow = Instance.new("TextButton")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. AttackOnTitanBETAGUI.Name = "Attack On Titan [BETA] GUI"
  22. AttackOnTitanBETAGUI.Parent = game.CoreGui
  23. AttackOnTitanBETAGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. OpenAndCloseFrame.Name = "OpenAndCloseFrame"
  26. OpenAndCloseFrame.Parent = AttackOnTitanBETAGUI
  27. OpenAndCloseFrame.BackgroundColor3 = Color3.fromRGB(197, 27, 29)
  28. OpenAndCloseFrame.Position = UDim2.new(0.210526317, 0, 0.157248139, 0)
  29. OpenAndCloseFrame.Size = UDim2.new(0, 81, 0, 23)
  30.  
  31. OpenANdCloseButton.Name = "OpenANdCloseButton"
  32. OpenANdCloseButton.Parent = OpenAndCloseFrame
  33. OpenANdCloseButton.BackgroundColor3 = Color3.fromRGB(157, 96, 66)
  34. OpenANdCloseButton.Size = UDim2.new(0, 81, 0, 23)
  35. OpenANdCloseButton.Font = Enum.Font.SciFi
  36. OpenANdCloseButton.Text = "Open"
  37. OpenANdCloseButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. OpenANdCloseButton.TextSize = 14.000
  39.  
  40. MAinFrame.Name = "MAinFrame"
  41. MAinFrame.Parent = AttackOnTitanBETAGUI
  42. MAinFrame.BackgroundColor3 = Color3.fromRGB(255, 170, 127)
  43. MAinFrame.Position = UDim2.new(0.587990105, 0, 0.211302221, 0)
  44. MAinFrame.Size = UDim2.new(0, 306, 0, 306)
  45.  
  46. infca.Name = "infca"
  47. infca.Parent = MAinFrame
  48. infca.BackgroundColor3 = Color3.fromRGB(143, 43, 43)
  49. infca.Position = UDim2.new(0.571895421, 0, 0.339869291, 0)
  50. infca.Size = UDim2.new(0, 110, 0, 26)
  51. infca.Font = Enum.Font.SciFi
  52. infca.Text = "Ifinite Cash"
  53. infca.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. infca.TextScaled = true
  55. infca.TextSize = 14.000
  56. infca.TextWrapped = true
  57.  
  58. cust.Name = "cust"
  59. cust.Parent = MAinFrame
  60. cust.BackgroundColor3 = Color3.fromRGB(143, 43, 43)
  61. cust.Position = UDim2.new(0.173202619, 0, 0.529411793, 0)
  62. cust.Size = UDim2.new(0, 129, 0, 26)
  63. cust.Font = Enum.Font.SciFi
  64. cust.Text = "Customise Titan"
  65. cust.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. cust.TextScaled = true
  67. cust.TextSize = 14.000
  68. cust.TextWrapped = true
  69.  
  70. erentras.Name = "erentras"
  71. erentras.Parent = MAinFrame
  72. erentras.BackgroundColor3 = Color3.fromRGB(143, 43, 43)
  73. erentras.Position = UDim2.new(0.33006537, 0, 0.741830111, 0)
  74. erentras.Size = UDim2.new(0, 122, 0, 26)
  75. erentras.Font = Enum.Font.SciFi
  76. erentras.Text = "Eren Transformation"
  77. erentras.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. erentras.TextScaled = true
  79. erentras.TextSize = 14.000
  80. erentras.TextWrapped = true
  81.  
  82. heafFrame.Name = "heafFrame"
  83. heafFrame.Parent = MAinFrame
  84. heafFrame.BackgroundColor3 = Color3.fromRGB(207, 76, 66)
  85. heafFrame.Position = UDim2.new(-0.000745326281, 0, 0.00119638443, 0)
  86. heafFrame.Size = UDim2.new(0, 306, 0, 44)
  87.  
  88. TextLabel.Parent = heafFrame
  89. TextLabel.BackgroundColor3 = Color3.fromRGB(89, 54, 54)
  90. TextLabel.Position = UDim2.new(0.196078435, 0, 0, 0)
  91. TextLabel.Size = UDim2.new(0, 186, 0, 44)
  92. TextLabel.Font = Enum.Font.SciFi
  93. TextLabel.Text = "Attack On Titan [BETA]"
  94. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. TextLabel.TextScaled = true
  96. TextLabel.TextSize = 14.000
  97. TextLabel.TextWrapped = true
  98.  
  99. LowFrame.Name = "LowFrame"
  100. LowFrame.Parent = MAinFrame
  101. LowFrame.BackgroundColor3 = Color3.fromRGB(89, 54, 54)
  102. LowFrame.Position = UDim2.new(0.0536635518, 0, 0.961306214, 0)
  103. LowFrame.Size = UDim2.new(0, 256, 0, 11)
  104.  
  105. nocooldow.Name = "nocooldow"
  106. nocooldow.Parent = MAinFrame
  107. nocooldow.BackgroundColor3 = Color3.fromRGB(143, 43, 43)
  108. nocooldow.Position = UDim2.new(0.0849673226, 0, 0.254901975, 0)
  109. nocooldow.Size = UDim2.new(0, 111, 0, 26)
  110. nocooldow.Font = Enum.Font.SciFi
  111. nocooldow.Text = "No Cool Down"
  112. nocooldow.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. nocooldow.TextScaled = true
  114. nocooldow.TextSize = 14.000
  115. nocooldow.TextWrapped = true
  116.  
  117. TextLabel_2.Parent = MAinFrame
  118. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. TextLabel_2.Position = UDim2.new(0.758169949, 0, 0.908496737, 0)
  120. TextLabel_2.Size = UDim2.new(0, 0, 0, 16)
  121. TextLabel_2.Font = Enum.Font.SourceSans
  122. TextLabel_2.Text = "@HackTroller666"
  123. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. TextLabel_2.TextSize = 14.000
  125.  
  126. -- Scripts:
  127.  
  128. local function DQKP_fake_script() -- infca.instcas
  129.     local script = Instance.new('Script', infca)
  130.  
  131.     infca.MouseButton1Click:Connect(function()
  132.        
  133.     game.Workspace.PlayerArchive[game.Players.LocalPlayer.Name].Cash.Value = math.huge
  134.    
  135.        
  136.     end)
  137.    
  138. end
  139. coroutine.wrap(DQKP_fake_script)()
  140. local function ADDRCQW_fake_script() -- cust.custs
  141.     local script = Instance.new('Script', cust)
  142.    
  143.      cust.MouseButton1Click:Connect(function()
  144.     game.Players.LocalPlayer.PlayerGui.Selection.M.S.TitanShift.Visible = true
  145.     end)
  146.    
  147. end
  148. coroutine.wrap(ADDRCQW_fake_script)()
  149. local function WPUMX_fake_script() -- erentras.erentr
  150.     local script = Instance.new('Script', erentras)
  151.    
  152.      erentras.MouseButton1Click:Connect(function()
  153.     game.Workspace.PlayerArchive["XanGhuTo"].Cash.Value = math.huge
  154.     game.Players.LocalPlayer.PlayerGui.GAME.Play.Script.Gas.Value = math.huge
  155.     end)
  156.        
  157. end
  158. coroutine.wrap(WPUMX_fake_script)()
  159. local function JBXDUSN_fake_script() -- nocooldow.nocold
  160.     local script = Instance.new('Script', nocooldow)
  161.  
  162.     nocooldow.MouseButton1Click:Connect(function()
  163.    
  164.     game.Workspace.PlayerArchive[game.Players.LocalPlayer.Name].ShifterCooldown.Value = 0
  165.    
  166.     game.Workspace.PlayerArchive[game.Players.LocalPlayer.Name].ShifterCooldown.Value = 0
  167.    
  168.    
  169.        
  170.     end)
  171.    
  172. end
  173. coroutine.wrap(JBXDUSN_fake_script)()
  174. local function GVLX_fake_script() -- AttackOnTitanBETAGUI.Script
  175.     local script = Instance.new('Script', AttackOnTitanBETAGUI)
  176.  
  177.     --Azarth Open/Close GUI TUT
  178.    
  179.    
  180.     local branch = AttackOnTitanBETAGUI --Variable points to ScreenGui & everthing inside/below it.
  181.     local open = branch.OpenAndCloseFrame.OpenANdCloseButton --Variable points to the open/close button.
  182.     local MainFrame = branch.MAinFrame --Variable points to "Frame".
  183.     MAinFrame.Draggable = true
  184.     open.MouseButton1Click:connect(function() --Anonymous function that is wired to the open/close button.
  185.         if MainFrame.Visible == false then --If Frame isn't Visible then
  186.             MainFrame.Visible = true --frame becomes visible
  187.             open.Text = "Close" --text changes to close
  188.         elseif --elseif -->
  189.             MainFrame.Visible == true then --frame is visibe then
  190.             MainFrame.Visible = false --frame.Visible = false
  191.            
  192.             open.Text = "Open" --text changes to open
  193.         end
  194.     end)
  195.    
  196.            
  197. end
  198. coroutine.wrap(GVLX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement