|
Integrating the 860x720.reg - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Integrating the 860x720.reg (/showthread.php?tid=380) |
Integrating the 860x720.reg - Ph!d - 01-20-2015 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: 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...
ElseRE: Integrating the 860x720.reg - GkevinOD - 01-21-2015 @Ph!d Nice one, should be helpful to the new people who haven't resized their BlueStacks |