Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Counter-Strike > Counter-Strike Hacks, Bots, Cheats & Exploits
You last visited: Today at 06:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Support]Du willst einen Cheat kaufen? / You want to buy a cheat?

Discussion on [Support]Du willst einen Cheat kaufen? / You want to buy a cheat? within the Counter-Strike Hacks, Bots, Cheats & Exploits forum part of the Counter-Strike category.

Closed Thread
 
Old 08/12/2015, 15:39   #991
 
frozN's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 858
Received Thanks: 234
keine knives leider, hatte vor kurzem im presale nachgefragt
frozN is offline  
Old 08/14/2015, 20:14   #992
 
elite*gold: 0
Join Date: May 2013
Posts: 52
Received Thanks: 0
brauche hilfe um einen only radar ( nur für ) mich thanks
Minimal1992 is offline  
Old 08/14/2015, 21:52   #993
 
Autrux♥'s Avatar
 
elite*gold: 22
Join Date: Dec 2011
Posts: 5,918
Received Thanks: 1,479
Quote:
Originally Posted by Minimal1992 View Post
brauche hilfe um einen only radar ( nur für ) mich thanks
Vielleicht ein bisschen mehr information was genau du suchst?
Autrux♥ is offline  
Old 08/14/2015, 23:49   #994

 
Promotion™'s Avatar
 
elite*gold: 2
Join Date: Dec 2010
Posts: 1,400
Received Thanks: 382
Quote:
Originally Posted by Autrux♥ View Post
Vielleicht ein bisschen mehr information was genau du suchst?
denke mal nur einen der weder aimbot oder esp hat einfach einen Radar hack
Promotion™ is offline  
Thanks
1 User
Old 08/14/2015, 23:55   #995
 
Autrux♥'s Avatar
 
elite*gold: 22
Join Date: Dec 2011
Posts: 5,918
Received Thanks: 1,479
Quote:
Originally Posted by Promotion™ View Post
denke mal nur einen der weder aimbot oder esp hat einfach einen Radar hack
Er möchte aber einen Privat haben macht aber weder eine Preisangabe noch eine angabe unter welchen anti cheats er den cheat benutzen möchte ^^
Autrux♥ is offline  
Old 08/15/2015, 12:20   #996
 
elite*gold: 0
Join Date: May 2013
Posts: 52
Received Thanks: 0
vac/matchmaking natürlich villt noch esl/wire muss aber nicht / wär aber nice - faceit/ja /esea nein , preis ka ich finde ja niergendswo ein only radar hack private nur für mich sollte kein anderer haben wegen Vac/ organner bittet das ja auch schon lange nicht mehr an ;(
Minimal1992 is offline  
Old 08/15/2015, 12:24   #997
 
Autrux♥'s Avatar
 
elite*gold: 22
Join Date: Dec 2011
Posts: 5,918
Received Thanks: 1,479
VACMM
FaceIT
Radar only Ingame radar oder Overlay radar?
Autrux♥ is offline  
Old 08/15/2015, 12:47   #998
 
elite*gold: 0
Join Date: May 2013
Posts: 52
Received Thanks: 0
Ingame please
Minimal1992 is offline  
Old 08/15/2015, 12:56   #999
 
Autrux♥'s Avatar
 
elite*gold: 22
Join Date: Dec 2011
Posts: 5,918
Received Thanks: 1,479
Quote:
Originally Posted by Minimal1992 View Post
Ingame please
Was willst dafür bezahlen?
Autrux♥ is offline  
Old 08/15/2015, 19:00   #1000
 
elite*gold: 0
Join Date: May 2013
Posts: 52
Received Thanks: 0
ka was sowas kostet 20-50 euro?
finde niergendswo was das man vergleichen könnte hab kein plan was sowas kostet

aber wenn man so sieht kriegt man bei hm 25 life time da ist auch viel drinne.

kannst ja sonst pn schreiben
Minimal1992 is offline  
Old 08/15/2015, 20:01   #1001
 
Autrux♥'s Avatar
 
elite*gold: 22
Join Date: Dec 2011
Posts: 5,918
Received Thanks: 1,479
Quote:
Originally Posted by Minimal1992 View Post
ka was sowas kostet 20-50 euro?
finde niergendswo was das man vergleichen könnte hab kein plan was sowas kostet

aber wenn man so sieht kriegt man bei hm 25 life time da ist auch viel drinne.

kannst ja sonst pn schreiben
Ich habe Burncode geschrieben der kann dir Bestimmt weiterhelfen Mein aller erster privat cheat war auch von ihm
Autrux♥ is offline  
Old 08/15/2015, 22:32   #1002
 
pycache's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 541
Received Thanks: 193
Im Endeffekt ist's halt fast egal ob man nen Radar only macht oder alles sonstige auch noch reinpackt - vom Aufwand her nimmt sich das nicht viel. Von daher wirst du in etwa mit dem gleichen Preis rechnen können wie mit 'nem Alleskönner.
pycache is offline  
Old 08/17/2015, 14:32   #1003
 
elite*gold: 0
Join Date: Jan 2015
Posts: 254
Received Thanks: 80
Quote:
Originally Posted by pycache View Post
Im Endeffekt ist's halt fast egal ob man nen Radar only macht oder alles sonstige auch noch reinpackt - vom Aufwand her nimmt sich das nicht viel. Von daher wirst du in etwa mit dem gleichen Preis rechnen können wie mit 'nem Alleskönner.
Achso. Ist mir neu, dass der Aimbot / ESP / Trigger / Glow code so einfach ist wie ein InGame Radar?
Damnatio is offline  
Old 08/17/2015, 14:55   #1004
 
pycache's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 541
Received Thanks: 193
Code:
void Radar() {
		while (true) {
			if (RadarEnabled) {
				for (auto e : EntityDeque) {
					if (e.isEnemy()) {
						Mem.Write<bool>(e.getEntityAdress() + Offsets::bSpotted, true);
					}
				}
				Sleep(1);
			}
		}
	}
void GlowESP() {
		while (true) {
			if (GlowEnabled && (GlowShowTeam || GlowShowEnemys)) {
				for (auto e : EntityDeque) {
					if (e.isAlive() && e.isPlayer())
						if (e.eTeam != localEntity.eTeam)
							e.drawGlow(Colors::Red);
					}
				}
			}
			Sleep(1);
		}
	}
void Triggerbot() {
		while (true) {
			if ((TriggerEnabled) && targetEntity.inCrosshair()) {
				if (targetEntity.eTeam != localEntity.eTeam) {
					if (TriggerBurst)
						TriggerBurst();
					else
						TriggerShot();
				}
			}
			Sleep(1);
		}
	}
void Aimbot() {
		while (true) {
			if (AimbotEnabled && (GetKeyState(VK_XBUTTON2) & 0x100) != 0) {
				Entity aimEntity;
				aimEntity = getClosestEntity(localEntity.eView);
				aimEntity.updateEntity();
				Angle tempAngle = CalcAngle(localEntity.ePos, aimEntity.ePos);
				setAngle(localEntity.getEntityAdress(), tempAngle);
				MouseClick();
			}
			Sleep(1);
		}
	}
Ist halt echt nicht der Unterschied.
pycache is offline  
Old 08/17/2015, 15:36   #1005



 
burncode's Avatar
 
elite*gold: 250
The Black Market: 138/0/0
Join Date: Sep 2012
Posts: 5,269
Received Thanks: 1,447
Quote:
Originally Posted by pycache View Post
Code:
void Radar() {
		while (true) {
			if (RadarEnabled) {
				for (auto e : EntityDeque) {
					if (e.isEnemy()) {
						Mem.Write<bool>(e.getEntityAdress() + Offsets::bSpotted, true);
					}
				}
				Sleep(1);
			}
		}
	}
void GlowESP() {
		while (true) {
			if (GlowEnabled && (GlowShowTeam || GlowShowEnemys)) {
				for (auto e : EntityDeque) {
					if (e.isAlive() && e.isPlayer())
						if (e.eTeam != localEntity.eTeam)
							e.drawGlow(Colors::Red);
					}
				}
			}
			Sleep(1);
		}
	}
void Triggerbot() {
		while (true) {
			if ((TriggerEnabled) && targetEntity.inCrosshair()) {
				if (targetEntity.eTeam != localEntity.eTeam) {
					if (TriggerBurst)
						TriggerBurst();
					else
						TriggerShot();
				}
			}
			Sleep(1);
		}
	}
void Aimbot() {
		while (true) {
			if (AimbotEnabled && (GetKeyState(VK_XBUTTON2) & 0x100) != 0) {
				Entity aimEntity;
				aimEntity = getClosestEntity(localEntity.eView);
				aimEntity.updateEntity();
				Angle tempAngle = CalcAngle(localEntity.ePos, aimEntity.ePos);
				setAngle(localEntity.getEntityAdress(), tempAngle);
				MouseClick();
			}
			Sleep(1);
		}
	}
Ist halt echt nicht der Unterschied.
Ist aber nicht die ganze Arbeit.
Mach mal Hitbox Trigger
burncode is offline  
Closed Thread

Tags
cheats, cs:go, cs:s, fragen, hacks




All times are GMT +1. The time now is 06:49.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.