Everything posted by TzTok Jad
-
[Selling] $50 USA Xbox Gift Card $30.00 [PP, BTC]
As title says, $50 USA Xbox Giftcard, was sent as a donation for a Dayz server I run, but I am region locked to Canada so cannot redeem. Will go first if user has good reputation. Accepting Paypal/BTC Discord: Lyme#9408
-
Zerker Pure PC
70 ATK 90 STR 45 DEF, 70 MAGIC, 45 PRAYER, 83 HP Firecape+Mith gloves, defence is quested.
- Jad's Questing Service
-
need regicide done
3M Skype: Heroez7 Discord: https://discord.gg/PrcQFua
- Jad's Questing Service
-
Jad's Questing Service
Welcome to my thread, My name is TzTok Jad, I have off and on done quest exclusively on the osbot marketplace for the past few years. I've recently gotten back into OSRS and achieved my quest cape once again, now let me do the same for you. Skype: Heroez7 Discord: https://discord.gg/PrcQFua My pricing is very competitive and I aim to have a high turnaround rate. This is not a power-leveling service depending on requirements I may or may not hit your levels for you. Only quests. All pricing is negotiated via PM or Skype and verified by posting in this thread. Please review terms of service before contacting me. OSBot TOS Below:
- Rough PC (MAIN)
-
.
inb4 5 more "not alloweds"
-
Really need more workers..
Pssh better off freelancing tbh
-
Need information on how to move private script files to VPS
if using vnc most client have file transfer option
-
More music like this ?
Siege of Madrigal remix. Originally from Halo OST; Bungie put this song in every Halo game they made, originally in Myth.
-
Free Sig/Avi Competition
- TzTok Wine Maker
MY SUPER BASIC PROBABLY GONNA GET YOU BANNED WINE MAKER What it does: Make wine! How to: Start at any bank that has banker NPCs, make sure you have Jugs of Water and Grapes in your bank or inventory. Features: NONE! Maybe I'll add some "antiban" and paints who knows. DOWNLOAD: CLICK HERE SOURCE:- vps botting black screen
could try not using rdp to remote you vps try a vnc connection? maybe even teamviewer- [Price Check] This 07 Quested 1 Def Pure / Also quested until 2009 RS3 Main
Just looking for a rough estimate, when it comes to selling time I will actually detail more about the account. Monkey Madness Mith Gloves FIrecape Ancients Avas Device RS3: Barrows Gloves Shitton of quest cbf to capture all atm Firecape 99 mage, 99 str 95 hp 94 attk 82 range 70 pray 75 def STOPPED PLAYING IN 09-10- Help with VPS
Each vps has an IP address. However most vps are out of a data centre (big room full of servers) it's pretty easy to distinguish between a data center IP address and a home address so you'd probabaly need proxis as well There are VPS salesmen on these forums. that would take OSGP.- quick update lol
2 days isn't long though, IP flagging is real.- the truth
- I wish I had a girlfriend that would abuse me just as much as certain mods here abuse their modpowers
- Need 9 quests done today by trusted member!
7M -> Be done anywhere from 4-12 hours as I'm about to go to work, and depending on how busy I am determines how fast I can knock it out edit: too late :C- What's wrong with this script?
Thanks, you have saved much frustration.- What's wrong with this script?
I'm a fucking newb at this, my programmer knowledge is basic at best. I can't for the love of my life figure out why this script doesn't start, I don't even get the onStart messages, I am sure I've done something wrong but can't quite pin it. Please ignore all of my shitty practices, as I'm using this to familiarize myself with the API whilst I learn. EDIT: Also would appreciate any tips one may have to offer. import org.osbot.rs07.api.NPCS; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.script.API; import java.awt.*; @ScriptManifest(name = "TzTok Wine Maker", author = "TzTok Jad", version = 1.0, info = "", logo = "") public class WineMaker extends Script { public int wineMade; public int expGained; public String grapes = "Grapes"; public String jugwater = "Jug of water"; public String unfwine = "Unfermented wine"; NPC banker = npcs.closest("Banker"); @[member='Override'] public void onStart() throws InterruptedException { //Code here will execute before the loop is started log("Starting TzTok Wine Maker"); } @[member='Override'] public void onExit() { //Code here will execute after the script ends } public enum scriptState{ MAKEWINE, BANK, NULL, END } public scriptState getState() { if (inventory.contains(grapes) && inventory.contains(jugwater)){ return scriptState.MAKEWINE; } if (inventory.isEmptyExcept(unfwine)){ return scriptState.BANK; } else{ return scriptState.NULL; } } @[member='Override'] public int onLoop() throws InterruptedException { switch(getState()){ case MAKEWINE: inventory.getItem(grapes).interact(); sleep(random(400,1200)); inventory.getItem(jugwater).interact(); if(getWidgets().get(305, 2).isVisible()){ sleep(random(400,1200)); getWidgets().get(305, 2).interact("Make All"); sleep(random(10000,16000)); } break; case BANK: banker.interact("Bank"); sleep(random(400,1200)); bank.depositAll(); sleep(random(400,1200)); bank.withdraw(jugwater, 14); sleep(random(400,1200)); bank.withdraw(grapes, 14); break; case NULL: log("NULL"); break; default: getState(); break; } return 800; //The amount of time in milliseconds before the loop starts over } @[member='Override'] public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) } }- :xboge: :xdoge: :cate: :xcate:
great, more shit- Johnny Cash Hurt - Cover 10/10
You're okay in my book. You are okay.- Johnny Cash Hurt - Cover 10/10
They overtook me down in Juarez, Mexico - TzTok Wine Maker