Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/15/14 in Posts

  1. I agree with this. But honestly, gl calling the police and saying " I got scammed my rsgp". They will literally laugh their balls off.
    4 points
  2. inb4 trolls download a free sms/voip app to bypass this
    3 points
  3. Need to take a piss, may not be back for awhile.
    2 points
  4. The way this works: Win in a few streaks -> Get DDoSed by Amazon D:
    2 points
  5. No, development shouldn't be in the same forum as completed projects.
    2 points
  6. Don't get beaten up on your way to the toilet!
    2 points
  7. The chance of mod mark going on a diet is bigger.
    2 points
  8. This just makes my chances of getting it worse...but thanks.
    2 points
  9. Don't forget Kaley's FUCKING AUTO TYPER.
    2 points
  10. It's easy. Edit: Whoops wrong account.
    2 points
  11. Gratz, didn't know you could get mod in less than 2 months after joining
    2 points
  12. I should totally apply now.
    2 points
  13. I like Nick, but Eliot shoulda been there first...
    2 points
  14. 2 points
  15. Actually I was going to start writing a Node tutorial and try cover everything I possibly can, seeing as most people I try to explain Nodes to seem to get stuck at abstract classes, why use super(), and overriding methods! So expect a Node Tutorial coming very soon!
    2 points
  16. Make sure the seller at least gives you the account login (and verify it's the correct one) before paying him/her! RuneScape accounts are fairly easy to recover if the original owner attempts it. While there's almost no way to stop the owner from recovering the account back after selling it to you, you can make sure that no one else on this site (if not other sites) purchases the same account and gets scammed like you were! This is a thread containing a list of all the usernames (usernames differ from display names) of recovered accounts! A RS username is the name you use to sign into the game itself. A RS display name is the changeable in-game name you see. BE SURE TO REPORT THE USERNAME/LOGIN NAME AND NOT THE DISPLAY NAME! To avoid any confusion and false reports, only the login names of accounts that have had a scam report placed upon them will be added to the list! If you bought an account and it was recovered, file a scam report here! *I'll be looking over past scam reports for recovered accounts and hope the logins were posted. If you can link me to some, it would help a lot.* DON'T PURCHASE THESE ACCOUNTS! leaveour2d@hmamail.com - http://osbot.org/forum/topic/42036- - @Clarity pk3r 505 - http://osbot.org/forum/topic/41652- - @Clarity issark1 - http://osbot.org/forum/topic/38016- @OS Joshua rule factor - http://osbot.org/forum/topic/38128- - @Dat weed inonroids@live.com - http://osbot.org/forum/topic/38617- - @ImOnRoids lifebeach@live.com - http://osbot.org/forum/topic/38497- - @Al Pacino loathsomers@gmail.com - http://osbot.org/forum/topic/38066- - @Vocal greenarrow@inbox.LV - http://osbot.org/forum/topic/42849- - @Bible stak3r-1b@hotmail.com - http://osbot.org/forum/topic/46903- - @tophighscore gutsman310 - http://osbot.org/forum/topic/47315- - @kelton oskari.sauli@gmail.com - http://osbot.org/forum/topic/48051- - @ultimedown deffailed - http://osbot.org/forum/topic/48769- - @Jay Cutler crayoninpvp@hotmail.com - http://osbot.org/forum/topic/48754- - @kathan30 xsonnneee@gmail.com - http://osbot.org/forum/topic/54641- - @HindyBC a fd - http://osbot.org/forum/topic/53834- - @YinZ temejamsa@hotmail.com - http://osbot.org/forum/topic/56625- - @tebamies qscwvd - http://osbot.org/forum/topic/83317-account-recovered/ - 19854runner@yahoo.com - http://osbot.org/forum/topic/99093-dispute-against-chenier/ - @Chenier nzcoon@outlook.co.nz - http://osbot.org/forum/topic/102045-report-against-kappabug/ - @KappaBug brat@66.com - Account recovered - @M1tch stxtics@1.com - scammed by womenbecrazy - @womenbecrazy psychduck123@gmail.com - Dispute Spiderman - @Spiderman
    1 point
  17. public abstract interface Condition { public abstract boolean active(); public abstract void run() throws InterruptedException; } Example of usage: (shit script wrote it fast for the sake of this tutorial.) public int onLoop() throws InterruptedException { if(canMine.active()){ canMine.run(); } if(canDrop.active()){ canDrop.run(); } return 10; } public Condition canMine = new Condition() { @Override public boolean active() { Global.status = "Searching for ore"; Global.rock = closestObject(Global.ROCK_ID_1, Global.ROCK_ID_2,Global.ROCK_ID_3); return Global.rock != null && !client.getInventory().isFull() && Global.rock.getPosition().distance(client.getMyPlayer().getPosition()) <= 5; } @Override public void run() throws InterruptedException { if(Global.rock != null){ Global.rock.interact("Mine"); Global.status = "Mining"; sleep(random(1000,1800)); while(client.getMyPlayer().isMoving() || client.getMyPlayer().isAnimating() || client.getMyPlayer().isUnderAttack()){ sleep(10); } } } }; public Condition canDrop = new Condition(){ @Override public boolean active() { return client.getInventory().getTotalItemsAmount() >= 28; } @Override public void run() throws InterruptedException { Global.status = "Dropping ore"; client.getInventory().dropAllExcept(Global.PICK_IDS); } };
    1 point
  18. Nice to see you helping the fellow scripters, nice snippet to have!
    1 point
  19. 1 point
  20. There's no way in hell I'm giving a copy of my passport/drivers license just to use the market here/become verified.
    1 point
  21. I'll take on the persona of a scammer to show you why this won't work. I'll use proxies on PayPal to claim unauthorised transaction. I'll use a cheap throw away prepaid phone sim for phone verification.
    1 point
×
×
  • Create New...