Le Son
Mangaka Apprentice
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
900 XP
THIS PRIVATE METHOD MADE BY MYSELF
2. Now Copy the variable for which you want to separate [In My Case I Want To Save Points So I've Made Variable "Points"Shown Below ->
Switch To LoliScript And Make IF-ELSE Example ->
IF "<Points>" GreaterThan "1000"
IF "<Points>" LessThanOrEqual "2000"
4. Now Add Utility Block And Set It Like Me And Edit According To Yourself Example - >
. Now After This Again Switch to loli script and add ENDIF, it should look like this ->
. Here's Full Code Example Of Auto-Saver - >
IF "<Points>" GreaterThan "1000"
IF "<Points>" LessThanOrEqual "2000"
UTILITY File "Hits\\BWW\\1k - 2k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "2000"
IF "<Points>" LessThanOrEqual "3000"
UTILITY File "Hits\\BWW\\2k - 3k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "3000"
IF "<Points>" LessThanOrEqual "4000"
UTILITY File "Hits\\BWW\\3k - 4k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "4000"
IF "<Points>" LessThanOrEqual "5000"
UTILITY File "Hits\\BWW\\4k - 5k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "5000"
IF "<Points>" LessThanOrEqual "7500"
UTILITY File "Hits\\BWW\\5k - 7.5k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "7500"
IF "<Points>" LessThanOrEqual "10000"
UTILITY File "Hits\\BWW\\7.5k - 10k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "10000"
UTILITY File "Hits\\BWW\\10k+ Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
This is a bump
2. Now Copy the variable for which you want to separate [In My Case I Want To Save Points So I've Made Variable "Points"Shown Below ->
Switch To LoliScript And Make IF-ELSE Example ->
IF "<Points>" GreaterThan "1000"
IF "<Points>" LessThanOrEqual "2000"
4. Now Add Utility Block And Set It Like Me And Edit According To Yourself Example - >
. Now After This Again Switch to loli script and add ENDIF, it should look like this ->
. Here's Full Code Example Of Auto-Saver - >
IF "<Points>" GreaterThan "1000"
IF "<Points>" LessThanOrEqual "2000"
UTILITY File "Hits\\BWW\\1k - 2k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "2000"
IF "<Points>" LessThanOrEqual "3000"
UTILITY File "Hits\\BWW\\2k - 3k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "3000"
IF "<Points>" LessThanOrEqual "4000"
UTILITY File "Hits\\BWW\\3k - 4k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "4000"
IF "<Points>" LessThanOrEqual "5000"
UTILITY File "Hits\\BWW\\4k - 5k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "5000"
IF "<Points>" LessThanOrEqual "7500"
UTILITY File "Hits\\BWW\\5k - 7.5k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "7500"
IF "<Points>" LessThanOrEqual "10000"
UTILITY File "Hits\\BWW\\7.5k - 10k Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
IF "<Points>" GreaterThan "10000"
UTILITY File "Hits\\BWW\\10k+ Points.txt" AppendLines "<USER>:<PASS> | <Points>"
ENDIF
This is a bump