[PATCHED] Jubs Tweaked TriggerBot

Posts 115 of 26 · Page 1 of 2
Quote Originally Posted by overdose_stinkyjoint View Post
have you fixed the problem with shooting yet?
i fixed the
Code:
ImageSearch, , , 960, 0, 960, 540, *100 1.png
		If !Errorlevel
			Loop
			{
				ImageSearch, , , 960, 541, 960, 1080, *100 1.png
				If !Errorlevel
added another basis for IS

it works most of the time, its still pretty faulty like every other trigger, works like 96% of the time, its better than the current one i used
Quote Originally Posted by Jov View Post


i fixed the
Code:
ImageSearch, , , 960, 0, 960, 540, *100 1.png
		If !Errorlevel
			Loop
			{
				ImageSearch, , , 960, 541, 960, 1080, *100 1.png
				If !Errorlevel
added another basis for IS

it works most of the time, its still pretty faulty like every other trigger, works like 96% of the time, its better than the current one i used

i dont mean this code
Code:
Firing := 0
 
 
Gui, Add, CheckBox, x12 y220 w150 h40 gTrigerSub vtrigger, Trigger Bot
Gui, Show
 
TrigerSub:
GuiControlGet, trigger
if trigger
	loop
	{
		GuiControlGet, trigger
		ImageSearch, , , 960, 0, 960, 540, *100 1.png
		If !Errorlevel
			Loop
			{
				ImageSearch, , , 960, 541, 960, 1080, *100 1.png
				If !Errorlevel
				{
					gosub, Fire_on
				}
				else
				{
					gosub, Fire_off
					break
				}
			}
		if !trigger
			break
	}
return
 
Fire_on:
if !Firing
{
	Send, {LButton Down}
	Firing := 1
}
return
 
Fire_off:
if Firing
{
	Send, {LButton Up}
	Firing := 0
}
return
 
GuiClose:
ExitApp
return
as that was posted elsewhere

i mean have you been able to sort the fact that after killing an enemy it still fires the gun and emptys the clip unless you manually press left mouse button?
Quote Originally Posted by overdose_stinkyjoint View Post
i dont mean this code
Code:
Firing := 0
 
 
Gui, Add, CheckBox, x12 y220 w150 h40 gTrigerSub vtrigger, Trigger Bot
Gui, Show
 
TrigerSub:
GuiControlGet, trigger
if trigger
	loop
	{
		GuiControlGet, trigger
		ImageSearch, , , 960, 0, 960, 540, *100 1.png
		If !Errorlevel
			Loop
			{
				ImageSearch, , , 960, 541, 960, 1080, *100 1.png
				If !Errorlevel
				{
					gosub, Fire_on
				}
				else
				{
					gosub, Fire_off
					break
				}
			}
		if !trigger
			break
	}
return
 
Fire_on:
if !Firing
{
	Send, {LButton Down}
	Firing := 1
}
return
 
Fire_off:
if Firing
{
	Send, {LButton Up}
	Firing := 0
}
return
 
GuiClose:
ExitApp
return
as that was posted elsewhere

i mean have you been able to sort the fact that after killing an enemy it still fires the gun and emptys the clip unless you manually press left mouse button?
no it seems like its a problem with all current scripts, i tried multiple ones and all of them are having the same results, it might be the png ill try to find a better image for image search fitting parameters. Also my triggerbot is pretty much that script just messed with the Image search params and the fire off
Invalid Attachment specified. If you followed a valid link, please notify the administrator .... CANT DOWNLOAD
yeah the issue i think it has is, its picking up the fact we have crossed the image 1.png, but as a character / training bot dies, the ahk script hasnt picked up the fact its died because as ur go from left to right,

soon as u pass on the left it fires, when u pass the bot on the right it stops.

but if you pass on the left, and the bot dies, its not picking up the 1.png on the right side,to tell the script to stop firing.

so this is the problem we have.
Quote Originally Posted by overdose_stinkyjoint View Post
yeah the issue i think it has is, its picking up the fact we have crossed the image 1.png, but as a character / training bot dies, the ahk script hasnt picked up the fact its died because as ur go from left to right,

soon as u pass on the left it fires, when u pass the bot on the right it stops.

but if you pass on the left, and the bot dies, its not picking up the 1.png on the right side,to tell the script to stop firing.

so this is the problem we have.
yea, im gonna look into it, i got a chinese friend whos making ahks for money ill ask him about it
Quote Originally Posted by Jov View Post


yea, im gonna look into it, i got a chinese friend whos making ahks for money ill ask him about it
i would appreciate if you share your findings with me if you figure out the problem
Quote Originally Posted by overdose_stinkyjoint View Post
i would appreciate if you share your findings with me if you figure out the problem
yea no worries ill make sure to PM you if he figures it out
What is the probability of getting banned? percent?
You often follows a cheat and its updates?


Trigger Bot works on some key or it runs automatically when you move? Sir?

And thanks you, Regards! ♥
Approved - Thanks for sharing m8
you can do to triggerbot worked at button, please?
or it works through a button?
it dosnt work how mcuh res i need to make it work
Posts 115 of 26 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?