-
Notifications
You must be signed in to change notification settings - Fork 0
/
Update2
150 lines (118 loc) · 6.06 KB
/
Update2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("GALAXY HUB by Lacertis & Luca")
-- Player
local Player = Window:NewTab("Spieler")
local PlayerSection = Player:NewSection("Spieler")
PlayerSection:NewButton("Admin Commands", "Commands CMD-X", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true ))()
end)
PlayerSection:NewButton("Anti AFK", "Gut um automatisch zu farmen", function()
wait(0.5)local ba=Instance.new("ScreenGui")
local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK"ca.TextColor3=Color3.new(0,1,1)
ca.TextSize=22;da.Parent=ca
da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
da.Size=UDim2.new(0,304,0,107)_b.Parent=da
_b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
_b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Lacertis & Luca"
_b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Anti AFK an"
ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
game:service'Players'.LocalPlayer.Idled:connect(function()
bb:CaptureController()bb:ClickButton2(Vector2.new())
ab.Text="du warst afk aber wir haben verhindert das du gekickt wurdest!"wait(2)ab.Text="Anti AFK an"end)
end)
PlayerSection:NewSlider("Speed", "Laufe Schnell", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
PlayerSection:NewSlider("Jump Power", "Springe Hoch", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)
-- Admin Panels
local Player = Window:NewTab("Admin CMDS")
local PlayerSection = Player:NewSection("ADMIN PANELS")
PlayerSection:NewButton("CMD X", "Commands CMD-X", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true ))()
end)
PlayerSection:NewButton("Infinite Yeld", "Commands Infinite Yeld", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
end)
PlayerSection:NewButton("Homebrew Admin", "Commands Homebrew", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Syntaxx64/HomebrewAdmin/master/Main'))()
end)
PlayerSection:NewButton("Fate's Admin", "Commands Fate's", function()
loadstring(game:HttpGet('loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();'))()
end)
-- FE
local Player = Window:NewTab("FE Scripts")
local PlayerSection = Player:NewSection("FE Scripts")
-- FE
PlayerSection:NewButton("FE Gui", "FE", function()
loadstring(game:HttpGet(('https://pastebin.com/raw/rM0LU2mJ'),true))()
end)
PlayerSection:NewButton("FE Stand", "FE", function()
loadstring(game:HttpGet(('https://pastebin.com/raw/5rQfwpng'),true))()
end)
-- Universal
local Player = Window:NewTab("Universal")
local PlayerSection = Player:NewSection("UNIVERSAL SCRIPTS")
PlayerSection:NewButton("Universal", "This is a Script for any Game", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
end)
-- AUTO FARM
local Farm = Window:NewTab("Game Scripts")
local FarmSection = Farm:NewSection("Every Second +1 HP")
FarmSection:NewButton("Infinite Wins", "+8 wins alle 9 sekunden Rejoin zum stoppen", function()
while true do
local x = 1064
local y = 354
local z = -144
game.Players.LocalPlayer.Character:MoveTo(Vector3.new(x, y, z))
wait(9)
end
end)
-- Prison Life
local FarmSection = Farm:NewSection("Prison Life")
FarmSection:NewButton("Admin Commands", "Gebe dir Admin rechte und alle anderen auch!", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Namensauswahl/Prison/main/Prison"))()
end)
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Lacertis/PrisonLifeSsxjhb/main/Script"))()
end)
-- Big Paintball
local FarmSection = Farm:NewSection("Paint Ball")
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/rblxscriptsnet/unfair/main/rblxhub.lua'),true))()
end)
-- Arsenal
local FarmSection = Farm:NewSection("Arsenal")
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
loadstring(game:HttpGet("https://gangofgang.gog-best.repl.co/aimhook/hook.lua"))()
end)
-- RoTube
local FarmSection = Farm:NewSection("RoTube")
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/YouTube%20Life/Auto%20Farm.lua"))()
end)
-- MM2
local FarmSection = Farm:NewSection("MurderMystery2")
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))();
end)
-- PSX
local FarmSection = Farm:NewSection("PSX")
FarmSection:NewButton("GUI", "Gebe dir ein GUI", function()
getgenv().key = "PROJECTWD-wlKkTaU2i1yzNo2lo3"
loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Main.lua"))()
end)
-- PSXKEY
local FarmSection = Farm:NewSection("PSXKEY")
FarmSection:NewButton("Key", "Kopiere dir die Key Website!", function()
setclipboard("https://w41k3rscripts.com/projectwd/index.php")
toclipboard("https://w41k3rscripts.com/projectwd/index.php")
end)