Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 16:41

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

Advertisement



Playable Dark Lightning Emulator

Discussion on Playable Dark Lightning Emulator within the S4 League forum part of the Shooter category.

Reply
 
Old 07/15/2016, 18:54   #31
 
elite*gold: 0
Join Date: May 2014
Posts: 39
Received Thanks: 11
~
Shanzenos is offline  
Old 07/18/2016, 01:19   #32
 
Frosty.'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 11
Received Thanks: 2
can someone share resource tools for the client version of this?
Frosty. is offline  
Old 07/18/2016, 05:50   #33
 
elite*gold: 0
Join Date: May 2014
Posts: 39
Received Thanks: 11
Quote:
Originally Posted by Frosty. View Post
can someone share resource tools for the client version of this?
A better one is in development, unless someone else has one. There is one out there in Italian right now, but it can only really add things & extract things. It's prone to corrupting a lot. All it's other functions corrupt **** too (important ones like replace, delete, etc).
Still, if you're willing to try and put up with it:
Shanzenos is offline  
Thanks
2 Users
Old 07/18/2016, 09:47   #34
 
elite*gold: 0
Join Date: Apr 2011
Posts: 14
Received Thanks: 4
Quote:
Originally Posted by Shanzenos View Post
A better one is in development, unless someone else has one. There is one out there in Italian right now, but it can only really add things & extract things. It's prone to corrupting a lot. All it's other functions corrupt **** too (important ones like replace, delete, etc).
Still, if you're willing to try and put up with it:
Today i translate my ****** program in english. This Tool is in beta but for now i can't update this.
Have fun

Inviato dal mio Nexus 6 utilizzando Tapatalk
thedenny71 is offline  
Thanks
1 User
Old 07/18/2016, 20:36   #35
 
elite*gold: 0
Join Date: May 2014
Posts: 39
Received Thanks: 11
Quote:
Originally Posted by thedenny71 View Post
Today i translate my ****** program in english. This Tool is in beta but for now i can't update this.
Have fun

Inviato dal mio Nexus 6 utilizzando Tapatalk
I already translated it and the dev notes you left if you just wanna reuse that.
translated program:

translated source:

Also credit where is due, at least you made a tool for season 1. It's the only one that exists right now publicly. It would be nice though if you could eventually fix the other functions, and maybe make a folder system.
Shanzenos is offline  
Thanks
1 User
Old 07/18/2016, 20:54   #36
 
elite*gold: 0
Join Date: Apr 2011
Posts: 14
Received Thanks: 4
Quote:
Originally Posted by Shanzenos View Post
I already translated it and the dev notes you left if you just wanna reuse that.
translated program:

translated source:

Also credit where is due, at least you made a tool for season 1. It's the only one that exists right now publicly. It would be nice though if you could eventually fix the other functions, and maybe make a folder system.
I rely on your expertise to fix the last things missing . I'm not very good at c# but I tried

Inviato dal mio Nexus 6 utilizzando Tapatalk
thedenny71 is offline  
Thanks
1 User
Old 07/18/2016, 21:02   #37
 
elite*gold: 0
Join Date: May 2014
Posts: 39
Received Thanks: 11
Quote:
Originally Posted by thedenny71 View Post
I rely on your expertise to fix the last things missing . I'm not very good at c# but I tried
Not much better here myself with c# or much of any c variant. The new s1 resource tool in question's being done by a friend of mine, not myself. I honestly couldn't do much better than your effort as it stands right now.

But, you ought to still strive to improve your program eventually, regardless. That is unless you've dropped support.
Shanzenos is offline  
Thanks
1 User
Old 07/18/2016, 21:05   #38
 
elite*gold: 0
Join Date: Apr 2011
Posts: 14
Received Thanks: 4
Quote:
Originally Posted by Shanzenos View Post
Not much better here myself with c# or much of any c variant. The new s1 resource tool in question's being done by a friend of mine, not myself. I honestly couldn't do much better than your effort as it stands right now.

But, you ought to still strive to improve your program eventually, regardless.
I thank you , I'm currently trying to improve the program by adding folders and display of file more quickly but it is not very easy

Inviato dal mio Nexus 6 utilizzando Tapatalk

Big update today for my tool. Much faster, division into folders and improvement of certain features. The program is currently still in beta. (All program is translated)

GitHub:

Credits to Blub Libraries
thedenny71 is offline  
Thanks
1 User
Old 07/20/2016, 19:08   #39
 
elite*gold: 0
Join Date: Nov 2014
Posts: 10
Received Thanks: 6
How to switch to Mysql

If you want to switch from SQLite to MySQL for example to make a register page then I have a soultion for you
I know that it is easy but to make your work easier I include the MySQL Backup files.
All Backup files are below.
Download Xampp here:

