Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------www.youtube.com/c/SystrexTV-------
- -----Counter Blox script-----
- --loadstring(game:HttpGet(('https://pastebin.com/raw/zvrr95fT'),true))()
- --Here are the Loadstring for this script if you dont want to copy so much lines--
- local plrs = game:GetService("Players")
- local TeamBased = true ; local teambasedswitch = "o"
- local presskeytoaim = true; local aimkey = "e"
- local raycast = false
- local espupdatetime = 5; autoesp = false
- local lockaim = true; local lockangle = 5
- local Gui = Instance.new("ScreenGui")
- local Move = Instance.new("Frame")
- local Main = Instance.new("Frame")
- local EspStatus = Instance.new("TextLabel")
- local st1 = Instance.new("TextLabel")
- local st1_2 = Instance.new("TextLabel")
- local st1_3 = Instance.new("TextLabel")
- local Name = Instance.new("TextLabel")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
- Move.Name = "Move"
- Move.Parent = Gui
- Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
- Move.BackgroundTransparency = 0.40000000596046
- Move.BorderSizePixel = 0
- Move.Position = UDim2.new(0.005, 0,0.018, 0)
- Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
- Main.Name = "Main"
- Main.Parent = Move
- Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Main.BackgroundTransparency = 0.69999998807907
- Main.Position = UDim2.new(0, 0, 0.995670795, 0)
- Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
- st1_2.Name = "st1"
- st1_2.Parent = Main
- st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
- st1_2.BackgroundTransparency = 1
- st1_2.Position = UDim2.new(0, 0, 0.505590861, 0)
- st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
- st1_2.Font = Enum.Font.ArialBold
- st1_2.Text = "God guns are ak47,M4a4,XM,Deagle"
- st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
- st1_2.TextScaled = true
- st1_2.TextSize = 14
- st1_2.TextWrapped = true
- st1_3.Name = "st1"
- st1_3.Parent = Main
- st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
- st1_3.BackgroundTransparency = 1
- st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
- st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
- st1_3.Font = Enum.Font.ArialBold
- st1_3.Text = "Made by SystrexTV"
- st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
- st1_3.TextScaled = true
- st1_3.TextSize = 10
- st1_3.TextWrapped = true
- local teambasedstatus = st1_3:Clone()
- teambasedstatus.Parent = st1_3
- teambasedstatus.TextScaled = true
- teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
- teambasedstatus.Text = tostring(TeamBased)
- Name.Name = "Name"
- Name.Parent = Move
- Name.BackgroundColor3 = Color3.new(1, 1, 1)
- Name.BackgroundTransparency = 1
- Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
- Name.Font = Enum.Font.Arial
- Name.Text = "God Guns"
- Name.TextColor3 = Color3.new(0, 0, 0)
- Name.TextScaled = true
- Name.TextSize = 10
- Name.TextWrapped = true
- Name.TextXAlignment = Enum.TextXAlignment.Left
- ------------------------------------------------------------------
- game.ReplicatedStorage.Weapons.AK47.Ammo.Value = 1000000000
- game.ReplicatedStorage.Weapons.AK47.Bullets.Value = 15
- game.ReplicatedStorage.Weapons.AK47.DMG.Value = 100
- game.ReplicatedStorage.Weapons.AK47.FireRate.Value = 0.01
- game.ReplicatedStorage.Weapons.AK47.Range.Value = 1000000000
- game.ReplicatedStorage.Weapons.M4A4.Ammo.Value = 1000000000
- game.ReplicatedStorage.Weapons.M4A4.Bullets.Value = 15
- game.ReplicatedStorage.Weapons.M4A4.DMG.Value = 100
- game.ReplicatedStorage.Weapons.M4A4.FireRate.Value = 0.01
- game.ReplicatedStorage.Weapons.M4A4.Range.Value = 1000000000
- game.ReplicatedStorage.Weapons.XM.Ammo.Value = 10000000
- game.ReplicatedStorage.Weapons.XM.DMG.Value = 500
- game.ReplicatedStorage.Weapons.XM.Auto.Value = true
- game.ReplicatedStorage.Weapons.XM.FireRate.Value = 0.001
- game.ReplicatedStorage.Weapons.XM.Range.Value = 1000
- game.ReplicatedStorage.Weapons.XM.EquipTime.Value = 0.001
- game.ReplicatedStorage.Weapons.DesertEagle.Ammo.Value = 10000000
- game.ReplicatedStorage.Weapons.DesertEagle.DMG.Value = 100
- game.ReplicatedStorage.Weapons.DesertEagle.Range.Value = 1000000000
- game.ReplicatedStorage.Weapons.DesertEagle.Bullets.Value = 30
- game.ReplicatedStorage.Weapons.DesertEagle.EquipTime.Value = 0.001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement