Search found 368 matches

by SnowFlake
26 Dec 2015, 12:48
Forum: Ask for Help (v1)
Topic: Starting and stopping the script with the same button
Replies: 7
Views: 5277

Re: Starting and stopping the script with the same button

change this:
s::
Mousemove, 650, 350

to this:
Mousemove, 650, 350
s::
by SnowFlake
25 Dec 2015, 11:23
Forum: Ask for Help (v1)
Topic: Starting and stopping the script with the same button
Replies: 7
Views: 5277

Re: Starting and stopping the script with the same button

try this script:

Code: Select all

#MaxThreadsPerHotkey, 2
#singleInstance, Force
toggle = 0

s:: 
Mousemove, 650, 350 
Toggle := !Toggle
While Toggle
{
        Sleep, 200
	Send {z down} 
	Sleep 300 
	Send {z up} 
	Sleep 100 
} 
return
by SnowFlake
24 Dec 2015, 18:20
Forum: Scripts and Functions (v1)
Topic: Super Morse Code :D
Replies: 3
Views: 2673

Re: Super Morse Code :D

really nice code :D
by SnowFlake
24 Dec 2015, 18:14
Forum: Ask for Help (v1)
Topic: Pause key to pause only part of the script Topic is solved
Replies: 5
Views: 1955

Re: Pause key to pause only part of the script Topic is solved

hey try this script, its not the best way of doing it but it should work and also :xmas: #SingleInstance force Pause_Timer_1 = 0 Pause_Timer_2 = 0 #Persistent SetTimer, Timer_1, 5000 SetTimer, Timer_2, 33000 Return Timer_1: Send, {F7} Return Timer_2: Send, {F6} Return XButton1:: Pause_Timer_1++ IF (...
by SnowFlake
24 Dec 2015, 17:59
Forum: Gaming Help (v1)
Topic: WoW heroic leap script stops working in-game after first run Topic is solved
Replies: 2
Views: 1464

Re: WoW heroic leap script stops working in-game after first run Topic is solved

Try this script,

Code: Select all

IF NOT A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"
   ExitApp
}

#SingleInstance force

ins::suspend

K::
{
Sleep 600
Send, {L}
Sleep 600
click
}
return
by SnowFlake
23 Dec 2015, 16:54
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 433430

Re: AutoGUI - GUI Designer and Script Editor

@maestrith "a small project" Hahahahahah Nice Joke xD, its a huge project!

also Merry Christmas guys :D
by SnowFlake
23 Dec 2015, 10:08
Forum: Forum Issues
Topic: Recent spate of spam emails
Replies: 30
Views: 10370

Re: Recent spate of spam emails

┳┻| _
┻┳| •.•) -Dad,Are The Spammer's Gone
┳┻|⊂ノ
┻┳|

