Ashesh3 / RosMultiHackv99

OUT-DATED CHECK:https://github.com/Ashesh3/ROSUltraHack
11 stars 17 forks source link

hey can i disable fullscreen mode ? #1

Closed boomnos closed 6 years ago

boomnos commented 6 years ago

when fullscreen i can't see esp or anything in this hack but when i press window button hack is show and get into ros game hack is hide.

Ashesh3 commented 6 years ago
            SetWindowLong(aaaa, GWL_STYLE, (WS_VISIBLE));
            Rectangle resolution = Screen.PrimaryScreen.Bounds;
            MoveWindow(aaaa, resolution.Top, resolution.Left, resolution.Width, resolution.Height, true);
            ShowWindowAsync(aaaa, 3);

Remove these lines, it won't go fullscreen then.

https://github.com/Ashesh3/RosMultiHackv99/blob/master/Main.cs#L128-L131

+SmartAim won't work

boomnos commented 6 years ago

thank you master