Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League > S4 League Hacks, Bots, Cheats & Exploits
You last visited: Today at 22:48

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

Advertisement



[Ultimate FarmBot]Instant Non-Stop Conquest(handles server restarts/disconnection)

Discussion on [Ultimate FarmBot]Instant Non-Stop Conquest(handles server restarts/disconnection) within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
Smile [Ultimate FarmBot]Instant Non-Stop Conquest(handles server restarts/disconnection)

Hi people, I'm not used to post things so this will be a bit messy but I saw and thought "hey, I made and AutoBot too! xD" and here I am haha.

It's made for the and with it you can easily get one capsule each 32 seconds more or less. I used my own configuration that is an aspect ratio of 16:10 and screen resolution of 800x600.

Well to explain what exatcly does is simple: It uses the cursor to click the buttons(as some other bots do) but also it handles if the s4Client is executing and if not it will start the game automatically(this is in case the server is down or something goes wrong because it happened to me and I lost almost 3 hours of bot-farming :P), logins your account and starts a conquest solo game, then starts farming as usual

Sometimes the injector doesn't start well and the game crashes at startup because of that, I tried to manage that and I had no problem.

Also it is configured to use a low-level account in order to use the auto-login method because I have a low-level character for hacking, if you want to use a +20 level character you have to comment the 'init()' line by adding a ; at the beginning, and uncomment the following one.



This will disable the auto-login so the bot will act as the same in the above post I've mentioned.
But if you also want the auto-login function you'll have to do it yourself xD , well there's a tool with AutoIt(AutoIt Window Info) that can get the values from the current position of the mouse, I commented the code and also all values are in variables so you'll only have to get the coordinates from the server and the channel you want to access, change it in the code and then it's done.


TUTORIAL:

1. First of all You have to in order to compile the source code, I dunno so much about AutoIt so I hardcoded the account login.


2. Edit the first 2 lines of code and change the text USERNAME and PASSWORD to your user and pass(obviously xD)



3. Compile the script for your platform(x86 or 64) and then you have to use the in order to make it undetectable for xtrap. Some times resource hacker doesn't recompile very well, I solved it by replacing all values with another with the same length(basically using the same characters but in different order) but dunno if this was exactly the problem, hope it works for u.


4. Now you have the bot ready to run BUT!!! it's not yet finished(srry it is a bit long I know xD)


5. Now, as the bot uses the cursor to click the game and injector(the faith one with the revelation hack), we have to place those 2 shortcuts on the desktop EXACTLY as seen in the image(int the top-right corner).



I said it before but this bot is only made for 800x600 resolution and aspect ratio of 16:10, note that the desktop also has to have this configuration in order to start the game and so on(sorry for that but I just made that for me and initially was only for 1366x768 xD). But if you really need to change that feel fre to do it, AutoIt has a tool named AutoIt Window Info that can get the current cursor position, then you have to change the values for each button in the script(easy but long to do :/).


6. Well after all that long explanation, that's it, enjoy

BTW, the script can be killed unfocusing the game(ALT+TAB) and pressing ESC. Didn't implement the 'pause' hotkey because I don't pause it xD



A Screenshot:

I've already opened like 500~900 capsules as you can see the priced G's(as a reference).

All the credits to the RevelatioN team for this awesome hack

Here is the VirusTotal analysis


And as I said it is the source code and you can check what it does



Don't forget to thank and if you get some issues or smthing just pm me and I'll check it if I have time :P


Edit:
AS SOME PEOPLE HAS PROBLEMS WITH THE ZIP FILE, HERE IS THE SOURCE CODE:
Code:
$S4 = ("S4Client.exe")
$Login = ("USERNAME") ;<---- replace only the word between the " symbols
$Password = ("PASSWORD")
;Injector
$In1X = (763)
$In1Y = (28)
$In2X = Int(462)
$In2Y = Int(403)
;S4 Patcher
$S41X = Int(662)
$S41Y = Int(26)
$S42X = Int(134)
$S42Y = Int(352)
;Server selection
$SrvX = Int(516)
$SrvY = Int(350)
;Lobby selection
$LobX = Int(509)
$LobY = Int(146)
;Mission dismiss
$MisX = (602)
$MisY = (509)
;Room creation
$CreX = Int(595)
$CreY = Int(392)
;Conquest selection
$ConX = Int(252)
$ConY = Int(272)
;Player number selection
$PL1X = Int(439)
$PL1Y = Int(396)
$PL2X = Int(440)
$PL2Y = Int(375)
;Start conquest
$StrX = Int(683)
$StrY = Int(395)
;Accept "not yet finished" dialog
$AccX = Int(400)
$AccY = Int(352)
;Move to lobby
$MovX = Int(645)
$MovY = Int(569)
;Cancel showing capsule dialog
$CanX = Int(395)
$CanY = Int(424)

