|
You last visited: Today at 02:07
Advertisement
Granado Espado, is there a WASD hack?
Discussion on Granado Espado, is there a WASD hack? within the General Coding forum part of the Coders Den category.
02/01/2008, 21:36
|
#1
|
elite*gold: 0
Join Date: Jan 2008
Posts: 2
Received Thanks: 0
|
Granado Espado, is there a WASD hack?
i was just wondering, ist here a WASD hack, as in W,A,S,D = movement. i would love to know if there is a hack or something to change in the script so that you can move with W,A,S,D so far i havent found one and its very sad  lol well if anyone knows how to make it W,A,S,D it would be great
PS - post the tutorial if you can
|
|
|
02/01/2008, 21:39
|
#2
|
elite*gold: 0
Join Date: Aug 2005
Posts: 896
Received Thanks: 334
|
I don't know of such a hack, and its pretty hard for me to imagine how one should control three characters with this.
|
|
|
02/01/2008, 22:07
|
#3
|
elite*gold: 0
Join Date: Jan 2008
Posts: 2
Received Thanks: 0
|
i kinda mean, like you can scroll through characters without clicking on them, like u tab or scroll+tab like some other games, im kind of referring to like FFXII like how you can scroll through characters and attack with em and command em, no such thing?
|
|
|
02/02/2008, 14:19
|
#4
|
elite*gold: 20
Join Date: Feb 2006
Posts: 3,174
Received Thanks: 1,152
|
i have the prob, that i didnt really get what you want...
in GE, you can move your character only by pressing the cursor-keys or what?
if yes.. it might be possible to create a tool, that can redirect the WASD keys so that you can move with them...
|
|
|
02/02/2008, 15:07
|
#5
|
elite*gold: 0
Join Date: Aug 2005
Posts: 896
Received Thanks: 334
|
Quote:
Originally Posted by Reijin
i have the prob, that i didnt really get what you want...
in GE, you can move your character only by pressing the cursor-keys or what?
if yes.. it might be possible to create a tool, that can redirect the WASD keys so that you can move with them...
|
Actually you usually don't have _one_ character, but a group of three characters, in which you have one main character selected which you move and have the other follow, or move them seperately.
This is not done with the keyboard, but with the mouse only, by clicking on the target position. The possibility is very high, that the movement gets calculated by the server after you tell him where you want to go, which would render this request virtually impossible.
|
|
|
 |
Similar Threads
|
code für nen bot (wasd)
06/27/2010 - CrossFire - 16 Replies
Hi,
ich wollte mir mal nen bot machen der für mich in crossfire rumläuft.
Dazu verwendete ich autohotkeyscripts aber die nimmt cf nicht an.
Welchen befehl oder was auch immer muss ich verwenden ???
Nein ich habe NICHT for zu "farmen".
Danke
|
Rohan.jp Moving WASD
05/13/2010 - Rohan - 2 Replies
Hi I have a small request to people who could help me someone tell me how wasd going to do? in rohan.jp thank you in advance
Sorry for my English
|
Granado espada vis hack or item duplicator?
05/02/2010 - General Coding - 4 Replies
does anyone have a hack for vis?(currency of Granado espada) or an item duplicator program?? please help :)
|
WASD to client
05/25/2009 - PW Hacks, Bots, Cheats, Exploits - 2 Replies
Func keydown($bvkCode)
DllCall('user32.dll', 'int', 'keybd_event', 'byte', $bvkCode, 'byte', 0, 'uint', 0, 'ptr', 0)
EndFunc ;==>keydown
Func keyup($bvkCode)
DllCall('user32.dll', 'int', 'keybd_event', 'byte', $bvkCode, 'byte', 0, 'uint', 2, 'ptr', 0)
EndFunc ;==>keyup
Func SendKey($KEY,$MSEC)
keydown('0x' & hex(Asc($KEY), 2))
sleep($MSEC)
|
All times are GMT +1. The time now is 02:07.
|
|