Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local fully = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12. ScreenGui.ResetOnSpawn = false
  13.  
  14. fully.Name = "fully"
  15. fully.Parent = ScreenGui
  16. fully.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  17. fully.BackgroundTransparency = 0.10000000149012
  18. fully.Position = UDim2.new(0, 0, 0.603703737, 0)
  19. fully.Size = UDim2.new(0, 305, 0, 135)
  20.  
  21. TextButton.Parent = fully
  22. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextButton.Size = UDim2.new(0, 100, 0, 44)
  24. TextButton.Font = Enum.Font.SourceSans
  25. TextButton.Text = "glockdrum"
  26. TextButton.TextColor3 = Color3.new(0, 0, 0)
  27. TextButton.TextSize = 14
  28.  
  29. TextButton_2.Parent = fully
  30. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextButton_2.Position = UDim2.new(0.400000006, 0, 0, 0)
  32. TextButton_2.Size = UDim2.new(0, 100, 0, 44)
  33. TextButton_2.Font = Enum.Font.SourceSans
  34. TextButton_2.Text = "deagle"
  35. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  36. TextButton_2.TextSize = 14
  37.  
  38. TextButton_3.Parent = fully
  39. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextButton_3.Position = UDim2.new(0.881967187, 0, 0, 0)
  41. TextButton_3.Size = UDim2.new(0, 36, 0, 21)
  42. TextButton_3.Font = Enum.Font.SourceSans
  43. TextButton_3.Text = "X"
  44. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  45. TextButton_3.TextSize = 14
  46. -- Scripts:
  47. function SCRIPT_NSBW89_FAKESCRIPT() -- TextButton.Script
  48. getfenv().script = Instance.new('Script', TextButton)
  49.  
  50. function clicked()
  51. local env=getsenv(game.Players.LocalPlayer.Backpack.GlockDrum.SMG) --Pistol -SMG
  52. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  53. end
  54.  
  55. script.Parent.MouseButton1Click:connect(clicked)
  56.  
  57. end
  58. coroutine.resume(coroutine.create(SCRIPT_NSBW89_FAKESCRIPT))
  59. function SCRIPT_MMMU90_FAKESCRIPT() -- TextButton_2.Script
  60. getfenv().script = Instance.new('Script', TextButton_2)
  61.  
  62. function clicked()
  63. local env=getsenv(game.Players.LocalPlayer.Backpack.Deagle.Pistol) --Pistol -SMG
  64. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  65. end
  66.  
  67. script.Parent.MouseButton1Click:connect(clicked)
  68.  
  69. end
  70. coroutine.resume(coroutine.create(SCRIPT_MMMU90_FAKESCRIPT))
  71. function SCRIPT_BIDL75_FAKESCRIPT() -- TextButton_3.Script
  72. getfenv().script = Instance.new('Script', TextButton_3)
  73.  
  74. function clicked
  75. fully.Visible = false
  76. end)
  77.  
  78. end
  79. coroutine.resume(coroutine.create(SCRIPT_BIDL75_FAKESCRIPT))
  80. function SCRIPT_GCVS67_FAKESCRIPT() -- fully.LocalScript
  81. getfenv().script = Instance.new('LocalScript', fully)
  82.  
  83. fully.Draggable = true
  84.  
  85. end
  86. coroutine.resume(coroutine.create(SCRIPT_GCVS67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement