Advertisement
AERQ1111

ROBLOX MOURS Overclocked Hosts (HOURS FANGAME)

Jun 27th, 2025
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.17 KB | None | 0 0
  1. -- lol check ts out mours overclocked host LMAO imagine br imagine dragons bro m
  2. while true do
  3.     -- Resize Car in Rider model
  4.     local riderModel = game.Workspace:FindFirstChild("Rider")
  5.     if riderModel and riderModel:IsA("Model") then
  6.         local car = riderModel:FindFirstChild("Car")
  7.         if car and car:IsA("BasePart") then
  8.             car.Size = Vector3.new(20.399900436401367, 10.399970054626465, 36.62255859375)
  9.         else
  10.             warn("Car part is missing in Rider model!")
  11.         end
  12.     end
  13.    
  14.     -- Resize Class0's Sword parts (Blade, Guard, Hilt) and Hitbox
  15.     local class0 = game.Workspace:FindFirstChild("Class0")
  16.     if class0 and class0:IsA("Model") then
  17.         local sword = class0:FindFirstChild("Sword")
  18.         if sword and sword:IsA("Model") then
  19.             local blade = sword:FindFirstChild("Blade")
  20.             local guard = sword:FindFirstChild("Guard")
  21.             local hilt = sword:FindFirstChild("Hilt")
  22.             local hitbox = sword:FindFirstChild("HitBox")
  23.            
  24.             if blade and blade:IsA("BasePart") then
  25.                 blade.Size = Vector3.new(0.22669696807861328 * 8, 0.15207017958164215 * 8, 2.4404563903808594 * 8)
  26.             end
  27.             if guard and guard:IsA("BasePart") then
  28.                 guard.Size = Vector3.new(0.8868881464004517 * 8, 0.2617935836315155 * 8, 0.3407863974571228 * 8)
  29.             end
  30.             if hilt and hilt:IsA("BasePart") then
  31.                 hilt.Size = Vector3.new(0.15735554695129395 * 8, 0.18165132403373718 * 8, 0.5371856689453125 * 8)
  32.             end
  33.             if hitbox and hitbox:IsA("BasePart") then
  34.                 hitbox.Size = Vector3.new(1 * 8, 1 * 8, 2.499999523162842 * 8)
  35.             end
  36.         else
  37.             warn("Sword model is missing in Class0 bro")
  38.         end
  39.        
  40.         -- Resize OrbLarge in Class0
  41.         local orbLarge = class0:FindFirstChild("OrbLarge")
  42.         if orbLarge and orbLarge:IsA("BasePart") then
  43.             orbLarge.Size = Vector3.new(28, 28, 28)
  44.         else
  45.             warn("OrbLarge is missing in Class0")
  46.         end
  47.     end
  48.    
  49.     -- Resize BloxxerNail
  50.     local bloxxerNail = game.Workspace:FindFirstChild("BloxxerNail")
  51.     if bloxxerNail and bloxxerNail:IsA("BasePart") then
  52.         bloxxerNail.Size = Vector3.new(0.75 * 2, 0.75 * 2, 3 * 2)
  53.     else
  54.         warn("BloxxerNail is not here")
  55.     end
  56.    
  57.     -- Resize Bloxxer's HitBox
  58.     local bloxxer = game.Workspace:FindFirstChild("Bloxxer")
  59.     if bloxxer and bloxxer:IsA("Model") then
  60.         local blueprint = bloxxer:FindFirstChild("Blueprint")
  61.         if blueprint and blueprint:IsA("Model") then
  62.             local hitbox = blueprint:FindFirstChild("HitBox")
  63.             if hitbox and hitbox:IsA("BasePart") then
  64.                 hitbox.Size = Vector3.new(150, 150, 150)
  65.             else
  66.                 warn("HitBox is missing in Bloxxer's Blueprint bruh")
  67.             end
  68.         else
  69.             warn("Blueprint model is missing in Bloxxer bFUKC YOUR BLUEPRINT")
  70.         end
  71.     end
  72.    
  73.     wait(0.1) -- check comtinuously
  74. end
  75. -- my legs are tingling ooooh it tickles if i move
  76. -- yall ever experienced that
  77. -- it relally tickles lmo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement