New BotProfile.db

Original dB by dDefinder '08 ( Adaptation by Lendis for CS:GO )

//----------------------------------------------------------------------------
// BotProfile.db
// Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
//
// This database defines bot "personalities". 
// Feel free to edit it and define your own bots.
//

//EDITS, PROFILES, SKILLS, and NAMES BY dDefinder '08 ( Adaptation by Lendis for CS:GO 2012)
//----------------------------------------------------------------------------

//
// All profiles begin with this data and overwrite their own
//
Default
	Skill = 50
	Aggression = 50
	ReactionTime = 0.3
	AttackDelay = 0
	Teamwork = 75
	AimFocusInitial = 20			// initial focus spread in degrees (from desired center)
	AimFocusDecay = 0.7				// how much focus shrinks per second (.25 = 25% of size after 1 sec)
	AimFocusOffsetScale = 0.30		// controls accuracy when tracking to target (0 == perfect, should always be < 1)
	AimfocusInterval = 0.8			// how often focus is adjusted (smaller intervals means better movement tracking)
	WeaponPreference = none
	Cost = 0
	Difficulty = NORMAL
	VoicePitch = 100
	Skin = 0
	LookAngleMaxAccelNormal = 2000.0
	LookAngleStiffnessNormal = 100.0
	LookAngleDampingNormal = 25.0
	LookAngleMaxAccelAttacking = 3500.0
	LookAngleStiffnessAttacking = 200.0
	LookAngleDampingAttacking = 30.0
End

//----------------------------------------------------------------------------

//
// These templates inherit from Default and override with their values
// The name of the template defines a type that is used by individual bot profiles
//

// weapon preference templates

Template Trueawpsniper
	WeaponPreference = awp
	WeaponPreference = ak47
	WeaponPreference = m4a1
	WeaponPreference = deagle
End

Template TournyT
	WeaponPreference = ak47
	WeaponPreference = m4a1
	WeaponPreference = deagle
End

Template Tourny
	WeaponPreference = m4a1
	WeaponPreference = ak47
	WeaponPreference = deagle
End

Template Custom
	WeaponPreference = awp
	WeaponPreference = aug
	WeaponPreference = sg552
	WeaponPreference = m4a1
	WeaponPreference = ak47
	WeaponPreference = mp7
	WeaponPreference = deagle
End

Template CustomT
	WeaponPreference = awp
	WeaponPreference = sg552
	WeaponPreference = aug
	WeaponPreference = ak47
	WeaponPreference = m4a1
	WeaponPreference = mp7
	WeaponPreference = deagle
End

Template AutoSniper
	WeaponPreference = g3sg1
	WeaponPreference = sg550
	WeaponPreference = scout
	WeaponPreference = galilar
	WeaponPreference = famas
	WeaponPreference = mp7
End

Template AutoSniperT
	WeaponPreference = sg550
	WeaponPreference = g3sg1
	WeaponPreference = scout
	WeaponPreference = famas
	WeaponPreference = galilar
	WeaponPreference = mp7
End

Template Rifle
	WeaponPreference = m4a1
	WeaponPreference = ak47
	WeaponPreference = famas
	WeaponPreference = galilar
	WeaponPreference = mp7
End

Template RifleT
	WeaponPreference = ak47
	WeaponPreference = m4a1
	WeaponPreference = galilar
	WeaponPreference = famas
	WeaponPreference = mp7
End

Template Punch
	WeaponPreference = aug
	WeaponPreference = sg552
	WeaponPreference = mp7
	WeaponPreference = deagle
End

Template PunchT
	WeaponPreference = aug
	WeaponPreference = sg552
	WeaponPreference = mp7
	WeaponPreference = deagle
End

Template Sniper
	WeaponPreference = awp
	WeaponPreference = scout
	WeaponPreference = mp7
	WeaponPreference = deagle
End

Template Power
	WeaponPreference = m249
	WeaponPreference = xm1014
	WeaponPreference = nova
	WeaponPreference = famas
	WeaponPreference = galilar
	WeaponPreference = deagle
End

Template Shotgun
	WeaponPreference = xm1014
	WeaponPreference = nova
	WeaponPreference = elite
	WeaponPreference = fiveseven
End

Template Shield
//	WeaponPreference = shield
	WeaponPreference = m4a1			// in case shield is disallowed
	WeaponPreference = ak47
	WeaponPreference = famas
	WeaponPreference = galilar
	WeaponPreference = mp7
End

Template Spray
	WeaponPreference = p90
	WeaponPreference = mp9
	WeaponPreference = mp7
	WeaponPreference = elite
	WeaponPreference = fiveseven
End

// skill templates
Template Awppro
	Skill = 100
	Aggression = 75
	ReactionTime = 0.1
	Cost = 4
	Difficulty = EXPERT+HARD+NORMAL+EASY
	VoicePitch = 90
	AimFocusInitial = 2
	AimFocusDecay = 0.1
	AimFocusOffsetScale = 0.05
	AimfocusInterval = 0.05
End

Template EliteScared
	Skill = 100
	Aggression = 60
	ReactionTime = 0.2
	Cost = 4
	Difficulty = EXPERT+HARD+NORMAL+EASY
	VoicePitch = 90
	AimFocusInitial = 3
	AimFocusDecay = 0.15
	AimFocusOffsetScale = 0.07
	AimfocusInterval = 0.10
End

Template ExpertScared
	Skill = 95
	Aggression = 50
	ReactionTime = 0.2
	Cost = 4
	Difficulty = EXPERT+HARD+NORMAL
	VoicePitch = 88
	AimFocusInitial = 3
	AimFocusDecay = 0.15
	AimFocusOffsetScale = 0.07
	AimfocusInterval = 0.10
End

Template Elite
	Skill = 100
	Aggression = 100
	ReactionTime = 0.2
	Cost = 4
	Difficulty = EXPERT
	VoicePitch = 85
	AimFocusInitial = 3
	AimFocusDecay = 0.2
	AimFocusOffsetScale = 0.07
	AimfocusInterval = 0.2
End

Template Expert
	Skill = 90
	Aggression = 90
	ReactionTime = 0.2
	Cost = 4
	Difficulty = EXPERT+HARD
	VoicePitch = 88
	AimFocusInitial = 3
	AimFocusDecay = 0.2
	AimFocusOffsetScale = 0.07
	AimfocusInterval = 0.2
End

Template VeryHard
	Skill = 80
	Aggression = 80
	ReactionTime = 0.25
	Cost = 3
	Difficulty = HARD+NORMAL
	VoicePitch = 92
	AimFocusInitial = 3
	AimFocusDecay = 0.3
	AimFocusOffsetScale = 0.09
	AimfocusInterval = 0.30
End

Template Hard
	Skill = 75
	Aggression = 75
	ReactionTime = 0.25
	Cost = 3
	Difficulty = HARD
	VoicePitch = 94
	AimFocusInitial = 3
	AimFocusDecay = 0.3
	AimFocusOffsetScale = 0.11
	AimfocusInterval = 0.40
End

Template Tough
	Skill = 60
	Aggression = 60
	ReactionTime = 0.3
	AttackDelay = 0.35
	Cost = 2
	Difficulty = NORMAL
	VoicePitch = 96
	AimFocusInitial = 5
	AimFocusDecay = 0.4
	AimFocusOffsetScale = 0.15
	AimfocusInterval = 0.50
End

Template Normal
	Skill = 50
	Aggression = 50
	ReactionTime = 0.4
	AttackDelay = 0.7
	Cost = 2
	Difficulty = NORMAL
	AimFocusInitial = 8
	AimFocusDecay = 0.4
	AimFocusOffsetScale = 0.18
	AimfocusInterval = 0.60
End

Template Fair
	Skill = 25
	Aggression = 30
	ReactionTime = 0.4
	AttackDelay = 1.0
	Cost = 1
	Difficulty = EASY
	VoicePitch = 105
	AimFocusInitial = 8
	AimFocusDecay = 0.5
	AimFocusOffsetScale = 0.20
	AimfocusInterval = 0.70
End

Template Easy
	Skill = 0
	Aggression = 20
	ReactionTime = 0.5
	AttackDelay = 1.5
	Cost = 1
	Difficulty = EASY
	VoicePitch = 110
	AimFocusInitial = 10
	AimFocusDecay = 0.7
	AimFocusOffsetScale = 0.20
	AimfocusInterval = 0.8
End

//----------------------------------------------------------------------------
//
// These are the individual bot profiles, which inherit first from 
// Default and then the specified Template(s), in order
//

