Can this ban me ?

Posts 1–15 of 15 · Page 1 of 1
Can this ban me ?
Hi,
I was given a dump of scripts by a friend (AHK). I was just wondering if this could get me banned and if it's actually a trigger bot.

 
Code
color = 0x808000 ;<- your color(you can change it)
xloc = 960 ;<- your coordinate(you can change it)
yloc = 554 ;<- your coordinate (you can change it)
return

$V::
Suspend, On
If (fnCheckPixel(color,xloc,yloc))
{ fnDoShoot(color,xloc,yloc)
}
Suspend, Off
return



fnCheckPixel(color, x, y)
{ PixelGetColor,thiscolor,%x%,%y%, RGB
If (Thiscolor = color)
{ return 1
}
else
{ return 0
}
}


fnDoShoot(color,x,y)
{ If (GetKeyState("v","p"))
{ While ((GetKeyState("v","p")) && (fnCheckPixel(color,x,y)))
Click, %960%, %530%
Sleep, 100
}
}


Thanks in advanced

- ReVamp
Since the new CSGO update you have more chance to get banned :c
Thanks for the response ^_^ And with the recent update, does it now detect AHK ?
Quote Originally Posted by deonly3men2 View Post
Thanks for the response ^_^ And with the recent update, does it now detect AHK ?
ive been using scripts and nothing happened so far
Quote Originally Posted by deonly3men2 View Post
Hi,
I was given a dump of scripts by a friend (AHK). I was just wondering if this could get me banned and if it's actually a trigger bot.

 
Code
color = 0x808000 ;<- your color(you can change it)
xloc = 960 ;<- your coordinate(you can change it)
yloc = 554 ;<- your coordinate (you can change it)
return

$V::
Suspend, On
If (fnCheckPixel(color,xloc,yloc))
{ fnDoShoot(color,xloc,yloc)
}
Suspend, Off
return



fnCheckPixel(color, x, y)
{ PixelGetColor,thiscolor,%x%,%y%, RGB
If (Thiscolor = color)
{ return 1
}
else
{ return 0
}
}


fnDoShoot(color,x,y)
{ If (GetKeyState("v","p"))
{ While ((GetKeyState("v","p")) && (fnCheckPixel(color,x,y)))
Click, %960%, %530%
Sleep, 100
}
}


Thanks in advanced

- ReVamp
What does it do?
Quote Originally Posted by An0m4ly_15 View Post
What does it do?
Looks like color triggerbot
Trigger bot really dumb one at that
do you need to stand still for triggerbot ?
Quote Originally Posted by SanctumNinjas101292 View Post
You can get banned since the new csgo update screws it up
What did the new update do?
Quote Originally Posted by GarrettMaster View Post
What did the new update do?
You can only get banned if its compiled but in a .ahk format its fine. BUT if it reads/writes memory you can get a ban
I think you cant be vac'd but be aware of the overwatch
Quote Originally Posted by RevLKX View Post
I think you cant be vac'd but be aware of the overwatch
You can only get banned if its compiled but in a .ahk format its fine. BUT if it reads/writes memory you can get a ban
This is definitely a triggerbot script. You dont really need to worry about such scripts, however be aware it may make your reaction time seem way too inhuman.
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?