What's new

Mod Menu IELIITEMODZX V2 Mod Menu

  • Thread starter IELIITEMODZX
  • Start date
  • Views 1,243
IELIITEMODZX

IELIITEMODZX

Enthusiast
Seasoned Veteran
Messages
506
Reaction score
223
Points
125
Sin$
0


Tell me what ya think :tongue:
 
iM ShARk xX

iM ShARk xX

Contributor
Programmer
Messages
1,832
Reaction score
831
Points
270
Sin$
0
<3 wiz khalifa - no sleep :smile:

also look very good mods menu
 
G

GoDAleX

Newbie
Messages
4
Reaction score
0
Points
35
Sin$
0
hey...oh man nice work...

can someone make me a 10th lobby? plz...i have no jtag...

=)... =(
 
D

deadlydude49

Newbie
Messages
3
Reaction score
0
Points
35
Sin$
0
pls invite deadlydude49 as soon as you can...lobby looks awesome!=P
 
P

oO Di2eamZz

Enthusiast
Messages
1,364
Reaction score
245
Points
165
Sin$
0
Just a suggestion , but I personally would change the font to objective, default just looks so old school and pixelly.. Maybe its just me, and you could always use a font size enhancer so the text gets bigger when scrolled upon
 
IELIITEMODZX

IELIITEMODZX

Enthusiast
Seasoned Veteran
Messages
506
Reaction score
223
Points
125
Sin$
0
Just a suggestion , but I personally would change the font to objective, default just looks so old school and pixelly.. Maybe its just me, and you could always use a font size enhancer so the text gets bigger when scrolled upon
the font is objective and i will make the text get bigger when scrolled upon thanks :tongue:
 
P

oO Di2eamZz

Enthusiast
Messages
1,364
Reaction score
245
Points
165
Sin$
0
the font is objective and i will make the text get bigger when scrolled upon thanks :tongue:
sorry i meant default lol and here is a code for flashing text when you use the mod, getting big/small on scrolling

Code:
textLarge()
{
for(i=self.fontscale;i<=2;i+=0.07)
{
self.fontscale = i;
wait 0.05;
}
}
textSmall(select)
{
for(i=self.fontscale;i>=1.5;i-=0.07)
{
self.fontscale = i;
wait 0.05;
}
}
flash(insert the name of your cursor here)
{
for(i=1;i>=0;i-=0.1)
{
self.alpha = i;
wait 0.05;
}
for(i=0;i<=1;i+=0.1)
{
self.alpha = i;
wait 0.05;

}
}
 
Top Bottom
Login
Register