Awppro+Trueawpsniper "XD | ryu"
	Skin = 1
	VoicePitch = 84
End

Awppro+Trueawpsniper "dDeath of the ART"
	Skin = 1
	VoicePitch = 84
End

Awppro+Trueawpsniper "[[MxD]]X the Driplet"
	Skin = 2
	VoicePitch = 85
End

Awppro+Trueawpsniper "-FaK- Phakkle of War"
	Skin = 3
	VoicePitch = 80
End

Elite+Rifle [[MxD]]Azimuth
	Skin = 1
	VoicePitch = 95
End

Elite+CustomT [[tiMmaH!]]RamboGunther1337
	Skin = 4
	VoicePitch = 80
End

Elite+Custom [[MxD]]DaZZerMAXX
	Skin = 3
	VoicePitch = 90
End

Elite+AutoSniper [[MxD]]ConTour
	Skin = 2
	VoicePitch = 78
End

EliteScared+Tourny [[tiMaH!]]wolf-fang
	Skin = 1
	VoicePitch = 60
End

Elite+TournyT [[tiMaH!]]hula
	Skin = 2
	VoicePitch = 85
End

Elite+Spray [SPI]itchetrigr
	Skin = 3
	VoicePitch = 105
End

Elite+Shotgun "-FaK- Onslaught"
	Skin = 4
	VoicePitch = 84
End

EliteScared+Punch "-FaK- JuZak"
	Skin = 1
	VoicePitch = 110
End

Elite+Power "[[tiMaH!]]Gen.TsoVicious"
	Skin = 2
	VoicePitch = 80
End

Elite+PunchT "-FaK- TuB"
	Skin = 4
	VoicePitch = 90
End

Elite+Rifle [SPI]FrunkenmeisteR
	Skin = 2
	VoicePitch = 98
End

Elite+RifleT "-FaK- .T3ch_N0ne.*"
	Skin = 1
	VoicePitch = 96
End

Elite+Sniper [SPI]Zed-Len
	Skin = 3
	VoicePitch = 105
End

Elite+RifleT [[MxD]]xb9manina
	Skin = 1
	VoicePitch = 84
End

Elite+PunchT [[tiMaH!]]Furious_DC
	Skin = 4
	VoicePitch = 86
End


//----------------------------------------

Expert+RifleT MaNgLeR
	Skin = 4
	VoicePitch = 85
End

Expert+CustomT "[[MxD]]Forgon Sight"
	Skin = 4
	VoicePitch = 80
End

Expert+Trueawpsniper "*USMC*RAZOR"
	Skin = 3
	VoicePitch = 95
End

Expert+TournyT [[MxD]]KiLLconey
	Skin = 1
	VoicePitch = 90
End

Expert+Tourny [[MxD]]OveRSlaP
	Skin = 2
	VoicePitch = 98
End

Expert+AutoSniperT [[MxD]]FaLLouT
	Skin = 1
	VoicePitch = 84
End

ExpertScared+Tourny "[SPI]dna SWAT"
	Skin = 2
	VoicePitch = 110
End

ExpertScared+Custom bre@kd0wn
	Skin = 1
	VoicePitch = 85
End

Expert+Rifle [SPI]neonfaktory
	Skin = 2
	VoicePitch = 100
End

Expert+Punch Grunkzzz
	Skin = 4
	VoicePitch = 95
End

Expert+Sniper "[SPI]Shadow Master"
	SKin = 1
	VoicePitch = 115
End

Expert+Shotgun southernskies
	Skin = 4
	VoicePitch = 87
End

Expert+Rifle "-=[Desert-Eagle]=-"
	Skin = 1
	VoicePitch = 91
End

Expert+Rifle aLiNiMNoN
	Skin = 2
	VoicePitch = 101
End

EliteScared+Custom "-FAK- Lamer"
	Skin = 3
	VoicePitch = 112
End

Expert+PunchT bLaCkSuRgEoN
	Skin = 3
	VoicePitch = 99
End

Expert+Rifle "-=Zaphod=-"
	Skin = 4
	VoicePitch = 100
End

//----------------------------------------

VeryHard+Power deathviper168
	Skin = 1
	VoicePitch = 110
End

VeryHard+Sniper Quci-kSho-t
	Skin = 3
	VoicePitch = 93
End

VeryHard+AutoSniper DaMafiA
	Skin = 2
	VoicePitch = 98
End

VeryHard+Rifle TakeOFF
	Skin = 2
	VoicePitch = 100
End

VeryHard+RifleT aK-MAsta
	Skin = 4
	VoicePitch = 86
End


//----------------------------------------

Hard+Rifle Datastream-Cowboy
	Skin = 1
	VoicePitch = 95
End

Hard+RifleT [TsT]Noe
	Skin = 2
	VoicePitch = 90
End

Hard+Custom [TsT]NeSSt
	Skin = 2
	VoicePitch = 110
End

Hard+AutoSniper [TsT]TheSiS
	Skin = 2
	VoicePitch = 95
End

Hard+CustomT Temepera
	Skin = 2
	VoicePitch = 81
End

Hard+Spray [TsT]Praynspray
	Skin = 4
	VoicePitch = 102
End

Hard+Shotgun [sh3t]inyafAcE
	Skin = 1
	VoicePitch = 98
End

Hard+RifleT infame
	Skin = 2
	VoicePitch = 96
End

Hard+Punch sperm@zoid
	Skin = 4
	VoicePitch = 103
End

Hard+PunchT [tomg]Rangersmith
	Skin = 1
	VoicePitch = 105
End

Hard+Rifle Mark-Z-man 
	Skin = 2
	VoicePitch = 97
End

Hard+Rifle HarDEbAlLa
	Skin = 4
	VoicePitch = 84
End

Hard+PunchT S0ren-Jensen
	Skin = 1
	VoicePitch = 90
End

Hard+Rifle [nARc]lEEt-poSeR
	Skin = 2
	VoicePitch = 98
End

Hard+Sniper Nothi3naTa11
	Skin = 3
	VoicePitch = 110
End

Hard+Spray [SPI]LastMAnStanDINg
	Skin = 4
	VoicePitch = 103
End

Hard+Rifle ThunderRabbiT
	Skin = 2
	VoicePitch = 110
End

//----------------------------------------

Tough+Sniper NEedzNoONE
	Skin = 3
	VoicePitch = 120
End

Tough+AutoSniper Guide
	Skin = 2
	VoicePitch = 121
End

Tough+Rifle "Manilla Folder"
	Skin = 1
	VoicePitch = 100
End

Tough+Rifle "Wah-Wah Effect"
	Skin = 2
	VoicePitch = 104
End

Tough+RifleT Pobler
	Skin = 4
	VoicePitch = 98
End

Tough+Spray el-ass
	Skin = 1
	VoicePitch = 100
End

Tough+Rifle L337Bunny
	Skin = 2
	VoicePitch = 102
End

Tough+Shotgun FOowitAshotGun
	Skin = 4
	VoicePitch = 95
End

Tough+Rifle "-FaK- .sLipsTaR.*"
	Skin = 1
	VoicePitch = 95
End

Tough+RifleT ShadoMagi
	Skin = 2
	VoicePitch = 110
End

Tough+Rifle z@@L
	Skin = 4
	VoicePitch = 112
End

Tough+Shotgun pwnisnotaword
	Skin = 1
	VoicePitch = 90
End

Tough+Rifle [TsT]weakling
	Skin = 2
	VoicePitch = 115
End

Tough+RifleT Mdoziaa
	Skin = 4
	VoicePitch = 107
End

Tough+Rifle "Tongue of the Fatman"
	Skin = 2
	VoicePitch = 102
End

Tough [XeT]X-Tender
	Skin = 1
	VoicePitch = 98
End

Tough+Rifle [XeT]CorTeX
	Skin = 2
	VoicePitch = 100
End

Tough+RifleT [XeT]MeaN
	Skin = 4
	VoicePitch = 95
End

Tough+Rifle [XeT]Steeefan
	Skin = 1
	VoicePitch = 86
End

Tough+RifleT Warbeast
	Skin = 2
	VoicePitch = 100
End

Tough+Rifle [[tiMmaH!]]iPooN!
	Skin = 4
	VoicePitch = 95
End

//----------------------------------------

Normal+Rifle "Crouching Camper Hidden Noob"
	Skin = 1
	VoicePitch = 105
End

Normal+PunchT "Love Blister"
	Skin = 2
	VoicePitch = 90
End

