Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. Isn't @Maldesto going to be helping out with the SDN as well? Especially if @5uck joins the squad that would be more than enough.
  2. Stop this is terrible
  3. Druids or GDK
  4. I think you have to make a new variable first for the length, and then log it. Something like: var l = MyCountry.length; Haven't done JavaScript in awhile so don't quote me on this.
  5. I can't tell if these pictures are actually you or just random ones off the internet...
  6. Idk but I want vet rank
  7. Finally figured out how to do this and I figured others might want to as well, so here's the code! Put this in your global variable declaration: public Image cursor; Have this in your onStart() method: useDefaultPaint(false); try { cursor = ImageIO.read(new URL("YOUR IMAGE URL GOES HERE")); } catch (MalformedURLException e) { log("Error in retrieving mouse cursor!"); } catch (IOException e) { log("Error in retrieving mouse cursor!"); } And then finally put this somewhere in your onPaint() method: int mX = client.getMousePosition().x; int mY = client.getMousePosition().y; g.drawImage(cursor, mX, mY, null); FYI if you use the method moveMouseOutsideScreen() the mouse image you use will appear in the top left of the screen. This is completely normal however it may look a little weird! If you would rather just not have it drawn at all you can do this: if (mX == -1) { //don't draw } else { //draw }
  8. He has knowledge of the SDN, but I agree he shouldn't be a mod. Even his scripts don't help the site, he releases them free here and then makes people buy a serial from him to allow the script to run. He's a cool guy but doesn't deserve the mod rank.
  9. Hehehehehehhehehehe Come on your a gfxer make a new color/glow for each user group
  10. Any color can be given to vets, but it makes the most sense to give verified members the gold glow. Will prevent scamming and allow members to easily see who's been proven to be trusted. Support?
  11. SUPPORT look at this crappy regular white name
  12. Swizzbeat

    For Jason

    Make one for me ;)
  13. This is just really a man killer/looter :p but nonetheless goodluck!
  14. No way that's real.
  15. You don't have to be black to like rap? I feel out of place
  16. I'm white soooo....
  17. I think maybe on top there could be another winner who gets any premium script in the store free?
  18. I have a list of all unid herb ID's if you'd like it?
  19. FINALLY
  20. ^^^^^^^^^^^^ She actually used to be quite hot.. Omg dude she was gorgeous. I would have put her through a wall.
  21. She's freaken ugly.
  22. I have a cracked .dl file if you want it ;)
  23. Swizzbeat

    My own finish

    Looks great, I love the contrast (I think you call it that?) how it lights up the two people while the backgrounds more darker in areas.
×
×
  • Create New...