Warofclicks wargrid bot v1
This is make from imacros
Download Here
Pages
▼
Friday, January 30, 2015
Thursday, January 15, 2015
warofclicks something to tweak yr imacros engine
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
Something to tweak yr imacros engine
Booster clicker speed 20-30%
Try from this pic in yr imacros setting
1.Uncheck Visual Effect...
2 Uncheck Show javascripts...
2 Uncheck Show javascripts...
Sunday, January 11, 2015
IMACRO For Click all warofclicks ads v1.6
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
IMACRO For Click all war of clicks ads v1.6
increse page wait time ( for some slow pc or internet )
click all ads ( 5 15 30 and 60 sec )
Copy and paste to your imacros
//<--------------- Version 1.6 Last Edit By Eakkasit MT ---------->>//
//< Facebook Group -->> https://www.facebook.com/groups/warofclicks/ //
var jsLF = "\n";
do{
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "URL GOTO=http://www.warofclicks.com/Advertisement/List/" + jsLF;
macro += "WAIT SECONDS=5" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=class:AdvBg<SP>LoadButton<SP>LoadLast EXTRACT=htm" + jsLF;
iimPlay(macro);
var page= iimGetLastExtract(1).replace('style="outline: 1px solid blue;"', '');
if(page == "#EANF#"){
page = 'e1';
}
var pagenumber = parseInt(page.replace(/\D/g,''));
for(n=1;n<=pagenumber;n++){
iimDisplay("PAGE ที่ " +n+"/"+pagenumber);
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=ID:AdvCurrentPage EXTRACT=htm" + jsLF;
iimPlay(macro);
var adslist = iimGetLastExtract(1);
var resads = adslist.split('<div class="AdvBox">');
var countAds = resads.length-1;
for(i=1;i<=countAds;i++){
iimDisplay("PAGE ที่ " +n+"/"+pagenumber+ jsLF+ "ADS ที่ "+i+"/"+countAds);
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "SET !TIMEOUT_PAGE 10" + jsLF;
//macro += "SET !TIMEOUT_TAG 2" + jsLF;
//macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS="+i+" TYPE=DIV ATTR=TXT:*<SP>Sec EXTRACT=txt" + jsLF;
macro += "TAG POS="+i+" TYPE=DIV ATTR=class:DisableText<SP>AdvBg<SP>FontClear08<SP>WocTimerTime EXTRACT=txt" + jsLF;
iimPlay(macro);
var sec = parseInt(iimGetLastExtract(1).replace(/\D/g,''))+5;
var skip = iimGetLastExtract(2);
if((!skip) && (sec < 66)){
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 15" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "TAG POS="+i+" TYPE=IMG ATTR=CLASS:AdvImage" + jsLF;
macro += "WAIT SECONDS="+ sec + jsLF;
macro += "ONDIALOG POS=1 BUTTON=OK CONTENT=" + jsLF;
iimPlay(macro);
do {
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "ADD !EXTRACT {{!URLCURRENT}}" + jsLF;
iimPlay(macro);
var siteproxy = iimGetLastExtract(1);
if(siteproxy.search("List") == -1) {
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAB CLOSE" + jsLF;
//macro += "WAIT SECONDS=3" + jsLF;
iimPlay(macro);
}
}while (siteproxy.search("List") == -1);
}
}
if((pagenumber == 1) || (pagenumber == n)){
}else{
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=CLASS:AdvBg<SP>LoadButton<SP>LoadNext&&PAGE:*" + jsLF;
macro += "WAIT SECONDS=5" + jsLF;
iimPlay(macro);
}
}
}while(0==0);
IMACROS scripts for War of clicks to auto Rent Referrals with warcoin payment
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
Sorry For my english not good :( but i try
IMACROS scripts for War of clicks to auto Rent Referrals with warcoin payment
how to use?
1. Copy and paste to your imacros
2. and go to url >> http://www.warofclicks.com/Referrals/Rent
3. press play button imacro
4. when finish plz close this script because many refresh to war of clicks web it maybe make
web too slow down.
'BY Eakkasit MT facebook >> https://www.facebook.com/truefaster
VERSION BUILD=8881205 RECORDER=FX
SET !TIMEOUT 10
SET !TIMEOUT_TAG 1
SET !LOOP -9999999
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Colonize<SP>Mines
TAG POS=2 TYPE=INS ATTR=CLASS:iCheck-helper&&TXT:
TAG POS=1 TYPE=BUTTON FORM=ID:rentForm ATTR=ID:PaymentWarcoin
TAG POS=1 TYPE=BUTTON FORM=ID:rentForm ATTR=ID:PaymentButton
What is war of clicks?
What is war of clicks ?
First Ever PTC Game! War of click is all about having FUN while making cash & advertising.
Recommended Features
- Compete and Enjoy Your Earnings
- First Ever Mobile Compatibility
- Revolutionary Improvements
- No more Boring Clicks, No more Waste of Time
- No Limits on Your Earnings, Click Anytime, Earn Everytime
- Revolutionizing PTC Market
- Registered Company
- High Quality Standards
- Trusted and Durable System
- 7/24 Professional Support
- Instant Services
- Strong Anti-cheat Protection
- Unlimited Clicking
- Unlimited Earnings
- Click & Earn on Mobile Devices
- Guaranteed Ads Daily
- No Need to Upgrade Membership
- Most Detailed Referral Statistics
Click on learn more about War of Clicks: World First PTC Game above to create your free account today.
How do I earn cash?
View Ads to earn Bonus Awards from:
- Potshot
- Achievements
- Leaderboard
- Most Click Award
- WarGrid
See this Picture
Rush Hour (Blue colored ads) - is a mode of an advertisement. A user can click once in five minutes to an advertisement in RH mode. Users can go for most click awards, achievements and leaderboard in RH mode of the advertisements. These features give warcoins as reward.
Pay Per Click (Green colored ads) - is a mode of an advertisement. When an advertisement is in PPC mode, every click gives $0.002. A user can click once in an hour to an advertisement in PPC mode.
How To use Auto Clicks Script
1. Register War of clicks Here
2. Download and install firefox See here
4. Get auto pilot, Auto click, bot imacro Script With frequent updates Here
Any Question tell in facebook Group Here
Sorry For My English not good but i try
Friday, January 9, 2015
warofclicks bot auto click auto pilot V1.5 with imacros
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
warofclicks bot auto click auto pilot V1.5 with imacros
This script is 5 second Ads Click
Copy and paste to your imacros
Copy and paste to your imacros
//<--------------- Version 1.5 Last Edit By Eakkasit MT ---------->>//
//< Facebook Group -->> https://www.facebook.com/groups/warofclicks/ //
var jsLF = "\n";
do{
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "URL GOTO=http://www.warofclicks.com/Advertisement/List/" + jsLF;
macro += "WAIT SECONDS=1" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=class:AdvBg<SP>LoadButton<SP>LoadLast EXTRACT=htm" + jsLF;
iimPlay(macro);
var page= iimGetLastExtract(1).replace('style="outline: 1px solid blue;"', '');
if(page == "#EANF#"){
page = 'e1';
}
var pagenumber = parseInt(page.replace(/\D/g,''));
for(n=1;n<=pagenumber;n++){
iimDisplay("PAGE ที่ " +n+"/"+pagenumber);
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=ID:AdvCurrentPage EXTRACT=htm" + jsLF;
iimPlay(macro);
var adslist = iimGetLastExtract(1);
var resads = adslist.split('<div class="AdvBox">');
var countAds = resads.length-1;
for(i=1;i<=countAds;i++){
iimDisplay("PAGE ที่ " +n+"/"+pagenumber+ jsLF+ "ADS ที่ "+i+"/"+countAds);
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "SET !TIMEOUT_PAGE 10" + jsLF;
//macro += "SET !TIMEOUT_TAG 2" + jsLF;
//macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS="+i+" TYPE=DIV ATTR=TXT:*<SP>Sec EXTRACT=txt" + jsLF;
macro += "TAG POS="+i+" TYPE=DIV ATTR=class:DisableText<SP>AdvBg<SP>FontClear08<SP>WocTimerTime EXTRACT=txt" + jsLF;
iimPlay(macro);
var sec = parseInt(iimGetLastExtract(1).replace(/\D/g,''))+4;
var skip = iimGetLastExtract(2);
if((!skip) && (sec < 10)){
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "TAG POS="+i+" TYPE=IMG ATTR=CLASS:AdvImage" + jsLF;
macro += "WAIT SECONDS="+ sec + jsLF;
macro += "ONDIALOG POS=1 BUTTON=OK CONTENT=" + jsLF;
iimPlay(macro);
do {
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "ADD !EXTRACT {{!URLCURRENT}}" + jsLF;
iimPlay(macro);
var siteproxy = iimGetLastExtract(1);
if(siteproxy.search("List") == -1) {
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAB CLOSE" + jsLF;
//macro += "WAIT SECONDS=3" + jsLF;
iimPlay(macro);
}
}while (siteproxy.search("List") == -1);
}
}
if((pagenumber == 1) || (pagenumber == n)){
}else{
macro ="CODE:";
macro += "SET !ERRORIGNORE YES" + jsLF;
macro += "SET !EXTRACT_TEST_POPUP NO" + jsLF;
macro += "SET !ERRORCONTINUE YES" + jsLF;
//macro += "FILTER TYPE=IMAGES STATUS=ON" + jsLF;
macro += "SET !TIMEOUT_PAGE 10" + jsLF;
macro += "SET !TIMEOUT_TAG 2" + jsLF;
macro += "SET !TIMEOUT_STEP 2" + jsLF;
macro += "TAG POS=1 TYPE=DIV ATTR=CLASS:AdvBg<SP>LoadButton<SP>LoadNext&&PAGE:*" + jsLF;
macro += "WAIT SECONDS=1" + jsLF;
iimPlay(macro);
}
}
}while(0==0);
Or download here
Sorry For My English Not Good
How to use Auto Clicks,Auto Pilot, Bot, War of clicks imacro scripts ?
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
How to use Auto Clicks,Auto Pilot, Bot, War of clicks imacro scripts ?
1. Open Firefox and imacros
2. Go to demo Diretory
3. Choose 1 file u want. Right Click and click rename
Example
4.and rename to *.js and click rename button
example
5. and right Click to edit
6. copy download script and paste it and click save & Close
7. And Click Play to run this Scripts
How to install imacros for firefox ?
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
What is war of clicks?
Sorry For my english not good :( but i try
How to install imacros for firefox ?
1. Open the firefox and go to url address this >> Click here
How to download and install Firefox on Windows ?
Modify and optimize By Eakkasit MT
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Sorry For my english not good :( but i try
Exchange tips for about war of click or some script Here
Register war of clicks Click Here
Sorry For my english not good :( but i try
How to download and install Firefox on Windows
This article describes how to install Firefox on Windows.
- If you are upgrading from a previous version of Firefox, see Update Firefox to the latest version.
- Visit the Firefox download page in any browser (e.g. Microsoft Internet Explorer). The page will automatically recommend the best version(s) of Firefox for you.
- Click on the green download link to download the Firefox installer. Depending on your connection speed, the download may take up to a few minutes. Thanks for your patience… it’ll be worth the wait!
- Start the process by clicking Run.
- Then, just follow the steps (we’ve made the process as painless as possible).Congratulations, you are done installing Firefox!
- Double-click on the Firefox icon whenever you want to go online.