Normal+Custom [BiE]WormEateR
	Skin = 1
	VoicePitch = 105
End

Normal+CustomT "[BiE]El Terrible"
	Skin = 2
	VoicePitch = 90
End

Normal+Rifle "Serial killer"
	Skin = 3
	VoicePitch = 100
End

Normal+AutoSniper Selcuk87
	Skin = 4
	VoicePitch = 107
End

Normal+Shield Shade
	Skin = 1
	VoicePitch = 104
End

Normal+RifleT WerX
	Skin = 2
	VoicePitch = 110
End

Normal+Rifle "Sidewinder(29)"
	Skin = 3
	VoicePitch = 95
End

Normal+CustomT Outbacks
	Skin = 4
	VoicePitch = 112
End

Normal+Rifle Tennistar
	Skin = 1
	VoicePitch = 111
End

Normal+Sniper "Tetra DemoN"
	Skin = 3
	VoicePitch = 115
End

Normal+Rifle "Tony Vercity"
	Skin = 4
	VoicePitch = 112
End

Normal+Rifle "WarFare - fire of the land"
	Skin = 1
	VoicePitch = 96
End

Normal+Custom Bruder_D
	Skin = 2
	VoicePitch = 98
End

Normal+Rifle SteeeFan
	Skin = 4
	VoicePitch = 110
End

Normal+Rifle "Meister Roehrich"
	Skin = 1
	VoicePitch = 95
End

Normal+RifleT SoMa
	Skin = 2
	VoicePitch = 100
End

Normal+Rifle "FoSSmy teeth now you"
	Skin = 4
	VoicePitch = 99
End

Normal+Rifle FUzIOn
	Skin = 3
	VoicePitch = 98
End

Normal+Rifle IcEWolF
	Skin = 1
	VoicePitch = 105
End

Normal+Rifle GurU1859
	Skin = 2
	VoicePitch = 115
End

Normal+Rifle "KaNe normal orly?"
	Skin = 3
	VoicePitch = 110
End

Normal+Custom RUMBLE
	Skin = 4
	VoicePitch = 92
End

//----------------------------------------

Fair+Spray [MAIM]y4eelt
	Skin = 3
	VoicePitch = 110
End

Fair+Custom Metro
	Skin = 1
	VoicePitch = 100
End

Fair+Rifle harmonies
	Skin = 2
	VoicePitch = 99
End

Fair+Spray omydarling
	Skin = 2
	VoicePitch = 120
End

Fair+Power veteran
	Skin = 1
	VoicePitch = 111
End

Fair+Sniper slppers
	Skin = 4
	VoicePitch = 98
End

Fair+Sniper Curtmigle
	Skin = 4
	VoicePitch = 112
End

Fair+Custom Halfmylife
	Skin = 1
	VoicePitch = 90
End

Fair+RifleT [MAIM]Benadic
	Skin = 3
	VoicePitch = 120
End

Fair+Shotgun Med
	Skin = 3
	VoicePitch = 118
End

Fair+Rifle FIE
	Skin = 1
	VoicePitch = 116
End

Fair+Custom OEIe
	Skin = 2
	VoicePitch = 114
End

Fair+PunchT Martin
	Skin = 2
	VoicePitch = 110
End

Fair+Punch [MAIM]Scape
	Skin = 1
	VoicePitch = 98

End
Fair+Rifle Spybot
	Skin = 4
	VoicePitch = 92
End

Fair+Power lessar
	Skin = 4
	VoicePitch = 113
End

Fair+Spray Ender
	Skin = 1
	VoicePitch = 114
End

Fair+Punch Quen
	Skin = 3
	VoicePitch = 115
End

Fair+Power "YMe!!"
	Skin = 3
	VoicePitch = 100
End

Fair+Rifle "[MAIM]Zeus'Beard"
	Skin = 1
	VoicePitch = 102
End

Fair+Rifle "HeadShot==>"
	Skin = 2
	VoicePitch = 98
End

Fair+Rifle Punce
	Skin = 2
	VoicePitch = 96
End

