Originally posted by xSlipzLeader
Can you please tell me how to change where the menu is on the screen. The reason i'm asking you is becuase you have the best edits i've seen so please tell me. Please dont just tell me to search it on youtube or google, thats no help. Thank you for you time so far.
---------- Post added at 12:26 AM ---------- Previous post was at 12:23 AM ----------
What does the prestige gun do? Is that the fake derank gun?
what patch menu do you want to move because to move it you will need to change the position of everything writing included for example if it is a menu with only one shader and writing you can put this
self.blackscreen = self createRectangle("CENTER", "CENTER", 5, 0, 300, 800,(0,0,0),"white",-1000,0);
self.scrollbar = self createRectangle("CENTER", "CENTER", 5, self.display[0].y, 300, 30,(0,0,1),"white",-500,0);
and then for the writing you will need
where it says self thread watchSelecting( menu );
if it on the right like in my vid it will look like this
self.display
= createFontString( "objective", 2.1 ,self );
self.display setPoint( "LEFT", "CENTER", 89, -131 + (i*24));
self.display setText("");
self.display.sort = 100;
you will need to replace it with
self.display = createFontString( "objective", 1.7);
self.display setPoint( "CENTER", "CENTER", 0, i*25-150);
self.display setText("");
after you have done that you will need to move every things else if you are using the menu in the vid because the patch has different location for different shader which will need changing
but if you are using someone else menu you can just use the stuff up top and it should move