Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

D3ftlandAIO v3.5 a lot of incoming updates !!


  • Please log in to reply
2232 replies to this topic

#281
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE
KALISTA.LUA:826:
attempt to index global 'DrawingsEdmg' (a nil value)

With updated DLib and Kalista.

 

Oh and I wanted to mention that the framerate is really bad, like ~20 when I normally get 120.


  • 0

#282
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts
KALISTA.LUA:826:
attempt to index global 'DrawingsEdmg' (a nil value)

With updated DLib and Kalista.

 

Oh and I wanted to mention that the framerate is really bad, like ~20 when I normally get 120.

 

oh update ..


  • 0

#283
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

for fps i only have drop from 120 to 80 maximum, usually it's always 100


  • 0

#284
Chubelya

Chubelya

    Advanced Member

  • Members
  • 89 posts

you need Dlib ..

already have it  :( i also put it on a right folder but still no menu on kalista, 

http://s1.postimg.or...h1i8db/save.png

anyway the script is working good it's just that i can't force the menu to show ingame XD


  • 0

#285
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

already have it  :( i also put it on a right folder but still no menu on kalista, 

http://s1.postimg.or...h1i8db/save.png

anyway the script is working good it's just that i can't force the menu to show ingame XD

update then ..


  • 0

#286
Chubelya

Chubelya

    Advanced Member

  • Members
  • 89 posts

update then ..

update the? 


  • 0

#287
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

update the? 

update Kalista.lua


  • 0

#288
Chubelya

Chubelya

    Advanced Member

  • Members
  • 89 posts

update Kalista.lua

thankyou now my problem solved  :wub:


  • 0

#289
ce1011

ce1011

    Member

  • Members
  • 17 posts

when i load your vayne script it popup a cmd and cant load your script1Ek8i6.jpghope u can help me fix


  • 0

#290
bernardjolly

bernardjolly

    Advanced Member

  • Members
  • 45 posts

PLease fix katarina.lua there seems to be a problem with it. IAC.lua error


  • 0

#291
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

when i load your vayne script it popup a cmd and cant load your script1Ek8i6.jpghope u can help me fix

 

show me your testscript1.lua


  • 0

#292
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

PLease fix katarina.lua there seems to be a problem with it. IAC.lua error

it's working fine <_<


  • 0

#293
ce1011

ce1011

    Member

  • Members
  • 17 posts

I use simple script loader to load the script

this is my testscript3.lua

local version = 6
require ("DLib")
 
closeConsole()
 
local UP=Updater.new("iLoveSona/GOS/master/testscript3.lua", "testscript3", version)
if UP.newVersion() then UP.update() end
if gVersion()<2 then notification("Redownload GOSUtility", 10000) end
 
local ssl=menu.addItem(SubMenu.new("Simple Script Loader"))
local loaded=ssl.addItem(SubMenu.new("Loaded scripts"))
local all=ssl.addItem(SubMenu.new("All scripts"))
ssl.addItem(MenuSeparator.new("Don't forget about F6-F6"))
ssl.addItem(MenuSeparator.new("to load/unload selected scripts"))
 
for i, script in ipairs(listScripts()) do
if all.addItem(MenuBool.new(script)).getValue() then
local result, error = prequire(script)
if result then
loaded.addItem(MenuSeparator.new(script))
else
--notification(script..":\n Failed to load", 5000)
print(error)
end
end
end
 
if your script must use inspired's loader plaease tell me

  • 0

#294
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

first of all it's not inspired loader ... and it uses Inspired/IAC/Dlib, and make this code in spoiler <_<


 


  • 0

#295
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Cassio Reworked for Dlib, waiting for feedback :D


  • 0

#296
Chubelya

Chubelya

    Advanced Member

  • Members
  • 89 posts

i love to try the new cassio since this is my main champ,

but i can't get rid of this IAC error. it's keeps me hanging on game XD

http://s9.postimg.or...4jr1mdb/IAC.png


  • 0

#297
WizKalibog

WizKalibog

    Advanced Member

  • Members
  • 174 posts
  • LocationSA PILIPINAS KONG MINAMAHAL

i love to try the new cassio since this is my main champ,

but i can't get rid of this IAC error. it's keeps me hanging on game XD

http://s9.postimg.or...4jr1mdb/IAC.png

dont require IAc 


  • 0

#298
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

i love to try the new cassio since this is my main champ,

but i can't get rid of this IAC error. it's keeps me hanging on game XD

http://s9.postimg.or...4jr1mdb/IAC.png

never had it :huh: make sure to update IAC and Inspired


  • 0

#299
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

dont require IAc 

lol no


  • 0

#300
Chubelya

Chubelya

    Advanced Member

  • Members
  • 89 posts

never had it :huh: make sure to update IAC and Inspired

getting error on V lane clear

http://s15.postimg.o...b7dl36j/bug.png

idk if the scripts is the problem or the IAC and inspired that im using  :fappa:

 

anyway im using this IAC and Inspired 

http://gamingonstero...scripters-v16/ 

 

 

dont require IAc

 

already did that, guess what happen? :fappa:


  • 0




7 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users


    Google (2), Bing (1)