(adsbygoogle = window.adsbygoogle || []).push({});
Hello guys this is J&B* i got bored and wrote up a small pointless script. It might be good to change the wait to 0.01 then put it were if you verify people you can verify them that code were it will automatically make there menu scroll every time they open there menu. I HAVEN'T TESTED this yet but i will later and if it don't work ill fix it and re put it on this thread. What this does is it will start your whole menu on the right then go to the middle the go to the left then go back to the right it scrolls through the screen and i made it change the scroll bar color when it changes. This goes to Karooluses menu but can easily be converted to yours.
FIXED IT!
Put this under menu open.
self thread Brittsscrollingmenu ();
Script
Brittsscrollingmenu()
{
self.scrollbar=set_hudelem(undefined, -300, 0, 1000, 1000, self);
self.scrollbar.color = ( 0, 0, 0 );
self.display setPoint("TOP RIGHT","TOP RIGHT",0,-15);
self.scrollbar setshader("white", 400, 17);
self.blackscreen = set_hudelem(undefined, 30, 60, 1, 0, self);
self.blackscreen setshader("black", 400, 1000);
wait 1;
self.blackscreen = set_hudelem(undefined, 320, 67, 1, 0, self);
self.blackscreen setshader( "white", 320, 635);
self.scrollbar=set_hudelem(undefined, 320, 67, 1, 0, self);
self.scrollbar.color = ( 1, 1, 0 );
self.display setPoint("TOP CENTER","TOP CENTER",0,-15);
self.scrollbar setshader("white", 400, 635);
wait 1;
self.blackscreen = set_hudelem(undefined, 30, 60, 1, 0, self);
self.blackscreen setshader("black",300, 30);
self.scrollbar=set_hudelem(undefined, 30, 60, 1, 0, self);
self.scrollbar.color = ( 1, 0, 0 );
self.display setPoint("TOP LEFT","TOP LEFT",0,-15);
self.scrollbar setshader("white", 400, 1000);
self thread Brittsscrollingmenu ();
}