-
Posts
39 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by aeondenied
-
forgot to bookmark it. cant find it now.
-
Hi all looking to expand my services and to do so require a bigger taskforce so I am hiring! Areas of hire : Powerleveling,Questing,Minigames. You will have to deposit 15M oldschool RSGP. You are required to have a clean reputation across other sites. You cannot be banned on any other sites, for whatever reason. You must be able to use Skype to discuss orders. (Discord is acceptable) You must speak English. Your deposit will determine the type of jobs you perform. Skype Application form : Have you read & agreed to my ToS*? : Do you agree to discuss about the deposit? : What is your Skype ? : Have you added my Skype?: What are you applying for? (Powerleveller/Quester/Minigames) : Do you have any experience with a service? : TOS: 1. You cannot use any form of botting or auto clicking whilst working for me, everything has to be HAND DONE (unless otherwise agreed by the client) 2. If you disrespect me or any of your colleague workers you forfeit your deposit. 3. You will never scam in any situation. If you do you forfeit your deposit and will face consequences. 4. Orders always have to go through me. 5. You can advertise but always put my Skype below. 6. Any order you take must be completed. 7. You must notify me when you're gonna be away for a while. 8. You are not allowed to take any payment from customers on your own. Doing so will make you responsible for it and can lead to a kick from the service. 9. You must respond on Skype while logged on a client's account. 10. Whilst working on powerleveling requests you must provide teamviewer access long as u are logged in on the account.
-
Have you read & agreed to my ToS*? : YWS Do you agree to discuss about the deposit? :Yes What is your Skype ? : joebozz95 What are you applying for? (Powerleveller/Quester/Minigames) :ALL Do you have any experience with a service? :yes used to for omni If yes, are you willing to supply proof in PM / Skype? :sure
-
jungle potion and tai aeon
-
trial for this pls lol
-
how much would it be
-
65rng-80 39 mage 80 grand tree/tree gnome village
-
1. You may not log into the account during a service unless you have permission from the owner of the service, doing so will result in the termination of the service with NO Refund. 2. You MUST NOT change the details of the account until the service has been completed, doing so will result in a void service with NO Refund. 3. If there are any items required for the service, it is between you and the service owner to come to an agreement on who covers them 4. You MUST change your password after the service is completed 5. If you have any substantial wealth on the account, it is your responsibility to protect it (Either Bank Pin/Transfer Trade) 6. Once the service is complete you must leave Feedback for the relevant parties involved 7. You MUST Post on the service thread to acknowledge their individual T.O.S and start the service Contact me via skype at AeonDenied
-
it's a stretch but take a chat log from a shout box and have to bots and have them play it against each other inbetween states
-
yeah im fearful but lazy
-
man, do some volunteer work, internships , and most importantly listen to you, zen out for a bit man. Stop fapping, go on a 1 day water fast once a week. it really helped me out. if you would like to speak further please don't hesitate to pm me.
-
gl hope its not black!
-
[10% OFF]✮AshDesigns.net Services✮[BANNERS/SIGS/LOGOS]
aeondenied replied to Mister Slyther's topic in Market
ordered a siggy , as you can see below is sick, fast and reasonable -
-
Requested Service: Avatar How urgent is this request: Not at all. Contact: joebozz95 (skype)
-
http://prntscr.com/bezhiz 14 qp dwarf cannon and biohazard and the rc and herb lore quests are done
-
/** * @(#)Smither.java * * * @author Construct Dylons * @version 1.00 2016/6/10 */ import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.map.Position; import org.osbot.rs07.input.mouse.EntityDestination; import org.osbot.rs07.input.mouse.MiniMapTileDestination; import org.osbot.rs07.utility.Area; import java.awt.*; @ScriptManifest(author = "Construct Dylons", info = "Not So Basic Smither.", name = "Smither", version = 0, logo = "") public class Smither extends Script{ private static final Area SMITHING_AREA = new Area(3185,3420,3190,3427); private static final String useItem = "Iron bar"; private static final String itemMade = "Iron knife"; private static final int xCo = 370; private static final int yCo = 180; private enum State{ SMITH, BANK, WALK_TO_SMITH, WALK_TO_BANK }; private State getState(){ if(inventory.contains(useItem) && SMITHING_AREA.contains(myPlayer().getPosition())){ return State.SMITH; } else if(!inventory.contains(useItem) && !SMITHING_AREA.contains(myPlayer().getPosition())){ return State.BANK; } else if(inventory.contains(useItem) && !SMITHING_AREA.contains(myPlayer().getPosition())){ return State.WALK_TO_SMITH; } else{ return State.WALK_TO_BANK; } } public int onLoop() throws InterruptedException{ switch(getState()){ case SMITH: outerIf: if(!myPlayer().isAnimating()){ sleep(1000); if(!inventory.contains(useItem)){ sleep(500); break outerIf; } int failSafe = 0; while(!myPlayer().isAnimating()){ sleep(50); failSafe++; if(failSafe >= 10){ inventory.interactWithNameThatContains("Use", useItem); RS2Object anvil = objects.closest(2097); mouse.click(new EntityDestination(bot, anvil)); if(interfaces.get(312) != null){ } sleep(1500); mouse.move(xCo,yCo); mouse.click(true); sleep(250); mouse.move(365,250); mouse.click(false); sleep(1000); keyboard.typeString("27"); sleep(500); break outerIf; } } } break; case BANK: RS2Object bankBooth = objects.closest("Bank booth"); if (bankBooth != null) { if (bankBooth.interact("Bank")) { while(!bank.isOpen()){ sleep(250); } bank.depositAll(itemMade); if(bank.contains(useItem)){ bank.withdraw(useItem, 27); } else{ stop(); } bank.close(); } } break; case WALK_TO_BANK: walkTile(new Position(3185,3436,0)); break; case WALK_TO_SMITH: walkTile(new Position(3185,3426,0)); break; } return random(200,300); } private boolean walkTile(Position p) throws InterruptedException { mouse.move(new MiniMapTileDestination(bot, p), false); sleep(random(150, 250)); mouse.click(false); int failsafe = 0; while (failsafe < 10 && myPlayer().getPosition().distance(p) > 2) { sleep(200); failsafe++; if (myPlayer().isMoving()) failsafe = 0; } if (failsafe == 10) return false; return true; } public void onPaint(Graphics2D g) { } }
-
https://support.google.com/adsense/answer/9713?hl=en
-
LOL the ads are relevant to the content you look at
-
Would you be interested in discounted service in exchange for vouching for my group?