Advertisement
NekoMitzi

Survivor Free Gamepasses & GUI!

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