HotKeySet("{ESC}", "Terminate")

;This method initializes the bot from the starting of the injector and the game, 
;if you only want to farm(not handling server restarts) just comment this line and uncomment the following one
Init()
;InGame()

Func Init()
   While True
	  ;Time to un-focus all windows clicking in the desktop
	  Sleep(3000)
	  ;Click the injector icon
	  MouseClick("left", $In1X, $In1Y, 2)
	  Sleep(5000)
	  MouseClick("left", $In2X, $In2Y, 1)
	  Sleep(1000)
	  ;Click the patcher icon
	  MouseClick("left", $S41X, $S41Y, 2)
	  Sleep(10000)
	  MouseClick("left", $S42X, $S42Y, 1)
	  ;Wait for the process
	  ProcessWait($S4)
	  Sleep(210000)
	  If ProcessExists($S4) Then
		 Login()
		 InGame()
	  EndIf
   WEnd
EndFunc

Func Login()
   ;Send($Login & "{TAB}" & $Password & "{ENTER}")
   Send($Login,1)
   Send("{TAB}")
   Send($Password,1)
   Send("{ENTER}")
   Sleep(60000)
   ;Spanish Server selection
   MouseClick("left", $SrvX, $SrvY, 1)
   Sleep(60000)
   ;Begginer Lobby Selection(change using the "window info tool" for more than level 20)
   MouseClick("left", $LobX, $LobY, 1)
   Sleep(10000)
   ;Mission Dialog Dismiss
   MouseClick("left", $MisX, $MisY, 1)
   Sleep(10000)
   ;Create Room
   MouseClick("left", $CreX, $CreY, 1)
   Sleep(5000)
   ;Select Conquest
   MouseClick("left", $ConX, $ConY, 1)
   Sleep(5000)
   ;Change Number of Players to 1
   MouseClick("left", $PL1X, $PL1Y, 1)
   Sleep(1000)
   MouseClick("left", $PL2X, $PL2Y, 1)
   Sleep(5000)
EndFunc

Func InGame()
   While True
	  ;1 click of the left button at 0,500(start)
	  MouseClick("left", $StrX, $StrY, 1)
	  Sleep(500)
	  ;confirm(when game is not finished yet)
	  MouseClick("left", $AccX, $AccY, 1)
	  Sleep(500)
	  ;move to lobby(after results)
	  MouseClick("left", $MovX, $MovY, 1)
	  Sleep(500)
	  ;close capsule window
	  MouseClick("left", $CanX, $CanY, 1)
	  Sleep(500)
	  If Not ProcessExists($S4) Then
		 ExitLoop
		 Return
	  EndIf
   WEnd
EndFunc

Func Terminate()
   Exit 0
EndFunc
As some of you wanted a VIDEO of how to configure the bot, here it is:
Attached Files
File Type: zip s4autoBot_FORUM.zip (1.3 KB, 822 views)
nengo is offline  
Thanks
17 Users
Old 04/14/2013, 00:36   #2
 
elite*gold: 0
Join Date: May 2011
Posts: 1
Received Thanks: 1
Win 7 64 bits work.Very good
jueves@1 is offline  
Thanks
1 User
Old 04/14/2013, 00:50   #3
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
thx, I've earned about 12k capsules since I've made it, enjoy yourself
nengo is offline  
Old 04/14/2013, 01:12   #4
 
elite*gold: 0
Join Date: Apr 2009
Posts: 250
Received Thanks: 60
dafuq is that ****? hab ein schlechtes gefühl bei diesem programm^^
FreakedKiddi is offline  
Old 04/14/2013, 01:24   #5
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
it's the code, dunno why you say that.

I will upload virustotal if you think that.

If you think that because to use it you have to put the login and pass you can check in the code that is only for typing it in the game window...
nengo is offline  
Old 04/14/2013, 01:37   #6
 
elite*gold: 0
Join Date: May 2011
Posts: 6
Received Thanks: 0
If you had made a video that would be helpfull.
nitish19 is offline  
Old 04/14/2013, 01:41   #7
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
I'm not good about making videos, in fact I've never did any videos before xD
but well, I can try
nengo is offline  
Old 04/14/2013, 03:46   #8
 
