Everything posted by iz0n
-
which is worth more?
hi as the title says, i was wondering, which is worth more? # fully quested/maxed zerker (45 def) // (45-52 prayer) // (60 attack) # fully quested/maxed pure (1 def) // (45-52 prayer) // (60 attack)
- Eagle Plunder
-
Perfect Fighter AIO
could you please add " avoid banking " option in rock crabs plugin? so it doesn't run to bank for safe spotting/break handler would be great for higher lvls whom don't need to bank
-
buying a pure (quested)
bought an account please close this topic
-
buying a pure (quested)
ummm.. interested pm me with more details
-
buying a pure (quested)
buying a mauler pure with mithril gloves + DT + ava has to be 1 def prayer (max = 31) (quested) doesn't matter if u stop at cretin lvl with quests, i will finish the rest attack (max = 50) (quested) doesn't matter if u stop at 40s with quests, i will finish the rest (no reg email) / ( no bans ) i dont need any other skills please post your offers if there any price : will be discussed trading : i will not go first unless your highly trusted, or we can use MM
-
Error has occured while loading hooks
just use a patch to activate windows tbh, never seen or heard anyone bought it, except for servers in official institutes.. ---- with that been said, i dont think that windows copy has any relation to your problem. check you configurations, java updates.. java can run on maybe platforms, not just windows.. and maybe its just some kind of connection issues your having cuz of late ddos attacks on jagex, or just shit happens
-
TABLET SIMULATOR - useful tool
here is the current exp rates im getting
-
TABLET SIMULATOR - useful tool
within 10 min, enchanted 20k diamond bolts fairly eazy mouse_event(&H2, 0, 0, 0, 1) mouse_event(&H4, 0, 0, 0, 1) what's wrong with it? it works just fine?
-
TABLET SIMULATOR - useful tool
sup all, since mouse keys last update, alot of us kinda scared to use any external programs to help in gameplay the main idea came when i wanted to enchant some bolts using my tablet, which happened to be broken so i made this tool for myself, and i decided to release it to help others it hops the mouse as in a tablet, and clicks the target X/Y and made simple delay in-case i had shitty connection somehow or laggy server .... how to use : *** Make sure your numpad lock is "ON" simply, lock the " Enchant Crossbow Bolt " using number (7) on numpad then lock the desired bolt enchantment using number (8) on numpad after locking the positions, use number (1) to simulate the first click, then number (2) to simulate the second one. corrections are for not 100% absolute fixed positions, cuz ur fingers are not artificially made (( CODED IN VB.NET )) (( Freamework 2.0 )) download : https://www.dropbox.com/s/ezy31gszrdz55e8/TABLET SIMULATOR.zip?dl=0 source : https://www.dropbox.com/s/qjt105tz1esh4h1/source.zip?dl=0 thank you would be enough.
-
T3 Pizza-baser
thanks for sharing the source, i made a mod for it.. i was too lazy to cut diamonds into bolt tips so made this hope it helps someone since it takes about 1:20 to complete the inv, i added simple antiban, move screen after making all, and moves the mouse outside of screen, to appear more afk package Skeleton; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.text.DecimalFormat; import org.osbot.rs07.api.ui.RS2Widget; import java.awt.*; import java.util.concurrent.TimeUnit; @ScriptManifest(author = "Tw3nty - mod by iz0n", info = "cuts diamonds to bolt tips", name = "diamond cutter", version = 0.2, logo = "") public class T3Pizzabaser extends Script { private long timeBegan; private long timeRan; private int itemsMade; private int itemsMadehr; @Override public void onStart() { log("Let's make some motherfucking Diamond Bolt Tips!"); timeBegan = System.currentTimeMillis(); itemsMade = 0; } private enum State { MAKE, BANK, IDLE, STOP; } private State getState() throws InterruptedException { if (inventory.contains("Chisel") && inventory.contains("Diamond")) { return State.MAKE; } else if (bank.open()) { if (bank.contains("Chisel") && bank.contains("Diamond")) { return State.BANK; } else { return State.STOP; } } else { return State.IDLE; } } @Override public int onLoop() throws InterruptedException { switch (getState()) { case MAKE: if (bank.isOpen()) { getBank().close(); sleep(random(110, 320)); } log("Case == MAKE"); inventory.interact("Use", "Chisel"); log("Interacting BoW..."); sleep(random(110, 320)); if (inventory.isItemSelected()) { inventory.interact("Use", "Diamond"); log("Interacting PoF..."); sleep(random(970, 1975)); } if (getDialogues().isPendingOption()) { RS2Widget pizzaBase = widgets.get(309,2); if (pizzaBase != null) { pizzaBase.interact("Make All"); log("Interacting widget..."); camera.movePitch(random (20,130)+15); camera.moveYaw(random (20,130)+25); mouse.moveOutsideScreen(); sleep(random(83000, 85000)); itemsMade += 27; } } break; case BANK: log("Case == BANK"); if (inventory.contains("Chisel", "Diamond")) { bank.depositAllExcept("Chisel","Diamond"); sleep(random(110, 320)); } else if (!inventory.isEmpty()) { bank.depositAllExcept("Chisel"); sleep(random(110, 320)); } if (!inventory.contains("Diamond")) { bank.withdraw("Diamond", 27); sleep(random(110, 320)); } break; case IDLE: sleep (random(9100,11320)); break; case STOP: stop(); break; } return random(200, 300); } @Override public void onExit() { log("ENJOY Diamond YOUR BOLT TIPS!"); } @Override public void onPaint(Graphics2D g) { timeRan = System.currentTimeMillis() - this.timeBegan; itemsMadehr = (int)(itemsMade / ((System.currentTimeMillis() - timeBegan) / 3600000.0D)); g.drawString("Time ran: " + ft(timeRan), 10, 35); DecimalFormat df = new DecimalFormat("#"); g.drawString("Diamonds cut: " + df.format(itemsMade), 10,50); g.drawString("Diamonds per hour: " + df.format(itemsMadehr), 10,65); } private String ft(long duration) { String res = ""; long days = TimeUnit.MILLISECONDS.toDays(duration); long hours = TimeUnit.MILLISECONDS.toHours(duration) - TimeUnit.DAYS.toHours(TimeUnit.MILLISECONDS.toDays(duration)); long minutes = TimeUnit.MILLISECONDS.toMinutes(duration) - TimeUnit.HOURS.toMinutes(TimeUnit.MILLISECONDS .toHours(duration)); long seconds = TimeUnit.MILLISECONDS.toSeconds(duration) - TimeUnit.MINUTES.toSeconds(TimeUnit.MILLISECONDS .toMinutes(duration)); if (days == 0) { res = (hours + ":" + minutes + ":" + seconds); } else { res = (days + ":" + hours + ":" + minutes + ":" + seconds); } return res; } }
-
AIO Construction
could i get a trail plz?
-
run animation delay items
hi, i was wondering what are the current used run animation delay items in pvp\bh so far i only know of fishbowl, what else is out there?
- Stealth Quester
-
Sponsor Sale! Merry Christmas!
just bought one GL everyone Merry Christmas
-
Khal AIO Crafter
can i have trail plz?
-
Perfect Runecrafter AIO
1 little problem for me sometimes it missclicks the bank booth. and go up stairs in varrock east bank, then .......
-
PC- Beast Void Rusher low hp + great skills
prayer is 44? its fully quested def\att + some prayer how prayer has ruined it?
-
PC- Beast Void Rusher low hp + great skills
hi im wondering what would be the price of this account. im the OO edited: has hunter pet + quested def\att
-
Apology To The Graphics Community
one word : RESPECT
-
Khal Woodcutter
hey mate.. there is a problem with script has been going for long long time.. i though u noticed it or were notified about it. when you set the Antiban Interval on any level.. it always gets back the highest level after the first antiban run. any fix soon please? ----------------------------------- suggestion: could you make antiban form, to select methods to use? i mean check boxes.. no level checking.. check friend list and camera rotate only or something.. you know what i mean.. thanks in advance.
-
buying pure with Fire Cape [1 prayer]
hey, for now im just checking prices.. if there is a good price.. im a garanteed buyer. no other skills required, just 1 prayer with fire cape any good offers?
-
buying accounts ( lvl 3 with 7 q.p )
im buying lvl 3 accounts with 7 q.p done on it no need for any info but the account log-in details account must be at least 5 days old and hasn't bought any bonds before price : 300k \ account if interested contact via replaying to this topic or PM im looking to buy as many as i can.. im always buying
-
price check
hi what would be the price of 99 fishing skiller with 85 strength + 85 ranged and 10 HP? other stats are mostly 1 including defence & pray ofc might sell if i like the price
-
[FREE] - Air altar - pure essence runner
much appreciated mate thanks alot