Categories > Exploiting > Scripts >

OP Hotel elephant money hub

Posts: 1

Threads: 1

Joined: Nov, 2022

Reputation: 0

Posted

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()

local Window = Library.CreateLib("OP Money Hub I Hotel Elephant", "Ocean")

local Tab1 = Window:NewTab("Money")

local Section1 = Tab1:NewSection("Givers")

Section1:NewTextBox("Give All Money", "", function(txt)

local plrs = game:GetService("Players")

for i, v in pairs(plrs:GetChildren()) do

game:GetService("ReplicatedStorage").MoneyRequest:FireServer(false, (txt), "Cash", v)

end

end)

Section1:NewTextBox("Give Yourself Money", "", function(txt)

local args = {

    [1] = false,

    [2] = (txt),

    [3] = "Cash",

    [4] = game:GetService("Players").LocalPlayer

}

 

game:GetService("ReplicatedStorage").MoneyRequest:FireServer(unpack(args))

end)

 

  • 0

Posts: 381

Threads: 42

Joined: Feb, 2021

Reputation: 9

Replied

Bro, that game is 12 years old.

 

  • 0

https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif

Read me.

Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.

Users viewing this thread:

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