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 


Java Script HELP
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Geek4Ever
Master Cheater
Reputation: 1

Joined: 31 Oct 2008
Posts: 353
Location: Milano,Texas

PostPosted: Sat Feb 21, 2009 12:58 pm    Post subject: Java Script HELP Reply with quote

CLOSE THIS PLZ.

Last edited by Geek4Ever on Tue Jun 14, 2011 10:34 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
CYANIDE141
How do I cheat?
Reputation: 0

Joined: 11 Nov 2009
Posts: 1

PostPosted: Wed Nov 11, 2009 5:34 pm    Post subject: Reply with quote

the is gonna sound stupid but how do you use this script to show the odysseyware answers
Back to top
View user's profile Send private message
shhac
Expert Cheater
Reputation: 0

Joined: 30 Oct 2007
Posts: 108

PostPosted: Thu Nov 12, 2009 3:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
ANTI-FLAG
How do I cheat?
Reputation: 0

Joined: 03 May 2010
Posts: 1
Location: somewhere

PostPosted: Mon May 03, 2010 9:28 am    Post subject: Reply with quote

How do you use this? idk how to.
_________________
_____/\____lol_____
Back to top
View user's profile Send private message Yahoo Messenger
rmms18
How do I cheat?
Reputation: 0

Joined: 19 Apr 2011
Posts: 1

PostPosted: Tue Apr 19, 2011 10:57 am    Post subject: Reply with quote

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

Joined: 06 Aug 2010
Posts: 1117

PostPosted: Tue Apr 19, 2011 12:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Tue Apr 19, 2011 11:11 pm    Post subject: Reply with quote

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 / [email protected]
*/
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

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Volcom880
Grandmaster Cheater
Reputation: 0

Joined: 16 Jan 2007
Posts: 942

PostPosted: Wed Apr 20, 2011 10:52 am    Post subject: Reply with quote

Beat me to it. Sad
Back to top
View user's profile Send private message
vinny123
How do I cheat?
Reputation: 0

Joined: 12 Jun 2011
Posts: 1
Location: United States

PostPosted: Sun Jun 12, 2011 3:18 pm    Post subject: Reply with quote

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

Joined: 12 Feb 2011
Posts: 42

PostPosted: Tue Jun 14, 2011 2:41 am    Post subject: Reply with quote

That's hilarious. 8000 views under one day.
Back to top
View user's profile Send private message
lucidity
Advanced Cheater
Reputation: 0

Joined: 16 Feb 2011
Posts: 91

PostPosted: Tue Jun 14, 2011 5:15 am    Post subject: Reply with quote

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

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Tue Jun 14, 2011 10:31 pm    Post subject: This post has 1 review(s) Reply with quote

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
View user's profile Send private message
Geek4Ever
Master Cheater
Reputation: 1

Joined: 31 Oct 2008
Posts: 353
Location: Milano,Texas

PostPosted: Tue Jun 14, 2011 10:33 pm    Post subject: Reply with quote

yea this is pretty old i dropped out and got my GED so yea Razz this is useless.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1268

PostPosted: Tue Jun 14, 2011 10:47 pm    Post subject: Reply with quote

Geek4Ever wrote:
yea this is pretty old i dropped out and got my GED so yea Razz this is useless.

Sorry to hear that man, that sucks.

_________________
FLAME FLAME FLAME!!!@@@
Back to top
View user's profile Send private message
therisingking
How do I cheat?
Reputation: 0

Joined: 02 Sep 2011
Posts: 2

PostPosted: Fri Sep 02, 2011 3:15 pm    Post subject: Reply with quote

How would you inject that code? And if that code doesn't work, can you get another one?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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 can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites