| View previous topic :: View next topic |
| Author |
Message |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Mon Dec 21, 2009 11:48 pm Post subject: Mhm. |
|
|
Fresh to death like I got dressed in a coffin.
_________________
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Tue Dec 22, 2009 12:38 pm Post subject: |
|
|
MHM!
_________________
|
|
| Back to top |
|
 |
DURAN Newbie cheater
Reputation: 14
Joined: 19 Apr 2007 Posts: 16 Location: The Netherlands
|
Posted: Tue Dec 22, 2009 12:39 pm Post subject: |
|
|
| I'd hit it.
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Tue Dec 22, 2009 12:40 pm Post subject: |
|
|
Plz
_________________
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Tue Dec 22, 2009 11:21 pm Post subject: |
|
|
BUMPING THIS ALWAYS AND FOREVER
_________________
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Wed Dec 23, 2009 3:12 pm Post subject: |
|
|
Yup.
_________________
|
|
| Back to top |
|
 |
Lamer17 How do I cheat?
Reputation: 2
Joined: 15 Oct 2007 Posts: 0
|
Posted: Wed Dec 23, 2009 3:13 pm Post subject: |
|
|
| whos the girl in ur sig/av
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Wed Dec 23, 2009 3:14 pm Post subject: |
|
|
Do you always have to put in the purple color bbcode, or does it automatically do it for you?
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Wed Dec 23, 2009 3:53 pm Post subject: |
|
|
| +RepMe wrote: | | Do you always have to put in the purple color bbcode, or does it automatically do it for you? |
Attached
| Description: |
|
| Filesize: |
107.49 KB |
| Viewed: |
2853 Time(s) |

|
_________________
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Wed Dec 23, 2009 3:54 pm Post subject: |
|
|
| xV wrote: | | +RepMe wrote: | | Do you always have to put in the purple color bbcode, or does it automatically do it for you? |
Attached |
how do you add it?
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Wed Dec 23, 2009 3:55 pm Post subject: |
|
|
It's a grease monkey script Cris made for me awhile back.
_________________
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Wed Dec 23, 2009 3:56 pm Post subject: |
|
|
| xV wrote: | | It's a grease monkey script Cris made for me awhile back. | can you release it?
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Wed Dec 23, 2009 4:00 pm Post subject: |
|
|
| Code: | // ==UserScript==
// @name Purple #660066
// @namespace http://cris.hobo-studios.org
// @description Made by CrisNMP; Thanks to LolSalad
// @include http://forum.cheatengine.org/posting.php*
// @include http://forum.cheatengine.org/viewtopic.php*
// ==/UserScript==
var postMessage = document.forms.namedItem("post").elements.namedItem("message");
var postButton = document.forms.namedItem("post").elements.namedItem("post");
var notifyCheck = document.forms.namedItem("post").elements.namedItem("notify");
var newTR = document.createElement("tr");
var newTD = document.createElement("td");
var newCheck = document.createElement("input");
var newTD2 = document.createElement("td");
var newSpan = document.createElement("span");
newSpan.class = "gen";
newSpan.style.fontSize = "12px";
newSpan.innerHTML = "Purple";
newCheck.type = "checkbox";
newCheck.checked = true;
newTD.appendChild(newCheck);
newTD2.appendChild(newSpan);
newTR.appendChild(newTD);
newTR.appendChild(newTD2);
notifyCheck.parentNode.parentNode.parentNode.appendChild(newTR);
function tagPost(evt) {
if (postMessage.value.indexOf("[color=#660066]") != postMessage.value.length - "[color=#660066]".length && newCheck.checked) {
postMessage.value = "[color=#660066]" + postMessage.value;
}
if (postMessage.value.indexOf("[/color]") != postMessage.value.length - "[/color]".length && newCheck.checked) {
postMessage.value += "[/color]";
}
}
postButton.addEventListener("click", tagPost, true); |
Or click here. And modify it however you like.
_________________
|
|
| Back to top |
|
 |
DAT NIGGAH GUCCI MANE Advanced Cheater
Reputation: 0
Joined: 05 Oct 2009 Posts: 95
|
Posted: Wed Dec 23, 2009 4:54 pm Post subject: |
|
|
| xV wrote: | | Code: | // ==UserScript==
// @name Purple #660066
// @namespace http://cris.hobo-studios.org
// @description Made by CrisNMP; Thanks to LolSalad
// @include http://forum.cheatengine.org/posting.php*
// @include http://forum.cheatengine.org/viewtopic.php*
// ==/UserScript==
var postMessage = document.forms.namedItem("post").elements.namedItem("message");
var postButton = document.forms.namedItem("post").elements.namedItem("post");
var notifyCheck = document.forms.namedItem("post").elements.namedItem("notify");
var newTR = document.createElement("tr");
var newTD = document.createElement("td");
var newCheck = document.createElement("input");
var newTD2 = document.createElement("td");
var newSpan = document.createElement("span");
newSpan.class = "gen";
newSpan.style.fontSize = "12px";
newSpan.innerHTML = "Purple";
newCheck.type = "checkbox";
newCheck.checked = true;
newTD.appendChild(newCheck);
newTD2.appendChild(newSpan);
newTR.appendChild(newTD);
newTR.appendChild(newTD2);
notifyCheck.parentNode.parentNode.parentNode.appendChild(newTR);
function tagPost(evt) {
if (postMessage.value.indexOf("[color=#660066]") != postMessage.value.length - "[color=#660066]".length && newCheck.checked) {
postMessage.value = "[color=#660066]" + postMessage.value;
}
if (postMessage.value.indexOf("[/color]") != postMessage.value.length - "[/color]".length && newCheck.checked) {
postMessage.value += "[/color]";
}
}
postButton.addEventListener("click", tagPost, true); |
Or click here. And modify it however you like. |
Where do you put this?
_________________
Hey Hitler, want a free + rep? Crack my number guess application here & get one!
I <3 you Hitler! |
|
| Back to top |
|
 |
Fed Grandmaster Cheater
Reputation: 0
Joined: 20 Nov 2007 Posts: 527
|
Posted: Wed Dec 23, 2009 5:21 pm Post subject: |
|
|
| I get error, how2doit?
|
|
| Back to top |
|
 |
|