/﹋\
(҂`_´) -GET BACK SON, THEY'RE COMING BACK STRONGER!
<,︻╦╤─ ҉ - - - - - - - - - - - - - -
/\
by SnowFlake
22 Dec 2015, 10:02
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4904
Views: 1437463

Re: « What's on your mind? » Topic is solved

@Coco: are you the same person with that dog picture on the old forum?
by SnowFlake
15 Dec 2015, 08:50
Forum: Gaming Scripts (v1)
Topic: RPG MO Woodcutting Bot
Replies: 2
Views: 3340

Re: RPG MO Woodcutting Bot

you can use capture2text for some captchas some with numbers.

http://i.imgur.com/FrIXOc8.png

also digging sand in reval is a good idea to make money,its like 200 coins per sand ea
by SnowFlake
14 Dec 2015, 14:45
Forum: Gaming Scripts (v1)
Topic: RPG MO Woodcutting Bot
Replies: 2
Views: 3340

RPG MO Woodcutting Bot

This post and bot is out of date use this one instead:
https://autohotkey.com/boards/viewtopic ... 19&t=13323
by SnowFlake
06 Dec 2015, 09:47
Forum: Forum Issues
Topic: Can't set avatar or upload images
Replies: 7
Views: 3306

Re: Can't set avatar or upload images

This is still an issue :(

http://prntscr.com/9azd49
by SnowFlake
06 Dec 2015, 09:37
Forum: Tutorials (v1)
Topic: How to Make AHK Work in Most Games - The Basics
Replies: 26
Views: 144703

Re: How to Make AHK Work in Most Games - The Basics

Also here is the old Topic on this also:
https://autohotkey.com/board/topic/1117 ... he-basics/

also you can try this tool,it tests different Send and Click Tool commands:
https://autohotkey.com/board/topic/9565 ... -tool-v32/
by SnowFlake
05 Dec 2015, 10:31
Forum: Ask for Help (v1)
Topic: Auto It to AHK (Memory Reading) [Solved]
Replies: 7
Views: 4946

Re: Auto It to AHK (Memory Reading) [Solved]

This is awesome thanks once again for your help guys!

picture:
http://i.imgur.com/JNmWWqh.png
by SnowFlake
05 Dec 2015, 09:33
Forum: Ask for Help (v1)
Topic: Auto It to AHK (Memory Reading) [Solved]
Replies: 7
Views: 4946

Re: Auto It to AHK (Memory Reading) [Solved]

Wow it works!!! omg thank you so much for your help both RHCP and Blackholyman this means a lot to me!!! :superhappy: :rainbow: :dance: :bravo: picture: http://i.imgur.com/JM1zdmk.png final code: IF NOT A_IsAdmin { Run *RunAs "%A_ScriptFullPath%" ExitApp } setSeDebugPrivilege() #SingleInstance force...
by SnowFlake
05 Dec 2015, 09:10
Forum: Ask for Help (v1)
Topic: Auto It to AHK (Memory Reading) [Solved]
Replies: 7
Views: 4946

Re: Auto It to AHK (Memory Reading)

Hmmm so i removed the "SetPrivilege("SeDebugPrivilege", 1)" line from the Auto it script and then it shows the address value as 0 and when its there i get the right value of 51. but still nothing with the Autohoktkey script it sill shows blank, also did i add the function right? Autohotkey script: I...
by SnowFlake
04 Dec 2015, 17:21
Forum: Ask for Help (v1)
Topic: Auto It to AHK (Memory Reading) [Solved]
Replies: 7
Views: 4946

Auto It to AHK (Memory Reading) [Solved]

Hello so i have tried reading a games memory for some time now with AHk and it doesn't seems to work at all even if i have tried it with other games and it works great so just for fun i tried a memory reading script made with Auto it and it works great but i i dont know a lot/nearly anything about A...
by SnowFlake
04 Dec 2015, 16:31
Forum: Gaming Help (v1)
Topic: Trouble creating 1:1 Macro for Runescape Topic is solved
Replies: 13
Views: 6852

Re: Trouble creating 1:1 Macro for Runescape Topic is solved

"Mouse_Presses to become XButton1 instead? Would I just replace each instance?" yea "#SingleInstance force will prevent the keybind from activating twice?" this will prevent you from running 2 AHK scripts at the same time " Persistent makes the first,second,third and fourth click count correct?" no ...
by SnowFlake
04 Dec 2015, 16:20
Forum: Gaming Help (v1)
Topic: Trouble creating 1:1 Macro for Runescape Topic is solved
Replies: 13
Views: 6852

Re: Trouble creating 1:1 Macro for Runescape Topic is solved

This should work: #SingleInstance force #Persistent Mouse_Presses = 0 #C:: Mouse_Presses++ IF Mouse_Presses = 1 send, {I} IF Mouse_Presses = 2 send, {/} IF Mouse_Presses = 3 send, {O} IF Mouse_Presses = 4 send, {P} IF Mouse_Presses = 5 { Send, {Shift Down} Sleep,200 send, {5} Sleep, 200 send, {Shift...

Go to advanced search