Advertisement
Guest User

breaking point

a guest
Feb 17th, 2020
3,784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. for i,v in pairs(game:GetService('Workspace').map.titans:GetChildren()) do
  2. v.Nape.CanCollide = false
  3. v.Nape.Anchored = true
  4. v.Nape.CFrame = CFrame.new(game:GetService('Players').LocalPlayer.Character.Torso.Position)
  5. end
  6.  
  7. -- Attack On Titan GUI
  8. -- Created By FunTrator#4964
  9. -- Discord.Io/SomeoneShark
  10.  
  11. local aott = Instance.new("ScreenGui")
  12. local aot = Instance.new("Frame")
  13. local gm = Instance.new("TextButton")
  14. local kt = Instance.new("TextButton")
  15. local rf = Instance.new("TextButton")
  16. local imgbut = Instance.new("ImageButton")
  17. local f1 = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local ImageLabel = Instance.new("ImageLabel")
  20.  
  21. aott.Name = "aott"
  22. aott.Parent = game.CoreGui
  23.  
  24. aot.Name = "aot"
  25. aot.Parent = aott
  26. aot.BackgroundColor3 = Color3.new(0, 0, 0)
  27. aot.BackgroundTransparency = 0.30000001192093
  28. aot.Position = UDim2.new(-0.8, 0,0.253, 0)
  29. aot.Size = UDim2.new(0, 85, 0, 138)
  30. aot.Visible = false
  31.  
  32. gm.Name = "gm"
  33. gm.Parent = aot
  34. gm.BackgroundColor3 = Color3.new(1, 1, 1)
  35. gm.Position = UDim2.new(0.105882354, 0, 0.101449266, 0)
  36. gm.Size = UDim2.new(0, 66, 0, 28)
  37. gm.Style = Enum.ButtonStyle.RobloxButton
  38. gm.Font = Enum.Font.SciFi
  39. gm.Text = "GM"
  40. gm.TextColor3 = Color3.new(1, 0.00392157, 0.0196078)
  41. gm.TextSize = 14
  42. gm.MouseButton1Click:connect(function()
  43. while true do
  44. game.Workspace.GameScript.BandagePerson:FireServer(game.Players.LocalPlayer.Character)
  45. wait (2)
  46. end
  47. end)
  48.  
  49. kt.Name = "kt"
  50. kt.Parent = aot
  51. kt.BackgroundColor3 = Color3.new(1, 1, 1)
  52. kt.Position = UDim2.new(0.105882354, 0, 0.398550689, 0)
  53. kt.Size = UDim2.new(0, 66, 0, 28)
  54. kt.Style = Enum.ButtonStyle.RobloxButton
  55. kt.Font = Enum.Font.SciFi
  56. kt.Text = "Kill Titans"
  57. kt.TextColor3 = Color3.new(1, 0.00392157, 0.0196078)
  58. kt.TextSize = 14
  59. kt.MouseButton1Click:connect(function()
  60. while true do
  61. wait()
  62. game.Workspace.GameScript.DamageTitan:FireServer(241.0164794949219, game.Workspace.map.titans.Titan.Nape, 31.960094451904, "1999")
  63.  
  64. end
  65. end)
  66.  
  67. rf.Name = "rf"
  68. rf.Parent = aot
  69. rf.BackgroundColor3 = Color3.new(1, 1, 1)
  70. rf.Position = UDim2.new(0.105882354, 0, 0.695652127, 0)
  71. rf.Size = UDim2.new(0, 66, 0, 28)
  72. rf.Style = Enum.ButtonStyle.RobloxButton
  73. rf.Font = Enum.Font.SciFi
  74. rf.Text = "Refuel"
  75. rf.TextColor3 = Color3.new(1, 0.00392157, 0.0196078)
  76. rf.TextSize = 14
  77. rf.MouseButton1Click:connect(function()
  78. game.Workspace.GameScript.SendGas:FireServer(game.Players.LocalPlayer)
  79. end)
  80.  
  81. imgbut.Name = "imgbut"
  82. imgbut.Parent = aott
  83. imgbut.BackgroundColor3 = Color3.new(1, 1, 1)
  84. imgbut.BackgroundTransparency = 1
  85. imgbut.Position = UDim2.new(0, 0, 0.342205316, 0)
  86. imgbut.Size = UDim2.new(0, 58, 0, 52)
  87. imgbut.Image = "rbxassetid://283666551"
  88. imgbut.MouseButton1Click:connect(function()
  89. if aot.Visible == false then
  90. imgbut.Visible = false
  91. aot.Visible = true
  92. aot:TweenPosition(UDim2.new(0, 0,0.253, 0), "InOut", "Quad", 0.5, true, nil)
  93. else
  94. aot.Visible = false
  95. imgbut.Visible = true
  96. aot:TweenPosition(UDim2.new(-0.8, 0,0.253, 0))
  97. end
  98. end)
  99.  
  100. f1.Name = "f1"
  101. f1.Parent = aott
  102. f1.BackgroundColor3 = Color3.new(1, 1, 1)
  103. f1.Position = UDim2.new(-0.0214067269, 0, 1, 0)
  104. f1.Size = UDim2.new(0, 21, 0, 41)
  105.  
  106. TextLabel.Parent = f1
  107. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  108. TextLabel.BackgroundTransparency = 0.60000002384186
  109. TextLabel.Position = UDim2.new(1.0032841, 0, -4.13314676, 0)
  110. TextLabel.Size = UDim2.new(0, 136, 0, 15)
  111. TextLabel.Font = Enum.Font.SourceSans
  112. TextLabel.Text = "Discord.Io/SomeoneShark"
  113. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  114. TextLabel.TextSize = 14
  115.  
  116. ImageLabel.Parent = f1
  117. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  118. ImageLabel.BackgroundTransparency = 1
  119. ImageLabel.Position = UDim2.new(0.333333313, 0, -5.51219511, 0)
  120. ImageLabel.Size = UDim2.new(0, 85, 0, 64)
  121. ImageLabel.Image = "rbxassetid://2354968170"
  122.  
  123. plr = game.Players.LocalPlayer
  124. mouse = plr:GetMouse()
  125. mouse.KeyDown:connect(function(key)
  126. if key == "y" then
  127. for i,a in pairs(game.Workspace.map.titans:GetChildren()) do
  128. if a:findFirstChild("Nape") then
  129. local A_1 = -5000
  130. local A_2 = a.Nape
  131. local A_3 = -5000
  132. local A_4 = "1999"
  133. local Event = game:GetService("Workspace").GameScript.DamageTitan
  134. Event:FireServer(A_1, A_2, A_3, A_4)
  135. end
  136. end
  137. end
  138. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement