Nampris v2

Posts 3145 of 61 · Page 3 of 5
Quote Originally Posted by borderal View Post
It isn't self explanatory when i have no background knowledge on coding. And I never said it was anyone's job. I asked nicely and someone decided to be an uptight bitch instead of answering me politely.
the point is maybe if you tried, and actually read the code, you dont neeed any knowledge on how to code to figure out where it goes, im being as real as i can here. seriously
Quote Originally Posted by dakilla345 View Post
the point is maybe if you tried, and actually read the code, you dont neeed any knowledge on how to code to figure out where it goes, im being as real as i can here. seriously
He would have to go through 4000 lines of code....
Quote Originally Posted by __Friend View Post
He would have to go through 4000 lines of code....
yea 4000 lines of garbage code ;D
Quote Originally Posted by __Friend View Post
He would have to go through 4000 lines of code....
ctrl + f <3
Quote Originally Posted by IllllllllllI View Post
ctrl + f <3
If he didn't know how to code; he wouldn't know what to search for
Quote Originally Posted by __Friend View Post
If he didn't know how to code; he wouldn't know what to search for
exactly...thank you
[74] = "KEY_HOME",

function AB.h_Adds.CreateMove.MenuOpen()
if (G.inp_KeyPressed(74) && AOpen == false) then
AOpen = true
AB.Menu()
end
end



Home key open the menu
Quote Originally Posted by chrometitan View Post
[74] = "KEY_HOME",

function AB.h_Adds.CreateMove.MenuOpen()
if (G.inp_KeyPressed(74) && AOpen == false) then
AOpen = true
AB.Menu()
end
end



Home key open the menu
^ this guy gets it and i doubt he knows how to code, becuase i dont know who his user is :P
Um, whenever I open the lua file in the console, after injecting a bypass, it says the lua file wasn't found for some reason. I used Notepad++ to create the lua file, and I don't think I did anything wrong. Any help?
Quote Originally Posted by Gingee703 View Post
Um, whenever I open the lua file in the console, after injecting a bypass, it says the lua file wasn't found for some reason. I used Notepad++ to create the lua file, and I don't think I did anything wrong. Any help?
In notepad++, control+F and find these two lines.

G.f_Req("nspred")
G.f_Req("svm")

Then, replace them with:

G.f_Req("dickwrap")
G.f_Req("cvar3")

P.S. Dickwrap has to be on top of cvar3 or else it won't work properly.
Quote Originally Posted by RileyGuy1000 View Post
In notepad++, control+F and find these two lines.

G.f_Req("nspred")
G.f_Req("svm")

Then, replace them with:

G.f_Req("dickwrap")
G.f_Req("cvar3")

P.S. Dickwrap has to be on top of cvar3 or else it won't work properly.
Im getting module not found for dickwrap and lua/nampris.lua:1771], thanks for the help though
Quote Originally Posted by ehex View Post
damn you autsits really need to be put in your place if you're still doing this garbage lua shit
Also, what modules do we use... i put cvar3 and dickwrap...is that correct?
Quote Originally Posted by DdHashu02 View Post
lmfa ooooo
Quote Originally Posted by RileyGuy1000 View Post
P.S. Dickwrap has to be on top of cvar3 or else it won't work properly.
what are you talking about dude
Posts 3145 of 61 · Page 3 of 5
This thread is closed for replies.

Tags for this Thread

None

Need help?