Fair+Power [MAIMZap
	Skin = 1
	VoicePitch = 94
End

//----------------------------------------
Easy+Rifle "@what.com"
	Skin = 1
	VoicePitch = 100
End

Easy+Spray Death
	Skin = 3
	VoicePitch = 110
End

Easy+Spray killer
	Skin = 3
	VoicePitch = 120
End

Easy+Spray Opange
	Skin = 1
	VoicePitch = 99
End

Easy+Rifle concelal
	Skin = 2
	VoicePitch = 120
End

Easy+PunchT outcourge
	Skin = 1
	VoicePitch = 125
End

Easy+Punch import
	Skin = 2
	VoicePitch = 110
End

Easy+Rifle crag
	Skin = 1
	VoicePitch = 100
End

Easy+Rifle yap
	Skin = 4
	VoicePitch = 112
End

Easy+Rifle killplz
	Skin = 4
	VoicePitch = 121
End

Easy+Spray nofood4you
	Skin = 1
	VoicePitch = 99
End

Easy+Spray useeme
	Skin = 3
	VoicePitch = 119
End

Easy+Sniper chaha
	Skin = 3
	VoicePitch = 118
End

Easy+Rifle Petata
	Skin = 1
	VoicePitch = 117
End

Easy+Power Yify
	Skin = 2
	VoicePitch = 116
End

Easy+Rifle Opire
	Skin = 2
	VoicePitch = 115
End

Easy+Rifle Curage
	Skin = 1
	VoicePitch = 114
End

Easy+Rifle simster
	Skin = 4
	VoicePitch = 112
End

Easy+Spray easymeat
	Skin = 4
	VoicePitch = 111
End

Easy+Spray Inofo
	Skin = 1
	VoicePitch = 110
End

Easy+Sniper Marvin
	Skin = 3
	VoicePitch = 109
End

Easy+Rifle [MAIM]knifer
	Skin = 3
	VoicePitch = 108
End

Easy+Power "Life 3"
	Skin = 1
	VoicePitch = 122
End

Easy+Power Dinner
	Skin = 1
	VoicePitch = 120
End

Easy+Rifle Pimp
	Skin = 2
	VoicePitch = 125
End

Easy+Power Aqua
	Skin = 2
	VoicePitch = 92
End

Easy+Punch VCA
	Skin = 1
	VoicePitch = 100
End

Easy+Rifle [MAIM]Dire
	Skin = 1
	VoicePitch = 102
End

Easy+Rifle GCFfile
	Skin = 4
	VoicePitch = 104
End

Easy+Rifle Tool
	Skin = 3
	VoicePitch = 108
End

Easy+Rifle NIght
	Skin = 2
	VoicePitch = 95
End

Easy+Power Data
	Skin = 1
	VoicePitch = 100
End

Easy+Power Pest
	Skin = 4
	VoicePitch = 120
End

Easy+Power [MAIM]Leadfoot
	Skin = 3
	VoicePitch = 112
End

Easy+PunchT Nail
	Skin = 2
	VoicePitch = 99
End

Easy+Punch Yuri
	Skin = 1
	VoicePitch = 110
End

Remplace the original .dB by this.

steamapps\common\Counter-Strike Global offensive\csgo

Oh noes! You're not a Member!

Want access to cool stuff? As a member you can:

  • Post. Give the submitter your thoughts on this Script.
  • Say Thanks. Show your appreciation by sending the submitter points.
  • Stamp Posts. Let other posters know what you think of their posts.
  • Rate. Give this Script a rating out of 10.
  • Flag. Alert moderators and warn members of a problem with this Script.
  • Vote. Vote the submitter for the Monthly Awards.
  • Subscribe. Get notified when this submitter submits again.

Interested? Register or Login

Comments

  • Lendis's Levels
    • P1: Beggar
      Points: 80
    • C1: Member
    • A6: Elder
      Account Age: 6 years
    Posted 9 months ago

    Notes:

    • *Adapatation fail -> Adaptation
    Bananite

Credits

Submitter
Lendis's Levels
  • P1: Beggar
    Points: 80
  • C1: Member
  • A6: Elder
    Account Age: 6 years
Lendis (Creator/Co-creator)
Key Authors
Lendis
Adaptation
Original Authors
dDefinder
Original creator on CS:S
Special Thanks
dDefinder
Creating this dB on CS:S
Turtle Rock Studios
IA
Michael S. Booth
IA

Rating

?/10
Not yet rated.

Stats

Post Count
1
ViewCount
3,666
Date Added
9 months ago
Date Modified
9 months ago

Share

Embed Code
Code to use:

More embeddable images

Bookmark and Share