[CODE][cODE]ty 5 visiting i appreci8 views please carfuly look at how i code ym cheats its distinct and incrdiebly effectiv
-
Code:
-[[
kingboy1111 cuatom fully optimiszed Cheat Base
Made by KINGBOY1111aux for use on MPGH only. You must give credit to me if you are going to use this.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To-Do List:
- Add local h
Code:
ook table
- Make multiple identifier patterns like in my cheat. E.G. identifier uses random seed generated by the client 4 digits long each digit specifies a specifix part of the identifier (Random string, random numbers, etc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
]]--
local CLIENT = {}
CLIENT.SPECIAL_GLOB = _G.table.Copy(_G) -- Localize a copy of SPECIAL_GLOB table
CLIENT.REGISTRY = HST.SPECIAL_GLOB.table.Copy(debug.getregistry()) -- Macro for a copy of our local SPECIAL_GLOB table's registry
CLIENT.LOCALPLAYER = HST.SPECIAL_GLOB.LocalPlayer() -- Macro for a copy of our local SPECIAL_GLOB's pointer to the LocalPlayer Player Class objects directly
CLIENT.RAN = "0x"..math.random(1,9).."F"..math.random(1,9)..math.random(1,9).."F"..math.random(1,9) -- Random -fix
CLIENT.VARS = {
["EXAMPLE1"] = false, -- Variable Boolean
["EXAMPLE2"] = false, -- Variable Boolean
["EXAMPLE3"] = false, -- Variable Boolean
["bunnyhop"] = true -- Example Function Variable Boolean
}
CLIENT.CHARS = {[1] = "a",[2] = "b",[3] = "c",[4] = "d",[5] = "e",[6] = "f",[7] = "g",[8] = "h",[9] = "i",[10] = "j",[11] = "k",[12] = "l",[13] = "m",[14] = "n",[15] = "o",[16] = "p",[17] = "q",[18] = "r",[19] = "s",[20] = "t",[21] = "u",[22] = "v",[23] = "w",[24] = "x",[25] = "y",[26] = "z"}
functioCLIENT.GETVAR( VAR )
return CLIENT.VARS[VAR]
end
functionCLIENT.PRINT( STRING )
return HST.SPECIAL_GLOB.print( STRING )
end
function HCLIENT.HOOKFUNC( TYPE, FUNC )
-- Might want to customize the identifier a bit yourself.
IDENTIFIER = tostring(TYPE).." 0x"..math.random(1,9)..math.random(1,9)..math.random(1,9)..math.random(1,9)..math.random(1,9)..math.random(1,9).." SERIAL "..HST.CHARS[math.random(1,26)]..HST.CHARS[math.random(1,26)]..HST.CHARS[math.random(1,26)]..HST.CHARS[math.random(1,26)]..HST.CHARS[math.random(1,26)]
HST.PRINT( IDENTIFIER.." HOOKED" )
return HST.SPECIAL_GLOB.hook.Add( TYPE, IDENTIFIER, FUNC )
end
function CLIENT.RUN()
HST.PRINT("HST RAN = "..tostring(RAN))
CLIENT.PRINT("_____ BY _____") -- Edit this line
HST.PRINT("HST CHEAT BASE BY TROLLAUX")
HST.SPECIAL_GLOB.hook.Call(HST.RAN)
end
function CLIENT.LOAD()
--[[
*
*
*
here is wher ur other code gows make sure u tel the scrip that client == client so it nose ur a hacker and wil act acordingly
*
*
*
]]--
-- Example function (Simple bunnyhop)
CLIENT.HOOKFUNC("CreateMove", function(ucmd)
if ucmd:KeyDown(IN_JUMP) and HST.LOCALPLAYER:GetMoveType() != MOVETYPE_NOCLIP and HST.GETVAR("bunnyhop") then -- bunnyhop variable is already made
local buttons = ucmd:GetButtons()
if !HST.LOCALPLAYER:IsOnGround() then
buttons = bit.band(buttons, bit.bnot(IN_JUMP))
end
ucmd:SetButtons(buttons)
end
end)
end
HST.SPECIAL_GLOB.hook.Add(Hclient.RAN, HClient.RAN, CLIENTST.LOAD)
XLIENT.RUN()
--[[
Code:
Made by me for use on MPGH i know if us use so donyt try and be slikc
[/COIDE]
]]--[CODE]