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 


Word Filter Bypass

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
ANewFag
How do I cheat?
Reputation: 0

Joined: 22 Dec 2010
Posts: 0

PostPosted: Wed Dec 22, 2010 2:11 am    Post subject: Word Filter Bypass Reply with quote

dl.dropbox.c om/u/6684037/Greasemonkey/filter.user.js
(Remove space)
Download and edit the file, I had this script for a few months. Maybe someone can actually bother using it.
Back to top
View user's profile Send private message
Mychilli
Grandmaster Cheater Supreme
Reputation: 3

Joined: 19 Jun 2006
Posts: 1141

PostPosted: Wed Dec 22, 2010 2:14 am    Post subject: Reply with quote

post the source here.
Back to top
View user's profile Send private message
ANewFag
How do I cheat?
Reputation: 0

Joined: 22 Dec 2010
Posts: 0

PostPosted: Wed Dec 22, 2010 2:14 am    Post subject: Reply with quote

Code:
// ==UserScript==
// @name           WordFilterByPass
// @namespace      http://userscripts.org/users/blablfy
// @include        *forum.cheatengine.org/*
// ==/UserScript==

var filters = ['fuck', 'fag', 'blablfy', 'fucking'];
var postButton = document.forms.namedItem("post").elements.namedItem("post");
var postMessage = document.forms.namedItem("post").elements.namedItem("message");
function replaceBads(){
   for(x=0;x<filters.length;x++){
      doIt = filters[x];
      filteredWord = doIt.split('').join('[b][/b]');
      var re = new RegExp(doIt, 'gi');
      postMessage.value = postMessage.value.replace(re, filteredWord);
   }
}
postButton.addEventListener("click", replaceBads, true);
Back to top
View user's profile Send private message
the the the
Master Cheater
Reputation: 46

Joined: 15 Jun 2008
Posts: 429

PostPosted: Wed Dec 22, 2010 2:39 am    Post subject: Reply with quote

blablfy wrote:
Code:
// ==UserScript==
// @name           WordFilterByPass
// @namespace      http://userscripts.org/users/blablfy
// @include        *forum.cheatengine.org/*
// ==/UserScript==

var filters = ['fuck', 'fag', 'blablfy', 'fucking'];
var postButton = document.forms.namedItem("post").elements.namedItem("post");
var postMessage = document.forms.namedItem("post").elements.namedItem("message");
function replaceBads(){
   for(x=0;x<filters.length;x++){
      doIt = filters[x];
      filteredWord = doIt.split('').join('[b][/b]');
      var re = new RegExp(doIt, 'gi');
      postMessage.value = postMessage.value.replace(re, filteredWord);
   }
}
postButton.addEventListener("click", replaceBads, true);
this would help
http://fludded.net/cef.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Page 1 of 1

 
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