Everything posted by Final
-
Help me
You aren't securing your VPSs correctly and therefore they are being hijacked and used for criminal activity...
-
Halp
It might be a little unfair, but Decoded deserves a full refund. You have 24 hours to give him 100m completely free.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Added.
-
Threads In Java... WTF?
So you posed questions and then answered them for yourself... Maybe you could hire me, do my job for me and still pay me.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Add me on Skype to discuss.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Next customer receives a discounted 7GB - 2 cores package!
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Yes.
-
Need 216.9k Defence XP [Defence Pure] [Highly AFK]
That has absolutely zero relevance in the line of freelance work.
-
Need 216.9k Defence XP [Defence Pure] [Highly AFK]
Just use a script to keep you logged in and use mirror mode if you want to be extra tin foil. I wrote a Castle Wars AFK script for a service man on here, requires more input than what you need and he never got any bans or disputes. Nothing to it except clicking on the portal when needed.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Resell, I purchase in bulk amounts. Uptime can be guaranteed, obviously not if it's on the user end however, it's an unmanaged service. Yes.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Prices are completely negotiable. I'll post a benchmark now of bots and network.
-
Selling Unmanaged VPSs (Cheap/Bulk prices)
Final's VPS Sales I'm selling various VPSs with various different specs. I'm looking for long term buyers (2 months+) who are wanting to get a good deal. For example, I can offer a 4GB 1 vCore on a 2.4 GHz Intel Xeon® E5-2673 v3 for $8 a month... Prices are completely negotiable. EU Locations, NA Locations, UK, Ireland, etc. 3.5GB 1vCore running Windows 10 Server: Network: Contact: SKYPE: Final.Scripts Additional Details: I'm not looking to install anything, however I can install any operating system you wish upon the VPS including Windows Server (for a small fee, linux OS are free.). I'm not looking to sell many VPSs to various individuals every month, I simply want repeat customers because I don't feel like running a full time business.
-
Click to continue
That is the fix so it stops crashing and you can debug...
-
Seems a bit ironic... don't you think?
But but but, this man can calculate ban rates!
-
Name your most favourite lyrical rap song
^ USA UK: Both are 100% true to their life, as opposed to immortal technique's being a story ygm. Just realized at the end of the revamped music video, they list his dad and the kids which he bore which had birth defects from the chemicals used in the war. I think RA is one of the only siblings left without birth defects.
-
Hiring all osrs questers
Buy 20m rsgp for $1.10 each. Sell 20m rsgp for $1.00 each. You'll lose less money vs time.
-
KnightRaper [PRIVATE][DMM][DIRECT-GP]
It's mostly him posting walls of text...
-
KnightRaper [PRIVATE][DMM][DIRECT-GP]
DMM isn't watched. Ran a farm on release which does nature chests until 99. No bans. Nobody cares about 200m XP on DMM, you don't receive bans. If this shit works half as well as you state it does, you'd be atleast close to being maxed on OSRS.
-
TFW you think you see mod weath near you
99% of people make up statistics too.
-
Desaster's Proxy Shop | $1 Private Socks5 |
Why did you create an account to sell these and why are you limiting sales to one per person unless you are going to reuse an IP?
-
Abort offer if it has ... status
No point using a List when you are using it like an Array.
-
Just another day of NMZ & splashing
this must be what hell looks like.
-
General Java help
That isn't the issue which is occuring.
-
Java and OOP
https://docs.oracle.com/javase/tutorial/java/
-
General Java help
Because references are passed, that's how getters are possible. Otherwise it'd be the same object 'value' but a different reference and therefore different memory locations/instances. Getters function off of the same principle which is being disputed here. In this same example, a getter would have the same issue because the variable is storing a primitive value. Try the code yourself with a getter.