Search found 119 matches

by SkrillexAkaCraft
12 Feb 2018, 15:33
Forum: Gaming Help (v1)
Topic: Making the mouse jump in a flinch
Replies: 0
Views: 490

Making the mouse jump in a flinch

So i am working on a script that when a button is pressed the mouse jumps whitout noticing that it even jumped i tried serveral things and this is what i ended up with #NoEnv #SingleInstance force #Warn ;SendMode Input ;SetTitleMatchMode, 2 ;DetectHiddenWindows, On ;SetKeyDelay, 0, 50 SetDefaultMous...
by SkrillexAkaCraft
10 Feb 2018, 16:52
Forum: Ask for Help (v1)
Topic: Custom Error log?
Replies: 1
Views: 725

Custom Error log?

is it possible to make a custom error log and normal log? for now i am doing it this way Typer: { FormatTime, Time,, Time FileAppend, %Time%: Loaded GUI Propperly`n, log.txt Gui, Typer:Add, Button, x445 y160 w65 h25, Start/F12 Gui, Typer:Add, Button, x515 y160 w65 h25, Stop/F11 Gui, Typer:Add, Tab, ...
by SkrillexAkaCraft
09 Feb 2018, 17:50
Forum: Ask for Help (v1)
Topic: [Solved]Pausing then Resuming
Replies: 1
Views: 569

[Solved]Pausing then Resuming

IS there a way to make a TrayTip that the script is either paused or resumed? i tried F11:: Pause: TrayTip,Paused, Typer has been paused. Pause TrayTip, Resumed, Typer has been resumed. return but it seems like it only does the first TrayTip but then you cant resume the script when either of these 2...
by SkrillexAkaCraft
04 Jan 2018, 19:24
Forum: Gaming Help (v1)
Topic: ImageSeach not working?
Replies: 2
Views: 1015

Re: ImageSeach not working?

TygerByte wrote:Is the image a perfect match? You might consider adding the variation parameter to your image search if it's slightly off.
the images are these


Image
but when this appears in runescape it doesn't do shit
by SkrillexAkaCraft
04 Jan 2018, 13:03
Forum: Gaming Help (v1)
Topic: ImageSeach not working?
Replies: 2
Views: 1015

ImageSeach not working?

when error level = 0 shit happens but the thing it should detect is there >_> #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior spe...
by SkrillexAkaCraft
17 Dec 2017, 14:49
Forum: Ask for Help (v1)
Topic: Progress Bar + Removal of programs with...
Replies: 1
Views: 618

Progress Bar + Removal of programs with...

So i am working on a project which has to remove files which contain a certain word or number in them so since i am working on a project which has to remove installers with different numbers i have to find a way to remove the files either containing a word or number for example 1 of the files has As...
by SkrillexAkaCraft
04 Nov 2017, 13:12
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

Been playing arround with the loop functions but also does not work :/
by SkrillexAkaCraft
03 Nov 2017, 13:01
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

Hi SkrillexAkaCraft , KernelKross source seems correct. Are you sure to have a correctly formatted ini file ( Input.ini ) in the script's own working directory? Try this: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with...
by SkrillexAkaCraft
02 Nov 2017, 18:04
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

Not completely, try this #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; En...
by SkrillexAkaCraft
02 Nov 2017, 12:04
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

Ini files are used to store individual variables while an application is running or exiting, which are easily accessible upon initialization of applications. The way you're trying to make use of ini's is definitely not something I'd recommend. However, if you still want to go this route, here is a ...
by SkrillexAkaCraft
02 Nov 2017, 04:42
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

I'm confused, what exactly do you want to happen when you click F12. Currently it's reading from the ini file... there are 3 files: text.txt, colors.txt and effects.txt i turned them into ini files so i have to use ini read text.ini contains 1 - 100 lines of text cyan: green: purple: red: white: fl...
by SkrillexAkaCraft
01 Nov 2017, 14:17
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

F12:: Gui, Typer:Submit, NoHide Loop, %Loop% ;FileReadLine, color, %A_WorkingDir%\source\colors\colors.txt, %colors% ;FileReadLine, effects, %A_WorkingDir%\source\effects\effects.txt, %effect% ;FileReadLine, text, %A_WorkingDir%\text.txt, %txt% IniRead, text, %A_WorkingDir%\text.ini, %txt% { Send,%...
by SkrillexAkaCraft
01 Nov 2017, 11:17
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Re: Ini read + Rand

Use IniRead,IniWrite and IniDelete commands. Not FileRead for Inis. https://autohotkey.com/docs/commands/IniRead.htm https://autohotkey.com/docs/commands/IniWrite.htm https://autohotkey.com/docs/commands/IniDelete.htm i have tried that all nothing works everytime i press F12 is just sends enter not...
by SkrillexAkaCraft
01 Nov 2017, 05:11
Forum: Gaming Help (v1)
Topic: Tibia rune macro Topic is solved
Replies: 3
Views: 5283

Re: Tibia rune macro Topic is solved

euhm are you trying to make someone write the whole script? did you try creating a script yourself? what have you done so far? show us some work you did on this and maybe you'll get anwsers
by SkrillexAkaCraft
01 Nov 2017, 05:03
Forum: Ask for Help (v1)
Topic: Ini read + Rand
Replies: 13
Views: 2685

Ini read + Rand

ok so i am working on something but the problem here i, the problem i have has nothing to do with games the problem i am having is the ini,file read function so it does not read any of these 2 file types nor sends a random line from any of my ini/txt files #NoEnv ; Recommended for performance and co...
by SkrillexAkaCraft
31 Oct 2017, 19:07
Forum: Gaming Help (v1)
Topic: Auto Typer for runescape
Replies: 7
Views: 2713

Re: Auto Typer for runescape

Try this (btw I correct some others errors in my code gone 0am in France :yawn: :lol: ): #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its ...
by SkrillexAkaCraft
31 Oct 2017, 18:22
Forum: Gaming Help (v1)
Topic: Auto Typer for runescape
Replies: 7
Views: 2713

Re: Auto Typer for runescape

Sorry; I simply forgot the two consecutive quotes (in order to include an actual quote-character inside a literal string as part of an expression): MsgBox % "effects.others["Wave 2"] = " . effects.others["Wave 2"] ; use brackets when the key has spaces should be: MsgBox % "effects.others[""Wave 2""...
by SkrillexAkaCraft
31 Oct 2017, 18:09
Forum: Gaming Help (v1)
Topic: Auto Typer for runescape
Replies: 7
Views: 2713

Re: Auto Typer for runescape

Hi SkrillexAkaCraft , Here's an example (with effects checkboxes in another GUI like in your first example): references: Loop Random Associative Arrays expressions #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detect...
by SkrillexAkaCraft
31 Oct 2017, 16:35
Forum: Gaming Help (v1)
Topic: Auto Typer for runescape
Replies: 7
Views: 2713

Re: Auto Typer for runescape

Cleaned up my code still looking for what i need :/ #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWor...
by SkrillexAkaCraft
31 Oct 2017, 14:54
Forum: Gaming Help (v1)
Topic: Auto Typer for runescape
Replies: 7
Views: 2713

Auto Typer for runescape

So i am trying to make a own made Typer for runescape with all possible things there are in the game, What i have so far: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recomme...

Go to advanced search