Advertisement
ZEE_TerminatorFX

Untitled

Jun 1st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. --Made by: im_Dz#1917 Credit to peoples script
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Close = Instance.new("TextButton")
  8. local InfYield = Instance.new("TextButton")
  9. local SpeedHack = Instance.new("TextButton")
  10. local InfJump = Instance.new("TextButton")
  11. local AntiAfk = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Frame.Position = UDim2.new(0.456698716, 0, 0.353155345, 0)
  20. Frame.Size = UDim2.new(0, 333, 0, 242)
  21. Frame.Active = true
  22. Frame.Draggable = true
  23.  
  24. Close.Name = "Close"
  25. Close.Parent = Frame
  26. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  27. Close.BorderColor3 = Color3.new(0.666667, 0, 0)
  28. Close.Position = UDim2.new(0.75075078, 0, 0, 0)
  29. Close.Size = UDim2.new(0, 83, 0, 50)
  30. Close.Font = Enum.Font.SourceSans
  31. Close.Text = "Close"
  32. Close.TextColor3 = Color3.new(0, 0, 0)
  33. Close.TextSize = 14
  34.  
  35. InfYield.Name = "InfYield"
  36. InfYield.Parent = Frame
  37. InfYield.BackgroundColor3 = Color3.new(1, 1, 1)
  38. InfYield.Position = UDim2.new(-0.000244528055, 0, 0.311712682, 0)
  39. InfYield.Size = UDim2.new(0, 143, 0, 50)
  40. InfYield.Font = Enum.Font.SourceSans
  41. InfYield.Text = "Infinite Yield Admin"
  42. InfYield.TextColor3 = Color3.new(0, 0, 0)
  43. InfYield.TextSize = 14
  44.  
  45. SpeedHack.Name = "SpeedHack"
  46. SpeedHack.Parent = Frame
  47. SpeedHack.BackgroundColor3 = Color3.new(1, 1, 1)
  48. SpeedHack.Position = UDim2.new(0.573573589, 0, 0.309917361, 0)
  49. SpeedHack.Size = UDim2.new(0, 142, 0, 50)
  50. SpeedHack.Font = Enum.Font.SourceSans
  51. SpeedHack.Text = "Speed Hack (100)"
  52. SpeedHack.TextColor3 = Color3.new(0, 0, 0)
  53. SpeedHack.TextSize = 14
  54.  
  55. InfJump.Name = "InfJump"
  56. InfJump.Parent = Frame
  57. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  58. InfJump.Position = UDim2.new(0, 0, 0.636363626, 0)
  59. InfJump.Size = UDim2.new(0, 142, 0, 50)
  60. InfJump.Font = Enum.Font.SourceSans
  61. InfJump.Text = "Infiinite Jump"
  62. InfJump.TextColor3 = Color3.new(0, 0, 0)
  63. InfJump.TextSize = 14
  64.  
  65. AntiAfk.Name = "AntiAfk"
  66. AntiAfk.Parent = Frame
  67. AntiAfk.BackgroundColor3 = Color3.new(1, 1, 1)
  68. AntiAfk.Position = UDim2.new(0.573573589, 0, 0.636363626, 0)
  69. AntiAfk.Size = UDim2.new(0, 142, 0, 50)
  70. AntiAfk.Font = Enum.Font.SourceSans
  71. AntiAfk.Text = "Anti-Afk"
  72. AntiAfk.TextColor3 = Color3.new(0, 0, 0)
  73. AntiAfk.TextSize = 14
  74.  
  75. TextLabel.Parent = Frame
  76. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TextLabel.Position = UDim2.new(0.285285264, 0, 0, 0)
  78. TextLabel.Size = UDim2.new(0, 142, 0, 50)
  79. TextLabel.Font = Enum.Font.SourceSans
  80. TextLabel.Text = "Useful Gui For Games "
  81. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  82. TextLabel.TextSize = 14
  83.  
  84. TextLabel_2.Parent = Frame
  85. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  86. TextLabel_2.Position = UDim2.new(-0.00300300308, 0, 0, 0)
  87. TextLabel_2.Size = UDim2.new(0, 88, 0, 33)
  88. TextLabel_2.Font = Enum.Font.SourceSans
  89. TextLabel_2.Text = "im_Dz#1917"
  90. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  91. TextLabel_2.TextSize = 14
  92. -- Scripts:
  93. function SCRIPT_HQVZ89_FAKESCRIPT() -- Close.LocalScript
  94. local script = Instance.new('LocalScript')
  95. script.Parent = Close
  96. Close.MouseButton1Click:connect(function()
  97. Frame.Visible = false
  98. end)
  99.  
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_HQVZ89_FAKESCRIPT))
  102. function SCRIPT_FQWO80_FAKESCRIPT() -- InfYield.LocalScript
  103. local script = Instance.new('LocalScript')
  104. script.Parent = InfYield
  105. InfYield.MouseButton1Click:connect(function()
  106. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  107. end)
  108.  
  109. end
  110. coroutine.resume(coroutine.create(SCRIPT_FQWO80_FAKESCRIPT))
  111. function SCRIPT_EKEX75_FAKESCRIPT() -- SpeedHack.LocalScript
  112. local script = Instance.new('LocalScript')
  113. script.Parent = SpeedHack
  114. SpeedHack.MouseButton1Click:connect(function()
  115. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  116. end)
  117.  
  118. end
  119. coroutine.resume(coroutine.create(SCRIPT_EKEX75_FAKESCRIPT))
  120. function SCRIPT_SVFB65_FAKESCRIPT() -- InfJump.LocalScript
  121. local script = Instance.new('LocalScript')
  122. script.Parent = InfJump
  123. InfJump.MouseButton1Click:connect(function()
  124. loadstring(game:HttpGet("https://pastebin.com/raw/UUa1kx3c",true))()
  125. end)
  126.  
  127. end
  128. coroutine.resume(coroutine.create(SCRIPT_SVFB65_FAKESCRIPT))
  129. function SCRIPT_TTLF86_FAKESCRIPT() -- AntiAfk.LocalScript
  130. local script = Instance.new('LocalScript')
  131. script.Parent = AntiAfk
  132. AntiAfk.MouseButton1Click:connect(function()
  133.  
  134. end)
  135. -- Anti Idle
  136. local VirtualUser=game:service'VirtualUser'
  137. game:service'Players'.LocalPlayer.Idled:connect(function()
  138. VirtualUser:CaptureController()
  139. VirtualUser:ClickButton2(Vector2.new())
  140. end)
  141.  
  142.  
  143. end
  144. coroutine.resume(coroutine.create(SCRIPT_TTLF86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement