-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated: Updated "All In One Hub.lua" to add games Updated "Money Simulator X GUI.lua" forgot to add game link at top of script Updated "Nut Clicker GUI.lua" Added task.wait instend of wait to make it a little faster Added Scripts: "Easy Stud Jumps Obby Script.lua" "Rabbit Simulator 2 GUI.lua" "Strongest Tapper Simulator GUI.lua" "YoYo Simulator GUI.lua" Most of these are incomplete but I am uploading them anyway
- Loading branch information
1 parent
618b231
commit ba16be7
Showing
7 changed files
with
1,246 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--[[ | ||
Game : https://www.roblox.com/games/11166344460 | ||
Codded by : Keathunsar : https://github.com/dady172172/Roblox-Cheats : https://discord.gg/MhMB3c2CBn | ||
GUI Made by : xTheAlex14 : https://teppyboy.github.io/Mirrors/Documentations/Zypher_UI/zypher.wtf/docs/uilibdocs.html | ||
]]-- | ||
|
||
-- game name = Easy Stud Jumps Obby | ||
-- true/false = start/stop | ||
getgenv().farm = true | ||
while getgenv().farm do | ||
local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart | ||
hrp.CFrame = game:GetService("Workspace").Checkpoints.Spawn[60].CFrame | ||
wait(.3) | ||
hrp.CFrame = CFrame.new(199, 1267, -988) | ||
wait(.1) | ||
keypress(0x45) | ||
wait(1.5) | ||
keyrelease(0x45) | ||
wait(1) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.