Advertisement
RetiredAkio

Shoot

Dec 1st, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. --[[
  2.  
  3. Script Name: YourMomGivesGoodHead
  4. Script Creation Date: 11/22/2018
  5. Script Completion Date: 11/22/2018
  6.  
  7. Script Credits:
  8. Copyright (C) Article 13 my ass
  9. Feel free to use, but credit the right
  10. owner!
  11.  
  12. GUI - TheBeard#2331
  13. AntiScreen: A1 exe
  14. HyperKEK: A1 exe
  15. Stat Change: TheRealCurry
  16. ClickTP: Unknown, but credits to him!
  17. Edited Bye: RetiredAkio
  18. --]]
  19.  
  20. -- [[ Services ]] --
  21. local Player = game.Players.LocalPlayer;
  22. local Mouse = Player:GetMouse();
  23. local m = game.Players.LocalPlayer:GetMouse();
  24.  
  25. --[[ Instances ]]--
  26. local ScreenGui = Instance.new("ScreenGui")
  27. local Frame = Instance.new("Frame")
  28. local Command = Instance.new("TextBox")
  29. local Commands = Instance.new("TextLabel")
  30. local Execute = Instance.new("TextButton")
  31.  
  32.  
  33. --[[ Properties ]]--
  34. ScreenGui.Parent = game.CoreGui
  35.  
  36. Frame.Parent = ScreenGui
  37. Frame.Active = true
  38. Frame.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  39. Frame.BackgroundTransparency = 0.75
  40. Frame.BorderSizePixel = 0
  41. Frame.Position = UDim2.new(0.326041639, 0, 0.452088445, 0)
  42. Frame.Selectable = true
  43. Frame.Size = UDim2.new(0, 668, 0, 77)
  44. Frame.Draggable = true
  45.  
  46. Execute.Name = "Execute"
  47. Execute.Parent = Frame
  48. Execute.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  49. Execute.BackgroundTransparency = 0.64999997615814
  50. Execute.Position = UDim2.new(0.335, 0, 1.097, 0)
  51. Execute.Size = UDim2.new(0, 255, 0, 29)
  52. Execute.Font = Enum.Font.Code
  53. Execute.Text = "Execute"
  54. Execute.TextColor3 = Color3.new(1, 1, 1)
  55. Execute.TextSize = 14
  56.  
  57.  
  58. Command.Name = "Command"
  59. Command.Parent = Frame
  60. Command.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  61. Command.BackgroundTransparency = 0.64999997615814
  62. Command.Position = UDim2.new(0.0149936331, 0, 0.110323422, 0)
  63. Command.Size = UDim2.new(0, 649, 0, 60)
  64. Command.Font = Enum.Font.Code
  65. Command.Text = "Run a command"
  66. Command.TextColor3 = Color3.new(1, 1, 1)
  67. Command.TextSize = 14
  68.  
  69. Commands.Name = "Commands"
  70. Commands.Parent = Frame
  71. Commands.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  72. Commands.BackgroundTransparency = 0.64999997615814
  73. Commands.BorderSizePixel = 5
  74. Commands.Position = UDim2.new(0, 0, -1.37662339, 0)
  75. Commands.Size = UDim2.new(0, 668, 0, 82)
  76. Commands.Font = Enum.Font.Code
  77. Commands.Text = "[YourMomGivesGoodHead]: antiscreen <-- You won't get shoved by a screen\n[YourMomGivesGoodHead]: hyperkek <-- Gives Infinite Stamina and Infinite Range of Dunking and Layup\n[YourMomGivesGoodHead]: statchange <-- Gives decent stat change\n[YourMomGivesGoodHead]: clicktp <-- Teleports you from your chosen location[YourMomGivesGoodHead]: Aimbot <-- Gives You Better Aim To Beat TryHards"
  78. Commands.TextColor3 = Color3.new(0.0470588, 1, 0)
  79. Commands.TextSize = 14
  80. Commands.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. --[[ Functions ]]--
  83. db = true
  84. m.KeyDown:connect(function(k)
  85. k = k:lower()
  86. if k == "y" then
  87. Frame:TweenPosition(UDim2.new(0.326, 0, 0.452, 0), 'Out', 'Quad', 1, true)
  88. end
  89. end)
  90.  
  91. m.KeyDown:connect(function(k)
  92. k:lower()
  93. if k == "u" then
  94. Frame:TweenPosition(UDim2.new(0.5,-250,1.7,-200), 'In', 'Quad', 1, true)
  95. end
  96. end)
  97.  
  98. m.KeyDown:connect(function(k)
  99. k:lower()
  100. if k == "u" then
  101. Frame:TweenPosition(UDim2.new(0.5,-250,1.7,-200), 'In', 'Quad', 1, true)
  102. end
  103. end)
  104.  
  105. --[[ Scripts]] --
  106. Execute.MouseButton1Down:connect(function()
  107. if Command.Text == "antiscreen" then
  108. loadstring(game:HttpGet("https://pastebin.com/raw/qr2TSRsT",true))()
  109. game:GetService("StarterGui"):SetCore("SendNotification", {
  110. Title = "YourMomGivesGoodHead";
  111. Text = "Successfully loaded Anti-Screen!";
  112. })
  113. end
  114. end)
  115.  
  116. Execute.MouseButton1Down:connect(function()
  117. if Command.Text == "hyperkek" then
  118. loadstring(game:HttpGet("https://pastebin.com/raw/RRARMB51",true))()
  119. game:GetService("StarterGui"):SetCore("SendNotification", {
  120. Title = "YourMomGivesGoodHead";
  121. Text = "Successfully loaded HyperKEK!";
  122. })
  123. end
  124. end)
  125.  
  126. Execute.MouseButton1Down:connect(function()
  127. if Command.Text == "statchange" then
  128. loadstring(game:HttpGet("https://pastebin.com/raw/1EQbJFF4",true))()
  129. game:GetService("StarterGui"):SetCore("SendNotification", {
  130. Title = "YourMomGivesGoodHead";
  131. Text = "Stats successfully changed!";
  132. })
  133. end
  134. end)
  135.  
  136. Execute.MouseButton1Down:connect(function()
  137. if Command.Text == "clicktp" then
  138. loadstring(game:HttpGet("https://pastebin.com/raw/upEJW2i6",true))()
  139. game:GetService("StarterGui"):SetCore("SendNotification", {
  140. Title = "YourMomGivesGoodHeade";
  141. Text = "Successfully loaded ClickTP!";
  142. })
  143. end
  144. end)
  145.  
  146. Execute.MouseButton1Down:connect(function()
  147. if command.Text == "Aimbot" then
  148. loadstring(game:HttpGet("https://pastebin.com/fML1aWXp", true)) ()
  149. game:GetService("StarterGui"):SetCore("SendNotification", {
  150. Title = "YourMomGivesGoodHead";
  151. Text = "Succesfully Loaded Aimbot!";
  152. })
  153. end
  154. end)
  155.  
  156. local msg = Instance.new("Message",game.CoreGui)
  157. msg.Name = game.JobId
  158. msg.Text = "Retired Akio Made It Bitch;https://discord.gg/BN6cVnu"
  159. wait(3)
  160. msg:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement