Jump to content

Polymorphism

Members
  • Posts

    368
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Polymorphism

  1. Get rock name then determine is it's mine-able by its color Edit: Didn't see @Chris aka bb post
  2. Post GP prices below Need a < 6hr turn around on these when i need em done Account is 65+ range, 54 def and 55+ prayer Only members i find trustworthy wil be provided payment on the account upon service start...otherwise it will either A.) Wait until service is complete and i verify no email/fb/etc is on my acc or B.) We use a MM but you pay all fees
  3. No, my irl buddy was at runefest and were talking to them. Granted i could've been lied to or him be lied to. However, does it not make sense? A 15 yr old playing straight from 8am to 2pm isn't realistic in the middle of February in the united states...he's in high school most likely yeeeeeeeeeee. having capitals in password is better antiban than checking wc exp np bb, gimme free script pl0x
  4. yuh dam str8 Jagex has confirmed they look at the age ON (not of) the account and match it to the timezone of the IP -- so say the acc is 15 but playing between 8am and 2pm straight..odds are its a bot because the player is supposed to be in school.
  5. Just generated 25k accounts worth of info for testing purposes. Here is a pastebin with the last 1k generated THESE ACCOUNTS ARE NOT CREATED!! THIS IS JUST INFO GENERATED FOR USE IN MY CREATOR https://pastebin.com/SZb5Xv3c
  6. I was muted for 1 week for calling someone an idiot. This was ~2006
  7. @Czar wanna hook a brother up with a trial? Would be greatly appreciated
  8. What's your budget for something like this
  9. I've added your skype. My price is 2M provided there is gp on the acc for supplies and the skill reqs are met.
  10. oh fucking hell is going on here lol a bbdk script is gonna be shitty if written in 1 hour UNLESS all data collection is done prior and doesn't count towards the hour
  11. Still in the works for getting my stuff together. My tut script doesn't use webwalker anymore and i have a bit of anti-pattern stuff in there. Most accs ive tested so far have been on my home or work IP which both have had several accs botted and my 14 yr old main perm banned. I've had 2 accs that i actually use for script development that were made with my acc creator and autoran my tut script -- 1 has a 2 day ban only after an over night suicide bot and the other is 100% botted 50+ combat stats in the last 1 week and its good. I think the biggest issue is the script itself...no new player will fly through tut island in 8 minutes. On a side note, on my home and work IPs now i have to log in to RS3 or the website in order to set a display name -- which is super shitty. My partner doesn't have to do it, so it's telling me my IPs are flagged
  12. widgets -> singleFilter -> parent 548 ->hasAction Look North Sorry in a rush can't write the code, check if that widget is visbile
  13. it takes a private client with private scripts not using injection. A goldfarmer would usually have shifts too. Like 50 accs, running 4 at a time but only 1-2 hours each day and rotating between all accounts, using their own IPs
  14. i agree with zulrah being high ban rate, but i think the way fruity zulrah changes gear using fast mode is a big identifier. Plus the script is just 1 big pattern -- everything it does it exactly the same at the exact same time, even down to mistakes it makes. It's certainly a good script, but being the highest gp/h in game and heavily botted jagex monitors that heavily. I lost my 14+yr old acc (main) after using this script for a few hours However in your case....dont blame the script...blame yourself. 6hrs a day is insane you're lucky you didn't get banned on the first day
  15. you could find and object that you know will be loaded each time and walk to it with a little position variance
  16. Since this is a looping structure, such as Isolate stated -- the code will always run back to back and your issue is the way you've decided to handling looting. Now consider this... if there are arrows on ground then need to loot if not in combat then need to combat That's how your logic is currently processed (not in order) So try something such as if not in combat AND no arrows on ground then combat if not in combat AND arrows on ground then loot or this is what i do in my personal scripts since i usually prioritize loot over combat if arrows on ground then loot and restart loop if not in combat then combat Basically what the above does (the 2nd psuedo-snippet) is anytime there is loot it will loot BEFORE combat and restart the loop which will cause it to check for loot again...repeated until there is no more loot THEN it'll combat
  17. What is 'very gross' about it? A few more details about how its acting would be helpful
  18. konduit and osbuddy both can used as official clients for a bot to attach to using instrumentation. aka Mirror Mode/Spectre/etc
  19. Legit, any zulrah script. they watch that like hawks. did 5 hours of zulrah over 3 days with an account never botted and boom perma banned.
  20. Simply due to it being an executable file.
  21. Give use a bit more of your code, seeing structure would help tremendously for providing assistance. However, for starts lets not name your task bank. Rename it to something like banking -- what i usually do is a camelCase name of the class name for simplicity sake. so you would have Banking banking = new Banking(); Make sure your banking variable is a field and your instantiate it onStart() or whenever it should start. Set it to null initially.
×
×
  • Create New...