Search found 20 matches

by blueeyiz702
29 Jul 2019, 20:29
Forum: Gaming Help (v1)
Topic: Can't read pixel color in game
Replies: 8
Views: 3180

Re: Can't read pixel color in game

@swagfag the colors you retrieve from windowspy. You can insert those directly in script for pixelserch and use.?
by blueeyiz702
31 Jan 2018, 05:36
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

if i wanted no recoil, i would have said that. None of my guns recoil i have over 20,000 kills why i need that? Duh i want to map keys to my xbox controller i use with computer.
by blueeyiz702
31 Jan 2018, 05:33
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

evilC wrote:
blueeyiz702 wrote:Recoil() ;Recoil
NM, just noticed this.
So the real reasons emerge. I'm out.

i did not write that,i have not been on till just now,wtf.
by blueeyiz702
26 Jan 2018, 02:45
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

[quote="evilC"]But I am still not 100% sure what blueeyiz702 wants - I do not know if he wants to use mouse or joystick as the physical input device. It's a PC game, so I am guessing the game takes input from the mouse, so I am guessing he wants mouse as the output, but to play the game with a joypa...
by blueeyiz702
23 Jan 2018, 21:28
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

icuurd12b42 wrote:what's the game?
Black Squad
by blueeyiz702
20 Jan 2018, 19:44
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

@evilC, your UCR program,how would i map movements from black squad to xbox 360 wireless controller?
i tried and could not get it to work at all,im new so i need some help. thanks.
by blueeyiz702
20 Jan 2018, 19:41
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

Is it a first person shooter? In an FPS, if a target is visible on the screen at pixel coordinates 100, 200, then moving the mouse CURSOR to 100, 200 WILL NOT aim at that target. FPS shooters simply do not work that way - the position of the CURSOR is irrelevant, the SIGNALS that came from the mous...
by blueeyiz702
03 Jan 2018, 09:04
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

it keeps doing same thing,and when i aim it point at ground or up to sky in game. ugh
by blueeyiz702
02 Jan 2018, 07:19
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

Yes, the color needs to match within the variation you defined, which is 3. But that has nothing to do with whether Suspend and Pause work or not. Also, I don't think you want to Pause because you just need to suspend the hotkey so you can click normally, so I think you should just remove the Pause...
by blueeyiz702
01 Jan 2018, 04:36
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

boiler wrote:Did you put Suspend before Pause?
i tried and can't really notice if it does or does not. Maybe i need to find the exact color?
Its supposed to be light Beige,
I'm going to try window-spy and and take screen shot in game to see if they match up.
by blueeyiz702
28 Dec 2017, 04:01
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

boiler wrote:Did you put Suspend before Pause?
Hmmm,no. let me try that and see what happens.
by blueeyiz702
27 Dec 2017, 04:08
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

i tried and its not working rite and im trying to make it shoot once it hits that color.
by blueeyiz702
26 Dec 2017, 15:18
Forum: Scripts and Functions (v1)
Topic: AutoHotkey & NVIDIA (NvAPI)
Replies: 56
Views: 33943

Re: AutoHotkey & NVIDIA (NvAPI)

whoa,that's nice as hell. made my asusrog laptop colors just jump off screen.
by blueeyiz702
26 Dec 2017, 11:12
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

boiler wrote:Yes. Did you try it?
when i use it i cant click with Lbutton. pointer goes all over
i need way to turn it on and off
by blueeyiz702
26 Dec 2017, 08:50
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

Lbutton::

PixelSearch, Px, Py, 0, 0,1920, 1080, 0xe1c699 , 3, Fast RGB
Mousemove, px, py
Send Lbutton
Sleep 200
Mousemove, px, py
Return


Capslock::


f12::

Pause

Suspend

Return

Like this? its strange when i activate it i cant controll my mouse it wont let me click on game?
by blueeyiz702
25 Dec 2017, 09:31
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

Lbutton::

PixelSearch, Px, Py, 0, 0,1080, 1920, 0xe1c699 , 3, Fast, RGB
Mousemove, px, py
Send Lbutton
Sleep 200
Mousemove, px, py
Return

f12::

Pause

Suspend

Return

@boiler,so would this be correct then? and how do i add CapsLock to toggle on/off.
by blueeyiz702
25 Dec 2017, 08:51
Forum: Gaming Help (v1)
Topic: Generic Recoil and Rapid Fire Manager
Replies: 0
Views: 453

Generic Recoil and Rapid Fire Manager

I found this in the Archives,and its still works and its not detected by Battleye. but the problem is auto fire does not work when you set up .ini file like it should. Everything else works,but i'm to new to know how to fix it. https://autohotkey.com/board/topic/115326-generic-recoil-rapid-fire-mana...
by blueeyiz702
24 Dec 2017, 05:50
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

@evilC,i'm trying to get this to work? Lbutton:: PixelSearch, Px, Py, 0, 225, 198, 53, 0xe1c699, 3, Fast Mousemove, %px%,%py% Send Lbutton Sleep 200 Mousemove, %px%,%py% Return and this is base i had to start with,im still learning. Lbutton:: PixelSearch, Px, Py,0,600, 800,0, 0x9d6346, 3, Fast Mouse...
by blueeyiz702
15 Dec 2017, 18:52
Forum: Gaming Help (v1)
Topic: No Recoil- Headshot
Replies: 3
Views: 8537

No Recoil- Headshot

Had to make changes for script to work with Black Squad,and just wondered if i had done correctly.had a lot of typo's and spelling errors Its using no recoil with head shot using pixel search. I'm real new to this,thanks #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% NRA := 1 Insert::Suspend ~LBu...
by blueeyiz702
14 Dec 2017, 21:10
Forum: Gaming Help (v1)
Topic: MouseGetPos
Replies: 36
Views: 7790

Re: MouseGetPos

Recoil() ;Recoil
{
Global Auto
IF Auto
{
Loop
{
IF GetKeyState("LButton", "P")
{
MouseXY(1374,561)
sleep 30
}
else
break
}
}
}
return

i'm trying to get these but when i use window spy and get posx and posy it does not work. Am i missing something?

Go to advanced search