Advertisement
Guest User

arsenal god mode and wh

a guest
Oct 4th, 2019
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local GUI = Instance.new("Frame")
  6. local EZ = Instance.new("TextLabel")
  7. local ESP = Instance.new("TextButton")
  8. local GODMODE = Instance.new("TextButton")
  9. local CLOSE = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.CoreGui
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. GUI.Name = "GUI"
  15. GUI.Parent = ScreenGui
  16. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  17. GUI.BackgroundTransparency = 0.5
  18. GUI.Position = UDim2.new(0, 0, 0.481770843, 0)
  19. GUI.Size = UDim2.new(0, 100, 0, 100)
  20.  
  21. EZ.Name = "EZ"
  22. EZ.Parent = GUI
  23. EZ.BackgroundColor3 = Color3.new(1, 1, 1)
  24. EZ.BackgroundTransparency = 1
  25. EZ.Position = UDim2.new(-0.510000229, 0, -0.149999991, 0)
  26. EZ.Size = UDim2.new(0, 200, 0, 50)
  27. EZ.Font = Enum.Font.SourceSans
  28. EZ.Text = "BLACK KFC"
  29. EZ.TextColor3 = Color3.new(0, 0, 0)
  30. EZ.TextSize = 24
  31.  
  32. ESP.Name = "ESP"
  33. ESP.Parent = GUI
  34. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  35. ESP.BackgroundTransparency = 1
  36. ESP.Position = UDim2.new(0.0399999619, 0, 0.699999988, 0)
  37. ESP.Size = UDim2.new(0, 91, 0, 30)
  38. ESP.Font = Enum.Font.SourceSans
  39. ESP.Text = "ESP"
  40. ESP.TextColor3 = Color3.new(0, 0, 0)
  41. ESP.TextSize = 16
  42. ESP.MouseButton1Click:connect(function()
  43. spawn(loadstring(game:HttpGet("https://pastebin.com/raw/zKjj0TQD", true)))()
  44. end)
  45.  
  46. GODMODE.Name = "GODMODE"
  47. GODMODE.Parent = GUI
  48. GODMODE.BackgroundColor3 = Color3.new(1, 1, 1)
  49. GODMODE.BackgroundTransparency = 1
  50. GODMODE.Position = UDim2.new(0.0399999619, 0, 0.349999994, 0)
  51. GODMODE.Size = UDim2.new(0, 91, 0, 30)
  52. GODMODE.Font = Enum.Font.SourceSans
  53. GODMODE.Text = "GODMODE"
  54. GODMODE.TextColor3 = Color3.new(0, 0, 0)
  55. GODMODE.TextSize = 16
  56. GODMODE.MouseButton1Click:connect(function()
  57. game.Players.LocalPlayer.Character.Damage:Destroy()
  58.  
  59. end)
  60.  
  61. CLOSE.Name = "CLOSE"
  62. CLOSE.Parent = GUI
  63. CLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  64. CLOSE.BackgroundTransparency = 1
  65. CLOSE.Position = UDim2.new(0.310000032, 0, 1, 0)
  66. CLOSE.Size = UDim2.new(0, 38, 0, 30)
  67. CLOSE.Font = Enum.Font.SourceSans
  68. CLOSE.Text = "KILL GUI"
  69. CLOSE.TextColor3 = Color3.new(0, 0, 0)
  70. CLOSE.TextSize = 16
  71. CLOSE.MouseButton1Click:connect(function()
  72. GUI.Visible = false
  73. end)
  74.  
  75. -- credits
  76. print("ESP CREATED BY Zeta#5669")
  77. print("GOD MODE CREATED BY Jesus#4811")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement