arfiakbar123

arsenal

Jul 4th, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local X = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local Farm = Instance.new("TextButton")
  10. local ESPWH = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Draggable = true
  18. Frame.Position = UDim2.new(0.140567064, 225, 0.10015671, 174)
  19. Frame.Size = UDim2.new(0, 414, 0, 211)
  20.  
  21. X.Name = "X"
  22. X.Parent = Frame
  23. X.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  24. X.BorderColor3 = Color3.new(0.52549, 0, 0)
  25. X.Position = UDim2.new(0.889999986, 0, 0, 0)
  26. X.Size = UDim2.new(0, 46, 0, 35)
  27. X.Font = Enum.Font.SciFi
  28. X.Text = "X"
  29. X.TextSize = 42
  30. X.MouseButton1Down:connect(function()
  31. Frame.Visible = false
  32. end)
  33.  
  34. TextLabel.Parent = Frame
  35. TextLabel.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  36. TextLabel.Position = UDim2.new(-0.0169082135, 0, -0.0189573467, 0)
  37. TextLabel.Size = UDim2.new(0, 234, 0, 43)
  38. TextLabel.Font = Enum.Font.SourceSans
  39. TextLabel.Text = "Arsenal"
  40. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  41. TextLabel.TextSize = 25
  42.  
  43. TextLabel_2.Parent = Frame
  44. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel_2.Position = UDim2.new(0.0241545867, 0, 0.862559259, 0)
  46. TextLabel_2.Size = UDim2.new(0, 200, 0, 23)
  47. TextLabel_2.Font = Enum.Font.SourceSans
  48. TextLabel_2.Text = "By@Arfi@Rizki@Ilham~"
  49. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  50. TextLabel_2.TextSize = 14
  51.  
  52. Farm.Name = "Farm"
  53. Farm.Parent = Frame
  54. Farm.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  55. Farm.Position = UDim2.new(0.111111104, 0, 0.578199029, 0)
  56. Farm.Size = UDim2.new(0, 321, 0, 34)
  57. Farm.Font = Enum.Font.SourceSans
  58. Farm.Text = "GOD MODE/G MATI MATI"
  59. Farm.TextColor3 = Color3.new(0, 0, 0)
  60. Farm.TextSize = 23
  61. Farm.MouseButton1Click:connect(function()
  62. game.Players.LocalPlayer.Character.Damage:Destroy()
  63.  
  64. end)
  65.  
  66. ESPWH.Name = "ESP/WH"
  67. ESPWH.Parent = Frame
  68. ESPWH.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  69. ESPWH.Position = UDim2.new(0.115942031, 0, 0.279620856, 0)
  70. ESPWH.Size = UDim2.new(0, 320, 0, 34)
  71. ESPWH.Font = Enum.Font.SourceSans
  72. ESPWH.Text = "ESP/WH"
  73. ESPWH.TextColor3 = Color3.new(0, 0, 0)
  74. ESPWH.TextSize = 23
  75. ESPWH.MouseButton1Click:connect(function()
  76. spawn(loadstring(game:HttpGet("https://pastebin.com/raw/zKjj0TQD", true)))()
  77. end)
Advertisement
Add Comment
Please, Sign In to add comment