Post: [REALEASE] New script scrolling menu!!
11-28-2011, 08:30 PM #1
Jacob-And-Britt
I’m too L33T
(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.Awesome face 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 ();
}
(adsbygoogle = window.adsbygoogle || []).push({});
11-28-2011, 09:12 PM #2
Taylor
Former Black Knight.
Video Plz????? And This Isn't Scrolling Menu, It's Just The Scrollbar Flashing Slowly
11-28-2011, 09:28 PM #3
Jacob-And-Britt
I’m too L33T
nah it scrolls the whole menu.
11-28-2011, 09:29 PM #4
Originally posted by xYARDSALEx View Post
Video Plz????? And This Isn't Scrolling Menu, It's Just The Scrollbar Flashing Slowly
It's not just flashing, it's kind of changing size and moving about the screen... would be very confusing trying to select from the menu..
11-28-2011, 09:52 PM #5
Taylor
Former Black Knight.
Originally posted by x. View Post
It's not just flashing, it's kind of changing size and moving about the screen... would be very confusing trying to select from the menu..


Very True, I Took A Quick Look At It, Srry
11-28-2011, 09:57 PM #6
Jacob-And-Britt
I’m too L33T
I fixed it.
11-29-2011, 01:46 AM #7
Correy
I'm the Original
Originally posted by jbglitching View Post
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.Awesome face 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 ();
}


will eventually overflow..
whats this do exactly.?
11-29-2011, 01:57 AM #8
Jacob-And-Britt
I’m too L33T
nothing much lol i just made it becouse i was bored.
11-29-2011, 01:58 AM #9
Correy
I'm the Original
Originally posted by jbglitching View Post
nothing much lol i just made it becouse i was bored.


it can be made shorter, also use a for( ;; ) loop Smile
11-29-2011, 02:24 AM #10
Jacob-And-Britt
I’m too L33T
Thanks. Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo