CheckScriptHookV 1.0
4.069
13
4.069
13
The way i've coded this, it should work indefinitely for all future updates to ScriptHookV without the need to update this program.
(Unless the website which hosts ScriptHookV is changed, in which case i will update this program)
CONTENTS:
CheckScriptHookV.exe
latest_version (file to keep track of version number)
README.txt
HOW IT WORKS:
This tool makes a request to https://dev-c.com/scripthookv/
it then parses the HTML to find the version number (which is always the latest version)
if the version it finds on the webpage is not equal to the version in the "latest_version" file it'll let you know that there's an update available.
This tool is not affiliated in any way with Alexander Blade (the creator of ScriptHookV).
(Unless the website which hosts ScriptHookV is changed, in which case i will update this program)
CONTENTS:
CheckScriptHookV.exe
latest_version (file to keep track of version number)
README.txt
HOW IT WORKS:
This tool makes a request to https://dev-c.com/scripthookv/
it then parses the HTML to find the version number (which is always the latest version)
if the version it finds on the webpage is not equal to the version in the "latest_version" file it'll let you know that there's an update available.
This tool is not affiliated in any way with Alexander Blade (the creator of ScriptHookV).
Tải lên lần đầu: 27 Tháng ba, 2019
Cập nhật lần cuối: 27 Tháng ba, 2019
Last Downloaded: 1 ngày trước
18 Bình luận
The way i've coded this, it should work indefinitely for all future updates to ScriptHookV without the need to update this program.
(Unless the website which hosts ScriptHookV is changed, in which case i will update this program)
CONTENTS:
CheckScriptHookV.exe
latest_version (file to keep track of version number)
README.txt
HOW IT WORKS:
This tool makes a request to https://dev-c.com/scripthookv/
it then parses the HTML to find the version number (which is always the latest version)
if the version it finds on the webpage is not equal to the version in the "latest_version" file it'll let you know that there's an update available.
This tool is not affiliated in any way with Alexander Blade (the creator of ScriptHookV).
(Unless the website which hosts ScriptHookV is changed, in which case i will update this program)
CONTENTS:
CheckScriptHookV.exe
latest_version (file to keep track of version number)
README.txt
HOW IT WORKS:
This tool makes a request to https://dev-c.com/scripthookv/
it then parses the HTML to find the version number (which is always the latest version)
if the version it finds on the webpage is not equal to the version in the "latest_version" file it'll let you know that there's an update available.
This tool is not affiliated in any way with Alexander Blade (the creator of ScriptHookV).
Tải lên lần đầu: 27 Tháng ba, 2019
Cập nhật lần cuối: 27 Tháng ba, 2019
Last Downloaded: 1 ngày trước
This file has been approved automatically. If you think this file should not be here for any reason please report it.
Virus
@Ilikeeditingpolice01 No it's not. Is your Anti-Virus telling you it is? If it is, that's a false positive.
@JustSomeAussie no, i just think its a virus but it may not be a virus but who knows?
@Ilikeeditingpolice01 Ridiculous
@Ilikeeditingpolice01 Download and see for yourself ;)
@JustSomeAussie Good idea dude
will this fix my menyoo f8 not working
what dose this do
@TacoSpades It just checks if there's a new version of ScriptHookV available
Pretty useful so I don't have to waste my time adding a bunch of scripts just to find SHV is outdated. Thanks!
@Remexy_ You're very welcome 😊
1.82mb for a console application with a httpwebrequest? and obfuscated code? Why?
@0x29A Well unlike you, i know other languages than just C# and the .NET framework. This app is written in the Go programming language, and doesn't use the .NET framework, hence larger file size. C# apps are so small because the backend is .NET, which is actually hundreds, if not thousands of megabytes.
@JustSomeAussie This makes absolutely no sense to my questions. I also know other languages, im software engineer working 80% with C/C++ and Java. In my freetime i use C#
@0x29A I assume the exe is so large because i imported a library to make it easier to parse HTML.
Really cool idea m8
Also really useful.
@JustSomeAussie Thanks for making this.. at how much time interval does this application pings the website?
@GTA Gamer YT It only checks the site once when you run the program. It's not intended to stay running in the background, you just open it to quickly check for an update.