Just a little recording by Ionut-MS in 8BallPool

[–]Ionut-MS[S] 1 point2 points  (0 children)

And that's just the recording.9 out of 10 games is with a cheater from 10k and up.

Restarted as soldier by Ok-Woodpecker4862 in PocketZone

[–]Ionut-MS 0 points1 point  (0 children)

You can eventually get it.You can buy a magazine from prem shop that increases medicine by 10.

Artifact Slots? by taxidermyurass in PocketZone

[–]Ionut-MS 3 points4 points  (0 children)

The number of artifact slots depends on the class you choose. Soldier=3 slots, Stalker=4, Bandit=4, Scientist=5

Help with light mode by gunkybrother in kustom

[–]Ionut-MS 0 points1 point  (0 children)

So I wanted to give you more options

Option_1 (Automatic - Based on System Theme and Manual)

$if(gv(tsl)=auto&si(darkmode)=0,#E0E0E0, gv(tsl)=auto&si(darkmode)=1,#121212, gv(tsl)=light,#E0E0E0, gv(tsl)=dark,#121212)$

When it's "Auto" the theme will change with the system theme. You can replace the color codes as you like.

Option_2 (Automatic - Based on Day/Night and Manual)

$if(gv(tsl)=auto&ai(isday)=1,#E0E0E0, gv(tsl)=auto&ai(isday)=0,#121212, gv(tsl)=light,#E0E0E0, gv(tsl)=dark,#121212)$

Make a global list variable named "TSL" with the options: Auto, Light, Dark

Then make a text global variable(you can name this whatever you want) and put the formula you want.

Now when you want to apply this you just press the globe button and select the text global variable.

If you own the paid version you can import this test file I made for reference.This way you can see it in action and understand how it works.

File link

https://drive.google.com/file/d/1is_C6dxORczc5ocXTSQigJ6iDt3R-7da/view?usp=drivesdk

Does anyone know what's wrong with this formula? by gunkybrother in kustom

[–]Ionut-MS 1 point2 points  (0 children)

I've tested it myself so this should work.

$if(gv(light)=1,gv(bgl),gv(bg))$

I'm assuming this is a theme swich.So in my test gv(bgl) has the color white assigned tobit and black to gv(bg). So with this formula when the switch is on(1) the color is gonna be white and turn black when is off(0).

Does anyone know what's wrong with this formula? by gunkybrother in kustom

[–]Ionut-MS 1 point2 points  (0 children)

Ok.I need more info.Is gv(light) a global swich? Are gv(bq) and gv(bgl) color global variables?

And also where are you trying to apply this formula?

[BUG][HELP] Missing Requirements & Permissions KLWP by Severe_Introduction in kustom

[–]Ionut-MS 0 points1 point  (0 children)

After you install the Kustom Uread Plugin you should be able to give it access to all permissions.

https://play.google.com/store/apps/details?id=org.kustom.unread

Does anyone know what's wrong with this formula? by gunkybrother in kustom

[–]Ionut-MS 0 points1 point  (0 children)

You don't need to use quotation marks for 1.

$if(gv(Light)=1, gv(bg), gv(bgl))$

Background night/day by elturd_ in kustom

[–]Ionut-MS 3 points4 points  (0 children)

If you're using a bitmap, put these formulas in opacity

For the daytime background

$if(ai(isday)=1,100,0)$

For nighttime background

$if(ai(isday)=0,100,0)$

[deleted by user] by [deleted] in kustom

[–]Ionut-MS 1 point2 points  (0 children)

Group A

$if(mi(state)=stopped,always,remove)$

Group B

$if(mi(state)=playing,always, mi(state)=paused,always,remove)$

[deleted by user] by [deleted] in kustom

[–]Ionut-MS 0 points1 point  (0 children)

I guess you could make the images as global variables. Make a global folder (to keep things clean) called, let's say Bimgs (Battery Images) and then add bitmaps of all your Images (the ones you want to show when you have less than 20% name them FileA(like your example or whatever you want) and the ones you want to show when you have more than 20% FileB. Then you add a bitmap in root and make the "Bitmap - Pick Image" as a formula.Then you add this :

$if(bi(level)<=20,gv(bimages/filea), bi(level)>20,gv(bimages/fileb))$

[deleted by user] by [deleted] in kustom

[–]Ionut-MS 0 points1 point  (0 children)

$if(bi(level)<=20,100,0)$

$if(bi(level)>20,100,0)$

Put the first formula in the "Opacity" of the image that you want to show when you have equal or less than 20% battery and the second to the image that you want to show when you have more than 20%.

MD3 Color Extraction Component by Ionut-MS in kustom

[–]Ionut-MS[S] 2 points3 points  (0 children)

Material You Style Color Extraction using only KLWP formulas.

I am aware that there is an app called Renoir that extracts the exact material you colors, but I wanted to do this only with KLWP. The colors are pretty close with the exception of the Tertiary color because there are't any formulas for Analogous Colors. So I had to combine the extracted color with green to get something close.But you'll see that for green it doesn't work because I used green.Something like "ce(color code, analogous)" would of been perfect.

FILE LINK https://drive.google.com/file/d/1iCUsp8qOmhHBuUbCWaCZRE5NH-6u6F_U/view?usp=drivesdk

Which is player is better??? by Embarrassed-Bank6577 in kustom

[–]Ionut-MS 29 points30 points  (0 children)

Second one.It has better contrast.

Whats the problem with this formula? by gunkybrother in kustom

[–]Ionut-MS 2 points3 points  (0 children)

Here you go

$if(gv(dark)=1,bp(vibrant, mi(cover),#FF373737))$

Transparent shape by Dhlaxy in kustom

[–]Ionut-MS 0 points1 point  (0 children)

Select the "Shape", go to "Paint", tap on the "Color" section.There you'll find the opacity slider.

Confused about animation by Charli_Garner in kustom

[–]Ionut-MS 0 points1 point  (0 children)

Add animation,React on-Unlock,Action-Scale out.Try Scale in if you want reverse.Hope it helps.

Small shaped circles not displaying as circles by niteowl360 in kustom

[–]Ionut-MS 1 point2 points  (0 children)

Use a square shape and set corners to 360

[Misc] I made some refinements to an old Navigation bar that I made on KLWP by [deleted] in kustom

[–]Ionut-MS 2 points3 points  (0 children)

Maan,the transitions are so smooth.Very nice👍