Advertisement
Waffle212

Untitled

Apr 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local aimbots = Instance.new("Frame")
  6. local poly = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local phantomforces = Instance.new("TextButton")
  9. local counterblox = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. aimbots.Name = "aimbots"
  15. aimbots.Parent = ScreenGui
  16. aimbots.Active = true
  17. aimbots.BackgroundColor3 = Color3.new(0.470588, 0, 0.705882)
  18. aimbots.Position = UDim2.new(0.186119869, 0, 0.699853599, 0)
  19. aimbots.Size = UDim2.new(0, 472, 0, 171)
  20. aimbots.Visible = false
  21.  
  22. poly.Name = "poly"
  23. poly.Parent = aimbots
  24. poly.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  25. poly.Position = UDim2.new(0.0317796618, 0, 0.710350871, 0)
  26. poly.Size = UDim2.new(0, 143, 0, 36)
  27. poly.Font = Enum.Font.SourceSans
  28. poly.Text = "Polyguns"
  29. poly.TextColor3 = Color3.new(0, 0, 0)
  30. poly.TextScaled = true
  31. poly.TextSize = 14
  32. poly.TextWrapped = true
  33.  
  34. TextLabel.Parent = aimbots
  35. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextLabel.BackgroundTransparency = 1
  37. TextLabel.Position = UDim2.new(0.262711853, 0, 0, 0)
  38. TextLabel.Size = UDim2.new(0, 224, 0, 43)
  39. TextLabel.Font = Enum.Font.SourceSans
  40. TextLabel.Text = "Aim bots"
  41. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  42. TextLabel.TextScaled = true
  43. TextLabel.TextSize = 14
  44. TextLabel.TextWrapped = true
  45.  
  46. phantomforces.Name = "phantom forces"
  47. phantomforces.Parent = aimbots
  48. phantomforces.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  49. phantomforces.Position = UDim2.new(0.0317796618, 0, 0.39456141, 0)
  50. phantomforces.Size = UDim2.new(0, 143, 0, 36)
  51. phantomforces.Font = Enum.Font.SourceSans
  52. phantomforces.Text = "Phantom Forces"
  53. phantomforces.TextColor3 = Color3.new(0, 0, 0)
  54. phantomforces.TextScaled = true
  55. phantomforces.TextSize = 14
  56. phantomforces.TextWrapped = true
  57.  
  58. counterblox.Name = "counter blox"
  59. counterblox.Parent = aimbots
  60. counterblox.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  61. counterblox.Position = UDim2.new(0.391949177, 0, 0.39456141, 0)
  62. counterblox.Size = UDim2.new(0, 143, 0, 36)
  63. counterblox.Font = Enum.Font.SourceSans
  64. counterblox.Text = "Counter Blox"
  65. counterblox.TextColor3 = Color3.new(0, 0, 0)
  66. counterblox.TextScaled = true
  67. counterblox.TextSize = 14
  68. counterblox.TextWrapped = true
  69. -- Scripts:
  70. function SCRIPT_ZLHV65_FAKESCRIPT() -- poly.LocalScript
  71. local script = Instance.new('LocalScript')
  72. script.Parent = poly
  73. script.Parent.MouseButton1Click:Connect(function()
  74. loadstring(game:HttpGet(('https://pastebin.com/raw/yfiZJev6'),true))()
  75. local a = Instance.new("Message",workspace)
  76. a.Text = "press F to aimbot"
  77. wait(3)
  78. a:Destroy()
  79. end)
  80.  
  81. end
  82. coroutine.resume(coroutine.create(SCRIPT_ZLHV65_FAKESCRIPT))
  83. function SCRIPT_ALTJ68_FAKESCRIPT() -- phantomforces.LocalScript
  84. local script = Instance.new('LocalScript')
  85. script.Parent = phantomforces
  86. script.Parent.MouseButton1Click:Connect(function()
  87. loadstring(game:HttpGet(('https://pastebin.com/raw/jKfsyJZS'),true))()
  88.  
  89. end)
  90.  
  91. end
  92. coroutine.resume(coroutine.create(SCRIPT_ALTJ68_FAKESCRIPT))
  93. function SCRIPT_KGAD69_FAKESCRIPT() -- counterblox.LocalScript
  94. local script = Instance.new('LocalScript')
  95. script.Parent = counterblox
  96. script.Parent.MouseButton1Click:Connect(function()
  97. loadstring(game:HttpGet(('https://pastebin.com/raw/U62tLG6S'),true))()
  98.  
  99. end)
  100.  
  101. end
  102. coroutine.resume(coroutine.create(SCRIPT_KGAD69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement