- MusicHub - https://musichub.greensparkstudio.com/ -

The Man Who Cant Be Moved by The Script

[Intro]

G  D/F#  C

 

[Verse 1]

     G                         D/F#

Going back to the corner where I first saw you,

     Am                               C

Gonna camp in my sleeping bag, no I’m not gonna move,

      G                       D/F#

Got some words on cardboard got your picture in my hand,

     Am                               C

Saying if you see this girl can you tell her where I am,

           G                       D/F#

Some try to hand me money they don’t understand,

            Am                               C

I’m not… broke I’m just a broken hearted man,

            G                       D/F#

I know it makes no sense, but what else can I do,

     Am                               C

How can I move on when I’m still in love with you…

 

[Pre-Chorus]

           G                                 D

‘Cause if one day you wake up and find that you’re missing me,

           Am                                   C

And your heart starts to wonder where on this earth I could be,

         G                                 D

Thinking maybe you’d come back here to the place that we’d meet,

           Am                             C

And you’d see me waiting for you on the corner of the street.

 

[Chorus]

         G       D

So I’m not moving…

        Am      C

I’m not moving.

 

[Interlude]

G  D/F#  C

 

[Verse 2]

G                        D/F#

  Policeman says, son you can’t stay here,

                 Am                      C

I said there’s someone I’m waiting for if it’s a day, a month, a year,

G                       D/F#

Gotta stand my ground even if it rains or snows,

    Am                               C

If she changes her mind this is the first place she will go.

 

[Pre-Chorus]

           G                                 D

‘Cause if one day you wake up and find that you’re missing me,

           Am                                   C

And your heart starts to wonder where on this earth I could be,

         G                                 D

Thinking maybe you’d come back here to the place that we’d meet,

           Am                             C

And you’d see me waiting for you on the corner of the street.

 

[Chorus]

         G       D

So I’m not moving…

        Am      C

I’m not moving.

        G      D

I’m not moving…

        Am      C

I’m not moving.

 

[Interlude]

Em              Em7      Cadd9

   People talk about the guy

       Cmaj7       D6    D

Who’s waiting on a girl…

  Am   Asus2

Oohoohwoo

Em              Em7           Cadd9

   There are no holes in his shoes

          Cmaj7       D6    D

But a big hole in his world…

 Am   Asus2

Hmmmm

 

[Bridge]

Cmaj7                        D

Maybe I’ll get famous as the man who can’t be moved,

     Am                                  D

And maybe you won’t mean to but you’ll see me on the news,

                Cmaj7                   D

And you’ll come running to the corner…

                              Am

‘Cause you’ll know it’s just for you

 

I’m the man who can’t be moved

          C

I’m the man who can’t be moved…

 

[Pre-Chorus]

           G                                 D

‘Cause if one day you wake up and find that you’re missing me,

           Am                                   C

And your heart starts to wonder where on this earth I could be,

         G                                 D

Thinking maybe you’d come back here to the place that we’d meet,

           Am                             C

And you’d see me waiting for you on the corner of the street.

 

[Chorus]

         G       D

So I’m not moving…

        Am      C

I’m not moving.

        G      D

I’m not moving…

        Am      C

I’m not moving.

 

[Outro]

    G                          D/F#

Going back to the corner where I first saw you,

     Am                            C

Gonna camp in my sleeping bag, I’m not gonna move.

Video(s)

The Man Who Can't Be Moved (Live from The Isle Of Wight Festival) - The Script

The Script - The Man Who Can't Be Moved in the Live Lounge | BBCRadio1VEVO

Guitar Lesson Tutorial & Chords | Let'sPlayGuitar!

Guitar Lesson |TABS| - GuitarZero2Hero

Fingerstyle Guitar | TAB + Chords + Lyrics - Kenneth Acoustic

.auto-scroll { position: fixed; left: 20px; top: 60%; transform: translateX(-60%); z-index: 1000; width: 35px; text-align:center; } .auto-scroll button { font-size: 14px; padding:0px; margin-bottom:5px; border: none; background-color: #992600; border-radius: 50px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: all 0.3s ease; width: 30px; height: 30px; } .auto-scroll button.active { background-color: #2196F3; color: #fff; } .auto-scroll button i { font-size: 18px; display: block; } .auto-scroll button i.fa-pause-circle { font-size: 18px; }
var scrollInterval; var currentSpeed = 1; function startScroll(speed) { var scrollSpeed = 1; if (speed === 2) { scrollSpeed = 2; } else if (speed === 3) { scrollSpeed = 3; } currentSpeed = speed; document.querySelectorAll(".auto-scroll button").forEach(function(btn) { btn.classList.remove("active"); }); document.getElementById("speed-" + speed + "x").classList.add("active"); scrollInterval = setInterval(function() { window.scrollBy(0, scrollSpeed); if ((window.innerHeight + window.pageYOffset) >= document.body.offsetHeight) { stopScroll(); resetScroll(); } }, 50); } function stopScroll() { clearInterval(scrollInterval); } function resetScroll() { document.getElementById("start-stop").innerHTML = ''; document.querySelectorAll(".auto-scroll button:not(#start-stop)").forEach(function(btn) { btn.setAttribute("disabled", true); btn.classList.remove("active"); }); } document.getElementById("start-stop").addEventListener("click", function() { if (this.innerHTML === '') { startScroll(1); this.innerHTML = ''; document.querySelectorAll(".auto-scroll button:not(#start-stop)").forEach(function(btn) { btn.removeAttribute("disabled"); }); } else { stopScroll(); resetScroll(); } }); document.getElementById("speed-1x").addEventListener("click", function() { if (currentSpeed !== 1) { stopScroll(); startScroll(1); } }); document.getElementById("speed-2x").addEventListener("click", function() { if (currentSpeed !== 2) { stopScroll(); startScroll(2); } }); document.getElementById("speed-3x").addEventListener("click", function() { if (currentSpeed !== 3) { stopScroll(); startScroll(3); } });