Setup Mysql + Set Root password
1.Setup XAMPP (XAMPP includes Apache Webserver[could be used for register site etc.], MariaDB and PHPMyAdmin)
2.Navigate to your XAMPP installation folder (standard: "C:\xampp\") then search for "xampp_shell.bat" and open it.
3.In the commandline type: "mysqladmin.exe -u root password YourPassword"


Import Database
1.Start MySQL and Apache via the XAMPP Control Panel.
2.Press on "Admin" in the MySQL row. Now your Browser should open and display the PHPMyAdmin Page
3.Press on "Import"
4.Select "auth.sql" then press "ok" do the same thing with game.sql.

Edit Server Configurations:
1.Navigate to your server\bin folder and open the "auth.json" then replace the auth_database part with this new one: (replace "YourPassword" with the one you set in the first part)
Code:
  "auth_database": {
    "engine": "MySQL",
    "host": "localhost",
    "username": "root",
    "password": "YourPassword",
    "database": "auth"
}
2.Now open the "game.json" and repeat it with the following:
Code:
  "auth_database": {
    "engine": "MySQL",
    "host": "localhost",
    "username": "root",
    "password": "YourPassword",
    "database": "auth"
  },
  "game_database": {
    "engine": "MySQL",
    "host": "localhost",
    "username": "root",
    "password": "YourPassword",
    "database": "game"
  },

Have fun with it
Attached Files
File Type: zip Database_files.zip (9.7 KB, 306 views)
xazzzu is offline  
Thanks
2 Users
Old 07/20/2016, 19:44   #40
 
Wizzardo's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 46
Received Thanks: 94
This is a test version server with chaser (min: 2 players).
Feel free to test.
(btw, client is closing itself whenever I create a chaser room. If you find the source of the problem, tell me)

And if someone could make a Multiclient from S4Client.exe, I would be very happy
Attached Files
File Type: zip NetspherePirates(test-chaser).zip (4.58 MB, 1190 views)
Wizzardo is offline  
Thanks
1 User
Old 07/20/2016, 20:52   #41
 
soulero's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 14
Received Thanks: 0
Quote:
Originally Posted by Wizzardo View Post
This is a test version server with chaser (min: 2 players).
Feel free to test.
(btw, client is closing itself whenever I create a chaser room. If you find the source of the problem, tell me)

And if someone could make a Multiclient from S4Client.exe, I would be very happy
You're the real MVP. Can't wait for chaser to be fully functional!
soulero is offline  
Old 07/20/2016, 21:16   #42
 
elite*gold: 0
Join Date: May 2014
Posts: 39
Received Thanks: 11
Quote:
Originally Posted by Wizzardo View Post
This is a test version server with chaser (min: 2 players).
Feel free to test.
(btw, client is closing itself whenever I create a chaser room. If you find the source of the problem, tell me)
Well, I have some logs from testing with soul here.


Bugs I've found are:
-To host chaser rooms you have to either select random, or select a specific map and limit the player count to as low as it goes, for it to not crash the client. (The latter method is also the only way to get 2 players in the room without one's client crashing).
-Client seems to always crash for one player (of the two) when the match begins and the loading completes.
-Chaser crashes on the victory screen.
Shanzenos is offline  
Old 07/20/2016, 22:00   #43
 
elite*gold: 0
Join Date: Apr 2011
Posts: 14
Received Thanks: 4
Quote:
Originally Posted by Wizzardo View Post
This is a test version server with chaser (min: 2 players).
Feel free to test.
(btw, client is closing itself whenever I create a chaser room. If you find the source of the problem, tell me)

And if someone could make a Multiclient from S4Client.exe, I would be very happy
Wizzardo you Can use Sandboxie program for open 2 S4 League Client.

Inviato dal mio Nexus 6 utilizzando Tapatalk

Chaser mode don't work, all settings crash
thedenny71 is offline  
Old 07/21/2016, 20:48   #44
 
WAZAAAAA...'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 91
Received Thanks: 81
Quote:
Originally Posted by Wizzardo View Post
And if someone could make a Multiclient from S4Client.exe, I would be very happy
Code:
http://www.mediafire.com/download/kku9obo8o35qt4k/S4Client_FumbiClient_multiclient.7z
Do it yourself version through hex editing:
replace:
FF 15 2C B2 EF 00 8B 4D
with:
90 90 90 90 90 90 8B 4D
WAZAAAAA... is offline  
Thanks
3 Users
Old 07/21/2016, 23:54   #45
 
Wizzardo's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 46
Received Thanks: 94
Quote:
Originally Posted by WAZAAAAA... View Post
Code:
http://www.mediafire.com/download/kku9obo8o35qt4k/S4Client_FumbiClient_multiclient.7z
Do it yourself version through hex editing:
replace:
FF 15 2C B2 EF 00 8B 4D
with:
90 90 90 90 90 90 8B 4D
tvm
I've linked your post into the main one.
Wizzardo is offline  
Reply

Tags
emulator s4 league


Similar Threads Similar Threads
[Relase] Cheat Dark Lightning 1.5
05/22/2011 - S4 League Hacks, Bots, Cheats & Exploits - 6 Replies
Hi I post the following cheat to S4League Download here --->>> Kinder_Bueno DarkLighting 1.5.rar wait for 5 seconds at the top right and click Skip Ad Screen: http://img28.imageshack.us/img28/6871/immagineqpv .jpg
Cytriik Trainer 0.6.1 ( Dark Lightning 1.5 )
05/13/2011 - S4 League Hacks, Bots, Cheats & Exploits - 86 Replies
Download version 0.6.3 qui : DLLs 0.6.3.rar Video Clip : http://www.youtube.com/watch?v=JaH-J8jiAyA if ever the case when you click F11 does not open the window of cytriik download one of the following packages :
Cytriik Trainer 0.6 ( Dark Lightning 1.5 )
05/11/2011 - S4 League Hacks, Bots, Cheats & Exploits - 24 Replies
Hi, here the place Cytriik compatibbile Trainer Version 0.6 with the current patch, that is the Dark Lightning 1.5. Download Here - - ->>> DLLs 0.6.rar does anyone know how to make it work Video Guide : http://www.youtube.com/watch?v=JaH-J8jiAyA
[YT Design]S4 League Dark Lightning
01/31/2011 - S4 League - 15 Replies
Jo, da ich mir das Bild von der AlaplayaWebside geschnorrt hatte habe ich mich mal an nen schlichtes und einfach YT Design gemacht.(Ich habe das Logo von alaplaya darauf gemacht um das Copyright nicht zu brechen) Vorschau: Einer meiner YT Kanäle Einstellungen/Options: http://imagr.eu/up/4d408265107c88_YT_Design.PNG



All times are GMT +2. The time now is 16:41.


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.