| View previous topic :: View next topic |
| Author |
Message |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1155
|
Posted: Sat Mar 13, 2010 1:19 pm Post subject: 2kDekas Client [No Ads/F2P Fullscreen/All languages] |
|
|
Since some people have made requests about certain features I made a new client that has those features and something else I'll talk about soon.
Features:
No ads
F2P full screen
Language selector on start
Opacity(Optional)
Controls:
F12 = Toggle full screen
ALT + Page Up / Page Down = Change opacity
Request more features and I'll see if I can implement them.
Pictures:
Download: http://www.mediafire.com/?lugwmnwjnyc
|
|
| Back to top |
|
 |
ShaunYCash Advanced Cheater
Reputation: 0
Joined: 03 Aug 2009 Posts: 70 Location: C:\Hack
|
Posted: Sat Mar 13, 2010 1:41 pm Post subject: |
|
|
Well done no bug found yet everything work!!!
Thank You!
_________________
Half Legit Gamer!
 |
|
| Back to top |
|
 |
FrankySawn I post too much
Reputation: 0
Joined: 20 Jan 2008 Posts: 3206
|
Posted: Sat Mar 13, 2010 8:01 pm Post subject: |
|
|
You forgot the following languages :
Arabic
Japanese
Chinese
Spanish etc
|
|
| Back to top |
|
 |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1155
|
Posted: Sat Mar 13, 2010 8:21 pm Post subject: |
|
|
| JaGeX haven't got those languages.
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 13
Joined: 17 Jun 2009 Posts: 831 Location: Chernobyl
|
Posted: Tue Mar 23, 2010 11:03 pm Post subject: |
|
|
| FrankySawn wrote: | You forgot the following languages :
Arabic
Japanese
Chinese
Spanish etc  |
LOL
he meant to say he added different language servers...
_________________
|
|
| Back to top |
|
 |
senviak How do I cheat?
Reputation: 0
Joined: 26 Mar 2010 Posts: 1
|
Posted: Fri Mar 26, 2010 12:43 pm Post subject: Idk >.> |
|
|
Dont know what language you are using but, here is a better fullscreen mode. (dont have a code for C++)
for vb.net:
[code]
With Me
.MaximizeBox = False
.MinimizeBox = False
.TopMost = True
.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
.WindowState = System.Windows.Forms.FormWindowState.Maximized
End With
[/code]
for C#:
[code]
{
{
this.MaximizeBox = false;
this.MinimizeBox = false;
this.TopMost = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
}
}
[/code]
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 13
Joined: 17 Jun 2009 Posts: 831 Location: Chernobyl
|
Posted: Sat Mar 27, 2010 3:31 pm Post subject: |
|
|
nice client!
virus-free:
| Code: | | http://www.virustotal.com/analisis/216f3bc6ee1f07dd630e7e96efa9977a4ae3d627e1b0f3f355ad1314419c253a-1269722180 |
ALSO, can you please include the source? thanks!
_________________
|
|
| Back to top |
|
 |
ShaunYCash Advanced Cheater
Reputation: 0
Joined: 03 Aug 2009 Posts: 70 Location: C:\Hack
|
Posted: Wed Apr 14, 2010 2:56 pm Post subject: |
|
|
Bump!
Great Client Here!
_________________
Half Legit Gamer!
 |
|
| Back to top |
|
 |
FrankySawn I post too much
Reputation: 0
Joined: 20 Jan 2008 Posts: 3206
|
Posted: Fri Apr 16, 2010 11:33 pm Post subject: |
|
|
| SwallowIt wrote: | | JaGeX haven't got those languages. |
Don't worry I was only messing with you, but you should add Arabic for the lulz ;D
|
|
| Back to top |
|
 |
iPod Advanced Cheater
Reputation: 0
Joined: 04 May 2008 Posts: 73 Location: Backwoods, USA
|
Posted: Sat Apr 17, 2010 9:46 am Post subject: |
|
|
| Great Client. + rep!
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 13
Joined: 17 Jun 2009 Posts: 831 Location: Chernobyl
|
Posted: Mon Apr 19, 2010 4:21 pm Post subject: |
|
|
hmm... what is your technique of making this? like, how???
do you do something with jar files? or you edit a webpage and then load it up???
_________________
|
|
| Back to top |
|
 |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1155
|
Posted: Tue Apr 20, 2010 2:35 am Post subject: |
|
|
| I load the page and on the document complete event I execute a javascript on the webpage that removes the ad box.
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 13
Joined: 17 Jun 2009 Posts: 831 Location: Chernobyl
|
Posted: Tue Apr 20, 2010 6:50 pm Post subject: |
|
|
| SwallowIt wrote: | | I load the page and on the document complete event I execute a javascript on the webpage that removes the ad box. |
do you have the javascript code?
or where can i find it?
EDIT:
Looked all over, this is what I found:
http://en.wikibooks.org/wiki/JavaScript/Removing_Elements
| Code: | <body>
<div>
<script type="text/javascript" target="RuneScapeFS">
//get the element node
element = document.getElementById("tb");
//remove the element from the document
document.removeChild(element);
</script>
<iframe scrolling="auto" frameborder="0" height="100%" width="100%" src="http://world1.runescape.com/m0,j1" style="width:
100%; height: 100%; margin: 0pt; padding: 0pt;"></iframe>
</div>
</body> |
doesn't seem to work...
I know what elements need to be removed:
tb
menubox
but do not know how to do that
_________________
|
|
| Back to top |
|
 |
|