Categories > Exploiting > Scripts >

High School Life fe body resizer

crob7313

OOOGABOOGA

Posts: 73

Threads: 25

Joined: Jan, 2021

Reputation: 2

Posted

btw this game has over 6k people playing

game link

script

local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()

local w = library:CreateWindow("script by")

local c = w:CreateFolder("oooga booga")
c:Box("Overrall size","number",function(value) -- "number" or "string"


local args = {
   [1] = {
       ["BodyTypeScale"] = value,
       ["DepthScale"] = value,
       ["HeadScale"] = value,
       ["HeightScale"] = value,
       ["ProportionScale"] = value,
       ["WidthScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("WidthScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["WidthScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("HeightScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["HeightScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("HeadScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["HeadScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("DepthScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["DepthScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("BodyTypeScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["BodyTypeScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Box("ProportionScale","number",function(value) -- "number" or "string"
local args = {
   [1] = {

       ["ProportionScale"] = value
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
c:Button("Becum buff",function()

local args = {
   [1] = {
       ["BodyTypeScale"] = 1.5,
       ["DepthScale"] = 1.7,
       ["HeadScale"] = 1.5,
       ["HeightScale"] = 1.5,
       ["ProportionScale"] = 1.5,
       ["WidthScale"] = 1.7
   }
}

game:GetService("ReplicatedStorage").AvatarEditorConnections.UpdateScale:InvokeServer(unpack(args))
end)
  • 0

ooogabooga skipbidibopbamboop

Posts: 6

Threads: 0

Joined: Apr, 2022

Reputation: 0

Replied

["BodyTypeScale"] = 1.5,
       ["DepthScale"] = 1.7,
       ["HeadScale"] = 1.5,


I'm having a little trouble with the.
  • 0

Nolix

use vantra hub

Posts: 436

Threads: 61

Joined: Mar, 2022

Reputation: 14

Replied

good script! should clean up that code tho looks copy pasted

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )