Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Help! "Disable" appears off the hack

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
gallomk
Newbie cheater
Reputation: 0

Joined: 13 Feb 2016
Posts: 15

PostPosted: Mon Feb 15, 2016 10:39 am    Post subject: Help! "Disable" appears off the hack Reply with quote

Could you help me, I want to add that when this active hack then "Disable" appears off the hack

Code:
----------------------------------------- EXECUTE HACKS -----------------------------------------
function ExecuteHacks()
    HLS = listbox_getItemIndex(MainGUI_1.MainGUI_15)
    LIST = listbox_getItems(MainGUI_1.MainGUI_15)
    if HLS == -1 then return end
    i = HLS+1
    font=getProperty(MainGUI_1.MainGUI_21, 'Font')
    control_setVisible(MainGUI_1.MainGUI_18, false)
    control_setVisible(MainGUI_1.MainGUI_19, false)
    control_setVisible(MainGUI_1.MainGUI_20, false)
    control_setVisible(MainGUI_1.MainGUI_21, true)
    control_setVisible(MainGUI_1.MainGUI_22, false)
    if t[i][2]==nil then
         setProperty(font, 'Color', white)
         control_setCaption(MainGUI_1.MainGUI_21, "Ya esta habilitado este Hack !")
         return
    end
    control_setEnabled(MainGUI_1.MainGUI_16, false)
    control_setEnabled(MainGUI_1.MainGUI_17, false)
    control_setEnabled(MainGUI_1.MainGUI_23, false)
    control_setCaption(MainGUI_1.MainGUI_21, "Executando hack...")
    control_setVisible(MainGUI_1.MainGUI_22, true)
    control_setCaption(MainGUI_1.MainGUI_22, '')
    control_setPosition(MainGUI_1.MainGUI_22, 10, 185)
    strings_setString(LIST, HLS, t[i][1])
    processMessages()
    if TempSave[i][4] == 2 then
      Asm = autoAssemble(t[i][2])
      font=getProperty(MainGUI_1.MainGUI_22, 'Font')
      control_setCaption(MainGUI_1.MainGUI_21, "(¯\`•¸•´/¯)( Hack Habilitado )(¯\`•¸•´/¯).")
      if AobSwapCheck~=true then
        TempText = t[i][1]..' - Failed'
        TempSave[i][5] = t[i][1]..' - Failed'
        strings_setString(LIST, HLS, TempText)
        setProperty(font, 'Color', red1)
        control_setCaption(MainGUI_1.MainGUI_22, 'Algo no salio bien, Hack no Habilitado!\naPreta f5 y resfresca el juego.')
      else
        TempText = t[i][1]..' - Enabled'
        TempSave[i][5] = t[i][1]..' - Enabled'
        strings_setString(LIST, HLS, TempText)
        setProperty(font, 'Color', white)
        control_setCaption(MainGUI_1.MainGUI_22, 'Hack enabled. Enjoy it !')
        t[i][2] = nil
        TempSave[i][4] = 1
      end
    end
    if TempSave[i][4] == 0 then TempSave[i][4] = 2 end
    control_setEnabled(MainGUI_1.MainGUI_16, true)
    control_setEnabled(MainGUI_1.MainGUI_17, true)
    control_setEnabled(MainGUI_1.MainGUI_23, true)
end
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites