LightbulbTriggerbot

Posts 1630 of 51 · Page 2 of 4
@jakkada can you help me? i found out my middlex and my middley co-ords but what should the code look like once finished?

Local $coord = PixelSearch(MiddleX, MiddleY, MiddleX, MiddleY+60, 0xB9161F, 20)

where should my co-ords come in that?
Last time! Window info is not the same as window spy. Proof:
The first co-ords is MiddleX, the second is MiddleY.
If you have : Position 415,596

You'll have :
Local $coord = PixelSearch(415, 596, 415, 596+60, 0xB9161F, 20)

That's what I did...
lmfao this op is a complete retard. there is NO window spy there is only window info "installed it wrong" ... impossible retard how do you install a program wrong you click the exe you idiot. "its in the start menu" maybe yours but quite clearly not ours you unhelpful waste of human skin

---------- Post added at 03:52 PM ---------- Previous post was at 03:50 PM ----------

okay thanks jakkada at least some people on this website are actually helpful ^^ no thanks to the op from me based on attitude alone
Anyway, it doesn't work really good.
When you aim an ennemy, you'll shot only some bullets ( 1 shot each 1-2, or 3 seconds, lol, that's just it.)..
You'll be better with this shit, it doesn't react quickly.
yeah mine just isnt working at all, i think i'll give this one a miss and go back to the rapid fire one instead =D
Yeah, you should do that. What weapon do you use with rapid fiire ?
I did everything like you said and i get a error:

Line 2

1.
^ERROR

Error:Unable to parse line.

1.
Global $Paused

2.
HotKeySet("{F2}", "togglestate")

3.


4.
While 1

5.
triggerbot()

6.
Wend

7.


8.
Func togglestate()

9.
$Paused = Not $Paused

10.
While $Paused

11.
Sleep(100)

12.
ToolTip('Triggerbot in standby', 0, 0)

13.
WEnd

14.
ToolTip("")

15.
EndFunc

16.


17.


18.
Func triggerbot()

19.
Local $coord = PixelSearch(682, 407, 682, 407+60, 0xB9161F, 20)

20.
If Not @error Then

21.
MouseClick("Left")

22.
Sleep(40)

23.
ElseIf @error Then

24.
Sleep(1)

25.
EndIf

26.
EndFunc
make sure you copied the code correctly. it definitely works if you still have problems coyping it, click the download button on pastbin.
also you might have the problem of the bot not shooting correctly because your last coordinate has to be calculated: 407+60= 476. so write that number instead of '407+60'.
Ty it fixed the error now i can test it
@jakkada i use the obeya fbw mostly with it but shotguns are pretty good as well i dont know which semi auto's to use
And mine dosen't shot... Windowed mode probobly the prob moving the window anyway does this work in fullscreen?Il try it tomorow again And if i have modified cross hair is that a prob i have like 2 normal crosshairs one smaller one bigger (the big one is the normal one) and the small one dosent turn red.
no it doesn't work in fullscreen. yea the change of the crosshair might be the problem, because mine does work a 100% without any delay. But as I said, you can try to change values in the code to improve it for yourself as its still in a beta stage.
How can i calculate 4th cordinate? and i have to change all of them MiddleX and MiddleY and MiddleX cordinates?
just add 60 to the MiddleY coordinate, so if your MiddleY coordinate is 700 the fourth coordinate would be 760 (700+60=760..)
Posts 1630 of 51 · Page 2 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?