Jump to content
Duduf

Fastpanel tricks

Recommended Posts

19 minutes ago, Duduf said:

83 FF 08 7F 3A 83 3D D0 A2 66 00 FF 75 31 8B 86

btw i cant find this in my game.exe useing dimension one
#edit found it 

Edited by J0k3r

Kind regards, AG.

Share this post


Link to post
Share on other sites

@Duduf Tested And Working Perfect Here. Just There Is Some Thing When I Click Tab 2 Times i Get game.exe stopped working

30 minutes ago, J0k3r said:

Trick 2. Enable F10-F11 keys

Compatible with the trick 1

Find


83 FF 08 7F 3A 83 3D D0 A2 66 00 FF 75 31 8B 86

Replace with


83 FF 0A 7F 3A 83 3D D0 A2 66 00 FF 75 31 8B 86

Trick 3. Enable F10-F12 keys

Compatible with the trick 1

There Is A Two Of This Enable 10-12 Which 1 Should i Use? im useing the 2nd atm

cap00000.jpg


Kind regards, AG.

Share this post


Link to post
Share on other sites

Trick 3 enable F12 key, Trick 2 does not enable F12 key. If you enable F12 for panel slot you need enable Tab key for switch panel states (Trick 4)

Share this post


Link to post
Share on other sites

Black skin

 

5470f26887572e294c200a68a2b322e3.png

 

	frmFast = UI_CreateForm( "frmFast", FALSE, 430, 82, 328, 557, TRUE, FALSE )
	UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_N )
	UI_ShowForm( frmFast, TRUE )
	UI_SetFormStyle( frmFast, 7 )
	UI_AddFormToTemplete( frmFast, FORM_MAIN )
	UI_SetIsDrag( frmFast, TRUE )
	UI_FormSetIsEscClose( frmFast, FALSE )

	imgMain1 = UI_CreateCompent( frmFast, IMAGE_TYPE, "imgMain1", 430, 82, 0, 0 )
	UI_LoadImage( imgMain1, "texture/ui/xDesign/frmfast18.tga", NORMAL, 430, 82, 0, 0 )

	fscMainF0 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF0", 32, 32, 8, 47 )
	fscMainF1 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF1", 32, 32, 42, 47 )
	fscMainF2 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF2", 32, 32, 76, 47 )
	fscMainF3 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF3", 32, 32, 110, 47 )
	fscMainF4 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF4", 32, 32, 144, 47 )
	fscMainF5 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF5", 32, 32, 178, 47 )
	fscMainF6 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF6", 32, 32, 212, 47 )
	fscMainF7 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF7", 32, 32, 246, 47 )
	fscMainF8 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF8", 32, 32, 280, 47 )
	fscMainF9 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF9", 32, 32, 314, 47 )
	fscMainF10 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF10", 32, 32, 348, 47 )
	fscMainF11 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF11", 32, 32, 382, 47 )
	
	fscMainF12 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF12", 32, 32, 110, 8 )
	fscMainF13 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF13", 32, 32, 144, 8 )
	fscMainF14 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF14", 32, 32, 178, 8 )
	fscMainF15 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF15", 32, 32, 212, 8 )
	fscMainF16 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF16", 32, 32, 246, 8 )
	fscMainF17 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF17", 32, 32, 280, 8 )

	btnFastDown = UI_CreateCompent( frmFast, BUTTON_TYPE, "btnFastDown", 6, 9, 420, 21 + 38 )

	btnFastUp = UI_CreateCompent( frmFast, BUTTON_TYPE, "btnFastUp", 6, 9, 420, 21 + 38 )
	UI_LoadButtonImage( btnFastUp, "texture/ui/xDesign/frmfast.tga", 6, 9, 0, 100, TRUE )
	UI_SetHint( btnFastUp, "Switch panel - Tab " )

frmfast18.tga https://drive.google.com/open?id=0B-nyWqNUUQcBOVFpM0U1SW4zdXM

Share this post


Link to post
Share on other sites
Just now, Duduf said:

Black skin

 

