bennytrt2

Assassin script roblox

May 11th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. --Script by ouqi#3500
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Label = Instance.new("TextLabel")
  6. local Barcode = Instance.new("TextButton")
  7. local _2ndAutofarm = Instance.new("TextButton")
  8. local InfYield = Instance.new("TextButton")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Main.Name = "Main"
  15. Main.Parent = ScreenGui
  16. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  17. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  18. Main.Position = UDim2.new(0.704334378, 0, 0.573795199, 0)
  19. Main.Size = UDim2.new(0, 327, 0, 177)
  20. Main.Active = true
  21. Main.Draggable = true
  22.  
  23. Label.Name = "Label"
  24. Label.Parent = Main
  25. Label.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  26. Label.Size = UDim2.new(0, 327, 0, 18)
  27. Label.Font = Enum.Font.SourceSans
  28. Label.Text = "Assassin Mix"
  29. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. Label.TextSize = 14.000
  31.  
  32. Barcode.Name = "Barcode"
  33. Barcode.Parent = Main
  34. Barcode.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  35. Barcode.Position = UDim2.new(0.0336391442, 0, 0.158192083, 0)
  36. Barcode.Size = UDim2.new(0, 90, 0, 141)
  37. Barcode.Font = Enum.Font.SourceSans
  38. Barcode.Text = "Barcode"
  39. Barcode.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. Barcode.TextSize = 14.000
  41. Barcode.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/IIIlllIIIAlt/Assassin-Free/main/free%20Barcode-obfuscated.lua"))()
  43. end)
  44.  
  45. _2ndAutofarm.Name = "2nd Autofarm"
  46. _2ndAutofarm.Parent = Main
  47. _2ndAutofarm.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  48. _2ndAutofarm.Position = UDim2.new(0.694189608, 0, 0.158192083, 0)
  49. _2ndAutofarm.Size = UDim2.new(0, 90, 0, 141)
  50. _2ndAutofarm.Modal = true
  51. _2ndAutofarm.Font = Enum.Font.SourceSans
  52. _2ndAutofarm.Text = "2nd Autofarm"
  53. _2ndAutofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. _2ndAutofarm.TextSize = 14.000
  55. _2ndAutofarm.MouseButton1Down:connect(function()
  56. local lp = game.Players.LocalPlayer
  57.  
  58. game.RunService.RenderStepped:Connect(function()
  59. pcall(function()
  60. spawn(function()
  61. if game.Players.LocalPlayer.Backpack.Knife then
  62. keypress(0x31)
  63. keyrelease(0x31)
  64. end
  65. end)
  66. spawn(function()
  67. if lp.PlayerGui.ScreenGui.UI.Target.Visible then
  68. local target = lp.PlayerGui.ScreenGui.UI.Target.TargetText.Text
  69. lp.Character.HumanoidRootPart.CFrame = game.Players[target].Character.HumanoidRootPart.CFrame
  70. mouse1click()
  71. end
  72. end)
  73. end)
  74. end)
  75. end)
  76.  
  77. InfYield.Name = "Inf Yield"
  78. InfYield.Parent = Main
  79. InfYield.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  80. InfYield.Position = UDim2.new(0.363914371, 0, 0.158192083, 0)
  81. InfYield.Size = UDim2.new(0, 89, 0, 141)
  82. InfYield.Font = Enum.Font.SourceSans
  83. InfYield.Text = "Inf Yield"
  84. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. InfYield.TextSize = 14.000
  86. InfYield.MouseButton1Down:connect(function()
  87. local AnnGUI = Instance.new("Frame")
  88. local background = Instance.new("Frame")
  89. local TextBox = Instance.new("TextLabel")
  90. local shadow = Instance.new("Frame")
  91. local PopupText = Instance.new("TextLabel")
  92. local Exit = Instance.new("ImageButton")
  93.  
  94. screenGui = Instance.new("ScreenGui",game.CoreGui)
  95.  
  96. AnnGUI.Name = 'Boomer'
  97. AnnGUI.Parent = screenGui
  98. AnnGUI.Active = true
  99. AnnGUI.BackgroundTransparency = 1
  100. AnnGUI.Position = UDim2.new(0.5, -180, 0, -400)
  101. AnnGUI.Size = UDim2.new(0, 360, 0, 20)
  102. AnnGUI.ZIndex = 4
  103.  
  104. background.Name = "background"
  105. background.Parent = AnnGUI
  106. background.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  107. background.BorderSizePixel = 0
  108. background.Position = UDim2.new(0, 0, 0, 20)
  109. background.Size = UDim2.new(0, 360, 0, 135)
  110.  
  111. TextBox.Parent = background
  112. TextBox.BackgroundTransparency = 1
  113. TextBox.Position = UDim2.new(0.017, 0, 0.06, 0)
  114. TextBox.Size = UDim2.new(0, 348, 0, 120)
  115. TextBox.Font = Enum.Font.SourceSans
  116. TextBox.TextSize = 18
  117. TextBox.TextWrapped = true
  118. TextBox.Text = 'Please use the new Infinite Yield loadstring. You can find it in the Discord.\n\ndiscord.io/infiniteyield\n\nYou will now be re-directed to the new loadstring.'
  119. TextBox.TextColor3 = Color3.new(1, 1, 1)
  120. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  121. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  122.  
  123. shadow.Name = "shadow"
  124. shadow.Parent = AnnGUI
  125. shadow.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  126. shadow.BorderSizePixel = 0
  127. shadow.Size = UDim2.new(0, 360, 0, 20)
  128. shadow.ZIndex = 4
  129.  
  130. PopupText.Name = "PopupText"
  131. PopupText.Parent = shadow
  132. PopupText.BackgroundTransparency = 1
  133. PopupText.Position = UDim2.new(0, 51, 0, 0)
  134. PopupText.Size = UDim2.new(0.76, -16, 0.95, 0)
  135. PopupText.ZIndex = 4
  136. PopupText.Font = Enum.Font.SourceSans
  137. PopupText.TextSize = 14
  138. PopupText.Text = "Server Announcement"
  139. PopupText.TextColor3 = Color3.new(1, 1, 1)
  140. PopupText.TextWrapped = true
  141.  
  142. Exit.Name = "Exit"
  143. Exit.Parent = shadow
  144. Exit.BackgroundTransparency = 1
  145. Exit.Size = UDim2.new(0, 20, 0, 20)
  146. Exit.ZIndex = 4
  147. Exit.Image = "rbxassetid://2132544126"
  148.  
  149. wait(1)
  150. AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)
  151.  
  152. Exit.MouseButton1Click:Connect(function()
  153. AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -400), "InOut", "Quart", 0.5, true, nil)
  154. wait(0.6)
  155. AnnGUI:Destroy()
  156. end)
  157.  
  158. wait(5)
  159. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  160. end)
Add Comment
Please, Sign In to add comment