Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Markup

Members
  • Joined

  • Last visited

Everything posted by Markup

  1. http://www.youtube.com/watch?v=6Q13Vcj22HU 2nd, 3rd, 4th kill, aiming at its finest
  2. 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?
  3. http://www.youtube.com/watch?v=xb1ahgSbdJc
  4. Can we just agree that it's a [cabbage] game?
  5. http://www.youtube.com/watch?v=_IuluUSZ5xg
  6. http://www.000webhost.com/
  7. http://www.youtube.com/watch?v=jxHL0xEn9nc the beauty of a perfect tactic
  8. And today I will find out what machinima means. I guess so, but I don't want to, it sounds gay.
  9. Need to place your console in a DMZ.
  10. Reminds me of that other thread, ahwell, Outgamed myself :( http://www.youtube.com/watch?v=HNIlvFF4snk
  11. http://www.youtube.com/watch?v=Ug5wyfWtLqA
  12. 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...
  13. 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.
  14. Markup replied to vaniril's topic in Off-Topic
  15. 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
  16. Why do you want our shoe size? It's fairly useless information on its own 13
  17. 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
  18. Post bluescreen error information? c:\windows\minidump
  19. 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.
  20. Thanks Mark! No problemo Mark!
  21. 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>
  22. http://www.youtube.com/watch?v=u65C-b_Jt5M
  23. 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...

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.