Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


2kDekas Client [No Ads/F2P Fullscreen/All languages]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Roleplaying -> Runescape
View previous topic :: View next topic  
Author Message
Jesper
Grandmaster Cheater Supreme
Reputation: 9

Joined: 21 Feb 2007
Posts: 1155

PostPosted: Sat Mar 13, 2010 1:19 pm    Post subject: 2kDekas Client [No Ads/F2P Fullscreen/All languages] This post has 3 review(s) Reply with quote

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
View user's profile Send private message
ShaunYCash
Advanced Cheater
Reputation: 0

Joined: 03 Aug 2009
Posts: 70
Location: C:\Hack

PostPosted: Sat Mar 13, 2010 1:41 pm    Post subject: Reply with quote

Well done no bug found yet everything work!!!
Thank You!

_________________
Half Legit Gamer!
Back to top
View user's profile Send private message
FrankySawn
I post too much
Reputation: 0

Joined: 20 Jan 2008
Posts: 3206

PostPosted: Sat Mar 13, 2010 8:01 pm    Post subject: Reply with quote

You forgot the following languages :

Arabic
Japanese
Chinese
Spanish etc Razz
Back to top
View user's profile Send private message Visit poster's website
Jesper
Grandmaster Cheater Supreme
Reputation: 9

Joined: 21 Feb 2007
Posts: 1155

PostPosted: Sat Mar 13, 2010 8:21 pm    Post subject: Reply with quote

JaGeX haven't got those languages.
Back to top
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 13

Joined: 17 Jun 2009
Posts: 831
Location: Chernobyl

PostPosted: Tue Mar 23, 2010 11:03 pm    Post subject: Reply with quote

FrankySawn wrote:
You forgot the following languages :

Arabic
Japanese
Chinese
Spanish etc Razz


LOL


he meant to say he added different language servers...

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
senviak
How do I cheat?
Reputation: 0

Joined: 26 Mar 2010
Posts: 1

PostPosted: Fri Mar 26, 2010 12:43 pm    Post subject: Idk >.> Reply with quote

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
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 13

Joined: 17 Jun 2009
Posts: 831
Location: Chernobyl

PostPosted: Sat Mar 27, 2010 3:31 pm    Post subject: Reply with quote

nice client!

virus-free:

Code:
http://www.virustotal.com/analisis/216f3bc6ee1f07dd630e7e96efa9977a4ae3d627e1b0f3f355ad1314419c253a-1269722180




ALSO, can you please include the source? thanks!

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
ShaunYCash
Advanced Cheater
Reputation: 0

Joined: 03 Aug 2009
Posts: 70
Location: C:\Hack

PostPosted: Wed Apr 14, 2010 2:56 pm    Post subject: Reply with quote

Bump!
Great Client Here!

_________________
Half Legit Gamer!
Back to top
View user's profile Send private message
FrankySawn
I post too much
Reputation: 0

Joined: 20 Jan 2008
Posts: 3206

PostPosted: Fri Apr 16, 2010 11:33 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
iPod
Advanced Cheater
Reputation: 0

Joined: 04 May 2008
Posts: 73
Location: Backwoods, USA

PostPosted: Sat Apr 17, 2010 9:46 am    Post subject: Reply with quote

Great Client. + rep!
Back to top
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 13

Joined: 17 Jun 2009
Posts: 831
Location: Chernobyl

PostPosted: Mon Apr 19, 2010 4:21 pm    Post subject: Reply with quote

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???

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
Jesper
Grandmaster Cheater Supreme
Reputation: 9

Joined: 21 Feb 2007
Posts: 1155

PostPosted: Tue Apr 20, 2010 2:35 am    Post subject: Reply with quote

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
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 13

Joined: 17 Jun 2009
Posts: 831
Location: Chernobyl

PostPosted: Tue Apr 20, 2010 6:50 pm    Post subject: Reply with quote

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... Confused


I know what elements need to be removed:

tb
menubox

but do not know how to do that Rolling Eyes

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Roleplaying -> Runescape All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)