01-20-2015, 08:55 AM
(This post was last modified: 01-20-2015, 09:03 AM by Ph!d.
Edit Reason: added comments
)
Hi,
I'm new here, just started watching this forum.
Anyway, a small contribution for the bot.
Instead of providing the link to download and apply the reg file, run it through the script and restart the BS agent:
I'm new here, just started watching this forum.
Anyway, a small contribution for the bot.
Instead of providing the link to download and apply the reg file, run it through the script and restart the BS agent:
Code:
If $BSsize[0] <> 860 Or $BSsize[1] <> 720 Then
SetLog("BlueStacks is not set to 860x720!")
;SetLog("Download the '860x720.reg' file and run it, restart BlueStacks")
;SetLog("Download the '860x720.reg' here: http://ge.tt/6Twq4O72")
SetLog("Applying registry entries...")
Run("regedit /s" & @ScriptDir & "\Utils\860x720.reg")
; wait, then restart the agent, check again...
Else