Launcher Discussion
Grade: Commander DavidJr Date: Thursday, 14 February 13, 7:33 PM | Message # 1
Commander
Clan: Executive
Experience: 2256
Status: Offline
UNTUK TUTORIAL LAUNCHER BUAT YG MW BELAJAR BASICNYA DOWNLOAD FILE DOCUMENT INI Program: AutoPlay Media Studio 8.1 Plugins: JLR Plugins for cstrike Script Register account: -. Description Allow you to create new accounts. -. Requirements 2 pages 1 dialog windows 2 button objects' page 1 button object's dialog window 2 input objects' dialog windows 1 ini file -. How to Do 1. Create two buttons, 1 buttons for "Register" button to show the dialog, the other one is "Log in" button. 2. Create three input objects on dialog windows, give them names "ID", "Pass", and one button on dialog windows. 3. Double click on register button, and then click the "Quick Action" tab, choose the "Action to run" to Show Dialog, and select the windows dialog. 4. Double click on dialog windows button, click "Script" tab, and choose "On Click" event and then copy paste this code below:
Code
id = Input.GetText("ID"); pass = Input.GetText("Pass"); INIFile.SetValue("account.ini", "Login", "ID", id) --[[account.ini based on the source folder]]-- INIFile.SetValue("account.ini", "Login", "Pass", pass) --[[account.ini based on the source folder]]--
5. Double click on "Log in" button, click "Script" tab, and choose "On Click" event and then copy paste this code below:
Code
id = Input.GetText("ID"); pass = Input.GetText("Pass"); get_id = INIFile.GetValue("account.ini", "Login", "ID"); get_pass = INIFile.GetValue("account.ini", "Login", "Pass"); if get_id == id then if get_pass == pass then Page.Jump("Page2") else --[[Password Salah]]-- end else --[[ID Salah]]-- end
Sub Add Ons
Plugin Grade System [Credits to David Vincent B.)
posted via BlackBerry Personal Site | CSF Website
Grade: Commander bagas Date: Friday, 15 February 13, 11:50 AM | Message # 2
Commander
Clan: Member
Experience: 1897
Status: Offline
buatin videonya donk
Grade: Copral Sal Date: Friday, 15 February 13, 4:52 PM | Message # 3
Copral
Clan: Member
Experience: 11
Status: Offline
nice btw, itu buat system login, klo buat sistem item mall nya gmana gan caranya? maklum newbie
Grade: Trainee PenggemarCSF Date: Friday, 15 February 13, 5:09 PM | Message # 4
Trainee
Clan: Member
Experience: 7
Status: Offline
klo cara buat sistem pangkatnya gimana?
Grade: Commander DavidJr Date: Friday, 15 February 13, 5:17 PM | Message # 5
Commander
Clan: Executive
Experience: 2256
Status: Offline
Sal , masih rahasia :P PenggemarCSF , Requirements: -. INI file Code
exp_value = INIFile.GetValue("account.ini", "Login", "Exp"); exp = String.ToNumber(exp); if exp > 1000 then --[[Eksekusi action jika exp dalam ini file lebih dari seribu]]-- end
posted via BlackBerry Personal Site | CSF Website
Grade: Copral Bujang Date: Friday, 15 February 13, 6:22 PM | Message # 6
Copral
Clan: Member
Experience: 16
Status: Offline
iya Gan, sistem EXP yang dimaksud kaya gimana? akan jalan seperti apa? apakah seperti CF Perfect Title Deserve ? Mohon Pencerahan.. Soal nya ane mau adaain Maret Big Update Gan XD.
life is a choice...
Grade: Trainee PenggemarCSF Date: Friday, 15 February 13, 7:38 PM | Message # 7
Trainee
Clan: Member
Experience: 7
Status: Offline
thx kk Master btw, boleh minta mentahan launcher punya agan yg ada sistem pangkatnya? mau ane pelajarin . . . klo bisa dikasi ya
Grade: Copral Sal Date: Saturday, 16 February 13, 6:22 AM | Message # 8
Copral
Clan: Member
Experience: 11
Status: Offline
DavidJr , jah ok ok :p, pke amx dulu kan baru dimasukin plugin nya ke launcher??
Grade: Commander DavidJr Date: Saturday, 16 February 13, 8:36 PM | Message # 9
Commander
Clan: Executive
Experience: 2256
Status: Offline
Bujang , kamsud? PenggemarCSF , klo ane ada waktu mengupload. Sal , yow, pake inventory addons juga bisa.
posted via BlackBerry Personal Site | CSF Website
Grade: Copral Sal Date: Saturday, 16 February 13, 9:46 PM | Message # 10
Copral
Clan: Member
Experience: 11
Status: Offline
DavidJr , binggung jga klo udah bikin dialog login nya, trus copy kan yang tadi bla bla bal. nah buat bikin id nya gmana tuh?
Grade: Commander DavidJr Date: Sunday, 17 February 13, 8:11 AM | Message # 11
Commander
Clan: Executive
Experience: 2256
Status: Offline
Sal, loh itu kan dialognya dialog register.
posted via BlackBerry Personal Site | CSF Website
Grade: Trainee PenggemarCSF Date: Sunday, 17 February 13, 8:47 PM | Message # 12
Trainee
Clan: Member
Experience: 7
Status: Offline
Ane bingung buat pangkatnya doang, pliss diupload mentahan launchernya, biar ane bisa bikin launcher yg real PeBe
Grade: Commander DavidJr Date: Monday, 18 February 13, 9:22 PM | Message # 13
Commander
Clan: Executive
Experience: 2256
Status: Offline
PenggemarCSF , http://www.mediafire.com/?al1qf7z6nfvnnwz
posted via BlackBerry Personal Site | CSF Website
Grade: Copral DevataCode Date: Monday, 18 February 13, 9:58 PM | Message # 14
Copral
Clan: Member
Experience: 20
Status: Offline
Gan David Cara Ny Gimana Thu Ane Juga Riqwest Tutor Sistem Inventory Gitu
Saya Akan Berusaha Di Dunia Mapper Dan Membasmi Lecher :D Newbie Di Bimbing Leacher Di Musnahkan
Grade: Copral Sal Date: Tuesday, 19 February 13, 3:22 PM | Message # 15
Copral
Clan: Member
Experience: 11
Status: Offline
DavidJR, Klo di rum nya itu gmana buat nya? apa sama kaya di lobby?