5470f26887572e294c200a68a2b322e3.png

 


	frmFast = UI_CreateForm( "frmFast", FALSE, 430, 82, 328, 557, TRUE, FALSE )
	UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_N )
	UI_ShowForm( frmFast, TRUE )
	UI_SetFormStyle( frmFast, 7 )
	UI_AddFormToTemplete( frmFast, FORM_MAIN )
	UI_SetIsDrag( frmFast, TRUE )
	UI_FormSetIsEscClose( frmFast, FALSE )

	imgMain1 = UI_CreateCompent( frmFast, IMAGE_TYPE, "imgMain1", 430, 82, 0, 0 )
	UI_LoadImage( imgMain1, "texture/ui/xDesign/frmfast18.tga", NORMAL, 430, 82, 0, 0 )

	fscMainF0 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF0", 32, 32, 8, 47 )
	fscMainF1 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF1", 32, 32, 42, 47 )
	fscMainF2 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF2", 32, 32, 76, 47 )
	fscMainF3 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF3", 32, 32, 110, 47 )
	fscMainF4 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF4", 32, 32, 144, 47 )
	fscMainF5 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF5", 32, 32, 178, 47 )
	fscMainF6 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF6", 32, 32, 212, 47 )
	fscMainF7 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF7", 32, 32, 246, 47 )
	fscMainF8 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF8", 32, 32, 280, 47 )
	fscMainF9 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF9", 32, 32, 314, 47 )
	fscMainF10 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF10", 32, 32, 348, 47 )
	fscMainF11 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF11", 32, 32, 382, 47 )
	
	fscMainF12 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF12", 32, 32, 110, 8 )
	fscMainF13 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF13", 32, 32, 144, 8 )
	fscMainF14 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF14", 32, 32, 178, 8 )
	fscMainF15 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF15", 32, 32, 212, 8 )
	fscMainF16 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF16", 32, 32, 246, 8 )
	fscMainF17 = UI_CreateCompent( frmFast, FAST_COMMANG_TYPE, "fscMainF17", 32, 32, 280, 8 )

	btnFastDown = UI_CreateCompent( frmFast, BUTTON_TYPE, "btnFastDown", 6, 9, 420, 21 + 38 )

	btnFastUp = UI_CreateCompent( frmFast, BUTTON_TYPE, "btnFastUp", 6, 9, 420, 21 + 38 )
	UI_LoadButtonImage( btnFastUp, "texture/ui/xDesign/frmfast.tga", 6, 9, 0, 100, TRUE )
	UI_SetHint( btnFastUp, "Switch panel - Tab " )

frmfast18.tga https://drive.google.com/open?id=0B-nyWqNUUQcBOVFpM0U1SW4zdXM

Only Tab Key Doesnt Work IF You Switch 2 Times 


Kind regards, AG.

Share this post


Link to post
Share on other sites
9 минут назад, J0k3r сказал:

Only Tab Key Doesnt Work IF You Switch 2 Times 

With black skin or with default skin? With default skin I didn't show any problems

Share this post


Link to post
Share on other sites
3 minutes ago, Duduf said:

With black skin or with default skin? With default skin I didn't show any problems

could u give me ur scripts\lua\forms  fully?


Kind regards, AG.

Share this post


Link to post
Share on other sites
1 минуту назад, J0k3r сказал:

could u give me ur scripts\lua\forms  fully?

I don't think the problem is in the lua-scripts. Try Ctrl+] and Ctrl+[

Share this post


Link to post
Share on other sites
5 minutes ago, Duduf said:

I don't think the problem is in the lua-scripts. Try Ctrl+] and Ctrl+[

same if i use  Ctrl+] 2 times

Edited by J0k3r

Kind regards, AG.

Share this post


Link to post
Share on other sites
1 hour ago, Duduf said:

Trick 1. Enable third state

Find


83 FD 02 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D

Replace with


83 FD 03 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D

Trick 1 was The Bug When i used  83 FD 02 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D Worked Perfect


Kind regards, AG.

Share this post


Link to post
Share on other sites
5 minutes ago, Duduf said:

This individual tricks not steps. Trick 1 not working with trick 5. It's obvious. What's 18 x 3? Why is it supposed to work?

Oh i didnt read completly

Edited by J0k3r

Kind regards, AG.

Share this post


Link to post
Share on other sites

Why i cannot switch things on f7-f11, 1st State?

 

Being more explained:

- 1st State F1-F6 only can switch items.

- 1st State New added working

- 2nd State cannot Switch items.

- 2nd State new added doesn't work.

 

Used tricks: 2,4,5.

Edited by Satan

lelouch_signature_by_vahntheknight-d4uafwj.png

Share this post


Link to post
Share on other sites

Sory, I skip one replacement in Trick 5

83 FD 0C 0F 82 77 FF FF FF 83 C3 0C 83 FB 24 0F > 83 FD 12 0F 82 77 FF FF FF 83 C3 12 83 FB 24 0F

startpost updated

  • Like 1

Share this post


Link to post
Share on other sites

Its really good for SM and Cleric, great work @Duduf!

 

OFFTopic @Duduf there's a way to do something like in Zero Version about buffs icon ? Example , if I get slow it will show a 'slow icon' same as zero version? Thanks in advance :D 

  • Like 1

Share this post


Link to post
Share on other sites
9 часов назад, Yomazu сказал:

Its really good for SM and Cleric, great work @Duduf!

 

OFFTopic @Duduf there's a way to do something like in Zero Version about buffs icon ? Example , if I get slow it will show a 'slow icon' same as zero version? Thanks in advance :D 

 

Unfortunately, I can't do it

Share this post


Link to post
Share on other sites

it perfect more step 1: 83 FD 03 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D <-- Give double click tab bug game.exe

 

and normal --> 83 FD 02 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D work perfect

 

Share this post


Link to post
Share on other sites
13 часа назад, DevMorgan сказал:

it perfect more step 1: 83 FD 03 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D <-- Give double click tab bug game.exe

 

and normal --> 83 FD 02 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D work perfect

 

 

 

  • Like 1

Share this post


Link to post
Share on other sites

What HEX-editor are you using? I can't find any of the hex values you posted when i open me Game.exe with HxD, or with Hex Editor Neo.

I must be doing something wrong....

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...