About me

I'm just some random girl that probably exists.

I like giantess stuff as well as high heels and boots (boots especially).

Sometimes I code in Ruby. My code editor is Visual Studio Code.

My Twitter is @ashixqt.

#!/usr/bin/ruby

def StepOn(target, shoe)
    if target.size <= crushable
        underfoot.crush(target)
    else
        underfoot.trample(target)
    end
end

StepOn(site.viewer, boot.highheel)
Run code