Advertisement
Guest User

MEGA Boss Survival Script

a guest
Sep 25th, 2022
8,981
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 1
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local AutoFarm = Instance.new("TextButton")
  7. local IY = Instance.new("TextButton")
  8. local AntiAFK = Instance.new("TextButton")
  9.  
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. MainFrame.Name = "MainFrame"
  15. MainFrame.Parent = ScreenGui
  16. MainFrame.BackgroundColor3 = Color3.fromRGB(139, 0, 0)
  17. MainFrame.BorderSizePixel = 8
  18. MainFrame.Position = UDim2.new(0.0598395765, 0, 0.598531246, 0)
  19. MainFrame.Size = UDim2.new(0, 429, 0, 251)
  20.  
  21. TextLabel.Parent = MainFrame
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  23. TextLabel.BorderSizePixel = 8
  24. TextLabel.Position = UDim2.new(0, 0, 0.231075704, 0)
  25. TextLabel.Size = UDim2.new(0, 429, 0, 132)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Made By BloodyRage#9731 "
  28. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel.TextScaled = true
  30. TextLabel.TextSize = 14.000
  31. TextLabel.TextWrapped = true
  32.  
  33. AutoFarm.Name = "AutoFarm"
  34. AutoFarm.Parent = MainFrame
  35. AutoFarm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  36. AutoFarm.BorderSizePixel = 8
  37. AutoFarm.Size = UDim2.new(0, 182, 0, 50)
  38. AutoFarm.Font = Enum.Font.SourceSans
  39. AutoFarm.Text = "AutoFarm"
  40. AutoFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. AutoFarm.TextScaled = true
  42. AutoFarm.TextSize = 14.000
  43. AutoFarm.TextWrapped = true
  44.  
  45. IY.Name = "IY"
  46. IY.Parent = MainFrame
  47. IY.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  48. IY.BorderSizePixel = 8
  49. IY.Position = UDim2.new(0.575757563, 0, 0, 0)
  50. IY.Size = UDim2.new(0, 182, 0, 50)
  51. IY.Font = Enum.Font.SourceSans
  52. IY.Text = "IY"
  53. IY.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. IY.TextScaled = true
  55. IY.TextSize = 14.000
  56. IY.TextWrapped = true
  57.  
  58. AntiAFK.Name = "AntiAFK"
  59. AntiAFK.Parent = MainFrame
  60. AntiAFK.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  61. AntiAFK.BorderSizePixel = 8
  62. AntiAFK.Position = UDim2.new(0.286713272, 0, 0.800796807, 0)
  63. AntiAFK.Size = UDim2.new(0, 182, 0, 50)
  64. AntiAFK.Font = Enum.Font.SourceSans
  65. AntiAFK.Text = "AntiAFK"
  66. AntiAFK.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. AntiAFK.TextScaled = true
  68. AntiAFK.TextSize = 14.000
  69. AntiAFK.TextWrapped = true
  70.  
  71. -- Scripts:
  72.  
  73. local function BTVILBN_fake_script() -- AutoFarm.LocalScript
  74. local script = Instance.new('LocalScript', AutoFarm)
  75.  
  76. script.Parent.MouseButton1Click:Connect(function()
  77. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-166.161865, 4877.32227, -94710.9141, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  78. wait(1)
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  80. end)
  81. end
  82. coroutine.wrap(BTVILBN_fake_script)()
  83. local function KHVBPL_fake_script() -- IY.LocalScript
  84. local script = Instance.new('LocalScript', IY)
  85.  
  86. script.Parent.MouseButton1Click:Connect(function()
  87. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  88. end)
  89. end
  90. coroutine.wrap(KHVBPL_fake_script)()
  91. local function ZEBWFPP_fake_script() -- AntiAFK.LocalScript
  92. local script = Instance.new('LocalScript', AntiAFK)
  93.  
  94. script.Parent.MouseButton1Click:Connect(function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/sDXcYFhR", true))()
  96. end)
  97. end
  98. coroutine.wrap(ZEBWFPP_fake_script)()
  99.  
Tags: no tags
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement