#im trying to find out how to make a script like this one
1 messages · Page 1 of 1 (latest)
use math
where do i evens tart
😭
like i have this
it doesnt even work
sick ui
just utilize the dimensions of the green line and plug a number/max number on scale?
like
let me show you
what im talking about then u will understand
u see this meter
and u see the little transparent part
yea
im trying to make it where i can hold E and it will stop at the part
then i can change the slider
depending on your ping
idk what you mean
like i can create the slider and the button
but when it comes to all that scripting
GuiLinething.Scale.Position = UDim2.new(0.5,0,((var + delta/10000) - 0.5),0)
i mean ik thats scripting aswell
what do i do with this
damn, it's soo hard to explain but soo easy to visualize what to do
btw
** You are now Level 1! **
basically you just take the scale for X or Y and divide a number off a larger number
i did this before
but it doesnt work
function displayEntityData(mob)
local TagInfo = mob:FindFirstChild("gui_port"):FindFirstChild("TagInfo")
local mob_health, mob_maxhealth;
mob_health = mob:FindFirstChild("Hitbox").Health.Value
mob_maxhealth = mob:FindFirstChild("Hitbox").Max_Health.Value
TagInfo.Main.Scale.Position = UDim2.new(((mob_health/mob_maxhealth) - 0.5),0,0.5,0)
end
one of my functions
mob_health is how much it is at vs the max health
reverse the formula
local TagInfo = mob:FindFirstChild("gui_port"):FindFirstChild("TagInfo")
local mob_health, mob_maxhealth;
mob_health = mob:FindFirstChild("Hitbox").Health.Value
mob_maxhealth = mob:FindFirstChild("Hitbox").Max_Health.Value
TagInfo.Main.Scale.Position = UDim2.new(0.5 - (mob_health / mob_maxhealth), 0, 0.5, 0)
end
like this?
is there no way where i can make it where on the bar depending on the slider number like if its 1 it will stop holding E automatically then it will stop 60 at a different time
well that's up to you lol
are you level 1 scripter? no offense
yes
well i want this one
if u could help me with this one
if not i will do the math one
@azure prawn
😭
** You are now Level 2! **
u cant script it
and i can prolly do something with the scripts
i can scipt it without a doubt
it's simple with it in my face
so how do i get it in your face
but explaining it
want me to just send u the script?
i need to fix this key system
it looks bad
key system was rushed
ill make it later
is it more performant to create frames in a local script?
i never understood that lol
doesn't matter, but i can't read this
..
whats wrong with it
oh
i'm like a genius that says just kick the ball and whoosh and swoosh but without the genius part 🙂
i can remove all the key stuff and it should be easy to read
local Window = Library:Window({
Text = "YUKI HUB"
})
local Tab = Window:Tab({
Text = "Main"
})
local Section = Tab:Section({
Text = "Auto Time"
})
local enabled = false
Section:Toggle({
Text = "Enable Auto Time",
Default = false,
Callback = function(value)
enabled = value
print("Auto Time Enabled:", enabled)
end
})
local sliderValue = 1
Section:Slider({
Text = "Duration (seconds)",
Min = 0.1,
Max = 100,
Default = sliderValue,
Float = 0.1,
Callback = function(value)
sliderValue = value
print("Slider set to:", sliderValue)
end
})
Tab:Select() ```
ther
let me know if its easier
hmm
?
ill just work on the setting tab as im waiting for you to respond ig

i need
help bypassing speed
well i made oen
just use math ngl
BUT ITS TO FAST
Oh I cant use gifs
i been trying to get him to use math
cs u not me
Should have used a low tier god gif ngl
idk man. I've been using pre calc in my coding for the past 2 weeks idk the advanced wizardry required for this
im new to all this
what he needs is simple division
Did you pass 5th - 6th grade?
.
If not then boy do I got some news for you
THEN USE THE MATH
its the scripting part i need help with
BRO IT AINT THAT SIMPE.l
perchance are you one of those people who thought math was useless?
this isnt even good rage bait
^
brodie i can do math
This isnt rage bait. It's literally just math
perfectly fine
Then why arent you doing math?
😵💫
** You are now Level 3! **
Are you perchance using someone elses script and ui?
ui yes
and do you know how to code?
a little
but you dont know how to divide?
i do know how to divide
Why arent you dividing then?
dividing where
Let me see your script so far
well ive been switching it
Give me the one that's worked best
what are you trying to help wiyh
alright
1 sec
^
Also where do you want it to stop on the bar?
** You are now Level 2! **
on the transparent part
do you see it
Okay
wym
mb
well imj texting you
and working on the speed
local Window = Library:Window({
Text = "YUKI HUB"
})
local Tab = Window:Tab({
Text = "Main"
})
local Section = Tab:Section({
Text = "Auto Time"
})
local enabled = false
Section:Toggle({
Text = "Enable Auto Time",
Default = false,
Callback = function(value)
enabled = value
print("Auto Time Enabled:", enabled)
end
})
local sliderValue = 1
Section:Slider({
Text = "Duration (seconds)",
Min = 0.1,
Max = 100,
Default = sliderValue,
Float = 0.1,
Callback = function(value)
sliderValue = value
print("Slider set to:", sliderValue)
end
})
Tab:Select()```
it was litterally
in chat
local Window = Library:Window({
Text = "YUKI HUB"
})
local Tab = Window:Tab({
Text = "Main"
})
local Section = Tab:Section({
Text = "Auto Time"
})
Tab:Select()```
but it would be this ^
So the bar rises while holding E. and you want it to stop if it reaches that transparent part? correct?
yes'
So it doesnt go above it right? And what should happen if you stop holding E
either it stops when im holding e
OR
nothing
but i wanted it to be wheer if i hold E it will stop at the transparent part
and it stops by itself
Okay. Imma just make a basic gui that does this and then you just switch up some small things to match your gui
alr
Should it stop at the top, bottom, or center of the transparent part?
the center of the transparent opart
alr
When you release E when it's stopped at the transparent thing should it stay there?
yes
** You are now Level 4! **
K
is it hard to make or something
uhhh. Im trying to make it so it stops in the center of the transparent thing since that's what you wanted but you could just size it down so it stops at the top and the top is the center of the transparent thing
which would be
much
easier
i cant size it down
Why
?? Can you tell him to size it down?
brother what
oh we dont know each other
why do you think the script is a hub
ngl I wasnt reading all that
LOL
I saw two fat chats, not reading it
Why dont you just make your own gui?
It's be
so much easier
not just for right now but for tweaking it in the future
cs it would look very ugly
just uh. Ui corners ui strokes. Or just like make the images in ms paint and make it an image gui.
fair
so u think u could still make that script
Yer. but im not making the max height the center position of the transparency gui since that's like 15 more minutes for me to figure out why it didnt work the first 3 times
alr
Also I made the gui in literally 5 minutes while switching tabs to talk to you and it's not that bad. Not amazing or spectacular, pretty simple but it's not ugly:
nice
Here's the script. It could use some changes or tweaks but I want to watch youtube. Pretty much you hold E and it resizes to make it look like it's growing or rising up. If you let go of it then it starts to shrink back to 0,0. Once it reaches it's maximum height it stops there, and if you let go of E it stays there:
local UserInputService = game:GetService("UserInputService")
local barThing = script.Parent:WaitForChild("BarThing")
local front = barThing:WaitForChild("Front")
local stroke = front:FindFirstChildWhichIsA("UIStroke")
local originalPosition = front.Position
local maxHeight = front.Size.Y.Offset
front.Size = UDim2.new(front.Size.X.Scale, front.Size.X.Offset, 0, 0)
if stroke then stroke.Transparency = 1 end
local growing = false
local currentHeight = 0
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if gameProcessed then return end
if input.KeyCode == Enum.KeyCode.E then
growing = true
end
end)
UserInputService.InputEnded:Connect(function(input, gameProcessed)
if input.KeyCode == Enum.KeyCode.E then
growing = false
end
end)
game:GetService("RunService").RenderStepped:Connect(function(dt)
if growing then
currentHeight = math.min(currentHeight + 300 * dt, maxHeight)
elseif currentHeight < maxHeight then
currentHeight = math.max(currentHeight - 300 * dt, 0)
end
front.Size = UDim2.new(front.Size.X.Scale, front.Size.X.Offset, 0, currentHeight)
front.Position = UDim2.new(
originalPosition.X.Scale,
originalPosition.X.Offset,
originalPosition.Y.Scale,
originalPosition.Y.Offset + (maxHeight - currentHeight)
)
if stroke then
stroke.Transparency = currentHeight <= 0 and 1 or 0
end
end)
** You are now Level 3! **
And obviously you have to change the name of the gui according to yours
I literally called the screengui BarThing
wym
wdym wdim?
local barThing = script.Parent:WaitForChild("BarThing")
local front = barThing:WaitForChild("Front")
local stroke = front:FindFirstChildWhichIsA("UIStroke")
That's the name of my guis, yours will be different im assuming
Yes because you're using a pastebin link
That's why I said to make you're own. You'd have to change the script in the pastebin to get this to work
im not using a pastebin link
local Window = Library:Window({
Text = "Snow Hub"
})
-- Main Tab
local Tab = Window:Tab({
Text = "Main"
})
local Section = Tab:Section({
Text = "Auto Time"
})
-- Auto Time Toggle
local enabled = false
Section:Toggle({
Text = "Enable Auto Time",
Default = false,
Callback = function(value)
enabled = value
print("Auto Time Enabled:", enabled)
end
})
-- Auto Time Slider
local sliderValue = 1
Section:Slider({
Text = "Duration (seconds)",
Min = 0.1,
Max = 10,
Default = sliderValue,
Float = 0.1,
Callback = function(value)
sliderValue = value
print("Slider set to:", sliderValue)
end
})
Tab:Select()
-- Character Tab
local CharacterTab = Window:Tab({
Text = "Character"
})
local CharSection = CharacterTab:Section({
Text = "Player Movement"
})
-- Settings Tab
local SettingsTab = Window:Tab({
Text = "Settings"
})
local SettingsSection = SettingsTab:Section({
Text = "General"
})
this my script rn
so what do i do with your script
loadstring(game:HttpGet('https://raw.githubusercontent.com/Rain-Design/Libraries/main/Shaman/Library.lua'))()
With that script that you have you can't fix the issue that you're having
You have to make you're own gui if you wanted to do that
yer
i aint a snitch
i just assumed it was because it was github link and it said hub
that bar gui i showed u with the transparent thing
isnt made by me
its for the game that im trying to hack in
rh2
yes
chatgpt havent been working
welp i aint working either
just look up a script and use it or soemthing
there isnt no free scripts
for this game..
so im creating one
if i showed u a script do you tghibk u could coopk up
Vexium Hub Discord:
https://discord.gg/vexium
Tags:
#roblox
#rh2
#rh2thejourney
#basketball
#aimbot
#autogreen
surely u can cook sum like this
cmon man
** You are now Level 5! **
😍
Im working on my own stuff. Look at how sigma of a scripter I am:
https://www.youtube.com/watch?v=v6tSqpGIxLk
So y'know I'm busy, booked for the week
Then you do it man
no way you want to exploit and can't write the script
how'd you make the injector then?
i didnt
** You are now Level 4! **
so i used to use synapse
BUT NOW
give me a drum roll
....
no i didnt
"I didnt say xeno tho" ah response
are you guys kids?
trick question. Exploiting is for nerds with skill issue
plus how do you expect to find the exact function running the skill?
you can't even read what you're pasting
yes i can
You need to atleast understand code to make an exploit. Even if your just copy and pasting it
i could do allat
It is
imagine exploiting
something is so funny about seeing a discord user saying they can do basic math like it's a flex lmaoo
im sayin right
fix your spelling of imagine
nice save
Have you tried letting go of E when it goes over the transparent part in game?
like to shoot manually
if so yes
Nah
im not making the script for me
im trying to sell it
i can play just fine
Only accetable times to script are single player games or to fling other exploiters ruining the game
read
even if I wanted to make an exploit why would I give it to you for you to market and not just sell it myself
cs we besties
this is a terrible argument
nah
at least say your good at marketing or something
lmao
alot
WHAT
in roblox
fiscf
fisch
back when it was good
at last
least
@lean flint
wher you go
💔
i never played fisch
swear on a better game
matter of fact, just for you saying fisch
the game that had one mechanic ripped from stardew valley and that was the entire gameplay?
help me out 😏
how much does it cost to buy the scriptsw already made for the game? Like about how much?
eh
like 10-20
sum cheap
thats literally like the only hard part to make
is the auto perfect
I will make you that for 30 dollars
no
cya
alr
actually stop pinging me tho since im not helping make an exploit
i said alr
bruh we dont help with exploits
this is bad and you should feel bad
oh good op left, and nothing of value went with them.