
5.1k Views
Inf Size, Rainbow Boost, Free Gamepasses
Universal Script 📌Uploaded by 11 months ago
Please login to perform these actions:
Description
Auto Claim Gifts very fast (Give you 10k Size) Auto Claim Rainbow Boost Unlock Blackhole Gamepass Unlock MagnetGamepass Credits: UILib - Scripter SyrexhubOfficialDev - Scripter UI - Idk who made it Also open Source Game Link https://www.roblox.com/games/15885874861/
Comments
7

Offline
SyrexhubOfficialDev 11 months ago
Mind if I added some things? Ill credit u
Offline
Vora 11 months ago
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")
local Players = game:GetService("Players")
-- Main configuration
local CONFIG = {
speed = 30,
jumpPower = 114,
maxHealth = 151,
res*Time = 2,
debugMode = false
}
-- Event connections
local remotes = ReplicatedStorage:WaitForChild("Remotes")
local damageEvent = remotes:WaitForChild("DamageEvent")
local healEvent = remotes:WaitForChild("HealEvent")
local res*Event = remotes:WaitForChild("Res*Event")
-- Weapon definitions extracted from obfuscated table
local weapons = {
{
name = "Sword",
damage = 15,
cooldown = 0.8,
range = 4
},
{
name = "Bow",
damage = 10,
cooldown = 1.2,
range = 30
},
{
name = "Staff",
damage = 25,
cooldown = 2.5,
range = 15
}
}
-- Utility functions
local function calculateDamage(baseDamage, distance, player)
local character = player.Character
if not character then return 0 end
local modifier = 1
-- Apply damage falloff based on distance
if distance > 10 then
modifier = modifier * (1 - (distance - 10) * 0.02)
end
-- Apply random variation
modifier = modifier * (math.random() * 0.2 + 0.9)
return math.floor(baseDamage * modifier)
end
-- Player handling
local function setupPlayer(player)
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
humanoid.WalkSpeed = CONFIG.speed
humanoid.JumpPower = CONFIG.jumpPower
Just a snippit of deobfuscation
Offline
roscoiumarian266 5 months ago
Tyy!! I love is Script
SyrexhubOfficialDevMind if I added some things? Ill credit u
Offline
SouljaWitchSrc 11 months ago
@SyrexhubOfficialDev yeah go ahead
SouljaWitchSrc@SyrexhubOfficialDev yeah go ahead
Offline
SyrexhubOfficialDev 11 months ago
@UILib alr I'm working on it
SyrexhubOfficialDev@UILib alr I'm working on it
Offline
SouljaWitchSrc 11 months ago
@SyrexhubOfficialDev cant wait
SouljaWitchSrc@SyrexhubOfficialDev cant wait
Offline
SyrexhubOfficialDev 11 months ago
@UILib lol
Rift | Auto Farm, Macro, Auto Route & More



