Roblox V3rmillion Military Simulator

Oct 28th, 2017
Never

Hey, my little cubs! Welcome back to another ROBLOX video. Today I will be reviewing Spetsnaz and their morphs, and we will see what they get, in both V1. Breaking Point V3rmillion. Breaking Point V3rmillion. Baldi W Pet Simulator Roblox Youtube youtube. Ba Sandhurst Military Academy V1 Temp Roblox. Just me playing millitary simulator on roblox. Just me playing millitary simulator on roblox.

Roblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
  2. local ImageLabel = Instance.new('ImageLabel')
  3. local BringPlayersButton = Instance.new('TextButton')
  4. local SpamPunchButton = Instance.new('TextButton')
  5. local BringOrbsButton = Instance.new('TextButton')
  6. local GlossEffect = Instance.new('ImageLabel')
  7. LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
  8. LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
  9. TextLabel.Parent = LevisTitanSimulatorGUiv2
  10. TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
  11. TextLabel.BorderSizePixel = 0
  12. TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
  13. TextLabel.Font = Enum.Font.Arial
  14. TextLabel.Text = 'Titan Simulator GUI v2'
  15. TextLabel.TextSize = 18
  16. ImageLabel.Parent = TextLabel
  17. ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
  18. ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
  19. MainFrame.Parent = TextLabel
  20. MainFrame.BackgroundTransparency = 0.30000001192093
  21. MainFrame.Position = UDim2.new(0, 0, 0, 20)
  22. BringPlayersButton.Parent = MainFrame
  23. BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  24. BringPlayersButton.BackgroundTransparency = 0.60000002384186
  25. BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
  26. BringPlayersButton.FontSize = Enum.FontSize.Size14
  27. BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
  28. BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
  29. SpamPunchButton.Parent = MainFrame
  30. SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  31. SpamPunchButton.BackgroundTransparency = 0.60000002384186
  32. SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
  33. SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
  34. SpamPunchButton.FontSize = Enum.FontSize.Size14
  35. SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
  36. BringOrbsButton.Parent = MainFrame
  37. BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  38. BringOrbsButton.BackgroundTransparency = 0.60000002384186
  39. BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
  40. BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
  41. BringOrbsButton.FontSize = Enum.FontSize.Size14
  42. BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
  43. BringOrbsButton.TextSize = 14
  44. CloseButton.Name = 'CloseButton'
  45. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  46. CloseButton.BorderSizePixel = 0
  47. CloseButton.Size = UDim2.new(0, 20, 0, 20)
  48. CloseButton.FontSize = Enum.FontSize.Size18
  49. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  50. GlossEffect.Parent = CloseButton
  51. GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
  52. GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
  53. LevisTitanSimulatorGUiv2:remove()
  54. SpamPunchButton.MouseButton1Down:connect(function()
  55. local Punch = game.Players.LocalPlayer.Backpack.Punch
  56. Punch.Parent = game.Players.LocalPlayer.Character
  57. game.Players.LocalPlayer.Character.Punch:Activate()
  58. game.Players.LocalPlayer.Character.Punch:Activate()
  59. local PunchTwo = game.Players.LocalPlayer.Character.Punch
  60. PunchTwo.Parent = game.Players.LocalPlayer.Backpack
  61. end)
  62. BringPlayersButton.MouseButton1Down:connect(function()
  63. local children = model:GetChildren()
  64. if children[i] ~= nil then
  65. children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  66. game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  67. game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
  68. end
  69. BringOrbsButton.MouseButton1Down:connect(function()
  70. for i,v in pairs(game.Workspace:GetChildren()) do
  71. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  72. end
  73. end)
Oct 23rd, 2017
Never

Roblox Military Simulator Script

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. [ALL CREDITS TO THE OWNER, I DID NOT MAKE THIS SCRIPT]
  2. https://v3rmillion.net/showthread.php?tid=358518&page=1
  3. CreditsToGive = 3000
  4. workspace.Give:InvokeServer('Credits',CreditsToGive)
  5. Free Upgrades:
  6. local plr = game:GetService('Players').LocalPlayer
  7. if v.Owner.Value plr and v.Tower.UP1.Value < 4 then
  8. workspace.HasEnough:InvokeServer('Cash',0)
  9. workspace.UpgradeTower:InvokeServer(v.Name,0)
  10. end
  11. local ws = workspace
  12. local plr = game:GetService('Players').LocalPlayer
  13. local uts = 'Boss2' --Don't spell it wrong. This is the enemy that you want to send.
  14. local ns = 20 --How many of that enemy you want to send
  15. local cd = 0 --cooldown between each enemy spawn. not many people would want to change this.
  16. workspace.HasEnough:InvokeServer('Cash',0)
  17. workspace.Make:InvokeServer(uts,1,cd)

Military Simulator Script V3rmillion

RAW Paste Data

Roblox Military Simulator