Everything posted by Vag
-
Sub-Goal - Botting for Sponsor
- How Many Bots Can You Run?
i5-4690k quad-core @3.5Ghz - 2 mirrors at 30-50 CPU usage. 10-12 normal clients is possible, but not recommended.- Anyone else in the military?
Every male from 18-62 is a military trained in Finland. I will step in service next year. Coastal Jaeger Reginment- Where is Maldo?
Wow. I would never guessed that you ride mald.- Jdm
b18c1 would be the way to go. How ever, there are many kinds of people but only homo's have a honda. JK. b18c1 can take 350-450bhp easily, where k20 cams will say boom at under 400 or so.- My Journey with Czar Flesh Crawlers - 99 Str - ?
98 STR.. S000N GUYS- LOL IM SORRY
And I was relieved for a second that now we have one cow less on the forums.- Example Trading Script
- Example Script - For educational purposes - Simple chicken Killer
This is a educational release for a simple chicken killing script. The script will attack the monster (chicken). This will not eat or loot, just a basic bare bone for chicken killer. //OSBot API import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; //Importing Java AWT import java.awt.*; //Script Details @ScriptManifest(name = "Chicken Killer", author = "YOU!!", version = 1.0, info = "", logo = "") public class main extends Script { @Override public void onStart() { log("Welcome - your first script!"); } @Override public void onExit() { log("K Bye"); } @Override public int onLoop() throws InterruptedException { //Script on loop NPC chicken = npcs.closest("Chicken"); //Looking for non-player character chicken, which will be the closest NPC called chicken if(!myPlayer().isAnimating() && !myPlayer().isMoving()) { if(chicken != null) { if (chicken.isVisible()) { chicken.interact("Attack"); sleep(random(300, 600)); //If chicken is available on the screen, we will perform interaction Attack on it. } else { camera.toEntity(chicken); //Moving camera so that the chicken will be visible on the screen. } } } else { sleep(random(300, 600)); //Sleeping for with devitation } return(random(100, 300)); //Starting the script over after random sleep in milliseconds. } @Override public void onPaint(Graphics2D g) { //Loading paint super.onPaint(g); g.setColor(Color.GREEN); g.drawString("Uncle Dolan had a chikun ", 5, 290); //Text color is GREEN - printing a line in the client saying Uncle Dolan had a chikun } } K bye- Botters checking bots after an update be like...
More like- Selling decent melee main, cb 99
- If OSBot could talk
OSBot works just fine. It all depends on what is updated.- VAGuildFisher [Premium][One-Time]
VAGuildFisher version 1.0 VAGuildFisher is a premium fishing guild shark fisher. It fishes sharks at the fishing guild for great gold / hour ratio. After full inventory it will walk path to the bank and deposit all the fishes you just caught. This awesome script will be available in the SDN for a small fee of 0.99$. Script works on the mirror mode and the standard OSBot client. Avaiting for SDN approval! Update's log Progress report's- Buying account with access to the Fishing guild
Yeah. No other requirements. NO MAINS - MUST BE CHEAP- My Journey with Czar Flesh Crawlers - 99 Str - ?
Weeks. ~280k till 98 :P- VAG's Chicken Blaster - First Script Ever
Rewrote the script.- *New update (15th of May)* The Gold Farm Project
Good luck buddy- How do you get to an event like this?
The game *cough* we all love- Assnurd
- Lvl 3 - 32 days of membership - 51 mining
Stats Login Screen I will be accepting payments through PayPal and OSRS GP. You will go first, unless you are deemed as trusted. I am the original owner for this account. I will provide you the original email address. I have nothing linked to the email nor account. It's basicly a fresh miner. Great base for new account or for botting motherlode etc. Any bids / offers?- My Journey with Czar Flesh Crawlers - 99 Str - ?
Pretty much yes. The account is fairly over 2 years old Flesh Crawler / GDK- IIHF2015 - Finland vs. Russia
That's kind a the point. To piss of some Swedes. You know it stor bror.- IIHF2015 - Finland vs. Russia
IIHF Play Offs !!!! 20 Years Ago - IIHF 1995 Finals, Gold Metal Game. Finland-Sweden 5-2 domination.. ;) Here we goo!- Original
So.. You are telling me that I am a homo? That's Abusive bro.- Original
Does.. Does this mean that we don't have mother? - How Many Bots Can You Run?