Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Online Gaming > FlyFF Discussion

FlyFF Discussion Discuss anything about FlyFF in this section. FlyFF Hacks


Change Windows handle (dual client)

FlyFF Discussion


Reply
 
Thread Tools Display Modes
Old 01-01-2009, 12:40 PM   #1
lekiko
Lurker
 
Last Online: 06-09-2009 07:58 AM
Join Date: Sep 2008
Posts: 5
Rep Power: 0
Rep Points: 10
lekiko is on a distinguished road
Feedback: (0)
Points: 1,239.10
Bank: 0.00
Total Points: 1,239.10
Talking Change Windows handle (dual client)

Well excuse my english, im french.
At first understand that i don't need hack or something for play flyff, i just need some tools who can make the bashing more easy.
Then i use the dual client, i can buff myself, heal my self and touch myself !
But its really hard when u aoe to switch windows press c, etc

SO u can change the window handle and use a simulator on ur second client !

The solution : Nircmd


[Only registered and activated users can see links. ]

Just put nircmd on ur windows folder (system32), make a new doc, edit the doc with that

<lol.bat>
nircmd win settext title FLYFF buff
</lol.bat>

Now :
1 - launch the first client (the buffer)
2 - launch lol.bat
3 - Now u know the handle so u can use some delicious tool for ur buff/heal
4 - lauch the second client
5 - ????
6- PROFIT!

Uh, then guyz we need a nice tools for autobuff/heal but the keystroke dont work on vista and i know only this one :/
lekiko is offline   Reply With Quote
Sponsored Links
Old 01-01-2009, 02:32 PM   #2
carru
d(ñ_ñ)b
 
carru's Avatar
 
Last Online: Today 04:25 AM
Join Date: Dec 2005
Location: /dev/null
Posts: 1,202
Rep Power: 8
Rep Points: 224
carru has a spectacular aura aboutcarru has a spectacular aura aboutcarru has a spectacular aura about
Feedback: (0)
Points: 4,892.17
Bank: 134,972.61
Total Points: 139,864.78
Re: Change Windows handle (dual client)

With the API function FindWindow you get the handle of a certain window.

carru ~
carru is offline   Reply With Quote
Old 01-01-2009, 03:11 PM   #3
lekiko
Lurker
 
Last Online: 06-09-2009 07:58 AM
Join Date: Sep 2008
Posts: 5
Rep Power: 0
Rep Points: 10
lekiko is on a distinguished road
Feedback: (0)
Points: 1,239.10
Bank: 0.00
Total Points: 1,239.10
Re: Change Windows handle (dual client)

Yep but its more faster with this, i just added one line on my flyff.bat.
lekiko is offline   Reply With Quote
Old 01-04-2009, 11:13 AM   #4
tetraslash
Registered User
 
Last Online: 03-09-2010 03:38 PM
Join Date: Dec 2008
Posts: 131
Rep Power: 2
Rep Points: 22
tetraslash is on a distinguished road
Feedback: (0)
Points: 4,436.26
Bank: 0.00
Total Points: 4,436.26
Re: Change Windows handle (dual client)

So basically, this .bat changes the title of the first window, so that it doesn't detect the second one? Never thought this would actually work.

So basically, you can't dual window, if the names are the same... Interesting...

I'll try this out sometime.
tetraslash is offline   Reply With Quote
Old 01-04-2009, 12:37 PM   #5
carru
d(ñ_ñ)b
 
carru's Avatar
 
Last Online: Today 04:25 AM
Join Date: Dec 2005
Location: /dev/null
Posts: 1,202
Rep Power: 8
Rep Points: 224
carru has a spectacular aura aboutcarru has a spectacular aura aboutcarru has a spectacular aura about
Feedback: (0)
Points: 4,892.17
Bank: 134,972.61
Total Points: 139,864.78
Re: Change Windows handle (dual client)

Quote:
Originally Posted by tetraslash View Post
So basically, you can't dual window, if the names are the same... Interesting...
What do you mean?
Of course you can have multiple windows with the same title.

carru ~
carru is offline   Reply With Quote
Old 01-04-2009, 05:45 PM   #6
not very leet chocolate
Registered User
 
Last Online: 01-25-2010 11:24 PM
Join Date: Oct 2007
Posts: 97
Rep Power: 3
Rep Points: 10
not very leet chocolate is on a distinguished road
Feedback: (0)
Points: 19,056.78
Bank: 0.00
Total Points: 19,056.78
Re: Change Windows handle (dual client)

Sunkist method still works, I don't really see the need in this, but it's an interesting contribution.
not very leet chocolate is offline   Reply With Quote
Old 01-09-2009, 01:27 AM   #7
penya
Lurker
 
Last Online: 01-23-2009 09:19 PM
Join Date: Jan 2009
Posts: 4
Rep Power: 0
Rep Points: 10
penya is on a distinguished road
Feedback: (0)
Points: 794.34
Bank: 0.00
Total Points: 794.34
Re: Change Windows handle (dual client)

can u xplain more clearly? i cant get it clearly.. sorry

penya added 0 Minutes and 51 Seconds later...< --- Please use the edit button in the future--- >

wat is lol bat?

Last edited by penya; 01-09-2009 at 01:28 AM. Reason: Automerged Doublepost
penya is offline   Reply With Quote
Old 01-09-2009, 02:21 AM   #8
joostp
Game Developper
 
Last Online: Today 12:37 AM
Join Date: Apr 2008
Posts: 381
Rep Power: 2
Rep Points: 26
joostp is on a distinguished road
Feedback: (0)
Points: 229,845.21
Bank: 0.00
Total Points: 229,845.21
No Message - joostp No Message - joostp 
Re: Change Windows handle (dual client)

Try to put a small delay on GetForegroundWindow and use that function to return the proper handle.
That function returns the handle of the topmost window.
Thats a much neater way for multiple reasons:
- You dont actually CHANGE anything in the client, so you dont give GG something to look out for.
- You only execute a single function to get the handle of ANY window instead of using more to get a specific window.
joostp is offline   Reply With Quote
Old 01-09-2009, 03:51 AM   #9
kumaT
Registered User
 
Last Online: 03-01-2010 08:31 AM
Join Date: Jun 2008
Posts: 56
Rep Power: 2
Rep Points: 10
kumaT is on a distinguished road
Feedback: (0)
Points: 32,370.06
Bank: 0.00
Total Points: 32,370.06
Re: Change Windows handle (dual client)

I recomend joostp solution on getting the window handle, combined with GetWindowText you can verify that you got a window a flyff client.
kumaT is offline   Reply With Quote
Old 01-09-2009, 09:21 AM   #10
Exspire
Registered User
 
Last Online: 02-11-2010 05:28 AM
Join Date: Jul 2008
Posts: 139
Rep Power: 2
Rep Points: 10
Exspire is on a distinguished road
Feedback: (3)
Points: 15,349.92
Bank: 0.00
Total Points: 15,349.92
Re: Change Windows handle (dual client)

Or use Integrity Bypass and GG wont detect anything wrong..
Exspire is offline   Reply With Quote
Reply

Bookmarks

Tags
dual client, flyff dual client, handle, macro

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

All times are GMT -7. The time now is 08:06 AM.

 

Copyright ©2010, GamerzPlanet.Net
Visits: