Source Free SRC Cheat Nursultan Nextgen For Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
379
Reaction score
2
Attention, all Minecraft enthusiasts and dedicated players! Your search for the ultimate Minecraft source ends here! Introducing "Nursultan Nextgen" the most exceptional and sought-after resource that will undoubtedly elevate your gaming experience to new heights. We, as passionate players ourselves, deeply comprehend the significance of having reliable and effective tools to enhance your gameplay in this blocky universe.

In this exclusive thread, we take immense pride in presenting to you the carefully curated "Minecraft Cheat Sources" section. Within this esteemed collection, you will find a diverse array of top-notch resources, all available for free download. Our team of experts has tirelessly tested each source to ensure its quality and reliability, leaving you with the peace of mind to delve into the game without any worries.

i

Nursultan Nextgen:​

JavaScript:
#ifdef GL_ES
precision mediump float;
#endif

#extension GL_OES_standard_derivatives : enable

uniform vec2 resolution;
uniform float time;

/*
* @author Yanchenko.class (kinda)
*/
mat2 m(float a) {
    float c=cos(a), s=sin(a);
    return mat2(c,-s,s,c);
}

float map(vec3 p) {
    p.xz *= m(time * 0.4);p.xy*= m(time * 0.1);
    vec3 q = p * 2.0 + time;
    return length(p+vec3(sin(time * 0.7))) * log(length(p) + 1.0) + sin(q.x + sin(q.z + sin(q.y))) * 0.5 - 1.0;
}

void main() {
    vec2 a = gl_FragCoord.xy / resolution.y - vec2(0.9, 0.5);
    vec3 cl = vec3(0.0);
    float d = 2.5;

    for (int i = 0; i <= 5; i++) {
        vec3 p = vec3(0, 0, 4.0) + normalize(vec3(a, -1.0)) * d;
        float rz = map(p);
        float f =  clamp((rz - map(p + 0.1)) * 0.5, -0.1, 1.0);
        vec3 l = vec3(0.1, 0.3, 0.4) + vec3(5.0, 2.5, 3.0) * f;
        cl = cl * l + smoothstep(2.5, 0.0, rz) * 0.6 * l;
        d += min(rz, 1.0);
    }

    gl_FragColor = vec4(cl, 1.0);
}
 
Top