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

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


How would u change the name of the flyff exe

FlyFF Discussion


Reply
 
Thread Tools Display Modes
Old 09-11-2009, 06:37 PM   #1
hypergenesis
Lurker
 
Last Online: 09-29-2009 07:34 PM
Join Date: Dec 2006
Posts: 8
Rep Power: 0
Rep Points: 10
hypergenesis is on a distinguished road
Feedback: (0)
Points: 1,335.09
Bank: 0.00
Total Points: 1,335.09
How would u change the name of the flyff exe

quick question

How would you change the program name from FLYFF to something else persay? if this were possible the old ftool would work just fine to be able to use the botting system, but since the old ftool makes it so you can only run one flyff since the flyff that you can run directly from it is from v12.

So how would you be able to change the name of the Program itself uptop?
hypergenesis is offline   Reply With Quote
Sponsored Links
Old 09-12-2009, 04:22 PM   #2
hypergenesis
Lurker
 
Last Online: 09-29-2009 07:34 PM
Join Date: Dec 2006
Posts: 8
Rep Power: 0
Rep Points: 10
hypergenesis is on a distinguished road
Feedback: (0)
Points: 1,335.09
Bank: 0.00
Total Points: 1,335.09
Re: How would u change the name of the flyff exe

hopefully someone responds because in the original ftool when you push RunFlyff it will open up a new flyff window but the program name wouldnt be flyf instead it would be ftool_695 or some other random numbers. If someone would be able to explain how you would be able to change the name of that thing it would be simple to just use ftool to bot on any type of screen n such.
hypergenesis is offline   Reply With Quote
Old 09-13-2009, 02:49 PM   #3
carru
d(ñ_ñ)b
 
carru's Avatar
 
Last Online: Today 02:21 AM
Join Date: Dec 2005
Location: /dev/null
Posts: 1,077
Rep Power: 6
Rep Points: 127
carru will become famous soon enoughcarru will become famous soon enough
Feedback: (0)
Points: 2,761.59
Bank: 86,007.32
Total Points: 88,768.91
Re: How would u change the name of the flyff exe

To change the caption (title) of a window you can use the API function SendMessage. Note that you'll need its handle.
Example code in VB6:
Code:
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Dim hWnd As Long

Private Sub Form_Load()
    hWnd = FindWindow(vbNullString, "FLYFF")
    SendMessage hWnd, WM_SETTEXT, 0, ByVal "New name"
End Sub
FindWindow returns the handle and then SendMessage changes the caption.

carru ~
carru is offline   Reply With Quote
Reply

Bookmarks

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 05:42 AM.

 

Copyright ©2009, GamerzPlanet.Net
Visits: