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.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
- local ImageLabel = Instance.new('ImageLabel')
- local BringPlayersButton = Instance.new('TextButton')
- local SpamPunchButton = Instance.new('TextButton')
- local BringOrbsButton = Instance.new('TextButton')
- local GlossEffect = Instance.new('ImageLabel')
- LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
- LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = LevisTitanSimulatorGUiv2
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = 'Titan Simulator GUI v2'
- TextLabel.TextSize = 18
- ImageLabel.Parent = TextLabel
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
- MainFrame.Parent = TextLabel
- MainFrame.BackgroundTransparency = 0.30000001192093
- MainFrame.Position = UDim2.new(0, 0, 0, 20)
- BringPlayersButton.Parent = MainFrame
- BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringPlayersButton.BackgroundTransparency = 0.60000002384186
- BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringPlayersButton.FontSize = Enum.FontSize.Size14
- BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
- BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
- SpamPunchButton.Parent = MainFrame
- SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamPunchButton.BackgroundTransparency = 0.60000002384186
- SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
- SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- SpamPunchButton.FontSize = Enum.FontSize.Size14
- SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
- BringOrbsButton.Parent = MainFrame
- BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringOrbsButton.BackgroundTransparency = 0.60000002384186
- BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
- BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringOrbsButton.FontSize = Enum.FontSize.Size14
- BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
- BringOrbsButton.TextSize = 14
- CloseButton.Name = 'CloseButton'
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.BorderSizePixel = 0
- CloseButton.Size = UDim2.new(0, 20, 0, 20)
- CloseButton.FontSize = Enum.FontSize.Size18
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- GlossEffect.Parent = CloseButton
- GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
- GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
- LevisTitanSimulatorGUiv2:remove()
- SpamPunchButton.MouseButton1Down:connect(function()
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- Punch.Parent = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- BringPlayersButton.MouseButton1Down:connect(function()
- local children = model:GetChildren()
- if children[i] ~= nil then
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- BringOrbsButton.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)
Oct 23rd, 2017
Never
Roblox Military Simulator Script
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- [ALL CREDITS TO THE OWNER, I DID NOT MAKE THIS SCRIPT]
- https://v3rmillion.net/showthread.php?tid=358518&page=1
- CreditsToGive = 3000
- workspace.Give:InvokeServer('Credits',CreditsToGive)
- Free Upgrades:
- local plr = game:GetService('Players').LocalPlayer
- if v.Owner.Value plr and v.Tower.UP1.Value < 4 then
- workspace.HasEnough:InvokeServer('Cash',0)
- workspace.UpgradeTower:InvokeServer(v.Name,0)
- end
- local ws = workspace
- local plr = game:GetService('Players').LocalPlayer
- local uts = 'Boss2' --Don't spell it wrong. This is the enemy that you want to send.
- local ns = 20 --How many of that enemy you want to send
- local cd = 0 --cooldown between each enemy spawn. not many people would want to change this.
- workspace.HasEnough:InvokeServer('Cash',0)
- workspace.Make:InvokeServer(uts,1,cd)
Military Simulator Script V3rmillion
RAW Paste Data