rbxfpsunlocker icon indicating copy to clipboard operation
rbxfpsunlocker copied to clipboard

Add file version info resource

Open pizzaboxer opened this issue 2 years ago • 4 comments

Primarily added this as an easier way to check the unlocker version purely from the executable file itself without having to run it. Aside from version information, it also adds author information and a bunch of other stuff. Don't really know why it decided to separate English US and English UK, but it should be fine.

pizzaboxer avatar Jan 15 '23 19:01 pizzaboxer

wow !

PhoenixShay avatar Jan 15 '23 19:01 PhoenixShay

your a giga chad bro tysm you don't know how it feels working with a bad laptop for over like 20 years

‫في الأحد، 15 يناير 2023 في 10:41 م تمت كتابة ما يلي بواسطة ‪pizzaboxer‬‏ <‪ @.***‬‏>:‬

Primarily added this as an easier way to check the unlocker version purely from the executable file itself without having to run it. Aside from version information, it also adds author information and a bunch of other stuff.

GitHub doesn't show the resource addition, so I'll put it here:

///////////////////////////////////////////////////////////////////////////// // English (United Kingdom) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK

///////////////////////////////////////////////////////////////////////////// // // Version //

VS_VERSION_INFO VERSIONINFO FILEVERSION 4,4,4,0 PRODUCTVERSION 4,4,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "080904b0" BEGIN VALUE "CompanyName", "axstin" VALUE "FileDescription", "FPS Unlocker for Roblox" VALUE "FileVersion", "4.4.4.0" VALUE "InternalName", "rbxfpsunlocker.exe" VALUE "LegalCopyright", "Copyright (C) axstin 2023" VALUE "OriginalFilename", "rbxfpsunlocker.exe" VALUE "ProductName", "rbxfpsunlocker" VALUE "ProductVersion", "4.4.4.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x809, 1200 END END

#endif // English (United Kingdom) resources /////////////////////////////////////////////////////////////////////////////

Don't really know why it decided to separate English US and English UK, but it should be fine.

You can view, comment on, or merge this pull request online at:

https://github.com/axstin/rbxfpsunlocker/pull/2033 Commit Summary

File Changes

(6 files https://github.com/axstin/rbxfpsunlocker/pull/2033/files)

Patch Links:

  • https://github.com/axstin/rbxfpsunlocker/pull/2033.patch
  • https://github.com/axstin/rbxfpsunlocker/pull/2033.diff

— Reply to this email directly, view it on GitHub https://github.com/axstin/rbxfpsunlocker/pull/2033, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5DTXYOYD43FXYBKLKK6XELWSRHHZANCNFSM6AAAAAAT4BCEQQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

BUNNY5470 avatar Jan 15 '23 22:01 BUNNY5470

I am sorry for spamming this, but it looks like someone stole code for this project, and selling it on the microsoft website https://www.microsoft.com/en-us/p/fps-unlocker/9mzfh421pwx1?activetab=pivot:overviewtab

Hasster1 avatar Jan 19 '23 06:01 Hasster1

I am sorry for spamming this, but it looks like someone stole code for this project, and selling it on the microsoft website https://www.microsoft.com/en-us/p/fps-unlocker/9mzfh421pwx1?activetab=pivot:overviewtab

The license actually permits anyone to resell the software. The real problem would be if whoever's reselling it doesn't include a copy of the license. Does it include a copy?

pizzaboxer avatar Jan 19 '23 12:01 pizzaboxer

Apologies for never merging this 😔

axstin avatar Jun 21 '24 18:06 axstin