Skip to content

Commit

Permalink
Updates and Additions
Browse files Browse the repository at this point in the history
	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
dady172172 committed Apr 7, 2023
1 parent 618b231 commit ba16be7
Show file tree
Hide file tree
Showing 7 changed files with 1,246 additions and 3 deletions.
10 changes: 9 additions & 1 deletion All In One Hub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ elseif g == 6849418972 then
elseif g == 2845217850 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Hat%20Simulator%20GUI.lua"))()
elseif g == 2423809996 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Ice%20Cream%20Simulator%20GUI.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/ICE%20CREAM%20SIMULATOR%20GUI.lua"))()
elseif g == 2970570231 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Ice%20Cream%20Van%20Simulator%20GUI.lua"))()
elseif g == 2662100821 then
Expand Down Expand Up @@ -93,6 +93,10 @@ elseif g == 6284583030 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Pet%20Simulator%20X%20GUI.lua"))()
elseif g == 9969599224 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Poo%20Tycoon%20GUI.lua"))()
elseif g == 1502601752 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Rabbit%20Simulator%202%20GUI.lua"))()
elseif g == 10919241870 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Rarity%20Factory%20Tycoon%20GUI.lua"))()
elseif g == 8540346411 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Rebirth%20Champions%20X%20GUI.lua"))()
elseif g == 245440965 then
Expand All @@ -111,6 +115,8 @@ elseif g == 7535149098 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Space%20Tycoon%20GUI.lua"))()
elseif g == 3191992205 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Speed%20World%20GUI.lua"))()
elseif g == 11254130090 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Strongest%20Tapper%20Simulator%20GUI.lua"))()
elseif g == 6766156863 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Strongman%20Simulator%20GUI.lua"))()
elseif g == 6137522359 then
Expand All @@ -127,6 +133,8 @@ elseif g == 4535346003 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Wing%20Simulator%20GUI.lua"))()
elseif g == 1373038156 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Woodchopping%20Simulator%20GUI.lua"))()
elseif g == 7606302010 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/YoYo%20Simulator%20GUI.lua"))()
elseif g == 5714256147 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/dady172172/Roblox-Cheat-Scripts/master/Zombie%20Simulator%20GUI.lua"))()
elseif g == 4972091010 then
Expand Down
20 changes: 20 additions & 0 deletions Easy Stud Jumps Obby Script.lua
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
2 changes: 1 addition & 1 deletion Money Simulator X GUI.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
Game :
Game : https://www.roblox.com/games/6628835921
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
]]--
Expand Down
2 changes: 1 addition & 1 deletion Nut Clicker GUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end)
function fClick()
spawn(function()
while kVars.boolClick do
wait()
task.wait()
game:GetService("Players").LocalPlayer.PlayerGui.Clicker.ClickerFrame.TextButton.Giver.RemoteFunction:InvokeServer()
game:GetService("Players").LocalPlayer.PlayerGui.Clicker.ClickerFrame.TextButton.Giver.RemoteFunction:InvokeServer()
game:GetService("Players").LocalPlayer.PlayerGui.Clicker.ClickerFrame.TextButton.Giver.RemoteFunction:InvokeServer()
Expand Down
Loading

0 comments on commit ba16be7

Please sign in to comment.