Advertisement
JHA

Align

JHA
Dec 30th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. fr.drawString("\247eKillAura",6+x1,18+y1,0xFFFFFF);
  2. if(RoyalMain.killaura.getOn()){drawRect(78+x1,18+y1,89+x1,24+y1, 0xFF00ff00);}else{drawRect(78+x1,18+y1,89+x1,24+y1, 0xFFff0000);}
  3. fr.drawString("\247eAutoSoup",6+x1,28+y1,0xFFFFFF);
  4. if(RoyalMain.autosoup.getOn()){drawRect(78+x1,28+y1,89+x1,34+y1, 0xFF00ff00);}else{drawRect(78+x1,28+y1,89+x1,34+y1, 0xFFff0000);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement