Advertisement
Alphaltz_yt

Gamer

Feb 20th, 2020
5,586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.99 KB | None | 0 0
  1. local dun = _G.shit.Dungeon
  2. local diff = _G.shit.Difficulty
  3. local hard = _G.shit.Hardcore
  4. local remotes = game:service('ReplicatedStorage'):WaitForChild("remotes")
  5. local startergui = game:GetService("StarterGui")
  6. startergui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  7. startergui:SetCore("TopbarEnabled", false)
  8. local nosee = coroutine.wrap(function()
  9.     while wait() do
  10.         if game.Players.LocalPlayer.PlayerGui:FindFirstChild("playerStatus") and game.workspace:FindFirstChild(game.Players.LocalPlayer.Name) then
  11.             if game.workspace[game.Players.LocalPlayer.Name]:FindFirstChild("playerNameplate") then
  12.                 game.workspace[game.Players.LocalPlayer.Name].playerNameplate:Destroy()
  13.             end
  14.             local frame = game.Players.LocalPlayer.PlayerGui.playerStatus.Frame
  15.             frame.playerName.Text = "This is What you call a pro gamer move"
  16.             frame.levelBorder.level.Text = "999"
  17.             frame.xpFrame.xp.Text = "Credits to the owner of the script"
  18.             frame.healthFrame.health.Text = "Math.Huge"
  19.             frame.moneyMain.TextLabel.Text = "Jeff bezos"
  20.             frame.snowflakesMain.amount.Text = "This is still here??"
  21.             frame.portraitBorder.portrait.Image = "https://www.roblox.com/asset-thumbnail/image?assetId=2833845574&width=420&height=420&format=png"
  22.     end
  23. end
  24. end)
  25. nosee()
  26. if game.PlaceId == 2414851778 then
  27. remotes.loadPlayerCharacter:FireServer()
  28. repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("inventory") ~= nil
  29. repeat wait() until game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.rightSideFrame.ScrollingFrame:FindFirstChild("UIGridLayout")
  30. wait(3)
  31. common = "0.596078, 0.596078, 0.596078"
  32. uncommon = "0.356863, 0.760784, 0.313726"
  33. rare = "0.294118, 0.301961, 0.764706"
  34. epic = "0.572549, 0.27451, 0.623529"
  35. legendary = "0.956863, 0.603922, 0.0352941"
  36. local sell_wep = {}
  37. local sell_chest = {}
  38. local sell_helmet = {}
  39. local sell_ability = {}
  40. local val1 = game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.qAbility.itemType.uniqueItemNum.Value
  41. local val2 = game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.eAbility.itemType.uniqueItemNum.Value
  42. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.rightSideFrame.ScrollingFrame:GetChildren()) do
  43.     if v:IsA("ImageLabel") then
  44.     if _G.test.Common and tostring(v.ImageColor3) == common and v.itemType.uniqueItemNum.Value ~= val1 and val2 then
  45.         if v.itemType.Value == "weapon" then
  46.         table.insert(sell_wep, v.itemType.uniqueItemNum.Value)
  47.         end
  48.         if v.itemType.Value == "chest" then
  49.         table.insert(sell_chest, v.itemType.uniqueItemNum.Value)
  50.         end
  51.         if v.itemType.Value == "helmet" then
  52.         table.insert(sell_helmet, v.itemType.uniqueItemNum.Value)
  53.         end
  54.     end
  55.     if _G.test.Uncommon and tostring(v.ImageColor3) == uncommon and v.itemType.uniqueItemNum.Value ~= val1 and val2 then
  56.         if v.itemType.Value == "weapon" then
  57.         table.insert(sell_wep, v.itemType.uniqueItemNum.Value)
  58.         end
  59.         if v.itemType.Value == "chest" then
  60.         table.insert(sell_chest, v.itemType.uniqueItemNum.Value)
  61.         end
  62.         if v.itemType.Value == "helmet" then
  63.         table.insert(sell_helmet, v.itemType.uniqueItemNum.Value)
  64.         end
  65.     end
  66.     if _G.test.Rare and tostring(v.ImageColor3) == rare and v.itemType.uniqueItemNum.Value ~= val1 and val2 then
  67.         if v.itemType.Value == "weapon" then
  68.         table.insert(sell_wep, v.itemType.uniqueItemNum.Value)
  69.         end
  70.         if v.itemType.Value == "chest" then
  71.         table.insert(sell_chest, v.itemType.uniqueItemNum.Value)
  72.         end
  73.         if v.itemType.Value == "helmet" then
  74.         table.insert(sell_helmet, v.itemType.uniqueItemNum.Value)
  75.         end
  76.     end
  77.     if _G.test.Epic and tostring(v.ImageColor3) == epic and v.itemType.uniqueItemNum.Value ~= val1 and val2 then
  78.         if v.itemType.Value == "weapon" then
  79.         table.insert(sell_wep, v.itemType.uniqueItemNum.Value)
  80.         end
  81.         if v.itemType.Value == "chest" then
  82.         table.insert(sell_chest, v.itemType.uniqueItemNum.Value)
  83.         end
  84.         if v.itemType.Value == "helmet" then
  85.         table.insert(sell_helmet, v.itemType.uniqueItemNum.Value)
  86.         end
  87.         if v.itemType.Value == "ability" then
  88.         table.insert(sell_ability, v.itemType.uniqueItemNum.Value)
  89.         end
  90.     end
  91.     if _G.test.Legendary and tostring(v.ImageColor3) == legendary and v.itemType.uniqueItemNum.Value ~= val1 and val2 then
  92.         if v.itemType.Value == "weapon" then
  93.         table.insert(sell_wep, v.itemType.uniqueItemNum.Value)
  94.         end
  95.         if v.itemType.Value == "chest" then
  96.         table.insert(sell_chest, v.itemType.uniqueItemNum.Value)
  97.         end
  98.         if v.itemType.Value == "helmet" then
  99.         table.insert(sell_helmet, v.itemType.uniqueItemNum.Value)
  100.         end
  101.     end
  102. end
  103. end
  104. game:GetService("ReplicatedStorage").remotes.sellItemEvent:FireServer({["ability"] = sell_ability, ["helmet"] = sell_helmet, ["chest"] = sell_chest, ["weapon"] = sell_wep})
  105. warn(dun)
  106. warn(diff)
  107. warn(hard)
  108. remotes.createLobby:InvokeServer(dun, diff, 0, hard, true, false)
  109. remotes.startDungeon:FireServer()
  110. end
  111. if game.PlaceId ~= 2414851778 then
  112. repeat wait() until game.Players.LocalPlayer.Character ~= nil
  113. wait(1.5)
  114. local attack = coroutine.wrap(function()
  115. remotes.equipItem:InvokeServer(unpack{"ability", game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.qAbility.itemType.uniqueItemNum.Value, "w"})
  116. remotes.equipItem:InvokeServer(unpack{"ability", game.Players.LocalPlayer.PlayerGui.inventory.mainBackground.innerBackground.leftSideFrame.eAbility.itemType.uniqueItemNum.Value, "w"})
  117. while wait() do
  118. game:GetService("Players").LocalPlayer.PlayerGui.alertBox.Frame.Visible = false
  119. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  120.     if v:IsA("Tool") then
  121.         v:FindFirstChildWhichIsA("RemoteEvent"):FireServer()
  122.     end
  123. end
  124. end
  125. end)
  126. attack()
  127. repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("inventory") ~= nil
  128. remotes.changeStartValue:FireServer()
  129. local fuckoff = coroutine.wrap(function()
  130.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  131.         if v.Name == "LowerTorso" then --string.find(v.Name:lower(), "leg") or
  132.             v:Destroy()
  133.         end
  134.     end
  135. end)
  136. fuckoff()
  137. game:GetService('RunService').Stepped:connect(function()
  138. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  139. end)
  140. if dun == "Orbital Outpost" then
  141. loadstring(game:HttpGet("https://pastebin.com/raw/16RkqCRV", true))()
  142. end
  143. if dun == "Steampunk Sewers" then
  144. loadstring(game:HttpGet("https://pastebin.com/raw/QhgSGdL3", true))()
  145. end
  146. if dun == "Ghastly Harbor" then
  147. loadstring(game:HttpGet("https://pastebin.com/raw/i6SHJXYE", true))()
  148. end
  149. if dun == "The Canals" then
  150. loadstring(game:HttpGet("https://pastebin.com/raw/0BFsg9D8", true))()
  151. end
  152. if dun == "Samurai Palace" then
  153. loadstring(game:HttpGet("https://pastebin.com/raw/egHyt2cc", true))()
  154. end
  155. if dun == "The Underworld" then
  156. local ok = 0
  157. local ok1 = 0
  158. local ok2 = 0
  159. print("ok5")
  160. local farm5 = coroutine.wrap(function()
  161. while wait() do
  162. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  163. for i,v in pairs(game:GetService("Workspace").dungeon:GetChildren()) do
  164.     if v:FindFirstChild("enemyFolder") and v:FindFirstChild("barrier") then
  165.         for i,x in pairs(v.enemyFolder:GetChildren()) do
  166.             if x:FindFirstChild("HumanoidRootPart") and x:FindFirstChild("Humanoid") then
  167.                 if x:FindFirstChild("Script") and x:FindFirstChild("enemyNameplate") then
  168.                     hum.CFrame = x.HumanoidRootPart.CFrame * CFrame.fromOrientation(300,0,0) + Vector3.new(ok1,ok,ok2)
  169.                 else
  170.                     return end
  171.             end
  172.         end
  173.     end
  174. end
  175. end
  176. end)
  177. farm5()
  178. end
  179. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement