rbxfpsunlocker
rbxfpsunlocker copied to clipboard
Add file version info resource
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.
wow !
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
- 58bb4e5 https://github.com/axstin/rbxfpsunlocker/pull/2033/commits/58bb4e56422dd53db25c17153536e46ab2e92736 Add file metadata resource
- 08cd01b https://github.com/axstin/rbxfpsunlocker/pull/2033/commits/08cd01bdff88d102ca68ef93c0f9c920c7d90e39 Get version from resource instead of macro
File Changes
(6 files https://github.com/axstin/rbxfpsunlocker/pull/2033/files)
- M Source/rbxfpsunlocker.rc https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-3abb1fce3d823e761a086c931e7f5e7f83db6703d4ee0c2765ed5872f450ede7 (0)
- M Source/rbxfpsunlocker.vcxproj https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-4b847ebd90049938f37309a5dfc6f4724167c194855494d9be788bf85ab82624 (2)
- M Source/resource.h https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-9cc4e03e40b3639a14000af6405c125d1c24ecc07ac48818af986aaf9a68cb0a (2)
- M Source/rfu.h https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-8fd1fb0b913b7933cb171e9e1f8f045b2f35390b227325bec14c8e78e4d44db2 (4)
- M Source/ui.cpp https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-46926deaefe9f6002b54fe1e93ae260872d16a65d4f5f73b2f71d2cd9bcb83db (9)
- M Source/version.cpp https://github.com/axstin/rbxfpsunlocker/pull/2033/files#diff-2de164529bba52e4eab45377df5c3d77e83881eb371f7fc084fb7f036317b0a3 (49)
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: @.***>
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
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?
Apologies for never merging this 😔