BonelessHotline

2k GUI 1.1

Jul 20th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 24.27 KB | None | 0 0
  1. -- Stuff that needs to be added:
  2. -- Animated intro
  3. -- More scripts
  4.  
  5. -- Instances:
  6. local _2kGUI11 = Instance.new("ScreenGui")
  7. local loginframe = Instance.new("Frame")
  8. local loginmenu = Instance.new("Frame")
  9. local username = Instance.new("TextBox")
  10. local password = Instance.new("TextBox")
  11. local loginbutton = Instance.new("TextButton")
  12. local openframe = Instance.new("Frame")
  13. local openbutton = Instance.new("TextButton")
  14. local sidebar = Instance.new("Frame")
  15. local limsimbutton = Instance.new("TextButton")
  16. local limsimframe = Instance.new("Frame")
  17. local autofarmbutton = Instance.new("TextButton")
  18. local autofarmlabel = Instance.new("TextLabel")
  19. local autobuybutton = Instance.new("TextButton")
  20. local autobuylabel = Instance.new("TextLabel")
  21. local infmoneybutton = Instance.new("TextButton")
  22. local infmoneylabel = Instance.new("TextLabel")
  23. local tbd1 = Instance.new("TextButton")
  24. local tbd2 = Instance.new("TextButton")
  25. local tbd3 = Instance.new("TextButton")
  26. local miscbutton = Instance.new("TextButton")
  27. local miscframe = Instance.new("Frame")
  28. local walkspeedbutton = Instance.new("TextButton")
  29. local walkspeedlabel = Instance.new("TextLabel")
  30. local jumppowerbutton = Instance.new("TextButton")
  31. local jumppowerlabel = Instance.new("TextLabel")
  32. local nonfewalkspeedbutton = Instance.new("TextButton")
  33. local nonfewalkspeedlabel = Instance.new("TextLabel")
  34. local MadeByLabel = Instance.new("TextLabel")
  35. local HotlineLabel = Instance.new("TextLabel")
  36. local closebutton = Instance.new("TextButton")
  37. local divider = Instance.new("Frame")
  38. --Properties:
  39. _2kGUI11.Name = "2k GUI 1.1"
  40. _2kGUI11.Parent = game.CoreGui
  41.  
  42. loginframe.Name = "loginframe"
  43. loginframe.Parent = _2kGUI11
  44. loginframe.BackgroundColor3 = Color3.new(1, 1, 1)
  45. loginframe.BackgroundTransparency = 0.20000000298023
  46. loginframe.Position = UDim2.new(0.475825757, 0, 0.48990199, 0)
  47. loginframe.Size = UDim2.new(0, 100, 0, 100)
  48. loginframe.Active = true
  49.  
  50. loginmenu.Name = "loginmenu"
  51. loginmenu.Parent = loginframe
  52. loginmenu.Active = true
  53. loginmenu.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  54. loginmenu.BorderColor3 = Color3.new(0, 0.819608, 1)
  55. loginmenu.Position = UDim2.new(-1.24194169, 0, -0.0465756208, 0)
  56. loginmenu.Size = UDim2.new(0, 348, 0, 108)
  57.  
  58. username.Name = "username"
  59. username.Parent = loginmenu
  60. username.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  61. username.Position = UDim2.new(0.0402298868, 0, 0.129629627, 0)
  62. username.Size = UDim2.new(0, 233, 0, 33)
  63. username.Font = Enum.Font.SourceSans
  64. username.Text = "Username"
  65. username.TextColor3 = Color3.new(1, 1, 1)
  66. username.TextSize = 16
  67.  
  68. password.Name = "password"
  69. password.Parent = loginmenu
  70. password.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  71. password.Position = UDim2.new(0.0402298868, 0, 0.564814806, 0)
  72. password.Size = UDim2.new(0, 233, 0, 33)
  73. password.Font = Enum.Font.SourceSans
  74. password.Text = "Password"
  75. password.TextColor3 = Color3.new(1, 1, 1)
  76. password.TextSize = 16
  77.  
  78. loginbutton.Name = "loginbutton"
  79. loginbutton.Parent = loginmenu
  80. loginbutton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  81. loginbutton.BorderColor3 = Color3.new(1, 0, 0)
  82. loginbutton.BorderSizePixel = 0
  83. loginbutton.Position = UDim2.new(0.758620739, 0, 0.333333343, 0)
  84. loginbutton.Size = UDim2.new(0, 66, 0, 35)
  85. loginbutton.Font = Enum.Font.SourceSans
  86. loginbutton.Text = "Log In"
  87. loginbutton.TextColor3 = Color3.new(1, 1, 1)
  88. loginbutton.TextSize = 18
  89. -- Log in script
  90. loginbutton.MouseButton1Down:connect(function()
  91. if username.Text == "Hotline" and password.Text == ""
  92.     then
  93.         sidebar.Visible = true
  94.         loginframe.Visible = false 
  95.     else
  96.         print("Fuck you bitch")
  97.     end
  98. end)
  99.  
  100. openframe.Name = "openframe"
  101. openframe.Parent = _2kGUI11
  102. openframe.Active = true
  103. openframe.BackgroundColor3 = Color3.new(1, 1, 1)
  104. openframe.BackgroundTransparency = 1
  105. openframe.Position = UDim2.new(0.475825757, 0, 0.48280099, 0)
  106. openframe.Size = UDim2.new(0, 100, 0, 51)
  107. openframe.Visible = false
  108.  
  109. openbutton.Name = "openbutton"
  110. openbutton.Parent = openframe
  111. openbutton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  112. openbutton.BorderSizePixel = 0
  113. openbutton.Position = UDim2.new(-9.93999863, 0, 4.03847504, 0)
  114. openbutton.Size = UDim2.new(0, 124, 0, 51)
  115. openbutton.Font = Enum.Font.SourceSans
  116. openbutton.Text = "Open GUI"
  117. openbutton.TextColor3 = Color3.new(0, 0.819608, 1)
  118. openbutton.TextSize = 26
  119. openbutton.Draggable = true
  120. -- Open GUI
  121. openbutton.MouseButton1Up:connect(function()
  122.     openframe.Visible = false
  123.     sidebar.Visible = true
  124. end)
  125.  
  126. sidebar.Name = "sidebar"
  127. sidebar.Parent = _2kGUI11
  128. sidebar.Active = true
  129. sidebar.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  130. sidebar.BorderColor3 = Color3.new(0, 0.819608, 1)
  131. sidebar.Position = UDim2.new(0.127184361, 0, 0.275353044, 0)
  132. sidebar.Size = UDim2.new(0, 545, 0, 364)
  133. sidebar.Visible = false
  134. sidebar.Draggable = true
  135.  
  136. limsimbutton.Name = "limsimbutton"
  137. limsimbutton.Parent = sidebar
  138. limsimbutton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  139. limsimbutton.BorderSizePixel = 0
  140. limsimbutton.Size = UDim2.new(0, 118, 0, 50)
  141. limsimbutton.Font = Enum.Font.Highway
  142. limsimbutton.Text = "Limited Simulator"
  143. limsimbutton.TextColor3 = Color3.new(1, 1, 1)
  144. limsimbutton.TextSize = 20
  145. limsimbutton.TextWrapped = true
  146. -- Open lim sim menu
  147. limsimbutton.MouseButton1Down:connect(function()
  148.     limsimframe.Visible = true
  149.     miscframe.Visible = false
  150. end)
  151.  
  152. limsimframe.Name = "limsimframe"
  153. limsimframe.Parent = limsimbutton
  154. limsimframe.BackgroundColor3 = Color3.new(1, 1, 1)
  155. limsimframe.BackgroundTransparency = 1
  156. limsimframe.Position = UDim2.new(1.09322035, 0, 0.160000101, 0)
  157. limsimframe.Size = UDim2.new(0, 402, 0, 350)
  158. limsimframe.Visible = true
  159.  
  160. -- Auto farm variable check
  161. autofarmtoggle = false
  162. local Bot_Names = "BobDavidMattPeterJackieSamDeanNoobRickCarlGlennMaggieBethSunnyTyreeseMerleCarolAbrahamMorganDaryl"
  163. local Check_Bypass = "Pastel Rainbow Shaggy Dominus Venari Decklace The Wanwood Crown ): Red Grind ): Euro 180 Teal Sparkle Time Fedora Red Sparkle Time Fedora Red Tango Green Sparkle Time Fedora Blackvalk The Kleos Aphthiton Rainbow Shaggy Midnight Blue Sparkle Time Fedora Lord of the Federation Dark Knight Wanwood Crown Antenna Antlers The Kleos Aphthiton Merely's ROBLOX Tablet Domino Crown"
  164. local TextLabel = game.Players.LocalPlayer.PlayerGui.Version.Frame.TextLabel
  165. local function Log(Text)
  166.     TextLabel.Text = Text
  167. end
  168. local BuyArgs
  169. local SellArgs
  170. local Sell_Price
  171.  
  172. autofarmbutton.Name = "autofarmbutton"
  173. autofarmbutton.Parent = limsimframe
  174. autofarmbutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  175. autofarmbutton.BorderColor3 = Color3.new(1, 0, 0)
  176. autofarmbutton.Position = UDim2.new(0.0373134315, 0, 0.0599999875, 0)
  177. autofarmbutton.Size = UDim2.new(0, 21, 0, 21)
  178. autofarmbutton.Font = Enum.Font.SourceSans
  179. autofarmbutton.Text = ""
  180. autofarmbutton.TextColor3 = Color3.new(1, 0, 0)
  181. autofarmbutton.TextSize = 40
  182. -- Auto farm script
  183. autofarmbutton.MouseButton1Down:connect(function()
  184.     if autofarmtoggle == false
  185.     then
  186.         autofarmtoggle = true
  187.         autofarmbutton.BorderColor3 = Color3.new(0, 255, 0)
  188. _G.Active = true
  189.  
  190. local function Main()
  191.     for i,Limited in pairs (game.ReplicatedStorage.Limitteds:GetChildren()) do
  192.         for i,Selling in pairs (Limited.Privates:GetChildren()) do
  193.             if Selling then
  194.                 if string.find(Bot_Names, Selling.Name) and Limited.RAP.Value > 0 and game.Players.LocalPlayer.Robux.Value > Selling.Price.Value then
  195.                     if Selling.Price.Value <= Limited.RAP.Value - 30000 or string.find(Check_Bypass, Limited.Name) then
  196.                         BuyArgs = {
  197.                             [1] = Selling.Price.Value,
  198.                             [2] = Selling.Serial.Value,
  199.                             [3] = Limited.Name,
  200.                             [4] = Selling.Name,
  201.                         }
  202.                         Log("Buying " .. BuyArgs[3] .. " - ID: " .. BuyArgs[2] .. " - Cost: " .. BuyArgs[1])
  203.                         game.ReplicatedStorage["PrivateSale"]:InvokeServer(unpack(BuyArgs))
  204.                         if Limited.Name == "Dominus Astra" then
  205.                             Sell_Price = 2400000
  206.                         elseif Limited.Name == "Dominus Venari" then
  207.                             Sell_Price = 10000000
  208.                         elseif Limited.Name == "Dominus Infernus" then
  209.                             Sell_Price = 3750000
  210.                         elseif Limited.Name == "Dominus Frigidus" then
  211.                             Sell_Price = 5000000
  212.                         elseif Limited.Name == "Dominus Empyreus" then
  213.                             Sell_Price = 6500000
  214.                         elseif Limited.Name == "Rainbow Shaggy" then
  215.                             Sell_Price = 3500000
  216.                         elseif Limited.Name == "Lord of the Federation" then
  217.                             Sell_Price = 1100000
  218.                         elseif Limited.Name == "Duke of the Federation" then
  219.                             Sell_Price = 680000
  220.                         elseif Limited.Name == "Immortal Sword: The Piece Maker" then
  221.                             Sell_Price = 500000
  222.                         elseif Limited.Name == "Darkheart" then
  223.                             Sell_Price = 380000
  224.                         elseif Limited.Name == "The Dusekkar" then
  225.                             Sell_Price = 1300000
  226.                         elseif Limited.Name == "Dominus Rex" then
  227.                             Sell_Price = 440000
  228.                         elseif Limited.Name == "Dark Knight Helmet" then
  229.                             Sell_Price = 2000000
  230.                         elseif Limited.Name == "Midnight Blue Sparkle Time Fedora" then
  231.                             Sell_Price = 850000
  232.                         elseif Limited.Name == "Wanwood Crown" then
  233.                             Sell_Price = 1900000
  234.                         elseif Limited.Name == "Antenna Antlers" then
  235.                             Sell_Price = 200000
  236.                         elseif Limited.Name == "Merely's ROBLOX Tablet" then
  237.                             Sell_Price = 1000000
  238.                         elseif Limited.Name == "Rukiryo's ROBLOX Tablet" then
  239.                             Sell_Price = 1000000
  240.                         elseif Limited.Name == "The Kleos Aphthiton" then
  241.                             Sell_Price = 1600000
  242.                         elseif Limited.Name == "Domino Crown" then
  243.                             Sell_Price = 2800000
  244.                         elseif Limited.Name == "Cat Eye Infantry Helm" then
  245.                             Sell_Price = 2500000
  246.                         elseif Limited.Name == "Blackvalk" then
  247.                             Sell_Price = 600000
  248.                         elseif Limited.Name == "Dominus Aureus" then
  249.                             Sell_Price = 550000
  250.                         elseif Limited.Name == "Bling $$ Necklace" then
  251.                             Sell_Price = 425000
  252.                         elseif Limited.Name == "Black Iron Crown of Pwnage" then
  253.                             Sell_Price = 4000000
  254.                         elseif Limited.Name == "Green Sparkle Time Fedora" then
  255.                             Sell_Price = 925000
  256.                         elseif Limited.Name == "Red Sparkle Time Fedora" then
  257.                             Sell_Price = 1675000
  258.                         elseif Limited.Name == "Red Tango" then
  259.                             Sell_Price = 450000
  260.                         elseif Limited.Name == "Teal Sparkle Time Fedora" then
  261.                             Sell_Price = 450000
  262.                         elseif Limited.Name == "Purple Sparkle Time Fedora" then
  263.                             Sell_Price = 715000
  264.                         elseif Limited.Name == "): Euro 180" then
  265.                             Sell_Price = 650000
  266.                         elseif Limited.Name == "): Red Grind" then
  267.                             Sell_Price = 500000
  268.                         elseif Limited.Name == "Sparkletime Valkyrie" then
  269.                             Sell_Price = 450000
  270.                         elseif Limited.Name == "Eerie Pumpkin Head" then
  271.                             Sell_Price = 950000
  272.                         elseif Limited.Name == "Black Iron Domino Crown of Interns" then
  273.                             Sell_Price = 2400000
  274.                         elseif Limited.Name == "The Wanwood Crown" then
  275.                             Sell_Price = 2000000
  276.                         elseif Limited.Name == "Sparkle Time Fedora" then
  277.                             Sell_Price = 195000
  278.                         elseif Limited.Name == "Decklace" then
  279.                             Sell_Price = 350000
  280.                         elseif Limited.Name == "Pastel Rainbow Shaggy" then
  281.                             Sell_Price = 170000
  282.                         else
  283.                             Sell_Price = math.floor((Limited.RAP.Value * 1.1) + 0.5)
  284.                         end
  285.                         SellArgs = {
  286.                             [1] = Sell_Price,
  287.                             [2] = {
  288.                                 [1] = BuyArgs[2],
  289.                             },
  290.                             [3] = Limited.Name,
  291.                         }
  292.                         Log("Selling " .. SellArgs[3] .. " - ID: " .. SellArgs[2][1] .. " - Price: " .. SellArgs[1])
  293.                         game.ReplicatedStorage["Sell_Item"]:InvokeServer(unpack(SellArgs))
  294.                     end
  295.                 end
  296.             end
  297.         end
  298.     end
  299. end
  300.  
  301. repeat
  302.     Main()
  303.     Log("Process ended, starting again in 7 seconds!")
  304.     wait(7)
  305.     for _,Message in pairs (game.Players.LocalPlayer.Messages:GetChildren()) do
  306.         Message:Destroy()
  307.     end
  308. until
  309.     _G.Active == false
  310.    
  311. Log("Process Destroyed")
  312. else
  313.         autofarmtoggle = false
  314.         autofarmbutton.BorderColor3 = Color3.new(255, 0, 0)
  315.         _G.Active = false
  316.     end
  317. end)
  318.  
  319. autofarmlabel.Name = "autofarmlabel"
  320. autofarmlabel.Parent = autofarmbutton
  321. autofarmlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  322. autofarmlabel.BackgroundTransparency = 1
  323. autofarmlabel.Position = UDim2.new(1.28571415, 0, -0.0952381194, 0)
  324. autofarmlabel.Size = UDim2.new(0, 66, 0, 25)
  325. autofarmlabel.Font = Enum.Font.SourceSans
  326. autofarmlabel.Text = "Auto-Farm"
  327. autofarmlabel.TextColor3 = Color3.new(1, 1, 1)
  328. autofarmlabel.TextSize = 16
  329.  
  330. -- Auto buy variable check
  331. autobuytoggle = false
  332.  
  333. autobuybutton.Name = "autobuybutton"
  334. autobuybutton.Parent = limsimframe
  335. autobuybutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  336. autobuybutton.BorderColor3 = Color3.new(1, 0, 0)
  337. autobuybutton.Position = UDim2.new(0.0373134315, 0, 0.159999996, 0)
  338. autobuybutton.Size = UDim2.new(0, 21, 0, 21)
  339. autobuybutton.Font = Enum.Font.SourceSans
  340. autobuybutton.Text = ""
  341. autobuybutton.TextColor3 = Color3.new(1, 0, 0)
  342. autobuybutton.TextSize = 40
  343. -- Auto buy script
  344. autobuybutton.MouseButton1Down:connect(function()
  345.     if autobuytoggle == false
  346.     then
  347. autobuytoggle = true   
  348. autobuybutton.Text = ""
  349. autobuybutton.TextColor3 = Color3.new(0, 255, 0)
  350. autobuybutton.BorderColor3 = Color3.new(0, 255, 0)
  351.  
  352.     local send = game.ReplicatedStorage:WaitForChild('Items')
  353.  
  354. game.ReplicatedStorage.Limitteds.ChildAdded:connect(function(c)
  355.      if c:IsA('Folder') then
  356.           local id = c:WaitForChild('AssetID')
  357.           local price = c:WaitForChild('Price')
  358.           if id and price then
  359.                local result
  360.                local succ, err = pcall(function()
  361.                     result = send:InvokeServer(price.Value, id.Value, c.Name)
  362.                end)
  363.                if succ then
  364.                     if result then
  365.                          warn('Successfully bought: ' .. c.Name)
  366.                     else
  367.                          warn('Failed to buy: ' .. c.Name)
  368.                     end
  369.  
  370.                else
  371.                     warn('Ran into an error when trying to buy ' .. c.Name .. ': ' .. err)
  372.                end
  373.           end
  374.      end
  375. end)
  376.  
  377. warn('Auto-buy loaded!')
  378.     else
  379.         print("Already toggled you dipshit")
  380. end
  381. end)
  382.  
  383. autobuylabel.Name = "autobuylabel"
  384. autobuylabel.Parent = autobuybutton
  385. autobuylabel.BackgroundColor3 = Color3.new(1, 1, 1)
  386. autobuylabel.BackgroundTransparency = 1
  387. autobuylabel.Position = UDim2.new(1.19299996, 0, -0.095238097, 0)
  388. autobuylabel.Size = UDim2.new(0, 66, 0, 25)
  389. autobuylabel.Font = Enum.Font.SourceSans
  390. autobuylabel.Text = "Auto-Buy"
  391. autobuylabel.TextColor3 = Color3.new(1, 1, 1)
  392. autobuylabel.TextSize = 16
  393.  
  394. -- Inf. money variable check
  395. infmoneytoggle = false
  396.  
  397. infmoneybutton.Name = "infmoneybutton"
  398. infmoneybutton.Parent = limsimframe
  399. infmoneybutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  400. infmoneybutton.BorderColor3 = Color3.new(1, 0, 0)
  401. infmoneybutton.Position = UDim2.new(0.0373134315, 0, 0.256999999, 0)
  402. infmoneybutton.Size = UDim2.new(0, 21, 0, 21)
  403. infmoneybutton.Font = Enum.Font.SourceSans
  404. infmoneybutton.Text = ""
  405. infmoneybutton.TextColor3 = Color3.new(1, 0, 0)
  406. infmoneybutton.TextSize = 40
  407. -- Inf. money script
  408. infmoneybutton.MouseButton1Down:connect(function()
  409.     if infmoneytoggle == false
  410.     then
  411.         infmoneybutton.Text = ""
  412.         infmoneybutton.TextColor3 = Color3.new(0, 255, 0)
  413.         infmoneybutton.BorderColor3 = Color3.new(0, 255, 0)
  414.         infmoneytoggle = true
  415.         loadstring(game:HttpGet('https://pastebin.com/raw/PYxgutmA', true))()
  416.     else
  417.         print("Already toggled you dipshit")
  418.     end
  419. end)
  420.  
  421. infmoneylabel.Name = "infmoneylabel"
  422. infmoneylabel.Parent = infmoneybutton
  423. infmoneylabel.BackgroundColor3 = Color3.new(1, 1, 1)
  424. infmoneylabel.BackgroundTransparency = 1
  425. infmoneylabel.Position = UDim2.new(0.790000021, 0, -0.095238097, 0)
  426. infmoneylabel.Size = UDim2.new(0, 66, 0, 25)
  427. infmoneylabel.Font = Enum.Font.SourceSans
  428. infmoneylabel.Text = "Inf. R$"
  429. infmoneylabel.TextColor3 = Color3.new(1, 1, 1)
  430. infmoneylabel.TextSize = 16
  431.  
  432. tbd1.Name = "tbd1"
  433. tbd1.Parent = sidebar
  434. tbd1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  435. tbd1.BorderSizePixel = 0
  436. tbd1.Position = UDim2.new(0, 0, 0.137362644, 0)
  437. tbd1.Size = UDim2.new(0, 118, 0, 50)
  438. tbd1.Font = Enum.Font.Highway
  439. tbd1.Text = "TBD"
  440. tbd1.TextColor3 = Color3.new(1, 1, 1)
  441. tbd1.TextSize = 20
  442. tbd1.TextWrapped = true
  443.  
  444. tbd2.Name = "tbd2"
  445. tbd2.Parent = sidebar
  446. tbd2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  447. tbd2.BorderSizePixel = 0
  448. tbd2.Position = UDim2.new(0, 0, 0.274725288, 0)
  449. tbd2.Size = UDim2.new(0, 118, 0, 50)
  450. tbd2.Font = Enum.Font.Highway
  451. tbd2.Text = "TBD"
  452. tbd2.TextColor3 = Color3.new(1, 1, 1)
  453. tbd2.TextSize = 20
  454.  
  455. tbd3.Name = "tbd3"
  456. tbd3.Parent = sidebar
  457. tbd3.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  458. tbd3.BorderSizePixel = 0
  459. tbd3.Position = UDim2.new(0, 0, 0.412087917, 0)
  460. tbd3.Size = UDim2.new(0, 118, 0, 50)
  461. tbd3.Font = Enum.Font.Highway
  462. tbd3.Text = "TBD"
  463. tbd3.TextColor3 = Color3.new(1, 1, 1)
  464. tbd3.TextSize = 20
  465.  
  466. miscbutton.Name = "miscbutton"
  467. miscbutton.Parent = sidebar
  468. miscbutton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  469. miscbutton.BorderSizePixel = 0
  470. miscbutton.Position = UDim2.new(0, 0, 0.549450576, 0)
  471. miscbutton.Size = UDim2.new(0, 118, 0, 50)
  472. miscbutton.Font = Enum.Font.Highway
  473. miscbutton.Text = "Misc Scripts"
  474. miscbutton.TextColor3 = Color3.new(1, 1, 1)
  475. miscbutton.TextSize = 20
  476. -- Open misc menu
  477. miscbutton.MouseButton1Down:connect(function()
  478.     miscframe.Visible = true
  479.     limsimframe.Visible = false
  480. end)
  481.  
  482. miscframe.Name = "miscframe"
  483. miscframe.Parent = miscbutton
  484. miscframe.Active = true
  485. miscframe.BackgroundColor3 = Color3.new(1, 1, 1)
  486. miscframe.BackgroundTransparency = 1
  487. miscframe.Position = UDim2.new(1.09322035, 0, -3.83999991, 0)
  488. miscframe.Size = UDim2.new(0, 402, 0, 350)
  489. miscframe.Visible = false
  490.  
  491. -- Walkspeed variable check nigga
  492. walkspeedtoggle = false
  493.  
  494. walkspeedbutton.Name = "walkspeedbutton"
  495. walkspeedbutton.Parent = miscframe
  496. walkspeedbutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  497. walkspeedbutton.BorderColor3 = Color3.new(1, 0, 0)
  498. walkspeedbutton.Position = UDim2.new(0.0373134315, 0, 0.0600000061, 0)
  499. walkspeedbutton.Size = UDim2.new(0, 21, 0, 21)
  500. walkspeedbutton.Font = Enum.Font.SourceSans
  501. walkspeedbutton.Text = ""
  502. walkspeedbutton.TextColor3 = Color3.new(1, 0, 0)
  503. walkspeedbutton.TextSize = 40
  504. walkspeedbutton.MouseButton1Down:connect(function()
  505.     if walkspeedtoggle == false
  506.     then
  507.         walkspeedbutton.Text = ""
  508.         walkspeedbutton.TextColor3 = Color3.new(0, 255, 0)
  509.         walkspeedbutton.BorderColor3 = Color3.new(0, 255, 0)
  510.         walkspeedtoggle = true
  511.         loadstring(game:HttpGet('https://pastebin.com/raw/RxNPdx3q', true))()
  512.     else
  513.         print("Already toggled you dipshit")
  514.     end
  515. end)
  516.  
  517. walkspeedlabel.Name = "walkspeedlabel"
  518. walkspeedlabel.Parent = walkspeedbutton
  519. walkspeedlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  520. walkspeedlabel.BackgroundTransparency = 1
  521. walkspeedlabel.Position = UDim2.new(1.58958793, 0, -0.136666432, 0)
  522. walkspeedlabel.Size = UDim2.new(0, 72, 0, 25)
  523. walkspeedlabel.Font = Enum.Font.SourceSans
  524. walkspeedlabel.Text = "FE Walkspeed"
  525. walkspeedlabel.TextColor3 = Color3.new(1, 1, 1)
  526. walkspeedlabel.TextSize = 16
  527.  
  528. -- Jump power variable check nigga
  529. jumppowertoggle = false
  530.  
  531. jumppowerbutton.Name = "jumppowerbutton"
  532. jumppowerbutton.Parent = miscframe
  533. jumppowerbutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  534. jumppowerbutton.BorderColor3 = Color3.new(1, 0, 0)
  535. jumppowerbutton.Position = UDim2.new(0.0373134315, 0, 0.160000011, 0)
  536. jumppowerbutton.Size = UDim2.new(0, 21, 0, 21)
  537. jumppowerbutton.Font = Enum.Font.SourceSans
  538. jumppowerbutton.Text = ""
  539. jumppowerbutton.TextColor3 = Color3.new(1, 0, 0)
  540. jumppowerbutton.TextSize = 40
  541. -- Jump power script
  542. jumppowerbutton.MouseButton1Down:connect(function()
  543.     if jumppowertoggle == false
  544.     then
  545.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  546.         jumppowerbutton.Text = ""
  547.         jumppowerbutton.TextColor3 = Color3.new(0, 255, 0)
  548.         jumppowerbutton.BorderColor3 = Color3.new(0, 255, 0)
  549.         jumppowertoggle = true
  550.     else
  551.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  552.         jumppowerbutton.Text = ""
  553.         jumppowerbutton.BorderColor3 = Color3.new(255, 0, 0)
  554.         jumppowertoggle = false
  555.     end
  556. end)
  557.  
  558. jumppowerlabel.Name = "jumppowerlabel"
  559. jumppowerlabel.Parent = jumppowerbutton
  560. jumppowerlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  561. jumppowerlabel.BackgroundTransparency = 1
  562. jumppowerlabel.Position = UDim2.new(1.58958817, 0, -0.136666775, 0)
  563. jumppowerlabel.Size = UDim2.new(0, 66, 0, 25)
  564. jumppowerlabel.Font = Enum.Font.SourceSans
  565. jumppowerlabel.Text = "Jump Power"
  566. jumppowerlabel.TextColor3 = Color3.new(1, 1, 1)
  567. jumppowerlabel.TextSize = 16
  568.  
  569. -- Non FE walkspeed variable check
  570. nonfewalkspeedtoggle = false
  571.  
  572. nonfewalkspeedbutton.Name = "nonfewalkspeedbutton"
  573. nonfewalkspeedbutton.Parent = miscframe
  574. nonfewalkspeedbutton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  575. nonfewalkspeedbutton.BorderColor3 = Color3.new(1, 0, 0)
  576. nonfewalkspeedbutton.Position = UDim2.new(0.0373134315, 0, 0.257999986, 0)
  577. nonfewalkspeedbutton.Size = UDim2.new(0, 21, 0, 21)
  578. nonfewalkspeedbutton.Font = Enum.Font.SourceSans
  579. nonfewalkspeedbutton.Text = ""
  580. nonfewalkspeedbutton.TextColor3 = Color3.new(1, 0, 0)
  581. nonfewalkspeedbutton.TextSize = 40
  582. -- Non FE walkspeed script
  583. nonfewalkspeedbutton.MouseButton1Down:connect(function()
  584.     if nonfewalkspeedtoggle == false
  585.     then
  586.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  587.         nonfewalkspeedbutton.Text = ""
  588.         nonfewalkspeedbutton.TextColor3 = Color3.new(0, 255, 0)
  589.         nonfewalkspeedbutton.BorderColor3 = Color3.new(0, 255, 0)
  590.         nonfewalkspeedtoggle = true
  591.     else
  592.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  593.         nonfewalkspeedbutton.Text = ""
  594.         nonfewalkspeedbutton.TextColor3 = Color3.new(255, 0, 0)
  595.         nonfewalkspeedbutton.BorderColor3 = Color3.new(255, 0, 0)
  596.         nonfewalkspeedtoggle = false
  597.     end
  598. end)
  599.  
  600. nonfewalkspeedlabel.Name = "nonfewalkspeedlabel"
  601. nonfewalkspeedlabel.Parent = nonfewalkspeedbutton
  602. nonfewalkspeedlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  603. nonfewalkspeedlabel.BackgroundTransparency = 1
  604. nonfewalkspeedlabel.Position = UDim2.new(1.3038739, 0, -0.136666775, 0)
  605. nonfewalkspeedlabel.Size = UDim2.new(0, 66, 0, 25)
  606. nonfewalkspeedlabel.Font = Enum.Font.SourceSans
  607. nonfewalkspeedlabel.Text = "Walkspeed"
  608. nonfewalkspeedlabel.TextColor3 = Color3.new(1, 1, 1)
  609. nonfewalkspeedlabel.TextSize = 16
  610.  
  611. MadeByLabel.Name = "MadeByLabel"
  612. MadeByLabel.Parent = sidebar
  613. MadeByLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  614. MadeByLabel.BackgroundTransparency = 1
  615. MadeByLabel.Position = UDim2.new(0, 0, 0.832417607, 0)
  616. MadeByLabel.Size = UDim2.new(0, 119, 0, 28)
  617. MadeByLabel.Font = Enum.Font.SourceSans
  618. MadeByLabel.Text = "GUI Made By"
  619. MadeByLabel.TextColor3 = Color3.new(1, 1, 1)
  620. MadeByLabel.TextSize = 14
  621.  
  622. -- Label Variable check niggiboi
  623. countdown = 0
  624.  
  625. HotlineLabel.Name = "HotlineLabel"
  626. HotlineLabel.Parent = sidebar
  627. HotlineLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  628. HotlineLabel.BackgroundTransparency = 1
  629. HotlineLabel.Position = UDim2.new(-0.00113512669, 0, 0.870999992, 0)
  630. HotlineLabel.Size = UDim2.new(0, 119, 0, 41)
  631. HotlineLabel.Font = Enum.Font.SourceSans
  632. HotlineLabel.Text = "Hotline#0339"
  633. HotlineLabel.TextColor3 = Color3.new(0, 0.819608, 1)
  634. HotlineLabel.TextSize = 20
  635. -- Label color changing script
  636. loginbutton.MouseButton1Down:connect(function()
  637. repeat
  638.     HotlineLabel.TextColor3 = Color3.new(0,204,255)
  639.     wait(.1)
  640.     HotlineLabel.TextColor3 = Color3.new(0,255,0)
  641.     wait(.1)
  642.     HotlineLabel.TextColor3 = Color3.new(255,255,0)
  643.     wait(.1)
  644.     HotlineLabel.TextColor3 = Color3.new(255,0,0)
  645.     wait(.1)
  646.     HotlineLabel.TextColor3 = Color3.new(153,0,153)
  647.     wait(.1)
  648.     HotlineLabel.TextColor3 = Color3.new(0,0,255)
  649.     wait(.1)
  650.     HotlineLabel.TextColor3 = Color3.new(0,209,255)
  651.     countdown = countdown + 1
  652. until
  653.     countdown == 5
  654. end)
  655.  
  656. closebutton.Name = "closebutton"
  657. closebutton.Parent = sidebar
  658. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  659. closebutton.BackgroundTransparency = 1
  660. closebutton.Position = UDim2.new(0.942123353, 0, -4.19197512e-08, 0)
  661. closebutton.Size = UDim2.new(0, 31, 0, 31)
  662. closebutton.Font = Enum.Font.GothamBlack
  663. closebutton.Text = "X"
  664. closebutton.TextColor3 = Color3.new(1, 1, 1)
  665. closebutton.TextSize = 16
  666. -- Close GUI
  667. closebutton.MouseButton1Down:connect(function()
  668.     sidebar.Visible = false
  669.     openframe.Visible = true
  670. end)
  671.  
  672. divider.Name = "divider"
  673. divider.Parent = sidebar
  674. divider.BackgroundColor3 = Color3.new(0, 0.819608, 1)
  675. divider.BorderSizePixel = 0
  676. divider.Position = UDim2.new(0.216513753, 0, 0, 0)
  677. divider.Size = UDim2.new(0, 1, 0, 364)
  678. -- Scripts:
Add Comment
Please, Sign In to add comment