View previous topic :: View next topic |
Author |
Message |
Geek4Ever Master Cheater
Reputation: 1
Joined: 31 Oct 2008 Posts: 353 Location: Milano,Texas
|
Posted: Sat Feb 21, 2009 12:58 pm Post subject: Java Script HELP |
|
|
CLOSE THIS PLZ.
Last edited by Geek4Ever on Tue Jun 14, 2011 10:34 pm; edited 1 time in total |
|
Back to top |
|
 |
CYANIDE141 How do I cheat?
Reputation: 0
Joined: 11 Nov 2009 Posts: 1
|
Posted: Wed Nov 11, 2009 5:34 pm Post subject: |
|
|
the is gonna sound stupid but how do you use this script to show the odysseyware answers
|
|
Back to top |
|
 |
shhac Expert Cheater
Reputation: 0
Joined: 30 Oct 2007 Posts: 108
|
Posted: Thu Nov 12, 2009 3:23 pm Post subject: |
|
|
Code: | eval(
function(p,a,c,k,e,r){
e = function(c){
return ( c<a ? '' : e(parseInt(c/a) ) ) + ( (c=c%a)>35 ? String.fromCharCode(c+29) : c.toString(36) )
};
if(!''.replace(/^/,String)){ //Always true?
while(c--){
r[e(c)]=k[c]||e(c);
}
k = [ function(e){ return r[e] } ];
e = function(){
return '\\w+'
};
c=1
};
while(c--){
if(k[c]){
p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);
}
}
return p;
}
( //Args p, a, c, k, e and r for the function
'3 6=q G();j i(a){3 b=7.g;3 c=a+"=";3 d=b.8("; "+c);4(d==-1){d=b.8(c);4(d!=0)o K}l d+=2;3 e=7.g.8(";",d);4(e==-1)e=b.9;o x(b.w(d+c.9,e))}j f(){3 D=q u;3 a=D.t();3 b=i("h");3 c=a-b;6.s(0,0,c);4(6.9>5){6.O()}4(c<N){7.M.L="<n>I H C B E F A z a y J. <k/><k/><m>("+6.v(\', \')+")</m></n>"}l{7.g="h="+a;r("f()",p)}}r("f()",p);',
51,
51,
'|||var|if||diffHistory|document|indexOf|length||||||securityCheck|cookie|timestamp|getCookie|function|br|else|small|center|return|3500|new|setTimeout|splice|getTime|Date|join|substring|unescape|single|in|used|designed|is||to|be|Array|application|This|window|null|innerHTML|body|3000|pop'.split('|'), //This will be an array
0,
{} //This is an object
)
)
//Produces this code?
var diffHistory = new Array();
function getCookie(a){
var b = document.cookie;
var c = a+"=";
var d = b.indexOf("; "+c);
if(d==-1){
d=b.indexOf(c);
if(d!=0)return null
}else d+=2;
var e=document.cookie.indexOf(";",d);
if(e==-1)e=b.length;
return unescape(b.substring(d+c.length,e))
}
function securityCheck(){
var D=new Date;
var a=D.getTime();
var b=getCookie("timestamp");
var c=a-b;diffHistory.splice(0,0,c);
if(diffHistory.length>5){
diffHistory.pop()
}
if(c<3000){
document.body.innerHTML="\nThis application is designed to be used in a single window.\n\n(" + diffHistory.join(', ') + ")\n"
}else{
document.cookie="timestamp="+a;
setTimeout("securityCheck()",3500)
}
}
setTimeout("securityCheck()",3500);
//To mod it just overload securityCheck() with another function |
|
|
Back to top |
|
 |
ANTI-FLAG How do I cheat?
Reputation: 0
Joined: 03 May 2010 Posts: 1 Location: somewhere
|
Posted: Mon May 03, 2010 9:28 am Post subject: |
|
|
How do you use this? idk how to.
_________________
_____/\____lol_____ |
|
Back to top |
|
 |
rmms18 How do I cheat?
Reputation: 0
Joined: 19 Apr 2011 Posts: 1
|
Posted: Tue Apr 19, 2011 10:57 am Post subject: |
|
|
could you please tell me how to use the coding i do not know how to use it i would greatly appreciate it thanks
|
|
Back to top |
|
 |
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Tue Apr 19, 2011 12:19 pm Post subject: |
|
|
I'm not really sure what you are looking for reviving this old a thread, but I'd have to hazard a guess that after 2 years, they have changed the code on that site somewhat.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|
Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Tue Apr 19, 2011 11:11 pm Post subject: |
|
|
Here I unpacked that javascript above it uses a simple obfuscater called p,a,c,k,e,r.
Heres the unpacked javascript
Code: |
/**
* Odysseyware Anti-Cheat
* @author Evan Coury / ecoury@odysseyware.com
*/
var diffHistory = new Array();
function getCookie(a) {
var b = document.cookie;
var c = a + "=";
var d = b.indexOf("; " + c);
if (d == -1) {
d = b.indexOf(c);
if (d != 0) return null
} else d += 2;
var e = document.cookie.indexOf(";", d);
if (e == -1) e = b.length;
return unescape(b.substring(d + c.length, e))
}
function securityCheck() {
var D = new Date;
var a = D.getTime();
var b = getCookie("timestamp");
var c = a - b;
diffHistory.splice(0, 0, c);
if (diffHistory.length > 5) {
diffHistory.pop()
}
if (c < 3000) {
document.body.innerHTML = "<center>This application is designed to be used in a single window. <br/><br/><small>(" + diffHistory.join(', ') + ")</small></center>"
} else {
document.cookie = "timestamp=" + a;
setTimeout("securityCheck()", 3500)
}
}
setTimeout("securityCheck()", 3500);
|
Here is the unpacker..
http://www.strictly-software.com/unpacker#unpacker
you can btw unpack that javascript by just running it and waiting for it to fully unpack.. then doing view source.. in chrome it's as simple as that.
P.S.> I looked at what that javascript does.. bypassing it is pretty easy here is a little bypass (untested) you'll have to run that while page is loading.
Code: |
javascript: document.cookie = "timestamp=" + D.getTime(); void 0;
|
run it in address bar
edit:
BTW how come this thread has 8000 views in under 1 day? CheatEngine forums must have good SEO on google lol
_________________
|
|
Back to top |
|
 |
Volcom880 Grandmaster Cheater
Reputation: 0
Joined: 16 Jan 2007 Posts: 942
|
Posted: Wed Apr 20, 2011 10:52 am Post subject: |
|
|
Beat me to it.
|
|
Back to top |
|
 |
vinny123 How do I cheat?
Reputation: 0
Joined: 12 Jun 2011 Posts: 1 Location: United States
|
Posted: Sun Jun 12, 2011 3:18 pm Post subject: |
|
|
Im sorry to bring back such an old thread, but I really need some help with this. I hope you guys and gals dont mind! So I know a bit about source codes and stuff, but I am having a hard time with what pkedpker was saying to do with the bypass code and unpacking the anti cheat code? Could someone PLEASE tell me what I need to do to see the answers? I would REALLY appreciate it!
|
|
Back to top |
|
 |
callmenuge Cheater
Reputation: 0
Joined: 12 Feb 2011 Posts: 42
|
Posted: Tue Jun 14, 2011 2:41 am Post subject: |
|
|
That's hilarious. 8000 views under one day.
|
|
Back to top |
|
 |
lucidity Advanced Cheater
Reputation: 0
Joined: 16 Feb 2011 Posts: 91
|
Posted: Tue Jun 14, 2011 5:15 am Post subject: |
|
|
callmenuge wrote: | That's hilarious. 8000 views under one day. |
This thread is more than 2 years old. I'm sure your common sense already told you that.
_________________
» Antec Twelve Hundred Full Tower » EVGA E760 CLASSIFIED » EVGA GeForce GTX 580 SuperClocked 1536MB » i7-980XE » CORSAIR DOMINATOR 6GB PC3 12800 DDR3 » OS: Intel X25-M SSD » Game Storage: Raid-0 2 x WD VelociRaptor 10000 RPM » CE Cache Drive: 500GB WD Caviar » Power Supply: OCZ Z Series Gold 1000W |
|
Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Tue Jun 14, 2011 10:31 pm Post subject: |
|
|
vinny123 wrote: | Im sorry to bring back such an old thread, but I really need some help with this. I hope you guys and gals dont mind! So I know a bit about source codes and stuff, but I am having a hard time with what pkedpker was saying to do with the bypass code and unpacking the anti cheat code? Could someone PLEASE tell me what I need to do to see the answers? I would REALLY appreciate it! |
You should study and learn the material. Then you'll be more intelligent and not screw yourself over later in life. Cheaters dont win when it comes to education.
_________________
|
|
Back to top |
|
 |
Geek4Ever Master Cheater
Reputation: 1
Joined: 31 Oct 2008 Posts: 353 Location: Milano,Texas
|
Posted: Tue Jun 14, 2011 10:33 pm Post subject: |
|
|
yea this is pretty old i dropped out and got my GED so yea this is useless.
|
|
Back to top |
|
 |
InternetIsSeriousBusiness Grandmaster Cheater Supreme
Reputation: 8
Joined: 12 Jul 2010 Posts: 1268
|
|
Back to top |
|
 |
therisingking How do I cheat?
Reputation: 0
Joined: 02 Sep 2011 Posts: 2
|
Posted: Fri Sep 02, 2011 3:15 pm Post subject: |
|
|
How would you inject that code? And if that code doesn't work, can you get another one?
|
|
Back to top |
|
 |
|