do loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-My-World-ReAnimate-V40-4177"))();wait("5");local lp=game:GetService("Players").LocalPlayer;local char=lp.Character or lp.CharacterAdded:Wait() ;local animateScript=char:FindFirstChild("Animate");if animateScript then animateScript.Disabled=true;end local hum=char:FindFirstChildOfClass("Humanoid");if hum then local animator=hum:FindFirstChildOfClass("Animator");local tracks=(animator and animator:GetPlayingAnimationTracks()) or hum:GetPlayingAnimationTracks() ;for _,track in pairs(tracks) do track:Stop(0);track:Destroy();end end print("Sistem kapatıldı ve animasyonlar silindi!");wait("4");local StarterGui=game:GetService("StarterGui");local fileId="1kMiby3Hgs66_7aHXqOhh4iR2eqS2efcJ";local directLink="https://docs.google.com/uc?export=download&id=" .. fileId ;local saveName="nameless_animation_theme.mp3";local function sendNotification(title,text) StarterGui:SetCore("SendNotification",{Title=title,Text=text,Duration=5});end local success,result=pcall(function() local data=game:HttpGet(directLink);if writefile then writefile(saveName,data);else error("Executor 'writefile' desteklemiyor!");end if getcustomasset then return getcustomasset(saveName);else error("Executor 'getcustomasset' desteklemiyor!");end end);if success then local sound=Instance.new("Sound");sound.Parent=game.Workspace;sound.SoundId=result;sound.Volume=1;sound:Play();sendNotification("Başarılı!","Oynatılıyor: " .. saveName );else sendNotification("Hata!","İndirme başarısız: " .. tostring(result) );warn("Hata Detayı: " .. result );end wait("5");local RunService=game:GetService("RunService");local UserInputService=game:GetService("UserInputService");local Player=game.Players.LocalPlayer;local char=Player.Character;local torse=char:FindFirstChild("Torso");local root=char:FindFirstChild("HumanoidRootPart");local neck=torse:FindFirstChild("Neck");local rootj=root:FindFirstChild("RootJoint");local ls=torse:FindFirstChild("Left Shoulder");local rs=torse:FindFirstChild("Right Shoulder");local lh=torse:FindFirstChild("Left Hip");local rh=torse:FindFirstChild("Right Hip");local cf=CFrame.new;local angles=CFrame.fromEulerAnglesXYZ;local cfMul=function(a,b) return a * b ;end;local Lerp=function(a,b,c) return a:Lerp(b,c);end;local sine=0;local deltaTime=0.1;local Ychg=0;local currentMode="Normal";UserInputService.InputBegan:Connect(function(input,processed) if processed then return;end if (input.KeyCode==Enum.KeyCode.Q) then currentMode=((currentMode=="Q") and "Normal") or "Q" ;elseif (input.KeyCode==Enum.KeyCode.E) then currentMode=((currentMode=="E") and "Normal") or "E" ;elseif (input.KeyCode==Enum.KeyCode.R) then currentMode=((currentMode=="R") and "Normal") or "R" ;elseif (input.KeyCode==Enum.KeyCode.T) then currentMode=((currentMode=="T") and "Normal") or "T" ;elseif (input.KeyCode==Enum.KeyCode.Y) then currentMode=((currentMode=="Y") and "Normal") or "Y" ;end end);RunService.RenderStepped:Connect(function(dt) sine=sine + 0.1 ;local speed=root.Velocity.Magnitude;local yVel=root.Velocity.Y;local Vfw=((speed>2) and 1) or 0 ;local Vrt=0;if (currentMode=="Y") then ls.C0=Lerp(ls.C0,cfMul(cf( -1.5,0.5,0),angles( -1.7453292519943295,0.17453292519943295 -(0.04363323129985824 * math.sin(sine * 2 )) , -1.4835298641951802)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,1.2000000476837158,0),angles(2.6179938779914944 + (0.08726646259971647 * math.sin((sine-1) * 2 )) ,0.6981317007977318, -1.3962634015954636)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -2.0943951023931953 + (0.08726646259971647 * math.sin((sine-1) * 2 )) , -0.08726646259971647,2.792526803190927)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0,(0.1 * math.sin(sine * 2 )) + Ychg ,0),angles( -1.6580627893946132,0.08726646259971647,3.0543261909900767)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1,( -0.9 -(0.1 * math.sin(sine * 2 ))) -Ychg ,0),angles( -1.3962634015954636,1.3962634015954636,1.5707963267948966)),deltaTime);lh.C0=Lerp(lh.C0,cfMul(cf( -1,( -1 -(0.1 * math.sin(sine * 2 ))) -Ychg ,0),angles( -1.5707963267948966, -1.3962634015954636, -1.5707963267948966)),deltaTime);elseif (currentMode=="T") then ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.5,0),angles(1.5707963267948966, -1.6580627893946132 + (0.08726646259971647 * math.sin((sine-0.3) * 4 )) ,1.5707963267948966)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1 + (0.15 * math.sin((sine-0.4) * 4 )) ,1.42,0),angles(1.5707963267948966,1.4835298641951802 -(0.3490658503988659 * math.sin((sine-0.4) * 4 )) ,1.5707963267948966)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.4835298641951802,0.04363323129985824 -(0.08726646259971647 * math.sin((sine + 0.1) * 4 )) , -3.141592653589793 + (0.04363323129985824 * math.sin(sine * 4 )) )),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0.1 * math.sin(sine * 4 ) ,Ychg,0),angles( -1.5707963267948966, -0.08726646259971647 + (0.08726646259971647 * math.sin(sine * 4 )) , -3.141592653589793)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1,( -1.1 + (0.1 * math.sin(sine * 4 ))) -Ychg ,0),angles(1.5707963267948966,1.5707963267948966 + (0.08726646259971647 * math.sin(sine * 4 )) , -1.5707963267948966)),deltaTime);lh.C0=Lerp(lh.C0,cfMul(cf( -1 -(0.02 * math.sin(sine * 4 )) ,( -0.925 -(0.07 * math.sin(sine * 4 ))) -Ychg ,0),angles(1.5707963267948966, -1.7453292519943295 + (0.08726646259971647 * math.sin(sine * 4 )) ,1.5707963267948966)),deltaTime);elseif (currentMode=="R") then rh.C0=Lerp(rh.C0,cfMul(cf(1,( -0.9 -(0.2 * math.sin(sine * 2 ))) -Ychg ,0),angles(1.5707963267948966,1.6580627893946132 -(0.17453292519943295 * math.sin(sine + 0.8 )) , -1.5707963267948966)),deltaTime);lh.C0=Lerp(lh.C0,cfMul(cf( -1,( -0.9 -(0.2 * math.sin(sine * 2 ))) -Ychg ,0),angles(1.5707963267948966, -1.6580627893946132 -(0.17453292519943295 * math.sin(sine + 0.8 )) ,1.5707963267948966)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0.3 * math.sin(sine + 0.8 ) , -0.1 + (0.2 * math.sin(sine * 2 )) + Ychg ,0),angles( -1.5707963267948966,0, -3.141592653589793)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.5707963267948966 + (0.08726646259971647 * math.sin((sine-0.5) * 2 )) ,0.08726646259971647 * math.sin(sine-1 ) , -3.141592653589793 + (0.2617993877991494 * math.sin(sine * 2 )) )),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1 + (0.1 * math.sin(sine * 3 )) ,0.2 -(0.1 * math.sin(sine + 0.8 )) , -0.25),angles(1.5707963267948966 + (0.5235987755982988 * math.sin(sine * 3 )) , -0.6981317007977318,0.3490658503988659 * math.sin(sine * 3 ) )),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1 + (0.1 * math.sin(sine * 3 )) ,0.2 + (0.1 * math.sin(sine + 0.8 )) , -0.25),angles(1.5707963267948966 -(0.5235987755982988 * math.sin(sine * 3 )) ,0.6981317007977318,0.3490658503988659 * math.sin(sine * 3 ) )),deltaTime);elseif (currentMode=="E") then lh.C0=Lerp(lh.C0,cfMul(cf( -1, -0.75 + (0.1 * math.sin((sine + 0.2) * 2 )) , -0.5),angles(1.3962634015954636 -(0.03490658503988659 * math.sin(sine * 2 )) , -1.6580627893946132,0)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1,0.2 + (0.15 * math.sin((sine + 0.2) * 2 )) , -0.7 + (0.1 * math.sin(sine * 2 )) ),angles(1.4835298641951802 + (0.03490658503988659 * math.sin(sine * 2 )) ,1.4835298641951802, -1.5707963267948966)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -0.9,0.4 + (0.1 * math.sin(sine * 2 )) ,0.3 -(0.15 * math.sin(sine * 2 )) ),angles( -1.0471975511965976 -(0.12217304763960307 * math.sin(sine * 2 )) , -1.3962634015954636, -0.6981317007977318)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0, -1.85 -(0.1 * math.sin((sine + 0.2) * 2 )) ,0),angles( -1.3962634015954636 + (0.03490658503988659 * math.sin(sine * 2 )) , -0.08726646259971647,3.141592653589793)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.4 + (0.1 * math.sin(sine * 2 )) ,0.2 -(0.15 * math.sin(sine * 2 )) ),angles(0.6108652381980153 -(0.12217304763960307 * math.sin(sine * 2 )) ,1.2217304763960306, -0.7853981633974483)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.6580627893946132 -(0.03490658503988659 * math.sin((sine + 0.6) * 2 )) ,0.10471975511965978 + (0.06981317007977318 * math.sin(sine * 0.66 )) ,3.141592653589793 + (0.3490658503988659 * math.sin(sine * 0.66 )) )),deltaTime);elseif (currentMode=="Q") then rh.C0=Lerp(rh.C0,cfMul(cf(1, -1,0),angles(1.3962634015954636 -(0.03490658503988659 * math.sin(sine * 2 )) ,1.3089969389957472, -0.9599310885968813)),deltaTime);lh.C0=Lerp(lh.C0,cfMul(cf( -1, -1,0),angles(1.5707963267948966 -(0.03490658503988659 * math.sin(sine * 2 )) , -1.3089969389957472,1.5707963267948966)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.75, -0.2),angles(2.705260340591211 -(0.08726646259971647 * math.sin((sine + 0.1) * 2 )) , -2.792526803190927, -0.6981317007977318)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.75, -0.2),angles(2.705260340591211 -(0.08726646259971647 * math.sin((sine + 0.1) * 2 )) ,2.792526803190927,0.6981317007977318)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.9198621771937625 -(0.10471975511965978 * math.sin((sine + 0.3) * 2 )) ,0,3.141592653589793)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0, -2.45 -(0.05 * math.sin(sine * 2 )) ,0),angles(0.03490658503988659 * math.sin(sine * 2 ) ,0,3.141592653589793)),deltaTime);elseif (yVel>1) then lh.C0=Lerp(lh.C0,cfMul(cf( -1, -1,0),angles(1.57, -1.6,1.57)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1, -1,0),angles(1.57,1.6, -1.57)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0,0,0),angles( -1.48,0, -3.14)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.5,0),angles(4.01,1.74, -1.57)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.5,0),angles(4.01, -1.74,1.57)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.39,0, -3.14)),deltaTime);elseif (yVel< -1) then lh.C0=Lerp(lh.C0,cfMul(cf( -1, -1,0),angles(1.57 -(0.08 * math.sin(sine * 4 )) , -1.65,1.57)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1, -1,0),angles(1.57 -(0.08 * math.sin(sine * 4 )) ,1.65, -1.57)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0,0,0),angles( -1.65,0, -3.14)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.5,0),angles(4.01 -(0.08 * math.sin(sine * 4 )) ,1.74, -1.57)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.5,0),angles(4.01 -(0.08 * math.sin(sine * 4 )) , -1.74,1.57)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.74,0, -3.14)),deltaTime);elseif (speed<2) then lh.C0=Lerp(lh.C0,cfMul(cf( -1, -1.09 -(0.1 * math.sin(sine * 1.3 )) ,0),angles( -0.02 * math.sin(sine * 1.3 ) , -1.39,0)),deltaTime);rh.C0=Lerp(rh.C0,cfMul(cf(1, -1.09 -(0.1 * math.sin(sine * 1.3 )) ,0),angles( -0.02 * math.sin(sine * 1.3 ) ,1.39,0)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.5 + (0.1 * math.sin((sine-1) * 1.3 )) ,0.05 * math.sin((sine-0.3) * 1.3 ) ),angles(0.52 + (0.08 * math.sin(sine * 1 )) , -1.48 + (0.1 * math.sin(sine * 1.3 )) ,0.52)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.5 + (0.1 * math.sin((sine-1) * 1.3 )) ,0.05 * math.sin((sine-0.3) * 1.3 ) ),angles(0.52 + (0.08 * math.sin(sine * 1 )) ,1.48 -(0.1 * math.sin(sine * 1.3 )) , -0.52)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0,0.09 + (0.1 * math.sin(sine * 1.3 )) ,0),angles( -1.57 + (0.02 * math.sin(sine * 1.3 )) ,0,3.14)),deltaTime);neck.C0=Lerp(neck.C0,cfMul(cf(0,1,0),angles( -1.53 -(0.02 * math.sin((sine + 1) * 1.3 )) ,0,3.14)),deltaTime);else rh.C0=Lerp(rh.C0,cfMul(cf(1, -1 + (0.3 * math.sin((sine-0.15) * 1.5 )) ,0),angles(1.57 -(0.95 * math.sin(sine * 1.5 ) * Vfw) ,1.57, -1.57)),deltaTime);lh.C0=Lerp(lh.C0,cfMul(cf( -1, -1 + (0.3 * math.sin((sine + 0.15) * 1.5 )) ,0),angles(1.57 + (0.95 * math.sin(sine * 1.5 ) * Vfw) , -1.57,1.57)),deltaTime);ls.C0=Lerp(ls.C0,cfMul(cf( -1,0.5,0),angles( -0.78 * math.sin((sine + 0.07) * 1.5 ) * Vfw , -1.57,0)),deltaTime);rs.C0=Lerp(rs.C0,cfMul(cf(1,0.5,0),angles(0.78 * math.sin((sine + 0.07) * 1.5 ) * Vfw ,1.57,0)),deltaTime);rootj.C0=Lerp(rootj.C0,cfMul(cf(0,0.2 * math.sin((sine + 0.1) * 3 ) ,0),angles( -1.57,0,3.14)),deltaTime);end end); end