WereFoxy
Blokeeritud-
Postituste kogus
2 940 -
Liitus
-
Viimati külastas
-
Tagasiside
100% -
VP$
0 [ Anneta ]
Sisu tüüp
Profiilid
Foorumid
Blogi
Pood
Kalender
Loosimised
Kandideerimised
Kuulutused
Kogumikud
Videod & striimid
Kõik, mis on postitatud WereFoxy poolt
-
t*ra bljat urod, nahhui seda on 200000000x küsitud, sama palju vastatud ja t*ra ikka küsitakse veel nahhui. Blät minge imege lutti kui te midagi ei oska, eriti veel superülirasket Search nuppu kasutada. kthxbye tõmba nahhui siit mirkon & "su sõber" aka sina.
-
TÜRAA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. Copyd scripti koodi. 2. Avad notepadi. 3. Paned sinna scripti 4. Ava see, vaata pärast importe asuv nimi. 5. kirjuta see nimeks ja .java lõppu. 6. PANE SEE SCRIPTIDE KAUSTA! 7. Topeltklikk compile peal, vóila, sul on SCRIPT!!!
-
TÜRAA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. Copyd scripti koodi. 2. Avad notepadi. 3. Paned sinna scripti 4. Ava see, vaata pärast importe asuv nimi. 5. kirjuta see nimeks ja .java lõppu. 6. PANE SEE SCRIPTIDE KAUSTA! 7. Topeltklikk compile peal, vóila, sul on SCRIPT!!!
-
0j33 m4 l337zp34kk sh4d0w m15 p4n3 3nd4 p4ng4 p1l7 0nj0 mulz0r 0n v11s k ir0nzit m1s w0rld1s n0l4 l4s3d? TÜRAA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. Copyd scripti koodi. 2. Avad notepadi. 3. Paned sinna scripti 4. Ava see, vaata pärast importe asuv nimi. 5. kirjuta see nimeks ja .java lõppu. 6. PANE SEE SCRIPTIDE KAUSTA! 7. Topeltklikk compile peal, vóila, sul on SCRIPT!!!
-
Ei. süsteeemiviga ;*
-
100 KB till my favourite haaardstail soong
- 145 047 vastust
-
- oasis oli siin
- vabateema
-
(ja 1 veel)
Sildistatud koos:
-
tere
- 145 047 vastust
-
- oasis oli siin
- vabateema
-
(ja 1 veel)
Sildistatud koos:
-
sau
- 145 047 vastust
-
- oasis oli siin
- vabateema
-
(ja 1 veel)
Sildistatud koos:
-
tapamaja.ee
-
you suck too (a)
- 6 vastust
-
- ghostlord
- haardstyle
-
(ja 1 veel)
Sildistatud koos:
-
import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script; import com.speljohan.rsbot.script.wrappers.*; import java.awt.event.KeyEvent; import java.awt.*; import com.speljohan.rsbot.event.listeners.PaintListener; public class EssenceMiner extends Script implements PaintListener { public String getName() { return "Jan's Essence Miner"; } public String getScriptCategory() { return "Mining"; } public double getVersion() { return 2.0; } public String getAuthor() { return "Jan274"; } public boolean onStart(String as[]) { startTime = System.currentTimeMillis(); Bot.getEventManager().addListener(PaintListener.class, this); if(isLoggedIn()){ makeSouth(); } return true; } public void onFinish() { Bot.getEventManager( ).removeListener(PaintListener.class, this); } public int State = 0; public int loadscomplete = 0; public int essamount = 0; public String position = "none"; public final int pickaxe[] = {1275, 1265, 1269, 1267, 1273, 1271}; public final int essrockId = 2491; public final int boothId = 11402; public final int aubury = 553; public final int door = 24381; public final int portal = 2492; long startTime = 0; private final RSTile NWportal[] = {new RSTile(2896, 4845), new RSTile(2885, 4849)}; private final RSTile NEportal[] = {new RSTile(2923, 4846), new RSTile(2931, 4854)}; private final RSTile SWportal[] = {new RSTile(2896, 4809), new RSTile(2890, 4812)}; private final RSTile SEportal[] = {new RSTile(2925, 4819), new RSTile(2933, 4816)}; private final RSTilePath NWpath= new RSTilePath(NWportal, this); private final RSTilePath NEpath= new RSTilePath(NEportal, this); private final RSTilePath SWpath= new RSTilePath(SWportal, this); private final RSTilePath SEpath= new RSTilePath(SEportal, this); private final RSTile MSWposA[] = { new RSTile(2906, 4826), new RSTile(2897, 4817)}; private final RSTilePath MSWPathA= new RSTilePath(MSWposA, this); private final RSTile MNEpos[] = { new RSTile(2912, 4833), new RSTile(2923, 4846)}; private final RSTilePath MNEPath= new RSTilePath(MNEpos, this); private final RSTile toBankA[] = { new RSTile(3253, 3402), new RSTile(3260, 3414)}; private final RSTilePath toBankPathA= new RSTilePath(toBankA, this); private final RSTile toBankB[] = { new RSTile(3260, 3414), new RSTile(3254, 3420)}; private final RSTilePath toBankPathB= new RSTilePath(toBankB, this); private final RSTile toAuburyA[]={ new RSTile(3253, 3420), new RSTile(3245, 3410)}; private final RSTilePath toAuburyPathA= new RSTilePath(toAuburyA, this); private final RSTile toAuburyB[]={ new RSTile(3245, 3410), new RSTile(3253, 3402)}; private final RSTilePath toAuburyPathB= new RSTilePath(toAuburyB, this); public boolean openDoor() {//wakka's opener RSObject obj = findObject(door); if (obj !=null) { if (distanceTo(findObject(door)) atDoor(findObject(door), "West", "Open"); wait (random(1000, 2000)); return true; } } return false; } public void makeSouth(){ setCompass('N'); wait(random(200, 700)); Bot.getInputManager().pressKey( ((char) (KeyEvent.VK_LEFT))); wait(1900); Bot.getInputManager().releaseKey( ((char) (KeyEvent.VK_LEFT))); } public void onRepaint(Graphics g){ long runTime = System.currentTimeMillis() - startTime; long TotalSecs = runTime / 1000; long TotalMins = TotalSecs / 60; long TotalHours = TotalMins / 60; int seconds = (int) TotalSecs % 60; int minutes = (int) TotalMins % 60; int hours = (int) TotalHours % 60; StringBuilder b = new StringBuilder(); if (hours b.append('0'); b.append(hours); b.append(':'); if (minutes b.append('0'); b.append(minutes); b.append(':'); if (seconds b.append('0'); b.append(seconds); if(isLoggedIn()){ int x = 18; int y = 240; g.setColor(Color.BLACK); g.drawString("Jan274's Essence Miner ", x, y += 15); g.setColor(Color.BLUE); g.drawString("Ran for: " + b.toString(), x, y += 25); g.drawString("Mined: " + essamount + " essence", x, y += 20); g.drawString("Completed: " + loadscomplete + " loads", x, y += 20); } } public void essAntiBan(){ int t; int u; t = random(0,9); u = random(0,10); if( u == 3 ){ try{ switch(t){ case 0://random mouse moveMouse(0 + random(0, 500), 0 + random(0, 500)); wait(random(500, 1000)); break; case 4://random tab. openTab(random(1, 15)); wait(random(500,1000)); break; case 2: moveMouse(0 + random(0, 500), 0 + random(0, 500)); wait(random(500, 1000)); break; case 3: case 1: case 5: case 8: case 7: case 6://examing object int hu = random(0, 3); if(hu == 1){ int robj[] = {743, 2491, 2492, 724, 484, 485, 744}; if(atObject(findObject(robj[random(0, 6)]), "amine")){ wait(random(500,1000)); } }else{ break; } break; } }catch(Exception e){ e.printStackTrace(); } } } public boolean randomPath(int path) throws InterruptedException{ int rpath = 0; if(path == 2){ rpath = random(0,5); if(rpath == 2){ toAuburyPathB.walkToStart(); wait(random(400,500)); toAuburyPathA.walkToStart(); } else{ toBankPathA.walkToEnd(); wait(random(400,500)); toBankPathB.walkToEnd(); } } if(path == 1){ rpath = random(0,5); if(rpath == 2){ toAuburyPathA.walkToEnd(); wait(random(400,500)); toAuburyPathB.walkToEnd(); } else{ toBankPathB.walkToStart(); wait(random(400,500)); toBankPathA.walkToStart(); } } return true; } public int loop() { try{ if(getMyPlayer().isMoving()){ return random(10, 100); } switch(State){ case 0: if(distanceTo(toBankA[0]) { State = 1; } else { closeBank(); setRun(true); randomPath(1); if(getMyPlayer().isMoving()){ return random(10, 100); } openDoor(); } return random(100, 500); case 1: if(distanceTo(toBankA[0]) { RSNPC rsnpc = getNearestNPCByID(aubury); if(atNPC(rsnpc, "Teleport")) State = 2; }else{ State = 0; } return random(500, 1000); case 2: if(distanceTo(toBankA[0]) return random(100, 500); } if(distanceTo(MSWposA[0]) { MSWPathA.walkToEnd(); position = "SW"; } if(distanceTo(MNEpos[0]) { MNEPath.walkToEnd(); position = "NE"; } State = 3; return random(100, 500); case 3: if(isInventoryFull()){ State = 4; } else { if(!(getMyPlayer().getAnimation() == -1)){ essAntiBan(); return random(100,200); }else{ if (getMyPlayer().getAnimation() == -1){ wait(random(3000, 4000)); if(!getMyPlayer().isMoving() && getMyPlayer().getAnimation() == -1){ if(!(atObject(findObject(essrockId), "Mine"))){ makeSouth(); } }else{ essAntiBan(); } } } } return random(100, 500); case 4: if(distanceTo(NEportal[0]) NEpath.walkToEnd(); if(distanceTo(NWportal[0]) NWpath.walkToEnd(); if(distanceTo(SEportal[0]) SEpath.walkToEnd(); if(distanceTo(SWportal[0]) SWpath.walkToEnd(); if(getMyPlayer().isMoving()) return random(10, 100); if(!(distanceTo(toBankA[0]) wait(random(400,500)); atObject(findObject(portal), "Use"); wait(random(500,800)); }else{ State = 5; } return random(100, 200); case 5: if(distanceTo(toBankA[0]) openDoor(); randomPath(2); essamount += getInventoryCount(1436); loadscomplete++; State = 6; } return random(100, 200); case 6: if(RSInterface.getInterface(INTERFACE_BANK).isValid()) { depositAllExcept(pickaxe); wait(random(500,800)); State = 0; } if(atObject(findObject(boothId), "Use-quickly")){ wait(random(400, 500)); if(RSInterface.getInterface(INTERFACE_BANK).isValid()) { depositAllExcept(pickaxe); wait(random(500,800)); State = 0; } } return random(100,200); } }catch(Exception e){ e.printStackTrace(); } return random(100,500); } }
-
Sa tõmbasid CZi alla jah ?
-
Mul ka.
-
Tõsil, endal oli ka saunas hiir, kolm päeva püüdsin düüdi lõksuga, neljandal päeval sain kätte raisa, räigelt haises, aga osta endale jah hamstrid, endal 2x, kumbki 50.- superüliarmsad, ei haise ka, rakverest, Vene kääbushamstrid
-
Tegin kah siis midagi, vahepeal on natuke vaikust, sest olin paar sec eemal, vabandan, tegin esimest korda btw. tund aega mõõnusat haardstaili http://rapidshare.com/files/147452588/Ghostlord_power_live_hardstyle_mix.mp3.html
- 6 vastust
-
- ghostlord
- haardstyle
-
(ja 1 veel)
Sildistatud koos:
-
Loodan, et Quiz & pinball ka fixed seal
-
cool-
-
Hiir jookseb ju sinna pihta, sest nad väga targad ikka ei ole
-
See tuleb compilega
-
Vale teema Tee papp kast, pane mingi toikaga püsti, siis hiir läheb oma juustu sööma ja siis tuleb see pulk ära ja siis on hjjiiir käes, vot tak.
-
Otsid scripti koodi - Avad notepadi, copyd selle koodi - kirjutad notepadi, salvestad .java failis. - paned script kausta - compile.
-
iiiigaaav.