Everything posted by Markup
-
Favorite Montage/Videos/Movies of Gaming!
http://www.youtube.com/watch?v=6Q13Vcj22HU 2nd, 3rd, 4th kill, aiming at its finest
-
World Queueing and Instances - 21-Jun-2011
Its quite hard. A controlled one is some glitch where you can remotely teleport at anytime you want. In a mini game, random event, quest area, anywhere. A personal area teleport involves tricking the game into teleporting you to a personal area (such as fight caves or your house) when you shouldn't be there Give an example of a fixed one?
-
Favorite Montage/Videos/Movies of Gaming!
http://www.youtube.com/watch?v=xb1ahgSbdJc
-
Pking this is what it has become?
Can we just agree that it's a [cabbage] game?
-
Favorite Montage/Videos/Movies of Gaming!
http://www.youtube.com/watch?v=_IuluUSZ5xg
-
Best free php+mysql host?
http://www.000webhost.com/
-
Favorite Montage/Videos/Movies of Gaming!
http://www.youtube.com/watch?v=jxHL0xEn9nc the beauty of a perfect tactic
-
Favorite Montage/Videos/Movies of Gaming!
And today I will find out what machinima means. I guess so, but I don't want to, it sounds gay.
-
Call of Duty 7: Black OPs
Need to place your console in a DMZ.
-
Favorite Montage/Videos/Movies of Gaming!
Reminds me of that other thread, ahwell, Outgamed myself :( http://www.youtube.com/watch?v=HNIlvFF4snk
-
Call of Duty 7: Black OPs
http://www.youtube.com/watch?v=Ug5wyfWtLqA
-
UNIX scripting
I've no idea where you're getting that from... You so serious! But okay... I've no idea where you're getting that from... it's shell...
-
UNIX scripting
What does it matter if the script is in english or not, the syntax is the same. Bet he's trying to crack his school's grade system.
-
Second life
- Shortcut Shutdowns :wall:
Not sure if this is any help, but im putting it here anyway so others can use it. On Vista+ you can use the "Task Scheduler" You can use the GUI by searching for "Task Scheduler" You can also use the command prompt eg: schtasks /create /SC ONCE /TN "taskname" /TR "C:\Windows\System32\shutdown[Caution: Executable File] /s" /ST 23:10 /RL HIGHEST- Developers Console...
- Post your shoe sizes!
Why do you want our shoe size? It's fairly useless information on its own 13- Developers Console...
Top result for "runescape ortho" http://www.stellardawncentral.com/forums/index.php?showtopic=16034 Edit: Lol classic Jagex denial. Then again these are the same guys who said that stats getting reset was a bug and not a punishment, :lol: http://[use Quick Find Code]/[Please Use QuickFind Code]?14,15,484,62703412,goto,1- Jagex - Bot Busting
- Plagued with crashing and freezing problems
Post bluescreen error information? c:\windows\minidump- Cheating in Runescape and the Bigger Picture
I play runescape for fun, I achieve fun in anyway I see fit. Whereas Counter-Strike 1.6, I play that competitively and cheaters make me very angry. You get the idea? At the end of the day, both are games, get over it.- Hide/show tags in HTML
Thanks Mark! No problemo Mark!- Hide/show tags in HTML
javascript.js function toggleDisplayById(id) { var element = document.getElementById(id); if(element.style.display == "none") { element.style.display = "block"; } else { element.style.display = "none"; } } test.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <script type="text/javascript" src="javascript.js"></script> </head> <body> <button type="button" onclick="toggleDisplayById('aaaaaa')">Click Me!</button> <div id="aaaaaa"> <p>text</p> </div> </body> </html> Notes: #use css with style - display:none; for hiding on page load Edit: function modDisplayById(id, value) { var element = document.getElementById(id); if(element) { element.style.display = value; } } <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <script type="text/javascript" src="javascript.js"></script> </head> <body> <button type="button" onclick="modDisplayById('aaaaaa', 'block')">Show</button> <button type="button" onclick="modDisplayById('aaaaaa', 'none')">Hide</button> <div id="aaaaaa"> <p>text</p> </div> </body> </html>- Favorite Montage/Videos/Movies of Gaming!
http://www.youtube.com/watch?v=u65C-b_Jt5M- How Would You Detect Bots?
They don't work because they can be broken or paid to have solved using a service like decaptcha.com (1000 solved captchas for $2). They do nothing to stop the illegitimate users, and are a pain to the legitimate users. I was unaware that services like this now exist. Time to investigate... - Shortcut Shutdowns :wall:
Important Information
By using this site, you agree to our Terms of Use.