Advertisement
g2004men

aimbot esp blood and iron

Feb 15th, 2021
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. local ScreenGui = Instance.new(ScreenGui)
  2. local mainF = Instance.new(Frame)
  3. local name = Instance.new(TextLabel)
  4. local toggle = Instance.new(TextButton)
  5. local TextLabel = Instance.new(TextLabel)
  6. local stop = Instance.new(TextButton)
  7.  
  8. --Properties
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. mainF.Name = mainF
  14. mainF.Parent = ScreenGui
  15. mainF.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  16. mainF.Position = UDim2.new(0.0622664988, 0, 0.0638820603, 0)
  17. mainF.Size = UDim2.new(0, 168, 0, 308)
  18.  
  19. name.Name = name
  20. name.Parent = mainF
  21. name.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
  22. name.Size = UDim2.new(0, 168, 0, 23)
  23. name.Font = Enum.Font.PermanentMarker
  24. name.Text = Blood and Aimbot
  25. name.TextColor3 = Color3.fromRGB(0, 0, 0)
  26. name.TextSize = 14.000
  27.  
  28. toggle.Name = toggle
  29. toggle.Parent = mainF
  30. toggle.Active = false
  31. toggle.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  32. toggle.Position = UDim2.new(0, 0, 0.847402573, 0)
  33. toggle.Size = UDim2.new(0, 168, 0, 34)
  34. toggle.Font = Enum.Font.SourceSans
  35. toggle.Text = OFF
  36. toggle.TextColor3 = Color3.fromRGB(255, 0, 0)
  37. toggle.TextSize = 24.000
  38. toggle.MouseButton1Clickconnect(function()
  39. toggle.Text = Activated
  40. toggle.TextColor3 = Color3.fromRGB(0, 255, 0)
  41. loadstring(gameGetObjects('rbxassetid340856112')[1].Source)()
  42.  
  43. wait()
  44.  
  45. _G.FREE_FOR_ALL = false
  46.  
  47. _G.BIND = 50 -- LEFT CTRL
  48. _G.ESP_BIND = 52 -- LEFT ALT
  49. end)
  50.  
  51. TextLabel.Parent = mainF
  52. TextLabel.BackgroundColor3 = Color3.fromRGB(144, 144, 144)
  53. TextLabel.Position = UDim2.new(0.113095239, 0, 0.136363626, 0)
  54. TextLabel.Size = UDim2.new(0, 130, 0, 160)
  55. TextLabel.Font = Enum.Font.SourceSans
  56. TextLabel.Text = thank you for using gmen#2821 script if you want more futures its gonna cost 200 robux
  57. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. TextLabel.TextScaled = true
  59. TextLabel.TextSize = 14.000
  60. TextLabel.TextWrapped = true
  61.  
  62. stop.Name = stop
  63. stop.Parent = mainF
  64. stop.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  65. stop.Position = UDim2.new(0, 0, 0.724025965, 0)
  66. stop.Size = UDim2.new(0, 168, 0, 20)
  67. stop.Font = Enum.Font.SourceSans
  68. stop.Text = emergency stop
  69. stop.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. stop.TextSize = 14.000
  71. stop.MouseButton1Clickconnect(function()
  72. ScreenGuiDestroy()
  73. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement