Autohotkey Script i wrote

04/29/2012 02:18 gondudy#1
hope this can help u guys
what it does is cycle through your keyboard numbers 1-0 to spam
the dekaron skill bar . all you have to do is click on the green box labeled
" Paka.exe " itll show up in your task bar then while your logged in in game
jus press the left Ctrl on your keyboard to start spamming your skill's
[Only registered and activated users can see links. Click Here To Register...]
if u want to modify it i suggest u install AutoHotkey
here is the script

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <[Only registered and activated users can see links. Click Here To Register...]>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
LCtrl:: ;This makes the hotkey, so LCtrl=Left ctrl triggers the script
{ ;start
GetKeyState 1, P ;Get the state of 1
Send {1} ;It hasnt been released so send another Click
sleep 30
Send {2}
sleep 30
Send {3}
sleep 30
Send {4}
sleep 30
Send {5}
sleep 30
Send {6}
sleep 30
Send {7}
sleep 30
Send {8}
sleep 30
Send {9}
sleep 30
Send {0}
sleep 30 ; This is the time between presses, after its slept it will return to the top of the loop and start again
} ;end
Here is a AutoHot key Mouse Left Click program
with this AutoHot key script you can press the " Ctrl " key on the left side of your keyboard
to spam the left click mouse button , for your stat's or for adding skill point's fast
simple and basic and it is so easy to use , enjoy
[Only registered and activated users can see links. Click Here To Register...]
if u want to modify it i suggest u install AutoHotkey
here is the script

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <[Only registered and activated users can see links. Click Here To Register...]>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
LCtrl:: ;This makes the hotkey, so LCtrl=Left ctrl triggers the script
{ ;start
GetKeyState 1, P ;Get the state of 1
Send {Click down} ;It hasnt been released so send another Click
sleep 150
} ;end


SPAM the SpaceBar Program
[Only registered and activated users can see links. Click Here To Register...]
after u download it to your desktop just click on it
then to activate it press and hold the left Alt on your keyboard to spam the space bar
04/29/2012 08:42 Vaidas B#2
Thanks for the release, but this is pretty basic auto it.
04/29/2012 11:03 Joker¨#3
Quote:
Originally Posted by TheConArtist View Post
Thanks for the release, but this is pretty basic auto it.
It's actually autohotkey (the title says so). Isn't there some sort of protection against insane skill scrolling? I'm assuming this goes from 1 to 9 pretty fast

#EDIT: I just checked, so sleep is counted in MS, and 30 ms of sleep is basically no pause between presses, that may be too fast ;)

change sleep to minimum of 1000 MS. Good and simple though , and anyone can edit the sleep time for their needs
04/30/2012 18:39 Vaidas B#4
Spam deleted. Don't start flame wars. We value your input, no matter what it is. That's awesome.
04/30/2012 22:56 Lil122j#5
I can't even use autohotkey anymore without getting that 3rd party error anymore.
04/30/2012 23:47 Joker¨#6
Quote:
Originally Posted by Lil122j View Post
I can't even use autohotkey anymore without getting that 3rd party error anymore.
Don't use standard names for strings and functions etc, randomize it. Also it will help 99% if you can obfuscate it. I don't know if autoit and autohotkey have obfuscatiors but that would most definitely solve the third party error
05/01/2012 01:19 Lil122j#7
Ah thanks for the tip. I thought it would be like nexon's combat arms where all I would have to do is change the program name to something like yahoo or aol so it shows up as aol.exe and isn't suspicious.
05/01/2012 10:05 gondudy#8
well i just posted this program for ppls who get tired of jamming there keyboard while trying to survive either pvp or pk or jus plain grinding , lol u know how many times ill be killing a mob a pker knows some of my skills are on cool down and attacks me and im jamming on my keyboard to attack back , lol but im hitting the buttons that are on cool down . well with this it'll cycle fast to the next available skill . it is meant to help you with what ever situation you feel that you might need that little extra help . well enjoy guys email me anytime [Only registered and activated users can see links. Click Here To Register...] if you got any questions or what not
side project
simple Auto Hotkey stat clicker
following same script but with the left click mouse button
05/13/2012 08:39 SwiftKill#9
Lookin good man :P
05/20/2012 10:42 gondudy#10
Quote:
Originally Posted by SwiftKill View Post
Lookin good man :P
well i try dude but wat i really need is a website to host the files without time limit
05/20/2012 11:05 guesswho-.-#11
try dropbox. its a virtual drive with 2 gigs space for free but as long as you host scripts only its more than enough.
06/12/2012 08:58 gondudy#12
Quote:
Originally Posted by guesswho-.- View Post
try dropbox. its a virtual drive with 2 gigs space for free but as long as you host scripts only its more than enough.
well never tried that before do i need to keep the files on my comp to keep it hosted on there. what i mean is if i delete it from my comp after i uploaded it , will it still be hosted on there website
06/12/2012 10:53 guesswho-.-#13
yeah I believe so. it gets uploaded to their servers and redownloaded on every pc connected to the same dropbox acc.