Forum > Coding >

How To Make Script Hub For Exploit

Posts: 4

Threads: 3

Joined: Nov, 2021

Reputation: 0

Posted

i made a exploit

how to make script hub

  • 0

Added

i need code -_-

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@1Exploiter1 learn c# you lil skid lmao /chaaars

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@1Exploiter1 you need code lol? don't expect everything to be handed out to you, especially something so simple

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 1791

Threads: 92

Joined: Jul, 2020

Reputation: 30

Replied

this is easily on youtube everywhere

  • 0

eb_

Formally known as Shade

vip

Posts: 920

Threads: 4

Joined: Jun, 2020

Reputation: 44

Replied

script hub contains multiple scripts for various of games that is all put into one script. Its pretty simple. All you need is Lua (The language ROBLOX uses) and some vuns and abusing the game mechanics and boom u got a script, then after making said scripts u want to execute them depending on which game u are in and in few lines possible (if u want).

 

Game Check:

local game = 123456789 -- game id
if game.GameId == game then -- https://developer.roblox.com/en-us/api-reference/property/DataModel/GameId
-- code for the game
print("Correct game") -- Prints in the console if the player is the said game (matching the id)
else
print("Wrong game") -- Prints in the console if the player is not in the said game (matching the id)
end

 

Loadstring:

--Loads the whole script in just one line WOW

loadstring(game:HttpGet("https://raw.githubusercontent.com/DeepPain/IMissYou/master/WhereDidYouGo.lua"))() -- Change the link inside the string to wherever your main script is being hosted
  • 0

Added

@_realnickk this is lua not c# lol

  • 0

https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif

Kura

kuraise

Posts: 135

Threads: 3

Joined: Jun, 2021

Reputation: 5

Replied

I'm sure this is on lua, im sure, im probably crazy

  • 0

 

https://cdn.discordapp.com/attachments/877610317037858846/975469974405673041/Signature.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )