You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* v0.1.25.2 - Fixing last update issue. If skip hide upload logs option (webcrawler checkbox) was active and the installing failed then the upload logs would not be clear.
46
+
* v0.1.25.1 - Just some adjustments
47
+
* v0.1.25 - Added two checkboxes relating to the webcrawler and its uploads.
48
+
* A checkbox to skip the log hide after upload (Straight to install after checking that it was uploaded successfully)
49
+
* A checkbox to skip hiding the uploaded software (As well as the log hide since there is nothing to hide) after a successful install
50
+
* v0.1.24.1 - Buttons that desappear problem repaired
51
+
* v0.1.24 - Communication channel implemented
52
+
* v0.1.23 - Auto riddle path solver. Now the bot solves the riddles and it automatically upgrades the cracker during the process.
53
+
* v0.1.22.3 - Performance update
54
+
* v0.1.22.2 - Performance update
55
+
* v0.1.22.1 - Performance update
56
+
* v0.1.22 - Traduzido para o Português/ Translated to Portuguese
57
+
* v0.1.21 - Transfer the earned money to BTC wallet
58
+
* Tranfer the earned money to BTC wallet during missions and bank camping
59
+
* v0.1.20.1 - Storage bug fixed
60
+
* v0.1.20 - CRITICAL SECURITY UPDATE
61
+
* jSpaghetti update now allows the bot to use background script instead of sessionStorage what could be noticed by game server. The bot is already using background script as data storage.
62
+
* sendXMLHttpRequest function was rewritten to optionally send the X-Requested-With header. It allows the bot to imitate the game behavior better, sending this header when necessary.
63
+
* So the HE's technical guys will have more difficulty to track us.
64
+
* Team, monitor the game requests headers and search for new headers. The HE's guys could create these headers to know who is not sending these headers (If the bot is not sending these headers, then it can be tracked).
65
+
* v0.1.19 - Ignore ips fields added
66
+
* v0.1.18.1 - jSpaghetti upgrade
67
+
* v0.1.18 - Stealth mode implemented
68
+
* Mission sequences steal the money from target account
69
+
* v0.1.17.1 - Regex filter to webcrawler output
70
+
* v0.1.17 - Signature functionality added
71
+
* v0.1.16.2 - Mishchap issue fixed
72
+
* v0.1.16.1 - Webcrawler update
73
+
* v0.1.16 - Uploader and webcrawler joined
74
+
* v0.1.15.3 - Credits area added
75
+
* v0.1.15.2 - Mission sequences fixed
76
+
* The bot was not loggin in bank accounts
77
+
* v0.1.15.1 - Monitor sequences update
78
+
* v0.1.15 - Mission monitor and logs monitor implemented
79
+
* v0.1.14.1 - Mission sequences update
80
+
* v0.1.13.2 - Uploader fixed
81
+
* The bot was not ignoring the inexistent ips then it was always going through 1.2.3.4.
82
+
* v0.1.13.1 - Many bugs fixed
83
+
* v0.1.13 - Alert button added
84
+
* v0.1.12 - Webcrawler update
85
+
* v0.1.11 - Webcrawler update
86
+
* v0.1.10 - Webcrawler module implemented
87
+
* v0.1.9 - Core upgrade
88
+
* Now bot runs over jSpaguetti API
89
+
* v0.1.8 - First stable version
90
+
91
+
## How to contribute
92
+
The bot is entirely written with [jSpaghetti](https://github.com/gresendesa/jSpaghetti) API. jSpaghetti provides a modular and declarative way to write scripts.
93
+
There are two ways to add new functionalities.
94
+
* Creating a new sequence into a existing module to related functionality; or
@definition: This function sends a AJAX request to the server
4
+
@author: GRSa
5
+
@parameters:
6
+
*script_target (String): The server-side script (e.g. "riddle.php")
7
+
*method (String): GET or POST
8
+
*parameters (String): The string containing the parameters message or something (e.g. "foo=bar&baz=qux")
9
+
*isAsynchronous (boolean) True if request is asynchronous or false if request is synchronous
10
+
*function_callback (Function) It is ignorable if the request is synchronous. The function that must be executed after server response. This callback function receives the server response. The response content can be accessed from arguments[0] variable inside the callback function.
11
+
*sendXRequestedWithHeader (boolean) True if X-Requested-With header must be sent
12
+
@return: It returns an object {response: "response of the synchronous request (or null)", xmlhttp: "xmlhttp objectss"}
0 commit comments