Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > Seafight
You last visited: Today at 14:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Scar] Revolution Release

Discussion on [Scar] Revolution Release within the Seafight forum part of the Browsergames category.

Reply
 
Old   #1
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Lightbulb [Scar] Revolution Release

Some things that I want to tell everyone:


Image Signature for people who use Revolution Bot Only!
<< Put [ for >IMG]http://i45.tinypic.com/10mkdww.jpg[/IMG]

RevolutionBot v2.0 wil be released. I need to know what you think about v1.2, v1.3 ,v1.4 and v1.5!

Please: if you have idea's post it here pls!
If you already made something in scar that could be use Pm me, pls!


Coming Soon ( feature's that the bot wil have!):

Code:
[LIST][*] [B]Repair:[/B]
     - when low hp ✓
     - after relogin and close warning  ✓[*] [B]Relogin:[/B]
     - when get sunked ✓   
     - when loged out✓[*] [B]Close Warnings:[/B]
     - after log in✓
     - When Server Restart ✓ [*] [B]Close Team System:[/B] ✓
     - Close Team System 'Advanced' ' if is locked the bot wouldnt close the team!'[*] [B]Collect:[/B]
     - blackcolor glitz ✓
     - rose ✓
     - rose 'yellow' ✓
     - rosechest ✓
     [*] [B]Drive Systems :[/B]
    - 1+ Fast Collect Glitzi and drive ✓ ' because this wil get another updates and other better things i call it 1 and when i make better wil be 2...'
    - Drive System 1 ✓ ' From right to left'
  
    - Drive System 2     ' From left  to right'
[*] [B]Ignore :[/B]
    - when search for collect glitz (or something else), steak : ignore  ✓
    - ignore other things     ' like rosechest when you dont want it!'[*] [B]Encrypt Script! [/B][/LIST]
:

Note: It wil take some more time to release this all. ✓ < Where you see this means its done.

All for v2.0 its done lets test it! ;D


If you post some useful idea's pleas write here! :
I have some idea's

Idea Corner :

Code:
[LIST][*] Repair in corner.[*] Try to go away from attacker.[*] F5 when adobe flash player crash!
[/LIST]
Please speak only ' English'! And also negative comments keep it for you'r own!
Golden|Power is offline  
Thanks
21 Users
Old 02/19/2013, 21:36   #2
 
elite*gold: 0
Join Date: Oct 2012
Posts: 97
Received Thanks: 14
Du kannst auch diagonal und wertikal fahren machen dann fällt er icht gleich auf
Kleiner7777 is offline  
Thanks
1 User
Old 02/19/2013, 21:43   #3
 
ediow's Avatar
 
elite*gold: 1
Join Date: Sep 2011
Posts: 471
Received Thanks: 55
sry mein englisch ist ...

finde deine arbeit echt *top*
ediow is offline  
Thanks
2 Users
Old 02/19/2013, 21:43   #4
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Uhm, English pleas, and yes it can but not really needed, i think.

Quote:
Originally Posted by ediow View Post
sry mein englisch ist ...

finde deine arbeit echt *top*
Pleas thanks then

# Added :
Code:
   - when search for collect glitz (or something else), steak : ignore  [B]✓[/B]

* Drive Systems

 - 1+ Fast Collect Glitzi and drive ✓ ' because this wil get another updates and other better things i call it 1 and when i make better wil be 2...'
Golden|Power is offline  
Thanks
1 User
Old 02/20/2013, 02:01   #5
 
elite*gold: 0
Join Date: Oct 2012
Posts: 16
Received Thanks: 1
Bonus map. Escape and rapair at the corner/

bonus map/ escape and rapair at the corner if HP less (40%)
drema is offline  
Old 02/20/2013, 02:05   #6
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Quote:
Originally Posted by drema View Post
Bonus map. Escape and rapair at the corner/

bonus map/ escape and rapair at the corner if HP less (40%)

I make now only for glitz bot!
Golden|Power is offline  
Thanks
1 User
Old 02/20/2013, 13:27   #7
 
elite*gold: 0
Join Date: Dec 2012
Posts: 303
Received Thanks: 86
Amazing work. Collects glitters very fast and also closes the server warning messages

Maybe you can make an option that the bot relogins after server restart.
AsaKanas is offline  
Thanks
1 User
Old 02/20/2013, 14:50   #8
 
elite*gold: 4
Join Date: Dec 2012
Posts: 241
Received Thanks: 152
for relog after dc or restart at german version :

program-code:
Quote:
Function gamemessages : Boolean;
begin
result:=false;
if (FindBitmapTolerance(neulogin, xx, yy, schliessen_tolerance)=false) then begin
if (FindBitmapTolerance(verbinde, xx, yy, schliessen_tolerance)=false) then begin
if (FindBitmapToleranceIN(schliessen, xx, yy, skx1, sky1 + 40, skx2, sky2, schliessen_tolerance)=True) then begin
result:=true;
writeln('schliessen(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
xx:=xx+2+random(2); yy:=yy+2+random(2);
mouse(xx,yy);
end;
end;
end;
if (result=false) then begin
if (FindBitmapTolerance(neulogin, xx, yy, schliessen_tolerance)=True) then begin
result:=true; wait(20000);
writeln('wait(20000); neulogin(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
xx:=xx+2+random(2); yy:=yy+2+random(2);
mouse(xx,yy);
end;
end;
if (result=false) then begin
if (FindBitmapTolerance(ok, xx, yy, ok_tolerance)=True) then begin
result:=true;
writeln('ok(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
xx:=xx+2+random(2); yy:=yy+2+random(2);
mouse(xx,yy);
end;
end;
if (result=false) then begin
if (FindBitmapTolerance(verbinde, xx, yy, schliessen_tolerance)=True) then begin
result:=true; wait(20000);
writeln('wait(20000); verbinde(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
xx:=xx+2+random(2); yy:=yy+2+random(2);
mouse(xx,yy);
end;
end;
if (result=false) then begin
if (FindBitmapTolerance(close, xx, yy, close_tolerance)=True) then begin
result:=true;
writeln('close(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
reloadpage;
wait(mapreloadwait);
end;
end;
if (result=false) then begin
if (FindBitmapTolerance(weltkarteoffen, xx, yy, weltkarteoffen_tolerance)=True) then begin
result:=true;
writeln('weltkarte(xx/yy)'+inttostr(xx)+'/'+inttostr(yy));
xx:=mmx1+45; yy:=mmy1-21;
mouse(xx,yy);
end;
end;

if (result=false) then writeln('keine gamemessage gefunden');

end;
variablen :
Quote:
neulogin := BitmapFromString(73, 9, 'beNpLNEyONMxONMyOBZHDj' +
'F2caQlkFKeCyeHILk4Fkob0ZH9/7kR7u0Do/3svOBvoX7C9UDayOK' +
'lsPOZ8f+1Fufn42RCfAt0AtAsem8hsGpGQWKOtLZkIv8DiDmx vJsI' +
'NcHFcapDNQdOLLI7VHAgb4VPc6hHhj8MuTHNA4uDkAU8n8FhD E0fO' +
'I3A18LSNRw0x5lBdDWZeg/kdwQaFD1A9ah7BzEdAKbh6NDVw8/GYQ' +
'6oagnZhTfmIEMDIEXARzPyIRwRTF7VEcNoFAFQUGew=');

schliessen := BitmapFromString(1, 9, 'beNpLNM5NxIEAfi0JCg==' +
'');

verbinde := BitmapFromString(52, 8, 'beNpLNM5NHEUDiT4+daWDL' +
'jT1RGrHVEaMxoFyG53DDchG4yKTWGWxSuFST1JQ47IL0zSqM0 h1G5' +
'pnCbqcJAZ6SAIAU/Tl/A==');

ok := BitmapFromString(17, 8, 'beNpLNM5NJBN9fOoKQWiCWNl4pOB' +
'sPOqxqsSjAKsWTFnybCHDLySHGACVkqmV');

close:= BitmapFromString(38, 14, 'beNp1VAuOxSAIvE7tZhW/7' +
'525p1wBEbDZhjQUKcMAAv3K/QKSPPCdWigfNKaGAnKKelvGLWivP' +
'/V7l++V+hXb8pzK/JwCY0kmmUeMkg0uQ8dqYpIyLbGgCFzgrMjzL' +
'p8JGijmfKMSTcK/hZRBXIgOyCnr0E84JojB612GSyNVyUd09CyoY' +
'9jqqsREQNk99LAyjx7zCEoN0Cc7dyQFmRSs8Xk9mjxFs3D71H kmz' +
'tkYJaxzJiPzFUsRoyBmR1Ck2TQmL6wnxrEoVWMe6cVqLWdkGq QXo' +
'qbBI4FwsWhu1Dv5iwouVWW4s/i7gziuTeMQ3/lvoDH2TWyOuKuqz' +
'vZK0naKOcpU89UIynHFfJd6c9lxgmk6R3CdBW3K6uPiqNfQTG Y7Z' +
'tXyOuYQLdCC+T2kf343V55r6JprP/UqvTdPNbdMloNe5KpvYhryO' +
'HrkN55B3A57HW3nuI1mCbAnoegy0apK8iDLMNml13UvOenL32 3ad' +
'WcVYs3tUB+8Gqaba/0Kwb0i3nVOsq4NaABhqtG6Q/8D0S/H4g==');

weltkarteoffen := BitmapFromString(17, 12, 'beNoBZAKb/VweTEg6IBoZI' +
'RwbMC0fJyURMSsaNS0dNCgZPi0cPy0Sg29Rg25SQS8WOSgSOS wUO' +
'jQPMCsEHRoIHxoRJyQYLSsXNDIcNC4dNi0hQDEnOCYZZ1E8cV tBe' +
'mRMbFZCQjAfOSsZMywPPzkaIBoHKygSLi0SKSkKOzkdNS8cNy 4gO' +
'SoeSTcobFc9XUgqYkwwbVhASjklOy0bPDQdODEYKSQKKCgDLz AEO' +
'DkNNDQPOjUaNS0WMSQPalo+WEUfk4BTjHZMV0MeY1E2NCQOQT YgN' +
'y8YLyoPMTIGMzUDOzwPOTYOPTcYLicKT0MkXlAoZ1YhxLR4wq 52Z' +
'VMgZlYwRzgcMSYQPTQgMCsRPToUOzkONjMNPDkVNjARNi0LZl kxV' +
'EYQlodD3cyB49CHmIZEW0oZals5Oy4ZMyoYJyIKMS0PPTkZOj UaN' +
'S4ULSYJS0IcVksYdGklzcBt5th94dB50sJ0c2QoWkwkSDskOC wbM' +
'CoZNSweOzImOTAmMikbOTEYVkwkVEkOo5ZK5th65NZw4tFu6t qAq' +
'JlVW0weVUUuPjIhLygZOC4nLiQeNSslLyUXRz0fVUwafnYr2M 5w5' +
'dps4tZj7d9t49Vv2Mt4fHAzUUMfQTYdLigXMSgcMykdLyUXOz MZT' +
'0gZXlYRurNW7ORz6d5j7eFh691d6dtl7eB7uq5dYFUaTEIZLS UTK' +
'iEPNy4aLycQRTwYS0MLhn8x2tRt3NVe5dtd7+Nj5NZW7N9l3t Nl4' +
'NZ4iIA1UEgSKyMPKyMJKyEDOzERQzsPXlgXxb5r4tl149ho5t do6' +
'9tp8d9s7Nts5thu5tx6wrlnZR8LwUY=');
should work without changes ... it's part of my bm-bot and he always survive disconnect or serverrestart
CHR_MAR is offline  
Thanks
2 Users
Old 02/20/2013, 15:20   #9
 
elite*gold: 0
Join Date: Nov 2012
Posts: 34
Received Thanks: 2
GoldenPower, but this new bot work with ur mouse(same Rasta)? or is one exploit to use in VPS, VM etc.. ?
JuNiNhO0 is offline  
Thanks
1 User
Old 02/20/2013, 16:35   #10
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Mouse

Quote:
Originally Posted by CHR_MAR View Post
for relog after dc or restart at german version :

program-code:


variablen :


should work without changes ... it's part of my bm-bot and he always survive disconnect or serverrestart
Thnks but i have that already.. i just need to add to the bot also thanks to trust me to give you ph lgout bmap to me,

#Added:

Code:
[LIST][*] [B]Repair:[/B]
     - when low hp ✓
     - after relogin and close warning  ✓ [*] [B]Relogin:[/B]
     - when get sunked ✓   
     - when loged out✓
[*] [B]Close Warnings:[/B]
     - after log in✓
     - When Server Restart ✓ [/LIST]

And its done lets test it if it needs now some more speed or others .. and then it wil be updated or maybe i wait and try to encrypt it

Who knows about Visual Basic , C# or C++ or somethings else pleas pm me!
Golden|Power is offline  
Thanks
1 User
Old 02/20/2013, 19:39   #11
 
elite*gold: 0
Join Date: Aug 2009
Posts: 358
Received Thanks: 41
where is the download link??
alfredogabber is offline  
Old 02/20/2013, 19:59   #12
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Quote:
Originally Posted by alfredogabber View Post
where is the download link??
Hy , i just made the bot now i am putting bot and lets see if it have some bugs, and i think i wil try to encrypt first!
Golden|Power is offline  
Thanks
3 Users
Old 02/20/2013, 20:04   #13
 
elite*gold: 0
Join Date: Jun 2009
Posts: 378
Received Thanks: 85
Hello!
My idea:
Sometimes,adobe flash player can "off" and the adobe is frooze,and give a big "!" with white background!
Its problem,becuse bot just click everywhere,but not press F5!
Bye.
milan32 is offline  
Thanks
1 User
Old 02/20/2013, 20:11   #14
 
elite*gold: 0
Join Date: Apr 2010
Posts: 316
Received Thanks: 46
of course^^ no automatic f5
raxer10 is offline  
Old 02/20/2013, 20:20   #15
 
Golden|Power's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 987
Received Thanks: 998
Quote:
Originally Posted by milan32 View Post
Hello!
My idea:
Sometimes,adobe flash player can "off" and the adobe is frooze,and give a big "!" with white background!
Its problem,becuse bot just click everywhere,but not press F5!
Bye.
Haha, thats was what i also thinking haha ;D

Good idea
Golden|Power is offline  
Thanks
3 Users
Reply


Similar Threads Similar Threads
[Scar-Bot] Revolution v1.2
02/14/2014 - Seafight - 346 Replies
Revolution Bots! Use Scar 3.22 (Download Link!) Best for use in this time is underlined. RevolutionBot v1.2 : -English Version! Click "Spoiler" for settings!
[Scar] Revolution Tool [Mojo,]
02/16/2013 - Seafight - 10 Replies
Revolution Tool v1.1 Mojo Hello Guys :) , This tool includes : -clicks on mojobutton -clicks on joker. I prefer to use '1' mojo per click. Because bp don't give so good stuf if u use 25 50 or more.
release: scar-h manual patch..06-23-10
06/30/2010 - Soldier Front Philippines - 13 Replies
good day troopers.. here's the latest manual patch for PSF.. enjoy.. SF_manual_100623.exe
-[Release]- HUD Scar-L Mod
05/10/2010 - Combat Arms - 8 Replies
Heidihow e*pvpers Ich habe mir vor 1Monat CoD MW2 Geholt und fand das Interface hammergeil. Da dachte, warum nicht in CA genau so ?? Rest vom Text könnt ihr euch denken ;) Screen: Yfrog Image : yfrog.com/0u2a6jmfrj Download: Costum HUD by Krotzer.rar ... at uploaded.to - Free File Hosting, Free Image Hosting, Free Music Hosting, Free Video Hosting, ... Credits: 100% Krotzer (me)



All times are GMT +2. The time now is 14:19.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.