Search found 283 matches

by Reloaded
20 Dec 2017, 09:42
Forum: Gaming Help (v1)
Topic: Authotkey for Multiple Clients running on the background
Replies: 2
Views: 754

Re: Authotkey for Multiple Clients running on the background

Hi I'm currently playing a game and I am having a hard time farming. You can open Multiple Clients on that game at the same time. The problem that I'm having is I want to click numbers 0-9 (not numpad) and want to assign a toggle (f7) to turn it on and off. I also want it to run on Multiple Clients...
by Reloaded
20 Dec 2017, 09:33
Forum: Gaming Help (v1)
Topic: Possible? Topic is solved
Replies: 2
Views: 577

Possible? Topic is solved

Hello!, I have this Script here, Gui, Add, Text, x12 y9 w30 h20 , Speed: Gui, Add, Edit, x52 y9 w40 h20 vnumber, Gui, Add, Button, x12 y39 w110 h80 gsave, Save speed Settings Gui, Add, Edit, x132 y9 w270 h130 , Edit ; Generated using SmartGUI Creator 4.0 Gui, Show, x643 y270 h152 w413, New GUI Windo...
by Reloaded
19 Dec 2017, 13:37
Forum: Ask for Help (v1)
Topic: Save Variable
Replies: 2
Views: 433

Re: Save Variable

A few things wrong. Put returns in the proper places. Use the g-label to identify to do the save (yours was just falling into it due to lack of return). You need to tell it to get the value of the edit field like with Gui, Submit, NoHide. Gui, Add, Text, x50 y70, Name: Gui, Add, Edit, x50 y90 w200 ...
by Reloaded
19 Dec 2017, 13:10
Forum: Ask for Help (v1)
Topic: Save Variable
Replies: 2
Views: 433

Save Variable

Hello!, I created a small GUI that you write your name and than its save what you Typed in a .ini File but! its wont save and i dont know why, could someone Help me ? Gui, Add, Text, x50 y70, Name: Gui, Add, Edit, x50 y90 w200 vname Gui, Add, Button, x50 y120 vsave w200 h25, save name Gui, Show, h54...
by Reloaded
19 Dec 2017, 08:19
Forum: Gaming Help (v1)
Topic: key remap script works in Key Bindings but not in-game (WoW)
Replies: 3
Views: 1881

Re: key remap script works in Key Bindings but not in-game (WoW)

I am using a AHK script to remap the 00 and 0 keys in the numeric pad of my keyboard (see https://autohotkey.com/boards/viewtopic.php?t=41389 ) to down and left arrow keys. The script works fine in Windows but not in WoW, I can't move my character left or backward, however if I go to Key Bindings a...
by Reloaded
16 Dec 2017, 11:23
Forum: Gaming Help (v1)
Topic: Check pixel in loop many times
Replies: 1
Views: 397

Re: Check pixel in loop many times

Hi, I'm new here, I have no experience but I'm trying to learn. Basically I am trying to make a script that checks if the screen is stopped by some error or popup of a flash game (in browser), checking some pixels on the screen and comparing if it is the same color some time later, if it is, send a...
by Reloaded
16 Dec 2017, 11:21
Forum: Gaming Help (v1)
Topic: Winset, Alwaysontop, , A
Replies: 1
Views: 514

Re: Winset, Alwaysontop, , A

Hello, I have a script for Hyperspin to launch a program called HandheldQuake: Run, E:\Nintendo\Game & Watch\xpadder_gamepad_profiler\Buttons.xpadderprofile Sleep, 500 Run, HandheldQuake.exe Sleep, 500 MouseMove, 0, 1200 Send {Return} Send {Return} Esc:: Process, Close, HandheldQuake.exe Process, C...
by Reloaded
16 Dec 2017, 11:19
Forum: Gaming Help (v1)
Topic: Looking for script running for bakcground game
Replies: 17
Views: 4470

Re: Looking for script running for bakcground game

Hello there First of all, i'm a complete noob when it comes down to AHK/scripting. I am basically looking for Hotkeys to be sent to a game running in the background (my corsair macro would only work for window that has focus, which means, I can't uyse my compouter anymore or do anything else). The ...
by Reloaded
16 Dec 2017, 11:18
Forum: Gaming Help (v1)
Topic: No Recoil- Headshot
Replies: 3
Views: 8459

Re: 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 ~LB...
by Reloaded
16 Dec 2017, 11:13
Forum: Gaming Help (v1)
Topic: Why my pixelgetcolor variation is not working? Topic is solved
Replies: 2
Views: 564

Re: Why my pixelgetcolor variation is not working? Topic is solved

j:: Loop { PixelGetColor, loadingPixel, 695, 378, RGB if loadingPixel == 0x25430A { MouseClick, Left, 784, 311 } } i'm new here, can someone help me? nothing happens... Try his :) f:: Coordmode, mouse, Screen ImageSearch, xp, yp, 0, 0, 793, 726, *50 f.png If ErrorLevel=0 { MouseMove, xp, yp, 0 send...
by Reloaded
14 Dec 2017, 08:01
Forum: Gaming Help (v1)
Topic: [request] H1z1 No Recoil.
Replies: 1
Views: 1369

Re: [request] H1z1 No Recoil.

dannyfear11 wrote:Can someone make a script or redirect me to a script that when u shoot and your weapon recoil blows up or left the script brings after each click the pointer(cursor/crosshair) to its initial position . When click check position and drag cursor to that position.
Wrong Forum.
by Reloaded
14 Dec 2017, 07:59
Forum: Gaming Scripts (v1)
Topic: VVVVV - Doing Things the Hard Way / Veni Vidi Vici
Replies: 1
Views: 1830

Re: VVVVV - Doing Things the Hard Way / Veni Vidi Vici

Hi All, Here's a little script I made to get the trinket in the game VVVVV for the levels Veni Vidi Vici... etc. Cheers! ; STARTING POSITION IS (C) in Doing Thing the Hard Way ; RUN SCRIPT AND SWITCH TO GAME QUICKLY -- YOU HAVE 4 SECONDS Sleep 4000 ; GET IN POSITION Send {Right down} Sleep 700 Send...
by Reloaded
13 Dec 2017, 10:38
Forum: Gaming Scripts (v1)
Topic: PressNHold [Function]
Replies: 3
Views: 3642

Re: PressNHold [Function]

Ok, since the community get's asked this so many times, I might as well make a simple and easy to use Press and Hold script. Here's the function with an example: F1::PressNHold(A_ThisHotkey, "{space}", 10) PressNHold(Key, Press := "", Delay := 100) { While (GetKeyState(Key, "P")) { SendInput % (Pre...
by Reloaded
11 Dec 2017, 10:15
Forum: Gaming Help (v1)
Topic: Dll
Replies: 2
Views: 701

Re: Dll

Only the first 3 parameters for mouse_event dll are important, the first being the type of mouse_event, first parameter is 1, which is the mouse move event, second and third parameter are x and y positions respectively. However you already have a wrapper for that dll with mouseXY so to move the mou...
by Reloaded
11 Dec 2017, 08:33
Forum: Gaming Help (v1)
Topic: Dll
Replies: 2
Views: 701

Dll

Hello!, I found a Script that simple move down the Mouse but! how can i make it moves the Mouse not down but up ? The Script need to use Dll if not its didnt work in the Game. And the same with left and right . #NoEnv SendMode Input f::Suspend ~End::ExitApp LCtrl & ~LButton:: Loop If GetKeyState("LB...
by Reloaded
27 Nov 2017, 11:18
Forum: Gaming Help (v1)
Topic: Ahk para bf1 Topic is solved
Replies: 1
Views: 640

Re: Ahk para bf1 Topic is solved

Posted wrote:I have a ahk with antirecoil works perfect but need integrated autospot in the same ahk.

It's possible ??i have a code with no recoil and autospot bit need only one ahk..

Please help..

Regards...
We dont Support Cheats.
by Reloaded
24 Nov 2017, 14:35
Forum: Gaming Help (v1)
Topic: Search for string on webpage, click if non-existent Topic is solved
Replies: 1
Views: 450

Re: Search for string on webpage, click if non-existent Topic is solved

I'm trying to write a script will search for a specific string on a webpage, and if the string is not found, the mouse left clicks once, repeated until the string is found. So far, I've tried to use WinGetText and search within its output, but I can't seem to be able to get the function to retrieve...
by Reloaded
23 Nov 2017, 13:42
Forum: Gaming Help (v1)
Topic: Help With This Plssssss!!!!!!! Topic is solved
Replies: 1
Views: 535

Re: Help With This Plssssss!!!!!!! Topic is solved

DJ Khalid wrote:i am a new user can some one do a script for you to to remap t to Lshift while holding shift ????????????? :twisted: :twisted: :evil: :oops: :oops: (edit: i also looked it up in google found nothing all i got was a:b that's it.)
Mhhh, ok.
by Reloaded
01 Nov 2017, 10:22
Forum: Gaming Help (v1)
Topic: An easy script
Replies: 7
Views: 1191

Re: An easy script

Hello guys so I would like to make a code , I tried a lot of time alone but couldn't make it. I want a script that will press this key "\" every 10 minutes. I want it to press it every 10 minutes until I stop it. I also want this to run in a specific program called MTA: San Andreas Thanks! Hey :) Y...
by Reloaded
01 Nov 2017, 10:16
Forum: Gaming Help (v1)
Topic: i need help with my auto clicker Topic is solved
Replies: 9
Views: 1576

Re: i need help with my auto clicker Topic is solved

I need help with my auto clicker I made whenever I hold down shift or control or alt it won't click here is the script g::Suspend LButton:: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P­")=0) Break } Try this :p Shift:: While GetKeyState("Shift", "P"){ Click, %Ypos% %XPos% Sleep, 10 } ...

Go to advanced search