PDA

View Full Version : Ijji Gunz Macros?


Skulltorcha
8th April 2007, 01:47
Hello happy people.

So, I've been googeling for around three days now trying to find a way to use butterfly, ss, halfstep macros for Ijji Gunz, but without any luck, so I decided too take my chances to the forums and ask a simple question: Is there any way of using macros on Ijji Gunz?

Awnsers like "Why do you want macros its so easy to do butterfly, ss etc.." is not needed, thank you.

Regards / S.

Ping_pong
8th April 2007, 13:30
Well there are enough macro's out there. You need to get a bypass (hacked Gameguard) to use those macro's again ;)

DON'T ask for bypass on this forum they simply arent public yet..

jaundice
24th April 2007, 06:06
Actually, you can just download AutoIt v3 and write your own macro. Since all it does is tell your computer a series of button presses and mouse clicks, it isn't detected as a "Cheat Engine" Here is my own BUTTERFLY script for AutoIt.

#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.2.0
Author: Ryan "Jaundice"

Script Function:
Will BUTTERFLY in GunZ The Duel with one button Press.

#ce ----------------------------------------------------------------------------
WinActivate("Gunz")
WinWaitActive("Gunz")
HotKeySet("x", "Butterfly")
Global $paused = true
Func Butterfly()
$paused = false
Send("{SPACE}")
Send("w")
Send("w")
MouseClick("left")
Sleep(200)
Send("{LSHIFT}")
$paused = true
EndFunc
While $paused = true
Sleep(500)
WEnd

Logan shafts
29th April 2007, 01:57
Ive tried to use it and as of yet no luck but the script looks sound enough...not that i know anything about it particularly =p

kingdelboy
26th May 2007, 20:19
Actually, Gunz have disabled all global hotkeys. So any standard replacment keys program will not work. In order to be able to use the Butterfly, Slash Shot etc, you'd need to either Get a Bypass, as Ping_Pong said (but dont ask for it) or find some super advanced program that uses like a clipboard to replace keys.

I think with Shortkeys, you can use the clipboard for replacement keys and still assign specific keys to use. But it's not easy.

For some insane reason, this has only just come to me, I would try right now, but I'm not at home so I cant lol. I'll try as soon as possible though!

123dead
27th May 2007, 14:59
Actually, Gunz have disabled all global hotkeys. So any standard replacment keys program will not work. In order to be able to use the Butterfly, Slash Shot etc, you'd need to either Get a Bypass, as Ping_Pong said (but dont ask for it) or find some super advanced program that uses like a clipboard to replace keys.

I think with Shortkeys, you can use the clipboard for replacement keys and still assign specific keys to use. But it's not easy.

For some insane reason, this has only just come to me, I would try right now, but I'm not at home so I cant lol. I'll try as soon as possible though!


I'm seeing if I can get it to work right now. I already made script, but now I'm trying to do as you say, use Shortkeys.

I don't know what I'm doing, lol. I'm just searching around for a sign of, something.

Kurziden
7th June 2007, 02:21
Perhaps I have a new idea, I've been working on trying to get Juandice's Autoit stuff to work on Gunz after patching, although I did not know globals were discarded, But perhaps looking into making the actual Game macros perform the technics? or maybe replacing the hotkeys to the macros to see if they work, I dunno. I'm okay with hacking sometimes but I really don't know how I ever do it u.u; needless to say, I've never tried more than editing computer functions and other peoples works when it comes to games like Gunz, i'm just not up to par to hack them.

kingdelboy
14th June 2007, 21:10
I know that global hotkeys are definatly patched, I'm pretty sure though that there is a way to bypass it somehow.

Like, making a dll or immitaing dhttpd for maple or something.


But the real question is;

What is blocking global hotkeys?

Gunz

or

Gamegaurd


Ideas anyone?

pk3r0wn3r
20th June 2007, 02:02
http://www.mpcforum.com/showthread.php?t=191916 = Macro's.
And go learn then urself

kingdelboy
25th June 2007, 01:11
Thread from 2 months ago...Close?

Ilikescallops
25th June 2007, 07:40
I think GunZ disabled the global hotkeys. I tried looking for a dbf macro, but no luck.. heh :/