Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. jjordan2

    BitBonfire [Deleted]

    This resource has been removed and is no longer available for download.
  2. jjordan2

    Question Stopping JavaFx Canvas threads on script stop

    Are you aware of how the observer pattern works? On that note, resource monitor shows normal thread creation and destruction after further investigation and the thread is destroyed after closing the interface. Yes I have debugged it, if i set say, my image object to null my console gets flooded...
  3. jjordan2

    Question Stopping JavaFx Canvas threads on script stop

    this.canvas.setOnMouseReleased(event -> { System.out.println("RELEASED"); }); etc.
  4. jjordan2

    Question Stopping JavaFx Canvas threads on script stop

    I currently have a JavaFX Canvas in my embeddable ui and a bunch of mouse/keyboard listeners (or whatever tf they are calling it in fx) being used with it. When I stop the bot these threads keep running, how do I stop this? Also a side note, I don't think Garbage Collection/Clean up is working...
  5. jjordan2

    Resolved Another and final approach to skip/shift update approval

    Maybe I'm missing something but any bot that isn't using TCP/UDP or making HTTP(S) calls should be fine security wise and it's not hard to automatically look for those calls in bytecode/source and if it is using that functionality (say for dynamic signatures or w/e) just have it be manually...
  6. jjordan2

    BitBonfire [Deleted]

    JJordan2 submitted a new resource: BitBonfire - Get's FM Xp Read more about this resource...
  7. jjordan2

    Resource Intellij Manifest Template

    So you can right click create a manifest in intellij Go to settings > editor > File and Code Templates > Green '+' <manifest> <main-class>${PACKAGE_NAME}.${NAME}</main-class> <name>${NAME}</name> <tag-line>TAGE_LINE</tag-line> <description>DESCRIPTION</description>...
  8. jjordan2

    Question Component Listener on Runescape window?

    Well with a ComponentListener I want to be able to get WindowMoved, WindowResized, WindowShown, and WindowHidden events, I thought that was self explanatory and that context was irreverent but mb. I want to have a JDialog follow the runescape window.
  9. jjordan2

    Question Component Listener on Runescape window?

    Maybe I'm missing something in the API, but the best I could do so far is to write my own and use Screen#getLocation etc. to build resize and moving events, it seems really hacky to me so is there a way to add a ComponentListener to the runescape window?
  10. jjordan2

    Resolved Old Email

    Yes, and It literally just happened again with this account? Figured out ip, think http intercept addon was doing it Still can't use my actual account So no help? k
  11. jjordan2

    Resolved Old Email

    My email I used on my other account JJordan is old and I no longer have access to it (switched isp). Then I logged in today and said I'm logging in from a different location (same location as yesterday) now I need to confirm my email. Help pls. Edit: probably because of this random google proxy...
Top