PDA

View Full Version : Mouse Lag when executing a [shooter] lua



Young Gun
12-16-2013, 12:40 PM
as the title says ive just noticed everytime i launch a script that has the inbuilt lua files (if you know what i mean) my client lags badly when i wave my mouse over the screen. i narrowed it down to the [shooter] lua file and after killing this script returns to normal with no lag. just curious if anyone has had the same thing or have a possible fix for this. I really have no idea when it comes to scripting as you can probably tell from my explanation. any help would be muchly appreciated. ive only ever use JX scripts and never noticed this problem before. :confused:

DarkstaR
12-16-2013, 02:47 PM
Their shooter is probably very processor expensive and is lagging your computer.

Tripkip
12-17-2013, 11:50 AM
Ive had sort of the same problem with JX scripts earth elemental script, also took quite long to load it all. Its also because they "encrypt" their scripts wich causes longer loading times and some calculating like darkstar said

Young Gun
12-18-2013, 11:36 AM
alrighty, thanks for the reply

robssito
12-18-2013, 01:02 PM
It need to have a loop, for sure. Try to put a wait(100) on each loop-over. Like:

for ..... do
//do your stuffs here

wait(100)
end

Might help...

Young Gun
12-22-2013, 07:02 AM
It need to have a loop, for sure. Try to put a wait(100) on each loop-over. Like:

for ..... do
//do your stuffs here

wait(100)
end

Might help...

hey sorry bro iv'e not a clue how to do this, if its the shooter xblua file your telling me to edit i can't because it seems to be encrypted in a different text, thanks for the reply though id take any advice right now cant use any of these good scripts from jx : /