How to unlock all Effects Camera Habbo

Dec 17, 2017
151
19
Hi, I would like to know how to unlock all the effects of the camera for all users
Thanks :up:


-- UP --
 
Last edited:

Hypothesis

Programmer
Jan 6, 2019
524
361
Basically, your best bet would be to search for anything containing this "camera." in your external variables, and it should bring you to a lot of the camera settings that are set to true or false.
 

Menkz

Member
Jul 9, 2010
374
167
Here's all the external vars I found for the camera:

Code:
camera.available.effects=hearts_hardlight_02,stars_hardlight_02,security_hardlight,alien_hrd,bluemood_mpl,coffee_mpl,drops_mpl,glitter_hrd, misty_hrd,pinky_nrm,rusty_mpl,shiny_hrd,toxic_hrd, shadow_multiply_02,texture_overlay,frame_gold,frame_gray_4,frame_black_2,frame_wood_2,finger_nrm, color_1,color_2,color_3,color_4,dark_sepia,night_vision,x_ray,increase_saturation, decrease_saturation,hypersaturated,increase_contrast,decr_conrast,hue_bright_sat,Yellow,green_2
camera.competition.enabled=false
camera.effects.enabled=true
camera.enabled.android=1
camera.enabled.desktop=1
camera.enabled.ios=1
camera.enabled=false
camera.launch.ui.position=bottom-icons
camera.photo.publishing.enabled=true
 

Users who are viewing this thread

Top