elite*gold: 0
Join Date: Jun 2011
Posts: 75
Received Thanks: 186
Work ? win7 32
icetamashi is offline  
Thanks
1 User
Old 04/14/2013, 06:07   #9

 
FL0wshY's Avatar
 
elite*gold: 52
Join Date: Nov 2009
Posts: 202
Received Thanks: 71
Quote:
Originally Posted by nengo View Post
it's the code, dunno why you say that.

I will upload virustotal if you think that.

If you think that because to use it you have to put the login and pass you can check in the code that is only for typing it in the game window...
It doesn't even press start, After starting s4_patcher.exe
Fix this
FL0wshY is offline  
Old 04/14/2013, 06:28   #10
 
elite*gold: 0
Join Date: Apr 2012
Posts: 9
Received Thanks: 0
the file not working its look like white file and write on it s4autoBot_FORUM.au3
goodshadow2 is offline  
Old 04/14/2013, 08:38   #11
 
elite*gold: 0
Join Date: Sep 2011
Posts: 169
Received Thanks: 52
doesnt work for me fix it
gadmaxsasuke is offline  
Old 04/14/2013, 13:42   #12
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
Quote:
Originally Posted by FL0wshY View Post
It doesn't even press start, After starting s4_patcher.exe
Fix this
It is a bit slow(takes about 10 seconds to click the start button) because the computer I use for hacking is old and take a while to start the patcher, but I just tried it again and it runs correctly. Try again and tell me if it works plz.

BTW after starting the client it waits 4 minutes before typing the user and password in the login screen(my computer is veeeery old xD)

Quote:
Originally Posted by gadmaxsasuke View Post
doesnt work for me fix it
Did you put your computer in 800x600 and aspect ratio of 16:10?(if you have a new computer it should be the default ratio)

Quote:
Originally Posted by icetamashi View Post
Work ? win7 32
You souldn't have any problem as AutoIt will compile it to your platform( 32 bits in your case)

Quote:
Originally Posted by goodshadow2 View Post
the file not working its look like white file and write on it s4autoBot_FORUM.au3
I just downloaded It and it works perfect, I'll post the source in text for you problem, check it.
nengo is offline  
Old 04/14/2013, 13:55   #13
 
elite*gold: 0
Join Date: Sep 2010
Posts: 4
Received Thanks: 0
any video for this hack plz
kornoo is offline  
Old 04/14/2013, 14:40   #14
 
elite*gold: 0
Join Date: Apr 2010
Posts: 23
Received Thanks: 21
Quote:
Originally Posted by kornoo View Post
any video for this hack plz
working on it :P
nengo is offline  
Old 04/14/2013, 14:55   #15
 
elite*gold: 0
Join Date: May 2010
Posts: 7
Received Thanks: 2
can someone show me the script for level 20+
koongienoob is offline  
Closed Thread

Tags
farmbot, s4league


Similar Threads Similar Threads
[Release] Hack + Farmbot Conquest
05/30/2014 - S4 League Hacks, Bots, Cheats & Exploits - 157 Replies
http://suraachille.altervista.org/Hosting/images/l ogo2.png tutorial: 1. Open farmbot as administrator 2. Take the coordinates of the message "do not have enough players to start" on the appropriate button the coordinates 3. Write the first number in X, Y in the second 4. Click "Start Bot" 5. Go to s4 6. Go and make a walk.
Farmbot[Conquest]Work in Background.
01/08/2014 - S4 League Hacks, Bots, Cheats & Exploits - 239 Replies
http://i.epvpimg.com/7Ve6b.jpg DONT FORGET TO THANKS.." English Tutorial.
[Conquest] Capsule Farmbot!
05/26/2013 - S4 League Hacks, Bots, Cheats & Exploits - 60 Replies
Einfachster Weg! Ihr Startet S4 League mit einem Bypass in dem Format 1600x900 oder 800x600! Anschließend öffnet ihr den Bot und lässt ihn Farmen. Ihr könnt natürlich in der zwischenzeit was anderes Tun, da er im Hintergrund arbeitet! Hinzugefügt ist auch der Capsule Hack, er öffnet eure gefarmten Capseln! VERGISST NICHT AUF THANKS ZU DRÜCKEN! DONT FORGET TO THANKS.." Deutsch: 1. THX Checker Downloaden



All times are GMT +2. The time now is 22:48.


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.