Darkaf

Survivor

Apr 14th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Made by basicallyaxlly", Text = "You should follow basicallyaxlly on roblox and youtube!"})
  2.  
  3. local survivor = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local premium = Instance.new("TextButton")
  6. local veteran = Instance.new("TextButton")
  7. local coins = Instance.new("TextButton")
  8. local eye = Instance.new("TextButton")
  9. local order = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11.  
  12. survivor.Name = "survivor"
  13. survivor.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = survivor
  17. main.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  18. main.BorderSizePixel = 0
  19. main.Position = UDim2.new(0.297679096, 0, 0.192883879, 0)
  20. main.Size = UDim2.new(0, 177, 0, 193)
  21. main.Active = true
  22.  
  23. premium.Name = "premium"
  24. premium.Parent = main
  25. premium.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  26. premium.BorderColor3 = Color3.new(0.992157, 0.988235, 1)
  27. premium.Position = UDim2.new(0.0614034347, 0, 0.046632126, 0)
  28. premium.Size = UDim2.new(0, 150, 0, 14)
  29. premium.Font = Enum.Font.Fantasy
  30. premium.Text = "Be Premium"
  31. premium.TextColor3 = Color3.new(1, 1, 1)
  32. premium.TextSize = 14
  33.  
  34. veteran.Name = "veteran"
  35. veteran.Parent = main
  36. veteran.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  37. veteran.BorderColor3 = Color3.new(0.992157, 0.988235, 1)
  38. veteran.Position = UDim2.new(0.0614034347, 0, 0.191709846, 0)
  39. veteran.Size = UDim2.new(0, 150, 0, 14)
  40. veteran.Font = Enum.Font.Fantasy
  41. veteran.Text = "Veteran GUI"
  42. veteran.TextColor3 = Color3.new(1, 1, 1)
  43. veteran.TextSize = 14
  44.  
  45. coins.Name = "coins"
  46. coins.Parent = main
  47. coins.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  48. coins.BorderColor3 = Color3.new(0.992157, 0.988235, 1)
  49. coins.Position = UDim2.new(0.0614034347, 0, 0.331606209, 0)
  50. coins.Size = UDim2.new(0, 150, 0, 14)
  51. coins.Font = Enum.Font.Fantasy
  52. coins.Text = "Get Coins (Automatic)"
  53. coins.TextColor3 = Color3.new(1, 1, 1)
  54. coins.TextSize = 14
  55.  
  56. eye.Name = "eye"
  57. eye.Parent = main
  58. eye.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  59. eye.BorderColor3 = Color3.new(0.992157, 0.988235, 1)
  60. eye.Position = UDim2.new(0.0614034347, 0, 0.461139917, 0)
  61. eye.Size = UDim2.new(0, 150, 0, 14)
  62. eye.Font = Enum.Font.Fantasy
  63. eye.Text = "Eye On Prize [BROKEN]"
  64. eye.TextColor3 = Color3.new(1, 1, 1)
  65. eye.TextSize = 14
  66.  
  67. order.Name = "order"
  68. order.Parent = main
  69. order.BackgroundColor3 = Color3.new(0.219608, 0.0196078, 0.117647)
  70. order.BorderColor3 = Color3.new(0.992157, 0.988235, 1)
  71. order.Position = UDim2.new(0.0614034347, 0, 0.595854938, 0)
  72. order.Size = UDim2.new(0, 150, 0, 14)
  73. order.Font = Enum.Font.Fantasy
  74. order.Text = "Order Ordeal [BROKEN]"
  75. order.TextColor3 = Color3.new(1, 1, 1)
  76. order.TextSize = 14
  77.  
  78. TextLabel.Parent = main
  79. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextLabel.BackgroundTransparency = 1
  81. TextLabel.Position = UDim2.new(0.073446326, 0, 0.735751271, 0)
  82. TextLabel.Size = UDim2.new(0, 151, 0, 44)
  83. TextLabel.Font = Enum.Font.Fantasy
  84. TextLabel.Text = "Credits: basicallyaxlly"
  85. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  86. TextLabel.TextSize = 14
  87.  
  88. main.Draggable = true
  89.  
  90. premium.MouseButton1Down:connect(function()
  91. game.Players.LocalPlayer.Premium.Value = true
  92. wait()
  93. game.Players.LocalPlayer.CanMove.Value = true
  94. end)
  95.  
  96. veteran.MouseButton1Down:connect(function()
  97. loadstring(game:HttpGet('https://pastebin.com/raw/jdJ2CZde',true))()
  98. end)
  99.  
  100. coins.MouseButton1Down:connect(function()
  101. while true do
  102. wait()
  103. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  104. local f = game.Workspace -- Change This
  105. for i,v in pairs(f:GetDescendants()) do
  106. if v.Name == 'Coin' then
  107. v.CFrame = plr.CFrame
  108. end
  109. end
  110. end
  111. end)
  112.  
  113. eye.MouseButton1Down:connect(function()
  114. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  115. local f = game.Workspace['Eye On The Prize'].Map.Collect -- Change This
  116. for i,v in pairs(f:GetChildren()) do
  117. if v.Name == 'Handle' then
  118. v.CFrame = plr.CFrame
  119. end
  120. end
  121. end)
  122.  
  123. order.MouseButton1Down:connect(function()
  124. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  125. local f = game.Workspace['Order Ordeal'].Map -- Change This
  126. for i,v in pairs(f:GetChildren()) do
  127. if v.Name == 'Curtain' then
  128. v:Remove()
  129. end
  130. end
  131. end)
Add Comment
Please, Sign In to add comment