LibertyLocked Posted March 7, 2016 Share Posted March 7, 2016 (edited) A platform that allows interaction with GTAV through a REST API. Extendable through extensions!Includes a mobile driving plugin that allows you to drive with your phone using accelerometer!InstallationRequirements- Script Hook V- Script Hook V .NET- .NET Framework 4.5.2- Visual C++ Redistributable for Visual Studio 2013 x64WebScriptHook- Extract "WebScriptHook" folder to "GTAV/scripts"- The configuration file should be at GTAV/scripts/WebScriptHook/WebScriptHook.ini- The DLLs should be at GTAV/scripts/WebScriptHook/*.dll- The server exe should be at GTAV/scripts/WebScriptHook/webscripthook-server.exe- Run the gameWebScriptHook appsRunning a web app- Start the game- Run "webscripthook-server.exe"- You need to allow the program to communicate through firewall- The default port is 25555. Can be changed in config (restart game and the server to apply)- Open your browser and go to http://localhost:25555 You should see the home page- To access the page from devices on your LAN, replace "localhost" above with the address of your PC. Google "How to find my LAN IP" if you don't know how to do that- There is an Android client app for WebScriptHookInstalling a web app- Drop the folder of a WebScriptHook app under "/apps" folder- If done correctly, the index page of the app should be at /apps/app-name/index.html- Refresh the webpageWebScriptHook REST API- See the wiki page for detailsWebScriptHook extensionsInstalling an extension- Put the extension dll files under "/extensions" folder- WebScriptHook searches for assemblies recursively, so create subfolders if you wish- Extensions will be automatically loaded when WebScriptHook startsCreating an extension- See the wiki page for detailsOther notes- Whether you start the game first or the server first does not matter- If things broke, check "GTAV/ScriptHookVDotNet-2016-01-19.log" (replace the date with your current date) for errors Screenshots and Videos DOWNLOADS Get WebScriptHook for GTAV from GTA5-mods Get the WebScriptHook Android client app hereAgain, you don't NEED an app. You can use any device that has a browserGitHub repository Edited March 8, 2016 by LibertyLocked lpgunit, Sweet Bellic and FlyingSligGuard 3 Link to comment Share on other sites More sharing options...
lpgunit Posted March 8, 2016 Share Posted March 8, 2016 There's been a similar remote access script before, but nevertheless this amazed me as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now